UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 940 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AttachmentMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.AttachmentMIcon = (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: "M14.47 4.47a4.285 4.285 0 1 1 6.06 6.06l-7.75 7.75a6.053 6.053 0 1 1-8.56-8.56l6.25-6.25a.75.75 0 1 1 1.06 1.06l-6.25 6.25a4.553 4.553 0 0 0 6.44 6.44l7.75-7.75a2.786 2.786 0 0 0-3.94-3.94l-7.75 7.75a1.018 1.018 0 0 0 1.44 1.44l7.75-7.75a.75.75 0 1 1 1.06 1.06l-7.75 7.75a2.518 2.518 0 1 1-3.56-3.56z", clipRule: "evenodd" }))); }); exports.AttachmentMIcon.displayName = 'AttachmentMIcon';