UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.55 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 IconMaterialApkDocumentW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ApkDocumentW100', short_name: 'ApkDocument', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M330-240h300q-2.93-36.66-21.96-67.33Q589-338 557-356l28.5-51q1.5-3 0-6.5t-4.83-5.5q-2.67-2-5.67-1t-4.51 3.97L541-364q-14-6-29.37-9-15.36-3-31.5-3-16.13 0-31.13 3.18-15 3.17-30 8.82l-29-52q-2-3-5.5-4t-6.5 1q-1 0-3 12l29 51q-31.71 17.96-51.35 48.65Q333.02-276.67 330-240Zm83-45q-6 0-10.5-4.5T398-300q0-6 4.5-10.5T413-315q6 0 10 4.5t4 10.5q0 6-4.2 10.5T413-285Zm135 0q-6 0-10.5-4.5T533-300q0-6 4.5-10.5T548-315q6 0 10.5 4.5T563-300q0 6-4.5 10.5T548-285ZM272-132q-26 0-43-17t-17-43v-576q0-26 17-43t43-17h289q12.44 0 23.72 5T604-810l126 126q8 8 13 19.28 5 11.28 5 23.72v449q0 26-17 43t-43 17H272Zm300-549.6V-800H272q-12 0-22 10t-10 22v576q0 12 10 22t22 10h416q12 0 22-10t10-22v-460H601.58q-12.58 0-21.08-8.51-8.5-8.51-8.5-21.09ZM240-800v148-148 640-640Z" }) }))); }); IconMaterialApkDocumentW100.displayName = 'OnesyIconMaterialApkDocumentW100'; exports.default = IconMaterialApkDocumentW100;