UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.34 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 IconMaterialBurstModeFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BurstModeFilled', short_name: 'BurstMode', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M6 19q-.425 0-.713-.288Q5 18.425 5 18V6q0-.425.287-.713Q5.575 5 6 5t.713.287Q7 5.575 7 6v12q0 .425-.287.712Q6.425 19 6 19Zm-4 0q-.425 0-.712-.288Q1 18.425 1 18V6q0-.425.288-.713Q1.575 5 2 5t.713.287Q3 5.575 3 6v12q0 .425-.287.712Q2.425 19 2 19Zm9 0q-.825 0-1.412-.587Q9 17.825 9 17V7q0-.825.588-1.412Q10.175 5 11 5h10q.825 0 1.413.588Q23 6.175 23 7v10q0 .825-.587 1.413Q21.825 19 21 19Zm2-4h6q.3 0 .45-.275.15-.275-.05-.525l-1.6-2.175q-.15-.2-.4-.2t-.4.2L15.5 14l-1-1.325q-.15-.2-.4-.187-.25.012-.4.212l-1.125 1.5q-.2.25-.037.525Q12.7 15 13 15Z" }) }))); }); IconMaterialBurstModeFilled.displayName = 'AmauiIconMaterialBurstModeFilled'; exports.default = IconMaterialBurstModeFilled;