UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.03 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 IconMaterialPillW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PillW100Filled', short_name: 'Pill', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m613-368 124-124q24-24 37.5-55.96T788-615q0-72.28-50.46-122.64T614.67-788Q580-788 548-774.5T492-737L368-613l245 245ZM345.33-172Q380-172 412-185.5t56-37.5l124-124-245-245-124 124q-24 24-37.5 55.96T172-345q0 72.28 50.46 122.64T345.33-172Z" }) }))); }); IconMaterialPillW100Filled.displayName = 'OnesyIconMaterialPillW100Filled'; exports.default = IconMaterialPillW100Filled;