@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 2.27 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphTrafficLight = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphTrafficLight = function GYSiGlyphTrafficLight(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-traffic-light",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M9.671.017H7.296C6.578.017 6 .608 6 1.334v10.342c0 .727.578 1.317 1.296 1.317h2.375c.717 0 1.297-.591 1.297-1.317V1.334c0-.727-.58-1.317-1.297-1.317Zm-1.167 11.99a1.536 1.536 0 0 1-1.539-1.534c0-.846.69-1.535 1.539-1.535a1.535 1.535 0 1 1 0 3.069Zm.01-4.008a1.532 1.532 0 0 1-1.528-1.534 1.53 1.53 0 1 1 3.059 0c0 .847-.683 1.534-1.531 1.534Zm-.022-4.006c-.805 0-1.461-.668-1.461-1.491 0-.824.656-1.494 1.461-1.494.812 0 1.464.67 1.464 1.494 0 .823-.652 1.491-1.464 1.491Zm4.149-.014h.524c.337 0 1.811-2.194 1.811-2.194 0-.418-.274-.76-.611-.76h-1.724c-.338 0-.611.342-.611.76v1.434c-.001.419.273.76.611.76Zm1.723 1.04h-1.726c-.336 0-.609.339-.609.756v1.423c0 .418.273.756.609.756h.524c.337 0 1.812-2.179 1.812-2.179.001-.418-.275-.756-.61-.756Zm-.02 4.014h-1.725c-.336 0-.61.342-.61.761v1.433c0 .422.274.761.61.761h.525c.336 0 1.811-2.193 1.811-2.193 0-.42-.274-.762-.611-.762ZM4.355 1.024H2.64c-.334 0-.605.337-.605.749 0 0 1.463 2.163 1.799 2.163h.521c.335 0 .605-.337.605-.749V1.773c.001-.412-.27-.749-.605-.749Zm.02 4.015H2.66c-.334 0-.605.339-.605.756 0 0 1.463 2.178 1.799 2.178h.521c.334 0 .605-.338.605-.756V5.795c0-.417-.271-.756-.605-.756Zm.002 4.015H2.661c-.334 0-.606.332-.606.739 0 0 1.463 2.131 1.799 2.131h.523c.334 0 .604-.33.604-.739V9.793c0-.407-.27-.739-.604-.739ZM7 13h2.973v3.128H7z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphTrafficLight = GYSiGlyphTrafficLight;