@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.25 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var DocumentSIcon = 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: "M2.88636 1.5C2.77943 1.5 2.67963 1.54183 2.6082 1.61194C2.53724 1.68158 2.5 1.77304 2.5 1.86538V14.1346C2.5 14.227 2.53724 14.3184 2.6082 14.3881C2.67963 14.4582 2.77943 14.5 2.88636 14.5H13.1136C13.2206 14.5 13.3204 14.4582 13.3918 14.3881C13.4628 14.3184 13.5 14.227 13.5 14.1346V5.96154H9.70441C9.29019 5.96154 8.95441 5.62575 8.95441 5.21154V1.5H2.88636ZM2.88636 0C2.39053 0 1.91226 0.193201 1.55747 0.541441C1.2022 0.890146 1 1.3661 1 1.86538V14.1346C1 14.6339 1.2022 15.1099 1.55747 15.4586C1.91226 15.8068 2.39053 16 2.88636 16H13.1136C13.6095 16 14.0877 15.8068 14.4425 15.4586C14.7978 15.1099 15 14.6339 15 14.1346V4.65385C15 4.45251 14.9191 4.25963 14.7754 4.1186L10.7981 0.214752C10.6579 0.0771117 10.4692 0 10.2727 0H2.88636ZM10.4544 1.97924L12.9834 4.46154H10.4544V1.97924Z", fill: "currentColor" }))); });
DocumentSIcon.displayName = 'DocumentSIcon';