UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 975 B
'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 Electricity20 = (_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: "M2.5 1.75a.75.75 0 0 0-.75.75v15c0 .414.336.75.75.75h15a.75.75 0 0 0 .75-.75v-15a.75.75 0 0 0-.75-.75h-15Zm.75 15V3.25h13.5v13.5H3.25ZM5.5 10a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0ZM10 4.5a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11ZM8.75 10a.833.833 0 1 1-1.667 0 .833.833 0 0 1 1.667 0Zm3.333.833a.833.833 0 1 0 0-1.666.833.833 0 0 0 0 1.666Z" }))); }; exports.default = Electricity20;