UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.01 kB
"use strict"; 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("@amaui/ui-react"); const IconMaterialBoltW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BoltW100', short_name: 'Bolt', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M10.825 19.7q-.225 0-.362-.15-.138-.15-.088-.375l.775-5.475h-2.5q-.35 0-.4-.175-.05-.175.1-.475l4.35-8.475q.05-.125.2-.2.15-.075.275-.075.225 0 .363.15.137.15.087.375L12.85 10.3h2.5q.3 0 .375.175.075.175-.075.475l-4.35 8.475q-.05.125-.2.2-.15.075-.275.075Z" }) }))); }); IconMaterialBoltW100.displayName = 'AmauiIconMaterialBoltW100'; exports.default = IconMaterialBoltW100;