@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.93 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var SaveMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.103 2.25001L9.10615 2.25L19.6154 2.25001C20.1815 2.25001 20.7245 2.4749 21.1248 2.87522C21.5251 3.27554 21.75 3.81849 21.75 4.38462V19.6154C21.75 20.1815 21.5251 20.7245 21.1248 21.1248C20.7245 21.5251 20.1815 21.75 19.6154 21.75H4.38462C3.81848 21.75 3.27553 21.5251 2.87521 21.1248C2.4749 20.7245 2.25 20.1815 2.25 19.6154V9.103C2.25236 8.54301 2.47469 8.00637 2.86905 7.60877L2.8712 7.6066L7.60659 2.87122L7.60877 2.86905C8.00636 2.47469 8.543 2.25237 9.103 2.25001ZM7.75 20.25H16.25V14.75H7.75V20.25ZM17.75 20.25V14.7C17.75 14.3105 17.592 13.9401 17.3157 13.6694C17.04 13.3992 16.6692 13.25 16.2857 13.25H7.71429C7.33077 13.25 6.95998 13.3992 6.68426 13.6694C6.40803 13.9401 6.25 14.3105 6.25 14.7V20.25H4.38462C4.2163 20.25 4.05489 20.1831 3.93587 20.0641C3.81686 19.9451 3.75 19.7837 3.75 19.6154V9.10804C3.75103 8.94242 3.81677 8.78377 3.93317 8.66596C3.93346 8.66567 3.93375 8.66538 3.93403 8.66509L8.66508 3.93404C8.66537 3.93375 8.66566 3.93347 8.66595 3.93318C8.78376 3.81677 8.94242 3.75104 9.10803 3.75001H9.25V8.25001C9.25 8.63177 9.39107 9.00743 9.65673 9.29208C9.92403 9.57847 10.2981 9.75001 10.7 9.75001H16.3C16.7019 9.75001 17.076 9.57847 17.3433 9.29208C17.6089 9.00743 17.75 8.63177 17.75 8.25001V3.75001H19.6154C19.7837 3.75001 19.9451 3.81687 20.0641 3.93588C20.1831 4.05489 20.25 4.21631 20.25 4.38462V19.6154C20.25 19.7837 20.1831 19.9451 20.0641 20.0641C19.9451 20.1831 19.7837 20.25 19.6154 20.25H17.75ZM16.25 3.75001H10.75V8.25001H16.25V3.75001Z", fill: "currentColor" }))); });
SaveMIcon.displayName = 'SaveMIcon';