@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 918 B
JavaScript
;
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 Lighting48 = (_a) => {
var { fill, size = '3rem' } = _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 48 48" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M18 4.5a1.5 1.5 0 0 0-1.404.973l-6 16A1.5 1.5 0 0 0 12 23.5h10.5v17H18a1.5 1.5 0 0 0 0 3h12a1.5 1.5 0 0 0 0-3h-4.5v-17H32v3.67a3.001 3.001 0 1 0 2 0V23.5h2a1.5 1.5 0 0 0 1.404-2.027l-6-16A1.5 1.5 0 0 0 30 4.5H18ZM33 29a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm.836-8.5H14.165l4.875-13h9.92l4.876 13Z" })));
};
exports.default = Lighting48;