UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.3 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 IconMaterialFileDownloadW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FileDownloadW100', short_name: 'FileDownload', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M12 14.7q-.15 0-.275-.05-.125-.05-.25-.175L9.15 12.15q-.1-.1-.112-.238-.013-.137.112-.262t.25-.125q.125 0 .25.125l2 2V5.2q0-.15.1-.25t.25-.1q.15 0 .25.1t.1.25v8.45l2-2q.1-.1.238-.113.137-.012.262.113t.125.25q0 .125-.125.25l-2.325 2.325q-.125.125-.25.175-.125.05-.275.05Zm-5.2 4q-.65 0-1.075-.425Q5.3 17.85 5.3 17.2v-1.85q0-.15.1-.25t.25-.1q.15 0 .25.1t.1.25v1.85q0 .3.25.55.25.25.55.25h10.4q.3 0 .55-.25.25-.25.25-.55v-1.85q0-.15.1-.25t.25-.1q.15 0 .25.1t.1.25v1.85q0 .65-.425 1.075-.425.425-1.075.425Z" }) }))); }); IconMaterialFileDownloadW100.displayName = 'OnesyIconMaterialFileDownloadW100'; exports.default = IconMaterialFileDownloadW100;