Skip to content

Commit 8b48a72

Browse files
committed
gas icon
1 parent 080f4c0 commit 8b48a72

File tree

3 files changed

+6401
-3941
lines changed

3 files changed

+6401
-3941
lines changed

packages/icons/src/lib/icons/Gas.tsx

+58
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
// Auto-generated file created by svgr-cli source svg-template.js
2+
// Run pnpm icons:create to update
3+
// Do not edit
4+
import { SVGProps } from 'react';
5+
import { SVGRProps } from '../type';
6+
const SvgGas = ({
7+
title,
8+
titleId,
9+
isResponsive = false,
10+
style,
11+
...props
12+
}: SVGProps<SVGSVGElement> & SVGRProps) => (
13+
<svg
14+
width="1em"
15+
height="1em"
16+
viewBox="0 0 24 24"
17+
fill="currentColor"
18+
xmlns="http://www.w3.org/2000/svg"
19+
role="img"
20+
data-testid="test-icon"
21+
aria-hidden="true"
22+
style={
23+
isResponsive
24+
? style
25+
: {
26+
flex: 'none',
27+
...style,
28+
}
29+
}
30+
aria-labelledby={titleId}
31+
{...props}
32+
>
33+
{title ? <title id={titleId}>{title}</title> : null}
34+
<path
35+
fillRule="evenodd"
36+
clipRule="evenodd"
37+
d="M4.574 1.906a.26.26 0 0 0-.259.26V14.61c0 .143.116.259.26.259h10.002a.26.26 0 0 0 .26-.26V2.165a.26.26 0 0 0-.26-.259H4.574ZM15.926 15.89l.579.58H4.575a1.86 1.86 0 0 1-1.86-1.858V2.165A1.86 1.86 0 0 1 4.575.306h10.002a1.86 1.86 0 0 1 1.86 1.86V14.61c0 .496-.195.946-.51 1.28Z"
38+
/>
39+
<path
40+
fillRule="evenodd"
41+
clipRule="evenodd"
42+
d="M4.315 14.33v7.505c0 .143.116.26.26.26h10.002a.259.259 0 0 0 .26-.26V14.33h1.6v7.505c0 1.027-.833 1.86-1.86 1.86H4.574a1.86 1.86 0 0 1-1.859-1.86V14.33h1.6Z"
43+
/>
44+
<path d="M7.21 3.986h4.732c.35 0 .634.284.634.634v4.732c0 .35-.284.634-.634.634H7.21a.634.634 0 0 1-.634-.634V4.62c0-.35.283-.634.634-.634Z" />
45+
<path
46+
fillRule="evenodd"
47+
clipRule="evenodd"
48+
d="M7.376 4.786v4.4h4.4v-4.4h-4.4Zm-1.6-.166c0-.792.642-1.434 1.434-1.434h4.732c.792 0 1.434.642 1.434 1.434v4.732c0 .792-.642 1.434-1.434 1.434H7.21a1.434 1.434 0 0 1-1.434-1.434V4.62ZM16.905 3.53a.8.8 0 0 1 .8-.8h1.962a2.624 2.624 0 0 1 2.618 2.619v12.506c0 1.13-.932 2.042-2.068 2.011a1.867 1.867 0 0 1-1.364-.626c-.32-.357-.497-.81-.578-1.26l-1.014-4.882v-.082a.412.412 0 0 0-.412-.412h-1.213v-1.6h1.213c1.08 0 1.962.851 2.01 1.92l.988 4.755.002.013c.044.25.126.402.195.479a.27.27 0 0 0 .217.096.412.412 0 0 0 .424-.412V5.349c0-.558-.46-1.018-1.018-1.018h-1.962a.8.8 0 0 1-.8-.8Z"
49+
/>
50+
<path
51+
fillRule="evenodd"
52+
clipRule="evenodd"
53+
d="M18.26 6.38V3.53h1.6v2.85a1.2 1.2 0 0 0 1.2 1.2h.425v1.6h-.424a2.8 2.8 0 0 1-2.8-2.8Z"
54+
/>
55+
</svg>
56+
);
57+
58+
export default SvgGas;

packages/icons/src/lib/svgs/gas.svg

+20
Loading

0 commit comments

Comments
 (0)