UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.12 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 IconMaterialEditW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'EditW100', short_name: 'Edit', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M200-200h40l439-439-40-40-439 439v40Zm2 28q-12.75 0-21.37-8.63Q172-189.25 172-202v-25q0-12.44 5-23.72T190-270l509-510q4.39-3.83 9.7-5.91Q714-788 719.68-788q5.67 0 11 1.5Q736-785 741-780l39 39q5 5 6.5 10.41t1.5 10.82q0 5.77-1.91 11.07-1.92 5.31-6.09 9.7L270-190q-8 8-19.28 13-11.28 5-23.72 5h-25Zm559-548-41-41 41 41Zm-102.35 61.35L639-679l40 40-20.35-19.65Z" }) }))); }); IconMaterialEditW100.displayName = 'OnesyIconMaterialEditW100'; exports.default = IconMaterialEditW100;