UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 956 B
"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 IconMaterialBolt = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Bolt', short_name: 'Bolt', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M10.675 21q-.275 0-.45-.2t-.125-.475L11 14H7.5q-.375 0-.463-.2-.087-.2.113-.55l5.7-9.975q.05-.125.2-.2Q13.2 3 13.325 3q.275 0 .45.2t.125.475L13 10h3.5q.375 0 .462.2.088.2-.112.55l-5.7 9.975q-.05.125-.2.2-.15.075-.275.075Z" }) }))); }); IconMaterialBolt.displayName = 'AmauiIconMaterialBolt'; exports.default = IconMaterialBolt;