update icons
parent
d86dcd9ab4
commit
3eb050e893
|
@ -53,137 +53,6 @@ function Coincident(props) {
|
|||
);
|
||||
}
|
||||
|
||||
function Coincident_alt(props) {
|
||||
return (
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="1em"
|
||||
height="1em"
|
||||
viewBox="0 0 16 16"
|
||||
{...props}
|
||||
>
|
||||
<path
|
||||
stroke="currentColor"
|
||||
strokeLinecap="round"
|
||||
d="M5.833 12.5h2v2h-2z"
|
||||
/>
|
||||
<path
|
||||
d="M1 13.5h3.25"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
strokeWidth={0.999}
|
||||
/>
|
||||
<path
|
||||
d="M9.253 13.5l5.744.03"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
strokeWidth={1.001}
|
||||
/>
|
||||
<path
|
||||
style={{
|
||||
lineHeight: "normal",
|
||||
fontVariantLigatures: "normal",
|
||||
fontVariantPosition: "normal",
|
||||
fontVariantCaps: "normal",
|
||||
fontVariantNumeric: "normal",
|
||||
fontVariantAlternates: "normal",
|
||||
fontVariantEastAsian: "normal",
|
||||
fontFeatureSettings: "normal",
|
||||
fontVariationSettings: "normal",
|
||||
textIndent: 0,
|
||||
textAlign: "start",
|
||||
textDecorationLine: "none",
|
||||
textDecorationStyle: "solid",
|
||||
textDecorationColor: "#000",
|
||||
textTransform: "none",
|
||||
textOrientation: "mixed",
|
||||
whiteSpace: "normal",
|
||||
shapePadding: 0,
|
||||
shapeMargin: 0,
|
||||
inlineSize: 0,
|
||||
isolation: "auto",
|
||||
mixBlendMode: "normal",
|
||||
solidColor: "#000",
|
||||
solidOpacity: 1,
|
||||
}}
|
||||
d="M10.674 2.582c-1.59.064-2.83.762-3.512 1.828-.681 1.066-.899 2.34-1.09 3.74l1.98.27c.182-1.331.425-2.356.794-2.932.368-.576.767-.862 1.908-.908l-.08-1.998z"
|
||||
color="currentColor"
|
||||
fontWeight={400}
|
||||
fontFamily="sans-serif"
|
||||
overflow="visible"
|
||||
/>
|
||||
<g
|
||||
color="currentColor"
|
||||
fontWeight={400}
|
||||
fontFamily="sans-serif"
|
||||
fillRule="evenodd"
|
||||
>
|
||||
<path
|
||||
style={{
|
||||
lineHeight: "normal",
|
||||
fontVariantLigatures: "normal",
|
||||
fontVariantPosition: "normal",
|
||||
fontVariantCaps: "normal",
|
||||
fontVariantNumeric: "normal",
|
||||
fontVariantAlternates: "normal",
|
||||
fontVariantEastAsian: "normal",
|
||||
fontFeatureSettings: "normal",
|
||||
fontVariationSettings: "normal",
|
||||
textIndent: 0,
|
||||
textAlign: "start",
|
||||
textDecorationLine: "none",
|
||||
textDecorationStyle: "solid",
|
||||
textDecorationColor: "#000",
|
||||
textTransform: "none",
|
||||
textOrientation: "mixed",
|
||||
whiteSpace: "normal",
|
||||
shapePadding: 0,
|
||||
shapeMargin: 0,
|
||||
inlineSize: 0,
|
||||
isolation: "auto",
|
||||
mixBlendMode: "normal",
|
||||
solidColor: "#000",
|
||||
solidOpacity: 1,
|
||||
}}
|
||||
d="M6.75 10.572L5.238 6.873l3.963.54z"
|
||||
overflow="visible"
|
||||
/>
|
||||
<path
|
||||
style={{
|
||||
lineHeight: "normal",
|
||||
fontVariantLigatures: "normal",
|
||||
fontVariantPosition: "normal",
|
||||
fontVariantCaps: "normal",
|
||||
fontVariantNumeric: "normal",
|
||||
fontVariantAlternates: "normal",
|
||||
fontVariantEastAsian: "normal",
|
||||
fontFeatureSettings: "normal",
|
||||
fontVariationSettings: "normal",
|
||||
textIndent: 0,
|
||||
textAlign: "start",
|
||||
textDecorationLine: "none",
|
||||
textDecorationStyle: "solid",
|
||||
textDecorationColor: "#000",
|
||||
textTransform: "none",
|
||||
textOrientation: "mixed",
|
||||
whiteSpace: "normal",
|
||||
shapePadding: 0,
|
||||
shapeMargin: 0,
|
||||
inlineSize: 0,
|
||||
isolation: "auto",
|
||||
mixBlendMode: "normal",
|
||||
solidColor: "#000",
|
||||
solidOpacity: 1,
|
||||
}}
|
||||
d="M4.814 6.547L6.678 11.1l.283-.366 2.732-3.521-4.879-.666zm.846.652l3.045.416-1.883 2.428L5.66 7.199z"
|
||||
overflow="visible"
|
||||
/>
|
||||
</g>
|
||||
<path stroke="currentColor" strokeLinecap="round" d="M12.5 2.5h2v2h-2z" />
|
||||
</svg>
|
||||
);
|
||||
}
|
||||
|
||||
function Dimension(props) {
|
||||
return (
|
||||
<svg
|
||||
|
@ -606,4 +475,4 @@ function Vertical(props) {
|
|||
</svg>
|
||||
);
|
||||
}
|
||||
export { Arc, Coincident, Coincident_alt, Dimension, Extrude, Flip, Horizontal, Intersect, Line, Logo, Stl, Subtract, Tangent, Union, Vertical };
|
||||
export { Arc, Coincident, Dimension, Extrude, Flip, Horizontal, Intersect, Line, Logo, Stl, Subtract, Tangent, Union, Vertical };
|
Loading…
Reference in New Issue