@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1 kB
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 Lighting64 = (_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: "M24 6.5a1.5 1.5 0 0 0-1.404.973l-8 21.334A1.5 1.5 0 0 0 16 30.833h14.5V54.5H24a1.5 1.5 0 0 0 0 3h16a1.5 1.5 0 0 0 0-3h-6.5V30.833H43v5.638a3.668 3.668 0 0 0 1 7.196 3.667 3.667 0 0 0 1-7.196v-5.638h3a1.5 1.5 0 0 0 1.404-2.026l-8-21.334A1.5 1.5 0 0 0 40 6.5H24Zm20 31.833a1.667 1.667 0 1 0 0 3.334 1.667 1.667 0 0 0 0-3.334Zm1.836-10.5H18.165L25.04 9.5h13.92l6.876 18.333Z" })));
};
exports.default = Lighting64;