UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.28 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DownloadSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.DownloadSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00002 0.25C8.41423 0.250001 8.75001 0.585788 8.75001 1L8.75 8.8817L10.7004 6.93126C10.9933 6.63836 11.4682 6.63836 11.7611 6.93126C12.054 7.22415 12.054 7.69902 11.7611 7.99192L8.53033 11.2227C8.23743 11.5156 7.76256 11.5156 7.46967 11.2227L4.23889 7.99192C3.946 7.69902 3.946 7.22415 4.23889 6.93126C4.53178 6.63836 5.00666 6.63836 5.29955 6.93126L7.25 8.88171L7.25001 1C7.25001 0.585785 7.5858 0.249999 8.00002 0.25ZM3.48077 15.0001C3.48077 14.5859 3.81656 14.2501 4.23077 14.2501H11.7693C12.1835 14.2501 12.5193 14.5859 12.5193 15.0001C12.5193 15.4143 12.1835 15.7501 11.7693 15.7501H4.23077C3.81656 15.7501 3.48077 15.4143 3.48077 15.0001Z", fill: "currentColor" }))); }); exports.DownloadSIcon.displayName = 'DownloadSIcon';