UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.18 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 IconMaterialLeftClickFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'LeftClickFilled', short_name: 'LeftClick', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M782-100 650-231l-30 91q-5 14-19 13.5T582-141l-91-303q-4-11 5-20t20-5l303 91q14 5 14.5 19T820-340l-91 30 132 132q17 17 17 39t-17 39q-17 17-39.5 17T782-100ZM240-480q0-100 70-170t170-70q77 0 137.5 42.5T704-567q6 16-.5 31T681-515q-16 6-30.5-.5T630-538q-17-45-58-73.5T480-640q-66 0-113 47t-47 113q0 51 28.5 92t73.5 58q16 6 22.5 21t.5 31q-6 16-21 22t-31 0q-69-26-111-87.5T240-480Z" }) }))); }); IconMaterialLeftClickFilled.displayName = 'OnesyIconMaterialLeftClickFilled'; exports.default = IconMaterialLeftClickFilled;