@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.08 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DocumentSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.DocumentSIcon = (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: "M2.886 1.5a.4.4 0 0 0-.278.112.36.36 0 0 0-.108.253v12.27c0 .092.037.183.108.253s.171.112.278.112h10.228a.4.4 0 0 0 .278-.112.36.36 0 0 0 .108-.253V5.962H9.704a.75.75 0 0 1-.75-.75V1.5zm0-1.5c-.495 0-.974.193-1.329.541A1.86 1.86 0 0 0 1 1.865v12.27c0 .499.202.975.557 1.324.355.348.834.541 1.33.541h10.227c.495 0 .974-.193 1.329-.541.355-.35.557-.825.557-1.324V4.654a.75.75 0 0 0-.225-.535L10.798.215A.75.75 0 0 0 10.273 0zm7.568 1.98 2.53 2.482h-2.53z", clipRule: "evenodd" }))); });
exports.DocumentSIcon.displayName = 'DocumentSIcon';