UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.45 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 IconMaterialFreeCancellationW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FreeCancellationW100Filled', short_name: 'FreeCancellation', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m641-149 160-160q4-4 10-4.5t10 4.5q4 4 4 10t-4 10L663-131q-9 9-21 9t-21-9l-75-75q-4-4-3.5-9.5t4.5-9.5q4-4 9.5-4t9.5 4l75 76ZM360-381l-55 55q-4 4-9 3.5t-9-4.5q-4-4-4-9.5t4-9.5l54-54-55-55q-4-4-3.5-9.5t4.5-9.5q4-4 9.5-4t9.5 4l54 55 55-55q4-4 9.5-4t9.5 4q4 4 4 9.5t-4 9.5l-55 55 55 55q4 4 4 9t-4 9q-4 4-9.5 4t-9.5-4l-55-54ZM232-132q-26 0-43-17t-17-43v-496q0-26 17-43t43-17h80v-76q0-7 4.5-11.5T328-840q7 0 11.5 4.5T344-824v76h276v-78q0-6 4-10t10-4q6 0 10 4t4 10v78h80q26 0 43 17t17 43v227q0 6-4 9.5t-10 3.5q-6 0-10-4t-4-10v-66H200v336q0 12 10 22t22 10h180q6 0 10 4t4 10q0 6-4 10t-10 4H232Z" }) }))); }); IconMaterialFreeCancellationW100Filled.displayName = 'OnesyIconMaterialFreeCancellationW100Filled'; exports.default = IconMaterialFreeCancellationW100Filled;