UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.32 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("@onesy/ui-react"); const IconMaterialWbAutoFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'WbAutoFilled', short_name: 'WbAuto', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M267-432h112l21 57q2 7 8 11t13 4q12 0 18.5-9.5T442-390l-87-234q-3-8-9-12t-14-4h-18q-8 0-14 4t-9 12l-87 234q-4 11 2.5 20.5T225-360q8 0 13.5-4t7.5-11l21-57Zm14-40 40-116h4l40 116h-84Zm42 272q-117 0-198.5-81.5T43-480q0-117 81.5-198.5T323-760q78 0 144 40t102 109h-2q-3-11 4-20t18-9q8 0 14 4.5t8 12.5l44 187h2l54-189q2-7 7.5-11t12.5-4h12q7 0 12.5 4t7.5 11l54 189h4l44-187q2-8 8-12.5t14-4.5q11 0 18 9t4 20l-62 235q-2 8-7.5 12t-13.5 4h-12q-8 0-14-4.5t-8-11.5l-55-194h-2l-53 194q-2 8-8 12t-14 4h-11q-8 0-14-4.5t-8-12.5l-24-99q0 115-82 195.5T323-200Z" }) }))); }); IconMaterialWbAutoFilled.displayName = 'OnesyIconMaterialWbAutoFilled'; exports.default = IconMaterialWbAutoFilled;