UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.28 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 IconMaterialVr180Create2d = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Vr180Create2d', short_name: 'Vr180Create2d', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M80-560q0-134 93-227t227-93q91 0 167 46.5T684-709q8 14 1.5 30T663-656q-15 7-30 .5T610-676q-32-57-87.5-90.5T400-800q-100 0-170 70t-70 170q0 68 34.5 124t92.5 87q14 8 19 23t0 30q-6 16-21 23t-29-1q-80-40-128-116.5T80-560ZM480-80q-33 0-56.5-23.5T400-160v-320q0-33 23.5-56.5T480-560h320q33 0 56.5 23.5T880-480v320q0 33-23.5 56.5T800-80H480Zm0-80h320v-320H480v320Zm140-70-32-44q-6-8-16-8t-16 8l-32 42q-8 10-2 21t18 11h199q13 0 18.5-11t-2.5-21l-51-67q-6-8-16-8t-16 8l-52 69Zm20-90ZM393-567Z" }) }))); }); IconMaterialVr180Create2d.displayName = 'OnesyIconMaterialVr180Create2d'; exports.default = IconMaterialVr180Create2d;