@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.11 kB
JavaScript
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 IconMaterialPillW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PillW100', short_name: 'Pill', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M345-172q-72 0-122.5-50.5T172-345q0-35 13.5-67t37.5-56l269-269q24-24 56-37.5t67-13.5q72 0 122.5 50.5T788-615q0 35-13.5 67T737-492L468-223q-24 24-56 37.5T345-172Zm248-216 125-124q20-20 31-47t11-56q0-60-42.5-102.5T615-760q-29 0-56 11t-47 31L388-593l205 205ZM345-200q29 0 56-11t47-31l124-125-205-205-125 124q-20 20-31 47t-11 56q0 60 42.5 102.5T345-200Z" }) })));
});
IconMaterialPillW100.displayName = 'OnesyIconMaterialPillW100';
exports.default = IconMaterialPillW100;
;