UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.64 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 IconMaterialFormatUnderlinedSquiggle = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FormatUnderlinedSquiggle', short_name: 'FormatUnderlinedSquiggle', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M294-120q-15 0-31.5-6T234-140q-8-6-16-13t-18-7q-17 0-28.5-11.5T160-200q0-17 11.5-28.5T200-240q15 0 32 5.5t28 14.5q8 5 16 12.5t18 7.5q9 0 17-7.5t16-12.5q12-9 29-14.5t31-5.5q15 0 32 5.5t28 14.5q8 5 16 12.5t18 7.5q9 0 17-7.5t16-12.5q12-9 29-14.5t31-5.5q15 0 31.5 5.5T634-220q8 5 16.5 12.5T668-200q10 0 18-7.5t16-12.5q12-9 28.5-14.5T762-240q17 0 28.5 11.5T802-200q0 17-11.5 28.5T762-160q-10 0-18 7t-16 13q-13 8-29.5 14t-31.5 6q-15 0-31.5-6T607-140q-8-6-16-13t-18-7q-9 0-17 7t-16 13q-12 8-29 14t-31 6q-15 0-32-6t-28-14q-8-6-16-13t-18-7q-9 0-17 7t-16 13q-12 8-28.5 14t-30.5 6Zm186-180q-101 0-170.5-69.5T240-540v-271q0-20 15-34.5t35-14.5q21 0 35.5 14.5T340-810v270q0 59 40.5 99.5T480-400q59 0 99.5-40.5T620-540v-271q0-20 15-34.5t35-14.5q21 0 35.5 14.5T720-810v270q0 101-69.5 170.5T480-300Z" }) }))); }); IconMaterialFormatUnderlinedSquiggle.displayName = 'OnesyIconMaterialFormatUnderlinedSquiggle'; exports.default = IconMaterialFormatUnderlinedSquiggle;