@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 774 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var AttachmentMIcon = 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: "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" }))); });
AttachmentMIcon.displayName = 'AttachmentMIcon';