UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.11 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CopyMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.CopyMIcon = (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: "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" }))); }); exports.CopyMIcon.displayName = 'CopyMIcon';