@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 2.21 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var SaveSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.37729 0.250034L5.74924 0.250028L5.74608 0.250041C5.26681 0.252059 4.80752 0.442336 4.46724 0.779849L0.781978 4.4651L0.779815 4.46727C0.442302 4.80756 0.252025 5.26684 0.250007 5.74612L0.25 13.9231C0.25 14.4077 0.442479 14.8724 0.785094 15.215C1.12771 15.5576 1.5924 15.7501 2.07693 15.7501H13.9231C14.4076 15.7501 14.8723 15.5576 15.2149 15.215C15.5576 14.8724 15.75 14.4077 15.75 13.9231V2.07696C15.75 1.59243 15.5576 1.12774 15.2149 0.785128C14.8723 0.442514 14.4076 0.250034 13.9231 0.250034H11.7764C11.774 0.250011 11.7716 0.25 11.7692 0.25C11.7668 0.25 11.7643 0.250011 11.7619 0.250034H6.3918C6.38938 0.250011 6.38696 0.25 6.38454 0.25C6.38212 0.25 6.37971 0.250011 6.37729 0.250034ZM11.0192 1.75003H7.13454V4.5577H11.0192V1.75003ZM12.5192 1.75003V4.76924C12.5192 5.11096 12.3834 5.43868 12.1418 5.68032C11.9002 5.92195 11.5724 6.0577 11.2307 6.0577H6.92301C6.58128 6.0577 6.25356 5.92195 6.01193 5.68032C5.77029 5.43869 5.63454 5.11096 5.63454 4.76924V1.77254C5.59371 1.78854 5.55613 1.81273 5.52432 1.84408C5.52406 1.84433 5.52381 1.84458 5.52355 1.84484L1.8448 5.52359C1.84455 5.52384 1.8443 5.5241 1.84405 5.52435C1.78438 5.5849 1.75065 5.66631 1.75 5.75131V13.9231C1.75 14.0098 1.78444 14.093 1.84575 14.1543C1.90706 14.2156 1.99022 14.2501 2.07693 14.2501H3.48076V10.1538C3.48076 9.81211 3.61651 9.48439 3.85814 9.24275C4.09978 9.00112 4.4275 8.86537 4.76922 8.86537H11.2308C11.5725 8.86537 11.9002 9.00112 12.1419 9.24275C12.3835 9.48439 12.5192 9.81211 12.5192 10.1538V14.2501H13.9231C14.0098 14.2501 14.093 14.2156 14.1543 14.1543C14.2156 14.093 14.25 14.0098 14.25 13.9231V2.07696C14.25 1.99025 14.2156 1.9071 14.1543 1.84579C14.093 1.78448 14.0098 1.75003 13.9231 1.75003H12.5192ZM11.0192 14.2501V10.3654H4.98076V14.2501H11.0192Z", fill: "currentColor" }))); });
SaveSIcon.displayName = 'SaveSIcon';