UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 839 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.DownloadSavedBlock = void 0; const react_1 = __importDefault(require("react")); exports.DownloadSavedBlock = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" }, react_1.default.createElement("path", { fill: "currentColor", d: "M14.667 13.333a1.333 1.333 0 0 1 0 2.667H1.333a1.333 1.333 0 0 1 0-2.667ZM8.667 0c.368 0 .666.298.666.667V4h3.334a.667.667 0 0 1 .501 1.105L8.501 10.44a.667.667 0 0 1-1.002 0L2.832 5.105A.667.667 0 0 1 3.333 4h3.334V.667c0-.369.298-.667.666-.667Z" })));