@react-symbols/icons
Version:
Symbols icons by Miguel Solorio for React
4 lines • 1.4 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
const FolderGithub = (props) => (_jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24" }, props, { children: [_jsx("path", { fill: "#A1A1AA", fillRule: "evenodd", d: "M18.5 11.42c-2.486 0-4.5 2.101-4.5 4.696 0 2.078 1.288 3.833 3.077 4.455.225.04.31-.1.31-.223 0-.112-.006-.482-.006-.875-1.131.217-1.424-.287-1.514-.551-.05-.136-.27-.552-.46-.664-.158-.088-.383-.305-.006-.31.354-.007.607.34.692.48.404.71 1.051.511 1.31.388.04-.305.158-.51.287-.628-1.001-.118-2.048-.523-2.048-2.319 0-.51.175-.933.462-1.262-.045-.117-.203-.598.045-1.244 0 0 .377-.123 1.237.481.36-.105.743-.158 1.125-.158.383 0 .765.053 1.125.158.86-.61 1.238-.481 1.238-.481.247.646.09 1.127.045 1.244.287.329.461.746.461 1.262 0 1.802-1.052 2.201-2.053 2.319.163.146.304.428.304.869 0 .628-.006 1.132-.006 1.29 0 .124.084.27.31.224a4.528 4.528 0 002.219-1.713c.55-.8.846-1.758.846-2.742 0-2.595-2.014-4.696-4.5-4.696z", clipRule: "evenodd" }), _jsx("path", { fill: "#64748B", fillRule: "evenodd", d: "M5 4a3 3 0 00-3 3v10a3 3 0 003 3h8v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z", clipRule: "evenodd" })] })));
export default FolderGithub;
//# sourceMappingURL=folderGithub.js.map