UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.32 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 FlashingLight20 = (_a) => { var { fill, size = '1.25rem' } = _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 20 20" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M10.75 2.5a.75.75 0 0 0-1.5 0v3.333a.75.75 0 1 0 1.5 0V2.5ZM7.614 7.614a.75.75 0 0 1-1.061 0l-2.5-2.5a.75.75 0 0 1 1.06-1.061l2.5 2.5a.75.75 0 0 1 0 1.06Zm8.333-3.561a.75.75 0 0 1 0 1.06l-2.5 2.5a.75.75 0 0 1-1.06-1.06l2.5-2.5a.75.75 0 0 1 1.06 0ZM4.053 15.947a.75.75 0 0 1 0-1.06l2.5-2.5a.75.75 0 1 1 1.06 1.06l-2.5 2.5a.75.75 0 0 1-1.06 0Zm9.394-3.56a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06-1.06l-2.5-2.5Zm-2.697 1.78a.75.75 0 0 0-1.5 0V17.5a.75.75 0 0 0 1.5 0v-3.333ZM13.417 10a.75.75 0 0 1 .75-.75H17.5a.75.75 0 0 1 0 1.5h-3.333a.75.75 0 0 1-.75-.75Zm-7.584.75a.75.75 0 0 0 0-1.5H2.5a.75.75 0 0 0 0 1.5h3.333ZM11.25 10a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Z" }))); }; exports.default = FlashingLight20;