UNPKG

@mozaic-ds/icons-react

Version:
19 lines (14 loc) 1.47 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js'); var index = require('../../node_modules/react/index.js'); const FlashingLight32 = (_a) => { var { fill, size = '2rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]); return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32" }), index.default.createElement("g", { "clip-path": "url(#a)" }, index.default.createElement("path", { "fill-rule": "evenodd", d: "M17 4a1 1 0 1 0-2 0v5.333a1 1 0 1 0 2 0V4Zm-4.96 8.04a1 1 0 0 1-1.414 0l-4-4A1 1 0 1 1 8.04 6.626l4 4a1 1 0 0 1 0 1.414Zm13.334-5.414a1 1 0 0 1 0 1.414l-4 4a1 1 0 1 1-1.414-1.414l4-4a1 1 0 0 1 1.414 0ZM6.626 25.374a1 1 0 0 1 0-1.414l4-4a1 1 0 1 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0Zm14.748-5.414a1 1 0 1 0-1.414 1.414l4 4a1 1 0 0 0 1.414-1.414l-4-4ZM17 22.667a1 1 0 1 0-2 0V28a1 1 0 1 0 2 0v-5.333ZM21.667 16a1 1 0 0 1 1-1H28a1 1 0 1 1 0 2h-5.333a1 1 0 0 1-1-1ZM9.333 17a1 1 0 1 0 0-2H4a1 1 0 1 0 0 2h5.333ZM18 16a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z" })), index.default.createElement("defs", null, index.default.createElement("clipPath", { id: "a" }, index.default.createElement("rect", { width: "32", height: "32", fill: "#fff" }))))); }; exports.default = FlashingLight32;