UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 968 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AttachmentSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.AttachmentSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.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" }))); }); exports.AttachmentSIcon.displayName = 'AttachmentSIcon';