UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.68 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FolderSIcon = 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: "M6.23591 1.57538C6.16884 1.52421 6.08634 1.49765 6.00213 1.50012C5.99488 1.50033 5.98763 1.50043 5.98037 1.50043H1.86302C1.76525 1.50043 1.67149 1.53942 1.60237 1.6088C1.53324 1.67819 1.4944 1.77229 1.4944 1.87042V13.6301C1.4944 13.7282 1.53324 13.8223 1.60237 13.8917C1.67149 13.9611 1.76525 14 1.86302 14H14.137C14.2347 14 14.3285 13.9611 14.3976 13.8917C14.4668 13.8223 14.5056 13.7282 14.5056 13.6301V4.11035C14.5056 4.01222 14.4668 3.91812 14.3976 3.84873C14.3285 3.77935 14.2347 3.74037 14.137 3.74037H7.44209C7.09923 3.74037 6.80036 3.50615 6.7172 3.17228L6.3713 1.78353L6.37075 1.78131C6.35057 1.69922 6.30298 1.62654 6.23591 1.57538ZM5.97088 0.00047553C6.3922 -0.00906072 6.80443 0.125073 7.14015 0.381166C7.47881 0.639507 7.71919 1.00639 7.82135 1.42082C7.82144 1.4212 7.82154 1.42157 7.82163 1.42195L8.02549 2.24041H14.137C14.6311 2.24041 15.105 2.43742 15.4543 2.7881C15.8037 3.13878 16 3.61441 16 4.11035V13.6301C16 14.126 15.8037 14.6016 15.4543 14.9523C15.105 15.303 14.6311 15.5 14.137 15.5H1.86302C1.36891 15.5 0.895048 15.303 0.545665 14.9523C0.196282 14.6016 0 14.126 0 13.6301V1.87042C0 1.37448 0.196282 0.898852 0.545665 0.54817C0.895048 0.197487 1.36891 0.00047553 1.86302 0.00047553H5.97088Z", fill: "currentColor" }))); }); FolderSIcon.displayName = 'FolderSIcon';