@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.03 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialElectricBoltW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ElectricBoltW100', short_name: 'ElectricBolt', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m477-406-238-27q-20-2-25.5-21t9.5-32l386-339q2-2 4.5-3t7.5-1q8 0 13 7t0 15L480-553l240 27q20 2 26 20.5t-9 31.5L351-134q-2 2-4.5 2.5t-7.5.5q-8 0-12-7t0-14l150-254Zm-81 193 325-285-287-31 132-220-327 286 286 34-129 216Zm84-268Z" }) })));
});
IconMaterialElectricBoltW100.displayName = 'OnesyIconMaterialElectricBoltW100';
exports.default = IconMaterialElectricBoltW100;
;