@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 815 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphSpray = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-spray",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m5.254.021-.223.948 1.953.015-1.73-.963Zm7.709 7.003v-.95S11.3 3.04 10.936 3.04h-.967L9.985.015H8.016v1.966h1v1.06h-.951c-.363 0-2.059 3.033-2.059 3.033v9.269c0 .37.324.672.725.672h5.509c.399 0 .724-.302.724-.672V7.045h.018l-.019-.02Zm-.947 8.007h-1.022V7h1.022v8.031Zm-6.989-13 .232.914 1.679-.883-1.911-.031Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphSpray };