UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.29 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 IconMaterialPersonCancelW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PersonCancelW100Filled', short_name: 'PersonCancel', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m780-559-74 73q-4 4-9.5 4.5T686-486q-5-5-5-10t5-10l74-74-74-73q-5-4-5-9.5t5-10.5q5-5 10-5t10 5l74 74 73-74q4-5 9.5-5t10.5 5q5 5 5 10t-5 10l-73 73 73 74q4 4 4.5 9.5T873-486q-5 5-10 5t-10-5l-73-73Zm-420 47q-45 0-76.5-31.5T252-620q0-45 31.5-76.5T360-728q45 0 76.5 31.5T468-620q0 45-31.5 76.5T360-512ZM92-262v-22q0-22 13.5-41.5T142-356q55-26 109.5-39T360-408q54 0 108.5 13T578-356q23 11 36.5 30.5T628-284v22q0 13-8.5 21.5T598-232H122q-13 0-21.5-8.5T92-262Z" }) }))); }); IconMaterialPersonCancelW100Filled.displayName = 'OnesyIconMaterialPersonCancelW100Filled'; exports.default = IconMaterialPersonCancelW100Filled;