UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.08 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 IconMaterialAutoLabelW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AutoLabelW100Filled', short_name: 'AutoLabel', viewBox: '0 96 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M238 804q-25 0-42.5-17.5T178 744V408q0-25 17.5-42.5T238 348h336q23 0 41.5 11t32.5 29l109 153q11 16 11 35t-11 35L648 766q-13 18-32.5 28T574 804H238Zm155-194 20 45q4 9 14 9t14-9l20-45 45-20q9-4 9-14t-9-14l-45-20-20-45q-4-9-14-9t-14 9l-20 45-45 20q-9 4-9 14t9 14l45 20Z" }) }))); }); IconMaterialAutoLabelW100Filled.displayName = 'OnesyIconMaterialAutoLabelW100Filled'; exports.default = IconMaterialAutoLabelW100Filled;