UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.18 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SaveSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.SaveSIcon = (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", fillRule: "evenodd", d: "M6.377.25h-.631c-.48.002-.938.192-1.279.53L.782 4.465l-.002.002c-.338.34-.528.8-.53 1.28v8.176a1.827 1.827 0 0 0 1.827 1.827h11.846a1.827 1.827 0 0 0 1.827-1.827V2.077A1.827 1.827 0 0 0 13.923.25H6.377m4.642 1.5H7.135v2.808h3.884zm1.5 0v3.02a1.29 1.29 0 0 1-1.288 1.288H6.923a1.29 1.29 0 0 1-1.288-1.289V1.773a.3.3 0 0 0-.111.072l-3.68 3.679a.33.33 0 0 0-.094.227v8.172a.327.327 0 0 0 .327.327H3.48v-4.096a1.29 1.29 0 0 1 1.288-1.289h6.462a1.29 1.29 0 0 1 1.288 1.289v4.096h1.404a.327.327 0 0 0 .327-.327V2.077a.327.327 0 0 0-.327-.327zm-1.5 12.5v-3.885H4.981v3.885z", clipRule: "evenodd" }))); }); exports.SaveSIcon.displayName = 'SaveSIcon';