UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.39 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var AttachmentSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.5356 2.65388C10.6569 1.7752 9.23226 1.7752 8.35358 2.65388L3.40383 7.60363C1.93936 9.0681 1.93936 11.4425 3.40383 12.9069C4.8683 14.3714 7.24267 14.3714 8.70713 12.9069L13.6569 7.95718C13.9498 7.66429 14.4246 7.66429 14.7175 7.95718C15.0104 8.25008 15.0104 8.72495 14.7175 9.01784L9.76779 13.9676C7.71754 16.0178 4.39342 16.0178 2.34317 13.9676C0.292918 11.9173 0.292918 8.59322 2.34317 6.54297L7.29292 1.59322C8.75738 0.128757 11.1318 0.128757 12.5962 1.59322C14.0607 3.05769 14.0607 5.43206 12.5962 6.89652L7.64647 11.8463C6.76779 12.7249 5.34317 12.7249 4.46449 11.8463C3.58581 10.9676 3.58581 9.54297 4.46449 8.66429L9.41424 3.71454C9.70713 3.42165 10.182 3.42165 10.4749 3.71454C10.7678 4.00744 10.7678 4.48231 10.4749 4.7752L5.52515 9.72495C5.23226 10.0178 5.23226 10.4927 5.52515 10.7856C5.81804 11.0785 6.29292 11.0785 6.58581 10.7856L11.5356 5.83586C12.4142 4.95718 12.4142 3.53256 11.5356 2.65388Z", fill: "currentColor" }))); }); AttachmentSIcon.displayName = 'AttachmentSIcon';