@icongo/gy
Version:
Glyph Iconset Icons
38 lines • 1.98 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphTrolleyError = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-trolley-error",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "none",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsxs("g", {
fill: "#434343",
transform: "translate(3 12)",
children: [/*#__PURE__*/_jsx("circle", {
cx: 1.437,
cy: 1.437,
r: 1.437,
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("ellipse", {
cx: 7.452,
cy: 1.485,
className: "prefix__si-glyph-fill",
rx: 1.452,
ry: 1.485
})]
}), /*#__PURE__*/_jsx("path", {
d: "M5 8h2.062v2.078H5zm0-3h2.078v2.094H5zm3 0h2.047v2.047H8zm5.078-.031H11v2.14h1.746l.332-2.14ZM8 8h2.062v2.094H8z"
}), /*#__PURE__*/_jsx("path", {
fill: "#434343",
d: "M2.563 12.046c-.319 0-.501.056-.501.423s.182.474.501.474l9.416.001v-.897H2.563v-.001Zm8.406-2.015V7.984h1.906l-.281 1.995h1.145l.775-5.984c.057.007.111.018.17.018.715 0 1.295-.6 1.295-1.338 0-.739-.58-1.338-1.295-1.338-.717 0-1.297.599-1.297 1.338l-.172 1.343H.557c-.318 0-.541.287-.541.654 0 .139.01.27.072.375l1.211 5.454c.04.172.168.299.331.369a.508.508 0 0 0 .265.083H11.98v-.922h-1.011ZM11 4.969h2.078l-.332 2.141H11V4.969Zm-3.031 0h2.047v2.047H7.969V4.969Zm-6.449.002h2.512v2.066H1.835L1.52 4.971Zm2.523 5.023H2.17l-.309-2.035h2.182v2.035Zm2.988.053H4.969V7.969h2.062v2.078Zm0-3H4.953V4.953h2.078v2.094Zm3 3H7.969V7.953h2.062v2.094Zm5.963 1.664-.701-.69-.788.792-.796-.792-.691.702.793.788-.791.796.701.689.787-.791.796.791.69-.701-.792-.788.792-.796Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphTrolleyError };