UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.23 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 IconMaterialStepIntoW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'StepIntoW100Filled', short_name: 'StepInto', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480.12-106q-39.12 0-66.62-27.38-27.5-27.38-27.5-66.5 0-39.12 27.38-66.62 27.38-27.5 66.5-27.5 39.12 0 66.62 27.38 27.5 27.38 27.5 66.5 0 39.12-27.38 66.62-27.38 27.5-66.5 27.5ZM466-454v-349q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v350l119-120q3.75-5 9.38-5 5.62 0 10.62 4.78 5 5.22 5 10.22 0 5-5 10L501-421q-9 9-21 9t-21-9L326-554q-3.67-3.75-3.83-9.38Q322-569 326-573q4-5 10-4.5t10 4.5l120 119Z" }) }))); }); IconMaterialStepIntoW100Filled.displayName = 'OnesyIconMaterialStepIntoW100Filled'; exports.default = IconMaterialStepIntoW100Filled;