UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.12 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CopySIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.CopySIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M.25 2.077C.25 1.076 1.076.25 2.077.25h7.538c1.002 0 1.827.826 1.827 1.827v2.48h2.481c1.001 0 1.827.826 1.827 1.828v7.538a1.827 1.827 0 0 1-1.827 1.827H6.385a1.837 1.837 0 0 1-1.827-1.827v-2.48H2.077A1.837 1.837 0 0 1 .25 9.614zM6.058 10.7V6.384c0-.172.154-.326.327-.326h7.538c.173 0 .327.154.327.327v7.538a.327.327 0 0 1-.327.327H6.385a.34.34 0 0 1-.327-.327zm3.884-6.143H6.385a1.837 1.837 0 0 0-1.827 1.827v3.557H2.077a.34.34 0 0 1-.327-.327V2.077c0-.173.154-.327.327-.327h7.538c.173 0 .327.154.327.327z", clipRule: "evenodd" }))); }); exports.CopySIcon.displayName = 'CopySIcon';