@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.27 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 IconMaterialStrikethroughSW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'StrikethroughSW100', short_name: 'StrikethroughS', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M486-192q-55 0-101.5-29T312-299q-2-5 0-10.5t7-7.5q5-2 10.5 0t8.5 7q23 42 62 66t86 24q59 0 104.5-33t45.5-87q0-17-3-34t-12-32q-3-5-1-10t7-8q5-3 10.5-1t8.5 7q11 17 14.5 37.5T664-340q0 66-54 107t-124 41ZM120-506q-6 0-10-4t-4-10q0-6 4-10t10-4h720q6 0 10 4t4 10q0 6-4 10t-10 4H120Zm213-108q-6 0-10-4t-4-10q-2-62 47.5-102T482-770q41 0 77 17.5t60 49.5q3 5 2.5 10.5T616-684q-5 3-10.5 2t-9.5-6q-20-27-50-40.5T482-742q-54 0-94.5 31.5T347-628q0 6-4 10t-10 4Z" }) })));
});
IconMaterialStrikethroughSW100.displayName = 'OnesyIconMaterialStrikethroughSW100';
exports.default = IconMaterialStrikethroughSW100;
;