@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.38 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var AttachmentMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.4693 4.46956C16.1429 2.79595 18.8563 2.79595 20.5299 4.46956C22.2035 6.14316 22.2035 8.85661 20.5299 10.5302L12.7799 18.2802C10.416 20.6442 6.58322 20.6442 4.21926 18.2802C1.8553 15.9163 1.8553 12.0835 4.21926 9.71956L10.4693 3.46956C10.7622 3.17667 11.237 3.17667 11.5299 3.46956C11.8228 3.76245 11.8228 4.23733 11.5299 4.53022L5.27992 10.7802C3.50174 12.5584 3.50175 15.4414 5.27992 17.2196C7.0581 18.9977 9.94109 18.9977 11.7193 17.2196L19.4693 9.46956C20.5571 8.38174 20.5571 6.61804 19.4693 5.53022C18.3814 4.4424 16.6177 4.4424 15.5299 5.53022L7.77992 13.2802C7.38246 13.6777 7.38246 14.3221 7.77992 14.7196C8.17738 15.117 8.8218 15.117 9.21926 14.7196L16.9693 6.96956C17.2622 6.67667 17.737 6.67667 18.0299 6.96956C18.3228 7.26245 18.3228 7.73733 18.0299 8.03022L10.2799 15.7802C9.29667 16.7635 7.70251 16.7635 6.71926 15.7802C5.73601 14.797 5.73601 13.2028 6.71926 12.2196L14.4693 4.46956Z", fill: "currentColor" }))); });
AttachmentMIcon.displayName = 'AttachmentMIcon';