Merged in fix/strokewidth-warning (pull request #3343)
fix: change to camelCase strokewidth warning * fix: change to camelCase strokewidth warning Approved-by: Anton Gunnarsson Approved-by: Matilda Landström
This commit is contained in:
@@ -2,7 +2,7 @@ import type { NucleoIconProps } from '../../icon'
|
||||
import { getNucleoIconProps } from '../utils'
|
||||
|
||||
function Hairdresser1(props: NucleoIconProps) {
|
||||
const { fill, strokewidth, ...iconProps } = getNucleoIconProps(props)
|
||||
const { fill, strokeWidth, ...iconProps } = getNucleoIconProps(props)
|
||||
|
||||
return (
|
||||
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" {...iconProps}>
|
||||
@@ -15,7 +15,7 @@ function Hairdresser1(props: NucleoIconProps) {
|
||||
<line
|
||||
fill="none"
|
||||
stroke={fill}
|
||||
strokeWidth={strokewidth}
|
||||
strokeWidth={strokeWidth}
|
||||
x1="16"
|
||||
x2="19"
|
||||
y1="5"
|
||||
@@ -24,7 +24,7 @@ function Hairdresser1(props: NucleoIconProps) {
|
||||
<line
|
||||
fill="none"
|
||||
stroke={fill}
|
||||
strokeWidth={strokewidth}
|
||||
strokeWidth={strokeWidth}
|
||||
x1="16"
|
||||
x2="19"
|
||||
y1="9"
|
||||
@@ -33,7 +33,7 @@ function Hairdresser1(props: NucleoIconProps) {
|
||||
<line
|
||||
fill="none"
|
||||
stroke={fill}
|
||||
strokeWidth={strokewidth}
|
||||
strokeWidth={strokeWidth}
|
||||
x1="12"
|
||||
x2="6"
|
||||
y1="1"
|
||||
@@ -42,7 +42,7 @@ function Hairdresser1(props: NucleoIconProps) {
|
||||
<line
|
||||
fill="none"
|
||||
stroke={fill}
|
||||
strokeWidth={strokewidth}
|
||||
strokeWidth={strokeWidth}
|
||||
x1="4"
|
||||
x2="10"
|
||||
y1="1"
|
||||
@@ -52,7 +52,7 @@ function Hairdresser1(props: NucleoIconProps) {
|
||||
d="M16,13h.79a2,2,0,0,1,1.99,2.2L18,23h5V3a2,2,0,0,0-2-2H16"
|
||||
fill="none"
|
||||
stroke={fill}
|
||||
strokeWidth={strokewidth}
|
||||
strokeWidth={strokeWidth}
|
||||
/>
|
||||
<rect
|
||||
height="7"
|
||||
@@ -60,7 +60,7 @@ function Hairdresser1(props: NucleoIconProps) {
|
||||
fill="none"
|
||||
rx="2.5"
|
||||
stroke={fill}
|
||||
strokeWidth={strokewidth}
|
||||
strokeWidth={strokeWidth}
|
||||
x="1"
|
||||
y="16"
|
||||
/>
|
||||
@@ -70,7 +70,7 @@ function Hairdresser1(props: NucleoIconProps) {
|
||||
fill="none"
|
||||
rx="2.5"
|
||||
stroke={fill}
|
||||
strokeWidth={strokewidth}
|
||||
strokeWidth={strokeWidth}
|
||||
transform="translate(25 39) rotate(180)"
|
||||
x="10"
|
||||
y="16"
|
||||
|
||||
Reference in New Issue
Block a user