UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.59 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 IconMaterialRegularExpressionW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'RegularExpressionW100Filled', short_name: 'RegularExpression', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M131-481q0-68 25-130t72-111q5-5 11-6t11 4q5 5 4 11.5t-6 11.5q-43 45-66 101t-23 118q0 62 23.5 118.5T248-262q5 5 6.5 11.5T251-239q-5 5-11.5 4t-11.5-6q-46-50-71.5-111.5T131-481Zm249 215q-14 0-24-10t-10-24q0-14 10-24t24-10q14 0 24 10t10 24q0 14-10 24t-24 10Zm179-200q-6 0-10-4t-4-10v-77l-66 39q-5 3-10.5 1.5T460-523q-3-5-1.5-10.5t6.5-8.5l66-38-66-38q-5-3-6.5-8.5T460-637q3-5 8.5-6.5T479-642l66 39v-77q0-6 4-10t10-4q6 0 10 4t4 10v77l66-39q5-3 10.5-1.5t8.5 6.5q3 5 1.5 10.5T653-618l-66 38 66 38q5 3 6.5 8.5T658-523q-3 5-8.5 6.5T639-518l-66-39v77q0 6-4 10t-10 4Zm269-15q0 67-25 129.5T731-241q-5 5-11 6t-11-4q-5-5-4-11.5t6-11.5q43-45 66-101.5T800-482q0-62-23.5-118T711-701q-5-5-6-11.5t4-11.5q5-5 11-4t11 6q46 50 71.5 111.5T828-481Z" }) }))); }); IconMaterialRegularExpressionW100Filled.displayName = 'OnesyIconMaterialRegularExpressionW100Filled'; exports.default = IconMaterialRegularExpressionW100Filled;