@uiw/file-icons
Version:
File icons in the file tree
14 lines • 1.15 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
export var Zip = props => /*#__PURE__*/_jsx("svg", _extends({
viewBox: "0 0 20 20",
width: "16px",
height: "16px"
}, props, {
className: "ffont " + (props.className ? props.className : ''),
children: /*#__PURE__*/_jsx("path", {
d: "M28.2222222,34.5555556 L24,34.5555556 L24,30.3333333 L19.7777778,30.3333333 L19.7777778,26.1111111 L24,26.1111111 L24,30.3333333 L28.2222222,30.3333333 L28.2222222,34.5555556 Z M28.2222222,17.6666667 L24,17.6666667 L24,21.8888889 L28.2222222,21.8888889 L28.2222222,26.1111111 L24,26.1111111 L24,21.8888889 L19.7777778,21.8888889 L19.7777778,17.6666667 L24,17.6666667 L24,13.4444444 L19.7777778,13.4444444 L19.7777778,9.22222222 L24,9.22222222 L24,13.4444444 L28.2222222,13.4444444 L28.2222222,17.6666667 Z M38.7777778,5 L9.22222222,5 C6.87888889,5 5,6.87888889 5,9.22222222 L5,38.7777778 C5,41.1096467 6.89035328,43 9.22222222,43 L38.7777778,43 C41.1096467,43 43,41.1096467 43,38.7777778 L43,9.22222222 C43,6.87888889 41.1,5 38.7777778,5 Z",
fillRule: "evenodd"
})
}));