UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.21 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 IconMaterialTextDecreaseW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'TextDecreaseW100Filled', short_name: 'TextDecrease', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M634-466q-5.95 0-9.97-4.04-4.03-4.03-4.03-10 0-5.96 4.03-9.96 4.02-4 9.97-4h240q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H634Zm-472 94-56 137q-2 4-5 6.5t-7.92 2.5Q85-226 81-232t-1-13l202-483q1-2 3.21-4t4.79-2h7.76q3.24 0 5.24 2t3 4l201 480q3 8-1.64 15t-12.55 7q-4.81 0-8.95-2.67-4.14-2.66-5.86-7.33l-56-136H162Zm10-26h240L295.67-682H290L172-398Z" }) }))); }); IconMaterialTextDecreaseW100Filled.displayName = 'OnesyIconMaterialTextDecreaseW100Filled'; exports.default = IconMaterialTextDecreaseW100Filled;