UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.81 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 IconMaterialApkInstallW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ApkInstallW100', short_name: 'ApkInstall', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M192-132q-26 0-43-17t-17-43v-576q0-26 17-43t43-17h289q12.44 0 23.72 5T524-810l126 126q8 8 13 19.28 5 11.28 5 23.72v162q0 5.95-4.04 9.98-4.03 4.02-10 4.02-5.96 0-9.96-4.02-4-4.03-4-9.98v-173H492v-148H192q-12 0-22 10t-10 22v576q0 12 10 22t22 10h344q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H192Zm-32-28v-640 640Zm90-80q3.02-36.67 22.65-67.35Q292.29-338.04 324-356l-29-51 2.67-12.25Q301-421 304.5-420t5.5 4l29 52q15.1-5.65 30.2-8.82 15.09-3.18 30.95-3.18 15.85 0 31.35 3 15.5 3 29.5 9l29-52q1-1 10.75-3 3.25 2 4.75 5.5t0 6.5L477-356q32 18 51.04 48.67Q547.07-276.66 550-240H250Zm83-45q6 0 10-4.5t4-10.5q0-6-4.2-10.5T333-315q-6 0-10.5 4.5T318-300q0 6 4.5 10.5T333-285Zm135 0q6 0 10.5-4.5T483-300q0-6-4.5-10.5T468-315q-6 0-10.5 4.5T453-300q0 6 4.5 10.5T468-285Zm242 99v-189q0-5.95 4.04-9.98 4.03-4.02 10-4.02 5.96 0 9.96 4.02 4 4.03 4 9.98v189l81-80q4-4 9.5-3.5t9.5 4.36q3.67 3.85 3.83 9Q842-251 838-247l-93 94q-9 9-21 9t-21-9l-93-94q-3.67-3.75-3.83-9.38Q606-262 610-266q4-5 10-4.5t10 4.5l80 80Z" }) }))); }); IconMaterialApkInstallW100.displayName = 'OnesyIconMaterialApkInstallW100'; exports.default = IconMaterialApkInstallW100;