UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 955 B
"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 IconMaterialCheckSmallW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'CheckSmallW100', short_name: 'CheckSmall', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m400-379 254-255q3.91-4 9.96-4 6.04 0 10.04 3.93 4 3.93 4 10T674-614L421-362q-9 9-21 9t-21-9l-93-92q-4-3.91-4-9.96 0-6.04 3.93-10.04 3.93-4 10-4t10.07 4l94 95Z" }) }))); }); IconMaterialCheckSmallW100.displayName = 'OnesyIconMaterialCheckSmallW100'; exports.default = IconMaterialCheckSmallW100;