@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.14 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 IconMaterialVr180Create2dW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Vr180Create2dW100Filled', short_name: 'Vr180Create2d', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-132q-26 0-43-17t-17-43v-288q0-26 17-43t43-17h288q26 0 43 17t17 43v288q0 26-17 43t-43 17H480Zm39-78h210q5 0 7-4t-1-8l-57-74q-2-3-6-3t-6 3l-62 82-42-58q-2-3-6-3t-6 3l-37 50q-3 4-1 8t7 4Zm-199-94q-85-26-136.5-96.5T132-560q0-112 78-190t190-78q89 0 159.5 51.5T656-640H480q-66 0-113 47t-47 113v176Z" }) })));
});
IconMaterialVr180Create2dW100Filled.displayName = 'OnesyIconMaterialVr180Create2dW100Filled';
exports.default = IconMaterialVr180Create2dW100Filled;
;