@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 953 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var CopyMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.25 4.333c0-1.14.942-2.083 2.083-2.083h9.334c1.14 0 2.083.942 2.083 2.083V8.25h3.917c1.14 0 2.083.942 2.083 2.083v9.334a2.083 2.083 0 0 1-2.083 2.083h-9.334a2.096 2.096 0 0 1-2.083-2.083V15.75H4.333a2.096 2.096 0 0 1-2.083-2.083zm6 9.917v-3.917c0-1.14.942-2.083 2.083-2.083h3.917V4.333a.596.596 0 0 0-.583-.583H4.333a.596.596 0 0 0-.583.583v9.334c0 .312.27.583.583.583zm2.083-4.5a.596.596 0 0 0-.583.583v9.334c0 .312.27.583.583.583h9.334a.583.583 0 0 0 .583-.583v-9.334a.596.596 0 0 0-.583-.583z", clipRule: "evenodd" }))); });
CopyMIcon.displayName = 'CopyMIcon';