UNPKG

1.36 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var Folder = props => /*#__PURE__*/_jsx("svg", _extends({
5 viewBox: "0 0 20 20",
6 width: "16px",
7 height: "16px"
8}, props, {
9 className: "w-icon " + (props.className ? props.className : ''),
10 children: /*#__PURE__*/_jsx("path", {
11 d: "M9.56589048,5.83769509 C8.89395444,5.83769509 8.3221677,5.35594737 8.21856163,4.70252955 L7.98356971,3.22049378 C7.94903435,3.00268784 7.75843877,2.84210526 7.53446009,2.84210526 L1.81818182,2.84210526 C1.5671433,2.84210526 1.36363636,3.04239893 1.36363636,3.28947368 L1.36363636,16.7105263 C1.36363636,16.9576011 1.5671433,17.1578947 1.81818182,17.1578947 L18.1818182,17.1578947 C18.4328567,17.1578947 18.6363636,16.9576011 18.6363636,16.7105263 L18.6363636,6.28506352 C18.6363636,6.03798876 18.4328567,5.83769509 18.1818182,5.83769509 L9.56589048,5.83769509 Z M9.56589048,4.49558983 L18.1818182,4.49558983 C19.1859723,4.49558983 20,5.29676449 20,6.28506352 L20,16.7105263 C20,17.6988253 19.1859723,18.5 18.1818182,18.5 L1.81818182,18.5 C0.814027728,18.5 0,17.6988253 0,16.7105263 L0,3.28947368 C0,2.30117466 0.814027728,1.5 1.81818182,1.5 L7.53446009,1.5 C8.4303748,1.5 9.19275712,2.1423303 9.33089856,3.01355405 L9.56589048,4.49558983 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file