UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 802 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var AttachmentSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.536 2.654a2.25 2.25 0 0 0-3.182 0l-4.95 4.95a3.75 3.75 0 1 0 5.303 5.303l4.95-4.95a.75.75 0 1 1 1.06 1.06l-4.95 4.95a5.25 5.25 0 0 1-7.424-7.424l4.95-4.95a3.75 3.75 0 1 1 5.303 5.304l-4.95 4.95a2.25 2.25 0 0 1-3.182-3.183l4.95-4.95a.75.75 0 0 1 1.06 1.061l-4.949 4.95a.75.75 0 1 0 1.06 1.06l4.95-4.95a2.25 2.25 0 0 0 0-3.181", clipRule: "evenodd" }))); }); AttachmentSIcon.displayName = 'AttachmentSIcon';