@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.56 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var CopySIcon = 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: "M0.25 2.07693C0.25 1.07579 1.07579 0.25 2.07693 0.25H9.61541C10.6165 0.25 11.4423 1.07579 11.4423 2.07693V4.55765H13.9231C14.9242 4.55765 15.75 5.38344 15.75 6.38458V13.9231C15.75 14.4076 15.5575 14.8723 15.2149 15.2149C14.8723 15.5575 14.4076 15.75 13.9231 15.75H6.38458C5.38344 15.75 4.55765 14.9242 4.55765 13.9231V11.4423H2.07693C1.07579 11.4423 0.25 10.6165 0.25 9.61541V2.07693ZM6.05765 10.7011C6.05769 10.6982 6.0577 10.6953 6.0577 10.6923C6.0577 10.6894 6.05769 10.6865 6.05765 10.6836V6.38458C6.05765 6.21187 6.21187 6.05765 6.38458 6.05765H10.6836C10.6865 6.05769 10.6894 6.0577 10.6923 6.0577C10.6953 6.0577 10.6982 6.05769 10.7011 6.05765H13.9231C14.0958 6.05765 14.25 6.21187 14.25 6.38458V13.9231C14.25 14.0098 14.2155 14.0929 14.1542 14.1542C14.0929 14.2155 14.0098 14.25 13.9231 14.25H6.38458C6.21187 14.25 6.05765 14.0958 6.05765 13.9231V10.7011ZM9.94233 4.55765H6.38458C5.38344 4.55765 4.55765 5.38344 4.55765 6.38458V9.94233H2.07693C1.90421 9.94233 1.75 9.78812 1.75 9.61541V2.07693C1.75 1.90421 1.90421 1.75 2.07693 1.75H9.61541C9.78812 1.75 9.94233 1.90421 9.94233 2.07693V4.55765Z", fill: "currentColor" }))); });
CopySIcon.displayName = 'CopySIcon';