UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.29 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 FlashingLight64 = (_a) => { var { fill, size = '4rem' } = _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 64 64" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M33.5 8a1.5 1.5 0 0 0-3 0v10.667a1.5 1.5 0 0 0 3 0V8Zm-9.773 15.727a1.5 1.5 0 0 1-2.121 0l-8-8a1.5 1.5 0 1 1 2.121-2.121l8 8a1.5 1.5 0 0 1 0 2.121Zm26.667-10.121a1.5 1.5 0 0 1 0 2.121l-8 8a1.5 1.5 0 1 1-2.121-2.121l8-8a1.5 1.5 0 0 1 2.121 0ZM13.606 50.394a1.5 1.5 0 0 1 0-2.121l8-8a1.5 1.5 0 1 1 2.121 2.121l-8 8a1.5 1.5 0 0 1-2.121 0Zm28.788-10.121a1.5 1.5 0 1 0-2.121 2.121l8 8a1.5 1.5 0 1 0 2.121-2.121l-8-8Zm-8.894 5.06a1.5 1.5 0 0 0-3 0V56a1.5 1.5 0 0 0 3 0V45.333ZM43.833 32a1.5 1.5 0 0 1 1.5-1.5H56a1.5 1.5 0 0 1 0 3H45.333a1.5 1.5 0 0 1-1.5-1.5Zm-25.166 1.5a1.5 1.5 0 0 0 0-3H8a1.5 1.5 0 0 0 0 3h10.667ZM36 32a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z" }))); }; exports.default = FlashingLight64;