@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.61 kB
JavaScript
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 IconMaterialFormatUnderlinedSquiggleW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FormatUnderlinedSquiggleW100', short_name: 'FormatUnderlinedSquiggle', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M294-146q-13 0-27-6t-24-14q-9-8-20.5-14t-22.5-6q-5 0-9.5-4.5T186-200q0-6 4.5-10t9.5-4q14 0 27.5 6t24.5 14q8 7 19.5 13.5T294-174q11 0 22.5-6.5T336-194q10-8 24-14t27-6q13 0 27 6t24 14q9 7 20.5 13.5T481-174q11 0 22.5-6.5T523-194q11-8 24.5-14t26.5-6q14 0 27.5 6t24.5 14q8 7 19.5 13.5T668-174q11 0 22.5-6.5T711-194q10-8 24-14t27-6q5 0 9.5 4t4.5 10q0 5-4.5 9.5T762-186q-11 0-22.5 6.5T719-166q-11 8-25 14t-27 6q-13 0-27-6t-24-14q-9-8-20.5-14t-22.5-6q-11 0-22.5 6T531-166q-11 8-24.5 14t-26.5 6q-13 0-27-6t-25-14q-8-8-19.5-14t-22.5-6q-11 0-22.5 6T344-166q-10 8-24 14t-26 6Zm186-190q-86 0-145-59t-59-145v-271q0-5 4.5-9t9.5-4q6 0 10 4t4 10v270q0 74 51 125t125 51q74 0 125-51t51-125v-271q0-5 4.5-9t9.5-4q6 0 10 4t4 10v270q0 86-59 145t-145 59Z" }) })));
});
IconMaterialFormatUnderlinedSquiggleW100.displayName = 'OnesyIconMaterialFormatUnderlinedSquiggleW100';
exports.default = IconMaterialFormatUnderlinedSquiggleW100;
;