UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.2 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 IconMaterialVariableRemoveW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'VariableRemoveW100Filled', short_name: 'VariableRemove', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M202-332q-13 0-21.5-8.5T172-362v-236q0-13 8.5-21.5T202-628h556q13 0 21.5 8.5T788-598v22q0 8-6 13.5t-14 5.5q-85 0-145 60t-60 145q0 8-5.5 14t-13.5 6H202Zm566 0-75 75q-4 4-9.5 4.5T673-257q-5-5-5-10t5-10l75-75-75-75q-4-4-4.5-9.5T673-447q5-5 10-5t10 5l75 75 75-75q4-4 9.5-4.5T863-447q5 5 5 10t-5 10l-75 75 75 75q4 4 4.5 9.5T863-257q-5 5-10 5t-10-5l-75-75Z" }) }))); }); IconMaterialVariableRemoveW100Filled.displayName = 'OnesyIconMaterialVariableRemoveW100Filled'; exports.default = IconMaterialVariableRemoveW100Filled;