@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.32 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 IconMaterialVr180Create2dW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Vr180Create2dW100', short_name: 'Vr180Create2d', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M132-560q0-112 78-190t190-78q82 0 149 44t98 118q2 6 0 12.5t-8 8.5q-5 2-11-.5t-8-8.5q-29-66-88-106t-132-40q-100 0-170 70t-70 170q0 72 38.5 131T303-341q7 3 10 8.5t1 11.5q-2 6-8.5 8t-12.5-1q-73-31-117-98t-44-148Zm348 428q-26 0-43-17t-17-43v-288q0-26 17-43t43-17h288q26 0 43 17t17 43v288q0 26-17 43t-43 17H480Zm0-28h288q12 0 22-10t10-22v-288q0-12-10-22t-22-10H480q-12 0-22 10t-10 22v288q0 12 10 22t22 10Zm124-54-42-58q-2-3-6-3t-6 3l-37 50q-3 4-1 8t7 4h210q5 0 7-4t-1-8l-57-74q-2-3-6-3t-6 3l-62 82Zm20-122ZM393-567Z" }) })));
});
IconMaterialVr180Create2dW100.displayName = 'OnesyIconMaterialVr180Create2dW100';
exports.default = IconMaterialVr180Create2dW100;
;