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.SaveMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.SaveMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.103 2.25h10.513a2.135 2.135 0 0 1 2.134 2.135v15.23a2.135 2.135 0 0 1-2.135 2.135H4.385a2.135 2.135 0 0 1-2.135-2.135V9.103c.002-.56.225-1.097.62-1.494l.001-.002L7.607 2.87l.002-.002a2.13 2.13 0 0 1 1.494-.619m-1.353 18h8.5v-5.5h-8.5zm10 0V14.7c0-.39-.158-.76-.434-1.03a1.47 1.47 0 0 0-1.03-.42H7.714c-.383 0-.754.15-1.03.42s-.434.64-.434 1.03v5.55H4.385a.635.635 0 0 1-.635-.635V9.108a.64.64 0 0 1 .184-.443l4.731-4.731h.001a.64.64 0 0 1 .442-.184h.142v4.5c0 .382.141.757.407 1.042.267.286.641.458 1.043.458h5.6c.402 0 .776-.172 1.043-.458.266-.285.407-.66.407-1.042v-4.5h1.865a.635.635 0 0 1 .635.635v15.23a.635.635 0 0 1-.635.635zm-1.5-16.5h-5.5v4.5h5.5z", clipRule: "evenodd" }))); }); exports.SaveMIcon.displayName = 'SaveMIcon';