UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.15 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 IconMaterialChipExtractionW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ChipExtractionW100', short_name: 'ChipExtraction', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M200-480q0 112 75.5 191.5T462-201q6 1 10.5 5t4.5 10q0 6-4.5 10t-11.5 3q-122-8-205.5-96T172-480q0-121 81.5-209.5T456-787q8-1 14 2.5t6 10.5q0 6-4 10t-10 5q-111 8-186.5 87.5T200-480Zm550 14H400q-6 0-10-4t-4-10q0-6 4-10t10-4h349L630-614q-4-4-4-9.5t4-9.5q4-4 10-4t10 4l132 132q9 9 9 21t-9 21L650-327q-4 4-10 4t-10-4q-4-4-4-10t4-10l120-119Z" }) }))); }); IconMaterialChipExtractionW100.displayName = 'OnesyIconMaterialChipExtractionW100'; exports.default = IconMaterialChipExtractionW100;