UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.3 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DownloadFileSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.DownloadFileSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", d: "M8.75 5.212a.75.75 0 1 0-1.5 0v4.295l-.896-.916A.75.75 0 0 0 5.282 9.64l2.182 2.23a.75.75 0 0 0 1.072 0l2.182-2.23A.75.75 0 1 0 9.646 8.59l-.896.916z" }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.09 0c-.493 0-.963.2-1.307.552a1.88 1.88 0 0 0-.533 1.313v12.27c0 .489.19.962.533 1.313A1.83 1.83 0 0 0 3.091 16h9.818c.494 0 .964-.2 1.308-.552.343-.351.533-.824.533-1.313V4.654a.75.75 0 0 0-.214-.525L10.718.226A.75.75 0 0 0 10.182 0zm-.234 1.601A.33.33 0 0 1 3.09 1.5h6.775l3.384 3.46v9.175c0 .102-.04.197-.106.264a.32.32 0 0 1-.235.101H3.091c-.091 0-.131-.03-.231-.1a.37.37 0 0 1-.11-.265V1.865c0-.102.04-.197.106-.264", clipRule: "evenodd" }))); }); exports.DownloadFileSIcon.displayName = 'DownloadFileSIcon';