UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.27 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 IconMaterialCustomTypography = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'CustomTypography', short_name: 'CustomTypography', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M520-160v40q0 17-11.5 28.5T480-80q-17 0-28.5-11.5T440-120v-160q0-17 11.5-28.5T480-320q17 0 28.5 11.5T520-280v40h280q17 0 28.5 11.5T840-200q0 17-11.5 28.5T800-160H520Zm-360 0q-17 0-28.5-11.5T120-200q0-17 11.5-28.5T160-240h160q17 0 28.5 11.5T360-200q0 17-11.5 28.5T320-160H160Zm224-363h193l34 98q4 11 14 18t22 7q20 0 32-17t4-36L533-854q-5-12-15-19t-23-7h-30q-13 0-23 7t-15 19L276-452q-7 19 4.5 35.5T312-400q13 0 22.5-7t14.5-19l35-97Zm24-69 70-199h4l70 199H408Z" }) }))); }); IconMaterialCustomTypography.displayName = 'OnesyIconMaterialCustomTypography'; exports.default = IconMaterialCustomTypography;