@mynaui/icons-react
Version:
1180+ beautifully crafted open source icons for your next project.
288 lines (161 loc) • 1.5 MB
JavaScript
/**
* @mynaui/icons-react v0.4.1 - MIT
*/
import { forwardRef, createElement } from 'react';
import PropTypes from 'prop-types';
var createReactComponent = (iconName, iconNamePascal, iconNode) => {
const Component = forwardRef(
({ color = "currentColor", size = 24, stroke = "1.5", children, ...rest }, ref) => createElement(
"svg",
{
ref,
width: size,
height: size,
fill: "none",
stroke: color,
strokeWidth: stroke,
viewBox: "0 0 24 24",
strokeLinecap: "round",
strokeLinejoin: "round",
xmlns: "http://www.w3.org/2000/svg",
...rest
},
[
...iconNode.map(([tag, attrs]) => createElement(tag, attrs)),
...children || []
]
)
);
Component.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
stroke: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
Component.displayName = `${iconNamePascal}`;
return Component;
};
var Columns = createReactComponent("columns", "Columns", [["path", { "d": "M17.5 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm-8 0a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1z", "key": "svg-0" }]]);
var SearchDiamond = createReactComponent("search-diamond", "SearchDiamond", [["path", { "d": "M2.707 10.295a2.41 2.41 0 0 0 0 3.41l7.588 7.588a2.41 2.41 0 0 0 3.41 0l7.588-7.588a2.41 2.41 0 0 0 0-3.41l-7.588-7.588a2.41 2.41 0 0 0-3.41 0z", "key": "svg-0" }], ["path", { "d": "M13.856 13.85a3.429 3.429 0 1 0-4.855-4.842 3.429 3.429 0 0 0 4.855 4.842m0 0L16 16", "key": "svg-1" }]]);
var ImageRectangle = createReactComponent("image-rectangle", "ImageRectangle", [["path", { "d": "M6 9a2 2 0 1 0 4 0 2 2 0 0 0-4 0m14.927-.01c-6.61-.908-11.31 4-10.927 10.51", "key": "svg-0" }], ["path", { "d": "M3 13.066c2.78-.385 5.851 1.293 7.2 3.434", "key": "svg-1" }], ["path", { "d": "M2.357 9.3c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C4.637 4.5 5.477 4.5 7.157 4.5h9.686c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.31 1.311c.328.642.328 1.482.328 3.162v5.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311c-.642.327-1.482.327-3.162.327H7.157c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.31-1.311c-.328-.642-.328-1.482-.328-3.162z", "key": "svg-2" }]]);
var RupeeWaves = createReactComponent("rupee-waves", "RupeeWaves", [["path", { "d": "M9.713 3.64c.581-.495.872-.743 1.176-.888a2.58 2.58 0 0 1 2.222 0c.304.145.595.393 1.176.888.599.51 1.207.768 2.007.831.761.061 1.142.092 1.46.204.734.26 1.312.837 1.571 1.572.112.317.143.698.204 1.46.063.8.32 1.407.83 2.006.496.581.744.872.889 1.176.336.703.336 1.52 0 2.222-.145.304-.393.595-.888 1.176a3.3 3.3 0 0 0-.831 2.007c-.061.761-.092 1.142-.204 1.46a2.58 2.58 0 0 1-1.572 1.571c-.317.112-.698.143-1.46.204-.8.063-1.407.32-2.006.83-.581.496-.872.744-1.176.889a2.58 2.58 0 0 1-2.222 0c-.304-.145-.595-.393-1.176-.888a3.3 3.3 0 0 0-2.007-.831c-.761-.061-1.142-.092-1.46-.204a2.58 2.58 0 0 1-1.571-1.572c-.112-.317-.143-.698-.204-1.46a3.3 3.3 0 0 0-.83-2.006c-.496-.581-.744-.872-.89-1.176a2.58 2.58 0 0 1 .001-2.222c.145-.304.393-.595.888-1.176.52-.611.769-1.223.831-2.007.061-.761.092-1.142.204-1.46a2.58 2.58 0 0 1 1.572-1.571c.317-.112.698-.143 1.46-.204a3.3 3.3 0 0 0 2.006-.83", "key": "svg-0" }], ["path", { "d": "M9 7.5h6m-6 2.778h6M13.25 17.5 9 13.056h1.5c3.334 0 3.334-5.556 0-5.556", "key": "svg-1" }]]);
var SidebarAlt = createReactComponent("sidebar-alt", "SidebarAlt", [["path", { "d": "M15 3.5v17M3 9.4c0-2.24 0-3.36.436-4.216a4 4 0 0 1 1.748-1.748C6.04 3 7.16 3 9.4 3h5.2c2.24 0 3.36 0 4.216.436a4 4 0 0 1 1.748 1.748C21 6.04 21 7.16 21 9.4v5.2c0 2.24 0 3.36-.436 4.216a4 4 0 0 1-1.748 1.748C17.96 21 16.84 21 14.6 21H9.4c-2.24 0-3.36 0-4.216-.436a4 4 0 0 1-1.748-1.748C3 17.96 3 16.84 3 14.6z", "key": "svg-0" }]]);
var NineOctagon = createReactComponent("nine-octagon", "NineOctagon", [["path", { "d": "M10.5 16h1a3 3 0 0 0 3-3v-2.5m0 0a2.5 2.5 0 0 0-5 0c0 1.38 1.12 2 2.5 2s2.5-.62 2.5-2", "key": "svg-0" }], ["path", { "d": "M7.805 3.469C8.16 3.115 8.451 3 8.937 3h6.126c.486 0 .778.115 1.132.469l4.336 4.336c.354.354.469.646.469 1.132v6.126c0 .5-.125.788-.469 1.132l-4.336 4.336c-.354.354-.646.469-1.132.469H8.937c-.5 0-.788-.125-1.132-.469L3.47 16.195c-.355-.355-.47-.646-.47-1.132V8.937c0-.5.125-.788.469-1.132z", "key": "svg-1" }]]);
var TrashTwo = createReactComponent("trash-two", "TrashTwo", [["path", { "d": "m5.25 5.778 1.727 12.178c.09.579.329 1.12.691 1.564a3 3 0 0 0 1.363.95l.246.083a8.52 8.52 0 0 0 5.446 0l.246-.082c.528-.178 1-.506 1.362-.95s.602-.985.692-1.564l1.727-12.18", "key": "svg-0" }], ["path", { "d": "M12 7.5c3.728 0 6.75-.784 6.75-1.75S15.728 4 12 4s-6.75.784-6.75 1.75S8.272 7.5 12 7.5", "key": "svg-1" }]]);
var EightWaves = createReactComponent("eight-waves", "EightWaves", [["path", { "d": "M12 12s2.5.5 2.5 2-1.12 2-2.5 2-2.5-.5-2.5-2 2.5-2 2.5-2m0 0s2.5-.5 2.5-2-1.12-2-2.5-2-2.5.5-2.5 2 2.5 2 2.5 2", "key": "svg-0" }], ["path", { "d": "M9.713 3.64c.581-.495.872-.743 1.176-.888a2.58 2.58 0 0 1 2.222 0c.304.145.595.393 1.176.888.599.51 1.207.768 2.007.831.761.061 1.142.092 1.46.204.734.26 1.312.837 1.571 1.572.112.317.143.698.204 1.46.063.8.32 1.407.83 2.006.496.581.744.872.889 1.176.336.703.336 1.52 0 2.222-.145.304-.393.595-.888 1.176a3.3 3.3 0 0 0-.831 2.007c-.061.761-.092 1.142-.204 1.46a2.58 2.58 0 0 1-1.572 1.571c-.317.112-.698.143-1.46.204-.8.063-1.407.32-2.006.83-.581.496-.872.744-1.176.889a2.58 2.58 0 0 1-2.222 0c-.304-.145-.595-.393-1.176-.888a3.3 3.3 0 0 0-2.007-.831c-.761-.061-1.142-.092-1.46-.204a2.58 2.58 0 0 1-1.571-1.572c-.112-.317-.143-.698-.204-1.46a3.3 3.3 0 0 0-.83-2.006c-.496-.581-.744-.872-.89-1.176a2.58 2.58 0 0 1 .001-2.222c.145-.304.393-.595.888-1.176.52-.611.769-1.223.831-2.007.061-.761.092-1.142.204-1.46a2.58 2.58 0 0 1 1.572-1.571c.317-.112.698-.143 1.46-.204a3.3 3.3 0 0 0 2.006-.83", "key": "svg-1" }]]);
var XTwitter = createReactComponent("x-twitter", "XTwitter", [["path", { "d": "m19 4-5.93 6.93M5 20l5.93-6.93m0 0 5.795 6.587c.19.216.483.343.794.343h1.474c.836 0 1.307-.85.793-1.435L13.07 10.93m-2.14 2.14L4.214 5.435C3.7 4.85 4.17 4 5.007 4h1.474c.31 0 .604.127.794.343l5.795 6.587", "key": "svg-0" }]]);
var HeartCircle = createReactComponent("heart-circle", "HeartCircle", [["path", { "d": "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0", "key": "svg-0" }], ["path", { "d": "M10.291 9.5a1.78 1.78 0 0 0-1.781 1.781c0 1.969 3.375 4.219 3.375 4.219s3.375-2.25 3.375-4.219c0-1.219-.797-1.781-1.781-1.781-.698 0-1.302.4-1.594.985a1.78 1.78 0 0 0-1.594-.985", "key": "svg-1" }]]);
var Clock9 = createReactComponent("clock-9", "Clock9", [["path", { "d": "M12 6v6H7.5", "key": "svg-0" }], ["path", { "d": "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0", "key": "svg-1" }]]);
var BuildingOne = createReactComponent("building-one", "BuildingOne", [["path", { "d": "M2.25 22h19.5M4 22V6.978c0-1.743 0-2.614.327-3.28A3.06 3.06 0 0 1 5.638 2.34C6.28 2 7.12 2 8.8 2h.4c1.68 0 2.52 0 3.162.34a3.06 3.06 0 0 1 1.311 1.359C14 4.364 14 5.235 14 6.978V22M10 6H8m2 4H8m2 4H8m11.8 8V11.444c0-2.305-.798-3.148-2.925-3.148H14", "key": "svg-0" }]]);
var ArrowRightSquare = createReactComponent("arrow-right-square", "ArrowRightSquare", [["path", { "d": "M7.5 12h9M13 8.5l3.5 3.5-3.5 3.5", "key": "svg-0" }], ["path", { "d": "M3 9.4c0-2.24 0-3.36.436-4.216a4 4 0 0 1 1.748-1.748C6.04 3 7.16 3 9.4 3h5.2c2.24 0 3.36 0 4.216.436a4 4 0 0 1 1.748 1.748C21 6.04 21 7.16 21 9.4v5.2c0 2.24 0 3.36-.436 4.216a4 4 0 0 1-1.748 1.748C17.96 21 16.84 21 14.6 21H9.4c-2.24 0-3.36 0-4.216-.436a4 4 0 0 1-1.748-1.748C3 17.96 3 16.84 3 14.6z", "key": "svg-1" }]]);
var QuestionOctagon = createReactComponent("question-octagon", "QuestionOctagon", [["path", { "d": "M7.805 3.469C8.16 3.115 8.451 3 8.937 3h6.126c.486 0 .778.115 1.132.469l4.336 4.336c.354.354.469.646.469 1.132v6.126c0 .5-.125.788-.469 1.132l-4.336 4.336c-.354.354-.646.469-1.132.469H8.937c-.5 0-.788-.125-1.132-.469L3.47 16.195c-.355-.355-.47-.646-.47-1.132V8.937c0-.5.125-.788.469-1.132z", "key": "svg-0" }], ["path", { "d": "M12 13.496c0-2.003 2-1.503 2-3.506 0-2.659-4-2.659-4 0m2 6.007v-.5", "key": "svg-1" }]]);
var Lightning = createReactComponent("lightning", "Lightning", [["path", { "d": "M10.564 13.708a.504.504 0 0 0-.496-.565H7a.506.506 0 0 1-.461-.702l3.907-9.128a.5.5 0 0 1 .46-.313h4.518c.353 0 .594.36.465.694l-2.225 5.712a.506.506 0 0 0 .464.694H17c.412 0 .647.479.398.813l-7.47 10.046c-.062.083-.191.03-.18-.072z", "key": "svg-0" }]]);
var YenDiamond = createReactComponent("yen-diamond", "YenDiamond", [["path", { "d": "M2.707 10.295a2.41 2.41 0 0 0 0 3.41l7.588 7.588a2.41 2.41 0 0 0 3.41 0l7.588-7.588a2.41 2.41 0 0 0 0-3.41l-7.588-7.588a2.41 2.41 0 0 0-3.41 0zM15.182 12.5H12m0 0H8.818m3.182 0-3.5-5m3.5 5 3.5-5m-3.5 5V15m3.182 0H12m0 0H8.818M12 15v2.5", "key": "svg-0" }]]);
var LetterRHexagon = createReactComponent("letter-r-hexagon", "LetterRHexagon", [["path", { "d": "M9.75 12V8.5a.5.5 0 0 1 .5-.5h3a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5H11.5m-1.75 0v4m0-4h1.75m0 0 3 4", "key": "svg-0" }], ["path", { "d": "M20.5 15.8V8.2a1.91 1.91 0 0 0-.944-1.645l-6.612-3.8a1.88 1.88 0 0 0-1.888 0l-6.612 3.8A1.9 1.9 0 0 0 3.5 8.2v7.602a1.91 1.91 0 0 0 .944 1.644l6.612 3.8a1.88 1.88 0 0 0 1.888 0l6.612-3.8A1.9 1.9 0 0 0 20.5 15.8", "key": "svg-1" }]]);
var Grid = createReactComponent("grid", "Grid", [["path", { "d": "M3 6.75c0-1.768 0-2.652.55-3.2C4.097 3 4.981 3 6.75 3s2.652 0 3.2.55c.55.548.55 1.432.55 3.2s0 2.652-.55 3.2c-.548.55-1.432.55-3.2.55s-2.652 0-3.2-.55C3 9.403 3 8.519 3 6.75m0 10.507c0-1.768 0-2.652.55-3.2.548-.55 1.432-.55 3.2-.55s2.652 0 3.2.55c.55.548.55 1.432.55 3.2s0 2.652-.55 3.2c-.548.55-1.432.55-3.2.55s-2.652 0-3.2-.55C3 19.91 3 19.026 3 17.258M13.5 6.75c0-1.768 0-2.652.55-3.2.548-.55 1.432-.55 3.2-.55s2.652 0 3.2.55c.55.548.55 1.432.55 3.2s0 2.652-.55 3.2c-.548.55-1.432.55-3.2.55s-2.652 0-3.2-.55c-.55-.548-.55-1.432-.55-3.2m0 10.507c0-1.768 0-2.652.55-3.2.548-.55 1.432-.55 3.2-.55s2.652 0 3.2.55c.55.548.55 1.432.55 3.2s0 2.652-.55 3.2c-.548.55-1.432.55-3.2.55s-2.652 0-3.2-.55c-.55-.548-.55-1.432-.55-3.2", "key": "svg-0" }]]);
var HashHexagon = createReactComponent("hash-hexagon", "HashHexagon", [["path", { "d": "M20.5 15.8V8.2a1.91 1.91 0 0 0-.944-1.645l-6.612-3.8a1.88 1.88 0 0 0-1.888 0l-6.612 3.8A1.9 1.9 0 0 0 3.5 8.2v7.602a1.91 1.91 0 0 0 .944 1.644l6.612 3.8a1.88 1.88 0 0 0 1.888 0l6.612-3.8A1.9 1.9 0 0 0 20.5 15.8M10.905 8l-1.437 8m4.937-8-1.437 8m3.314-5.75H7.718m8.564 3.5H7.718", "key": "svg-0" }]]);
var Triangle = createReactComponent("triangle", "Triangle", [["path", { "d": "M5.98 10.762C8.608 5.587 9.92 3 12 3s3.393 2.587 6.02 7.762l.327.644c2.182 4.3 3.274 6.45 2.287 8.022C19.648 21 17.208 21 12.327 21h-.654c-4.88 0-7.321 0-8.307-1.572s.105-3.722 2.287-8.022z", "key": "svg-0" }]]);
var Hand = createReactComponent("hand", "Hand", [["path", { "d": "M17.428 11.212v-4.5c0-2.213-3.572-2.35-3.572 0", "key": "svg-0" }], ["path", { "d": "M13.857 10V4.712c0-2.213-3.572-2.35-3.572 0v1.8m-.001 4.25v-4.05c0-2.213-3.747-2.35-3.747 0V13", "key": "svg-1" }], ["path", { "d": "M17.428 9.312c0-2.35 3.572-2.213 3.572 0v4.4c0 6.843-9.799 9.578-14.278 5.094l-3.215-3.24C2.018 13.904 4.044 10.5 6.537 13l1 1", "key": "svg-2" }]]);
var DollarOctagon = createReactComponent("dollar-octagon", "DollarOctagon", [["path", { "d": "M7.805 3.469C8.16 3.115 8.451 3 8.937 3h6.126c.486 0 .778.115 1.132.469l4.336 4.336c.354.354.469.646.469 1.132v6.126c0 .5-.125.788-.469 1.132l-4.336 4.336c-.354.354-.646.469-1.132.469H8.937c-.5 0-.788-.125-1.132-.469L3.47 16.195c-.355-.355-.47-.646-.47-1.132V8.937c0-.5.125-.788.469-1.132z", "key": "svg-0" }], ["path", { "d": "M15.333 7.722H12m0 0h-1.667C9.045 7.722 8 8.68 8 9.862 8 11.041 9.045 12 10.333 12H12m0-4.278V6.5m0 1.222V12m0 0h1.667c1.288 0 2.333.958 2.333 2.139s-1.045 2.139-2.333 2.139H12M12 12v4.278m0 0H8m4 0V17.5", "key": "svg-1" }]]);
var Search = createReactComponent("search", "Search", [["path", { "d": "M19 11.5a7.5 7.5 0 1 1-15 0 7.5 7.5 0 0 1 15 0m-2.107 5.42 3.08 3.08", "key": "svg-0" }]]);
var LetterQ = createReactComponent("letter-q", "LetterQ", [["path", { "d": "M15.385 16.882V9.471A2.466 2.466 0 0 0 12.923 7h-2.462A2.466 2.466 0 0 0 8 9.47v4.942a2.466 2.466 0 0 0 2.461 2.47zm0 0-2.462-2.47m2.462 2.47L16 17.5", "key": "svg-0" }]]);
var ChartScatter = createReactComponent("chart-scatter", "ChartScatter", [["path", { "d": "M21 21H9.4c-2.24 0-3.36 0-4.216-.436a4 4 0 0 1-1.748-1.748C3 17.96 3 16.84 3 14.6V3m5 6.5V9m10 .25v-.5m-5 3.5v-.5m0-6.25V5M7 16.25v-.5m9 1.5v-.5", "key": "svg-0" }]]);
var Config = createReactComponent("config", "Config", [["path", { "d": "M21 5h-3m-4.25-2v4M13 5H3m4 7H3m7.75-2v4M21 12H11m10 7h-3m-4.25-2v4M13 19H3", "key": "svg-0" }]]);
var LetterF = createReactComponent("letter-f", "LetterF", [["path", { "d": "M15.5 7H9.25v5m0 0v5m0-5h5", "key": "svg-0" }]]);
var LayersTwo = createReactComponent("layers-two", "LayersTwo", [["path", { "d": "m21 14-9 4-9-4m18-4-9 4-9-4 9-4z", "key": "svg-0" }]]);
var Incognito = createReactComponent("incognito", "Incognito", [["path", { "d": "M21 17.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0M3 10.412h18m-16-.189.614-2.6c.545-2.31.818-3.466 1.632-4.139.545-.45.81.073 1.601.468 1.004.502 2.177.103 3.186-.39 1.008-.494 2.973-.755 4.036-.393.976.334.983.762 1.391 1.71.733 1.703 1.114 3.54 1.54 5.344M10 17.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m0-1.206.658-.349a2.85 2.85 0 0 1 2.684 0l.658.349", "key": "svg-0" }]]);
var LinkTwo = createReactComponent("link-two", "LinkTwo", [["path", { "d": "M14 15.5h3.4c1.988 0 3.6-1.567 3.6-3.5s-1.612-3.5-3.6-3.5H14m-4 7-3.397-.007c-1.987-.003-3.647-1.426-3.602-3.502S4.607 8.497 6.594 8.5l3.397.007M7.757 12h8.486", "key": "svg-0" }]]);
var InboxCheck = createReactComponent("inbox-check", "InboxCheck", [["path", { "d": "M3.25 13h3.68a2 2 0 0 1 1.664.89l.812 1.22a2 2 0 0 0 1.664.89h1.86a2 2 0 0 0 1.664-.89l.812-1.22A2 2 0 0 1 17.07 13h3.68", "key": "svg-0" }], ["path", { "d": "m5.45 4.11-2.162 7.847A8 8 0 0 0 3 14.082V19a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4.918a8 8 0 0 0-.288-2.125L18.55 4.11A2 2 0 0 0 16.76 3H7.24a2 2 0 0 0-1.79 1.11", "key": "svg-1" }], ["path", { "d": "m10.3 8.742 1.034 1.182c.095.108.266.1.35-.017L13.784 7", "key": "svg-2" }]]);
var RewindCircle = createReactComponent("rewind-circle", "RewindCircle", [["path", { "d": "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0", "key": "svg-0" }], ["path", { "d": "M8.008 10.71C7.336 11.256 7 11.53 7 12s.336.743 1.008 1.29c.185.152.37.295.538.413.149.104.316.212.49.318.67.407 1.006.611 1.306.385s.328-.697.383-1.642c.015-.267.025-.53.025-.764 0-.235-.01-.497-.025-.764-.055-.945-.082-1.417-.383-1.642-.3-.226-.635-.022-1.306.385a9 9 0 0 0-.49.318 10 10 0 0 0-.538.412m5.75.001c-.672.547-1.008.821-1.008 1.29s.336.743 1.008 1.29c.185.152.37.295.538.413.149.104.316.212.49.318.67.407 1.006.611 1.306.385s.328-.697.383-1.642c.015-.267.025-.53.025-.764 0-.235-.01-.497-.025-.764-.055-.945-.082-1.417-.383-1.642-.3-.226-.635-.022-1.306.385a9 9 0 0 0-.49.318 10 10 0 0 0-.538.412", "key": "svg-1" }]]);
var Like = createReactComponent("like", "Like", [["path", { "d": "M14.54 10.105h5.533c2.546 0-.764 10.895-2.588 10.895H4.964A.956.956 0 0 1 4 20.053v-9.385c0-.347.193-.666.502-.832C6.564 8.73 8.983 7.824 10.18 5.707l1.28-2.266A.87.87 0 0 1 12.222 3c3.18 0 2.237 4.63 1.805 6.47a.52.52 0 0 0 .513.635", "key": "svg-0" }]]);
var ArrowUpCircle = createReactComponent("arrow-up-circle", "ArrowUpCircle", [["path", { "d": "M12 16.5v-9M8.5 11 12 7.5l3.5 3.5", "key": "svg-0" }], ["path", { "d": "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0", "key": "svg-1" }]]);
var ChartLine = createReactComponent("chart-line", "ChartLine", [["path", { "d": "M21 21H9.4c-2.24 0-3.36 0-4.216-.436a4 4 0 0 1-1.748-1.748C3 17.96 3 16.84 3 14.6V3", "key": "svg-0" }], ["path", { "d": "m3 15.5 3.857-3.213c1.634-1.362 2.708-1.222 4.119.189l.006.006c1.538 1.538 2.64 1.474 4.172.133L21 7.5", "key": "svg-1" }]]);
var LetterZCircle = createReactComponent("letter-z-circle", "LetterZCircle", [["path", { "d": "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0", "key": "svg-0" }], ["path", { "d": "M9 8h6l-6 8h6", "key": "svg-1" }]]);
var DangerCircle = createReactComponent("danger-circle", "DangerCircle", [["path", { "d": "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0m-9-4.373v5.5m0 3.246v-.5", "key": "svg-0" }]]);
var Wine = createReactComponent("wine", "Wine", [["path", { "d": "M8.4 21h7.2M12 21v-6.75m-.75 0h1.5a5 5 0 0 0 5-5V3.5a.5.5 0 0 0-.5-.5H6.75a.5.5 0 0 0-.5.5v5.75a5 5 0 0 0 5 5", "key": "svg-0" }]]);
var BriefcaseMedical = createReactComponent("briefcase-medical", "BriefcaseMedical", [["path", { "d": "M8.308 21h7.384m-7.384 0c-3.71 0-4.375-1.449-4.569-3.213l-.692-7.2C2.797 8.391 3.444 6.6 7.385 6.6M8.308 21c-1.584-4.634-1.949-9.6-.923-14.4M15.692 21c3.71 0 4.375-1.449 4.569-3.213l.692-7.2c.25-2.196-.397-3.987-4.338-3.987M15.692 21c1.584-4.634 1.949-9.6.923-14.4m0 0h-9.23M15 6.6V4c0-.545-.456-.998-1-1h-4c-.545 0-1.002.456-1 1v2.6m3 5.4v4m2-2h-4", "key": "svg-0" }]]);
var PauseCircle = createReactComponent("pause-circle", "PauseCircle", [["path", { "d": "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0M10 9v6m4-6v6", "key": "svg-0" }]]);
var CheckSquare = createReactComponent("check-square", "CheckSquare", [["path", { "d": "M3 9.4c0-2.24 0-3.36.436-4.216a4 4 0 0 1 1.748-1.748C6.04 3 7.16 3 9.4 3h5.2c2.24 0 3.36 0 4.216.436a4 4 0 0 1 1.748 1.748C21 6.04 21 7.16 21 9.4v5.2c0 2.24 0 3.36-.436 4.216a4 4 0 0 1-1.748 1.748C17.96 21 16.84 21 14.6 21H9.4c-2.24 0-3.36 0-4.216-.436a4 4 0 0 1-1.748-1.748C3 17.96 3 16.84 3 14.6z", "key": "svg-0" }], ["path", { "d": "m8.667 12.633 1.505 1.721a1 1 0 0 0 1.564-.073L15.333 9.3", "key": "svg-1" }]]);
var SlashWaves = createReactComponent("slash-waves", "SlashWaves", [["path", { "d": "M9.713 3.64c.581-.495.872-.743 1.176-.888a2.58 2.58 0 0 1 2.222 0c.304.145.595.393 1.176.888.599.51 1.207.768 2.007.831.761.061 1.142.092 1.46.204.734.26 1.312.837 1.571 1.572.112.317.143.698.204 1.46.063.8.32 1.407.83 2.006.496.581.744.872.889 1.176.336.703.336 1.52 0 2.222-.145.304-.393.595-.888 1.176a3.3 3.3 0 0 0-.831 2.007c-.061.761-.092 1.142-.204 1.46a2.58 2.58 0 0 1-1.572 1.571c-.317.112-.698.143-1.46.204-.8.063-1.407.32-2.006.83-.581.496-.872.744-1.176.889a2.58 2.58 0 0 1-2.222 0c-.304-.145-.595-.393-1.176-.888a3.3 3.3 0 0 0-2.007-.831c-.761-.061-1.142-.092-1.46-.204a2.58 2.58 0 0 1-1.571-1.572c-.112-.317-.143-.698-.204-1.46a3.3 3.3 0 0 0-.83-2.006c-.496-.581-.744-.872-.89-1.176a2.58 2.58 0 0 1 .001-2.222c.145-.304.393-.595.888-1.176.52-.611.769-1.223.831-2.007.061-.761.092-1.142.204-1.46a2.58 2.58 0 0 1 1.572-1.571c.317-.112.698-.143 1.46-.204a3.3 3.3 0 0 0 2.006-.83M9 15l6-6", "key": "svg-0" }]]);
var SadSquare = createReactComponent("sad-square", "SadSquare", [["path", { "d": "M9 16c.85-.63 1.885-1 3-1s2.15.37 3 1m-5.5-5.5V10m5 .5V10", "key": "svg-0" }], ["path", { "d": "M3 9.4c0-2.24 0-3.36.436-4.216a4 4 0 0 1 1.748-1.748C6.04 3 7.16 3 9.4 3h5.2c2.24 0 3.36 0 4.216.436a4 4 0 0 1 1.748 1.748C21 6.04 21 7.16 21 9.4v5.2c0 2.24 0 3.36-.436 4.216a4 4 0 0 1-1.748 1.748C17.96 21 16.84 21 14.6 21H9.4c-2.24 0-3.36 0-4.216-.436a4 4 0 0 1-1.748-1.748C3 17.96 3 16.84 3 14.6z", "key": "svg-1" }]]);
var DollarDiamond = createReactComponent("dollar-diamond", "DollarDiamond", [["path", { "d": "M2.707 10.295a2.41 2.41 0 0 0 0 3.41l7.588 7.588a2.41 2.41 0 0 0 3.41 0l7.588-7.588a2.41 2.41 0 0 0 0-3.41l-7.588-7.588a2.41 2.41 0 0 0-3.41 0z", "key": "svg-0" }], ["path", { "d": "M15.333 7.722H12m0 0h-1.667C9.045 7.722 8 8.68 8 9.862 8 11.041 9.045 12 10.333 12H12m0-4.278V6.5m0 1.222V12m0 0h1.667c1.288 0 2.333.958 2.333 2.139s-1.045 2.139-2.333 2.139H12M12 12v4.278m0 0H8m4 0V17.5", "key": "svg-1" }]]);
var ArrowDown = createReactComponent("arrow-down", "ArrowDown", [["path", { "d": "M12 4.5v15m0 0-6-5.625m6 5.625 6-5.625", "key": "svg-0" }]]);
var Figma = createReactComponent("figma", "Figma", [["path", { "d": "M6 12a3 3 0 0 1 3-3h3v6H9a3 3 0 0 1-3-3m0 6a3 3 0 0 1 3-3h3v3a3 3 0 0 1-6 0", "key": "svg-0" }], ["path", { "d": "M12 12a3.001 3.001 0 0 1 5.121-2.121A3.001 3.001 0 1 1 12.001 12", "key": "svg-1" }], ["path", { "d": "M12 3h3a3 3 0 0 1 0 6h-3zM6 6a3 3 0 0 1 3-3h3v6H9a3 3 0 0 1-3-3", "key": "svg-2" }]]);
var CornerRightUp = createReactComponent("corner-right-up", "CornerRightUp", [["path", { "d": "M13.973 5v10a4 4 0 0 1-4 4H5m8.973-14L8.946 9.78M13.973 5 19 9.78", "key": "svg-0" }]]);
var WifiCheck = createReactComponent("wifi-check", "WifiCheck", [["path", { "d": "M2 9.483A14.5 14.5 0 0 1 12 5.5m3 .822 1.379 1.576a.3.3 0 0 0 .466-.022L19.645 4M19 12.9c-3.866-3.867-10.134-3.867-14 0m11 3.257a5.657 5.657 0 0 0-8 0m4 3.093v-.5", "key": "svg-0" }]]);
var Earth = createReactComponent("earth", "Earth", [["path", { "d": "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0", "key": "svg-0" }], ["path", { "d": "M13 3.048a5 5 0 0 0 .982 8.3c2.018 1.013 2.789-.352 3.881.384.71.478.897 1.44.42 2.149-.501.742-1.283 1.119-1.148 2.336.077.687.499 1.278 1.045 1.783M4 9.28a4.98 4.98 0 0 1 2.806 1.846 4.98 4.98 0 0 1 .992 3.424c-.052.626.356 1.258.881 1.603A2.71 2.71 0 0 1 9 20.44", "key": "svg-1" }]]);
var ChevronsRight = createReactComponent("chevrons-right", "ChevronsRight", [["path", { "d": "m12 18 6-6-6-6M6 18l6-6-6-6", "key": "svg-0" }]]);
var SearchMinus = createReactComponent("search-minus", "SearchMinus", [["path", { "d": "M9.5 11.5h4m5.5 0a7.5 7.5 0 1 1-15 0 7.5 7.5 0 0 1 15 0m-2.107 5.42 3.08 3.08", "key": "svg-0" }]]);
var QuestionDiamond = createReactComponent("question-diamond", "QuestionDiamond", [["path", { "d": "M2.707 10.295a2.41 2.41 0 0 0 0 3.41l7.588 7.588a2.41 2.41 0 0 0 3.41 0l7.588-7.588a2.41 2.41 0 0 0 0-3.41l-7.588-7.588a2.41 2.41 0 0 0-3.41 0z", "key": "svg-0" }], ["path", { "d": "M12 13.496c0-2.003 2-1.503 2-3.506 0-2.659-4-2.659-4 0m2 6.007v-.5", "key": "svg-1" }]]);
var YenOctagon = createReactComponent("yen-octagon", "YenOctagon", [["path", { "d": "M7.805 3.469C8.16 3.115 8.451 3 8.937 3h6.126c.486 0 .778.115 1.132.469l4.336 4.336c.354.354.469.646.469 1.132v6.126c0 .5-.125.788-.469 1.132l-4.336 4.336c-.354.354-.646.469-1.132.469H8.937c-.5 0-.788-.125-1.132-.469L3.47 16.195c-.355-.355-.47-.646-.47-1.132V8.937c0-.5.125-.788.469-1.132zm7.377 9.031H12m0 0H8.818m3.182 0-3.5-5m3.5 5 3.5-5m-3.5 5V15m3.182 0H12m0 0H8.818M12 15v2.5", "key": "svg-0" }]]);
var List = createReactComponent("list", "List", [["path", { "d": "M8 6.5h12M8 12h12M8 17.5h12M4 6.5h1M4 12h1m-1 5.5h1", "key": "svg-0" }]]);
var LockOpenKeyhole = createReactComponent("lock-open-keyhole", "LockOpenKeyhole", [["path", { "d": "M8 10V8c0-2.761 1.239-5 4-5 2.094 0 3.313 1.288 3.78 3.114M3.5 17.8v-4.6c0-1.12 0-1.68.218-2.107a2 2 0 0 1 .874-.875c.428-.217.988-.217 2.108-.217h10.6c1.12 0 1.68 0 2.108.217a2 2 0 0 1 .874.874c.218.428.218.988.218 2.108v4.6c0 1.12 0 1.68-.218 2.108a2 2 0 0 1-.874.874C18.98 21 18.42 21 17.3 21H6.7c-1.12 0-1.68 0-2.108-.218a2 2 0 0 1-.874-.874C3.5 19.481 3.5 18.921 3.5 17.8M16 14v3", "key": "svg-0" }]]);
var GitHexagon = createReactComponent("git-hexagon", "GitHexagon", [["path", { "d": "M20.5 15.8V8.2a1.91 1.91 0 0 0-.944-1.645l-6.612-3.8a1.88 1.88 0 0 0-1.888 0l-6.612 3.8A1.9 1.9 0 0 0 3.5 8.2v7.602a1.91 1.91 0 0 0 .944 1.644l6.612 3.8a1.88 1.88 0 0 0 1.888 0l6.612-3.8A1.9 1.9 0 0 0 20.5 15.8", "key": "svg-0" }], ["path", { "d": "M14 12a2 2 0 1 1-4 0m4 0a2 2 0 1 0-4 0m4 0h3m-7 0H7", "key": "svg-1" }]]);
var SearchOctagon = createReactComponent("search-octagon", "SearchOctagon", [["path", { "d": "M7.805 3.469C8.16 3.115 8.451 3 8.937 3h6.126c.486 0 .778.115 1.132.469l4.336 4.336c.354.354.469.646.469 1.132v6.126c0 .5-.125.788-.469 1.132l-4.336 4.336c-.354.354-.646.469-1.132.469H8.937c-.5 0-.788-.125-1.132-.469L3.47 16.195c-.355-.355-.47-.646-.47-1.132V8.937c0-.5.125-.788.469-1.132z", "key": "svg-0" }], ["path", { "d": "M13.856 13.85a3.429 3.429 0 1 0-4.855-4.842 3.429 3.429 0 0 0 4.855 4.842m0 0L16 16", "key": "svg-1" }]]);
var VolumeOff = createReactComponent("volume-off", "VolumeOff", [["path", { "d": "M18.1 19c3.715-3.715 3.86-9.648.436-13.536M16 16a5.657 5.657 0 0 0 0-8M3 21l4.16-4.16M21 3l-2.464 2.464m0 0L13 11m0 0v10c-2.846 0-5.098-3.029-5.84-4.16M13 11l-5.84 5.84M13 7V3C9.5 3 6.9 7.505 6.9 7.505S3 6.92 3 8.505v6.914c0 .39.236.65.59.818", "key": "svg-0" }]]);
var LetterJWaves = createReactComponent("letter-j-waves", "LetterJWaves", [["path", { "d": "M14.25 8v6a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2", "key": "svg-0" }], ["path", { "d": "M9.713 3.64c.581-.495.872-.743 1.176-.888a2.58 2.58 0 0 1 2.222 0c.304.145.595.393 1.176.888.599.51 1.207.768 2.007.831.761.061 1.142.092 1.46.204.734.26 1.312.837 1.571 1.572.112.317.143.698.204 1.46.063.8.32 1.407.83 2.006.496.581.744.872.889 1.176.336.703.336 1.52 0 2.222-.145.304-.393.595-.888 1.176a3.3 3.3 0 0 0-.831 2.007c-.061.761-.092 1.142-.204 1.46a2.58 2.58 0 0 1-1.572 1.571c-.317.112-.698.143-1.46.204-.8.063-1.407.32-2.006.83-.581.496-.872.744-1.176.889a2.58 2.58 0 0 1-2.222 0c-.304-.145-.595-.393-1.176-.888a3.3 3.3 0 0 0-2.007-.831c-.761-.061-1.142-.092-1.46-.204a2.58 2.58 0 0 1-1.571-1.572c-.112-.317-.143-.698-.204-1.46a3.3 3.3 0 0 0-.83-2.006c-.496-.581-.744-.872-.89-1.176a2.58 2.58 0 0 1 .001-2.222c.145-.304.393-.595.888-1.176.52-.611.769-1.223.831-2.007.061-.761.092-1.142.204-1.46a2.58 2.58 0 0 1 1.572-1.571c.317-.112.698-.143 1.46-.204a3.3 3.3 0 0 0 2.006-.83", "key": "svg-1" }]]);
var LetterMSquare = createReactComponent("letter-m-square", "LetterMSquare", [["path", { "d": "M9 16V8l3 4 3-4v8", "key": "svg-0" }], ["path", { "d": "M3 9.4c0-2.24 0-3.36.436-4.216a4 4 0 0 1 1.748-1.748C6.04 3 7.16 3 9.4 3h5.2c2.24 0 3.36 0 4.216.436a4 4 0 0 1 1.748 1.748C21 6.04 21 7.16 21 9.4v5.2c0 2.24 0 3.36-.436 4.216a4 4 0 0 1-1.748 1.748C17.96 21 16.84 21 14.6 21H9.4c-2.24 0-3.36 0-4.216-.436a4 4 0 0 1-1.748-1.748C3 17.96 3 16.84 3 14.6z", "key": "svg-1" }]]);
var NineDiamond = createReactComponent("nine-diamond", "NineDiamond", [["path", { "d": "M10.5 16h1a3 3 0 0 0 3-3v-2.5m0 0a2.5 2.5 0 0 0-5 0c0 1.38 1.12 2 2.5 2s2.5-.62 2.5-2", "key": "svg-0" }], ["path", { "d": "M2.707 10.295a2.41 2.41 0 0 0 0 3.41l7.588 7.588a2.41 2.41 0 0 0 3.41 0l7.588-7.588a2.41 2.41 0 0 0 0-3.41l-7.588-7.588a2.41 2.41 0 0 0-3.41 0z", "key": "svg-1" }]]);
var Zero = createReactComponent("zero", "Zero", [["path", { "d": "M8.75 13.875v-3.75a3.125 3.125 0 1 1 6.25 0v3.75a3.125 3.125 0 1 1-6.25 0", "key": "svg-0" }]]);
var InfoSquare = createReactComponent("info-square", "InfoSquare", [["path", { "d": "M3 9.4c0-2.24 0-3.36.436-4.216a4 4 0 0 1 1.748-1.748C6.04 3 7.16 3 9.4 3h5.2c2.24 0 3.36 0 4.216.436a4 4 0 0 1 1.748 1.748C21 6.04 21 7.16 21 9.4v5.2c0 2.24 0 3.36-.436 4.216a4 4 0 0 1-1.748 1.748C17.96 21 16.84 21 14.6 21H9.4c-2.24 0-3.36 0-4.216-.436a4 4 0 0 1-1.748-1.748C3 17.96 3 16.84 3 14.6z", "key": "svg-0" }], ["path", { "d": "M12 16v-5h-.5m0 5h1M12 8.5V8", "key": "svg-1" }]]);
var Croissant = createReactComponent("croissant", "Croissant", [["path", { "d": "M10.803 9.997 9.75 7.69C9.48 7.032 9.12 6.6 8.4 6.6m0 0H5.25C3.711 6.6 3 7.05 3 8.85c.075 1.614.827 3.266 1.915 4.462M8.4 6.6c0-1.395.216-3.6-1.8-3.6-1.8 0-2.25 2.029-2.25 3.676M14 13.21l2.311 1.04c.657.27 1.089.63 1.089 1.35m0 0v3.15c0 1.539-.45 2.25-2.25 2.25-1.614-.076-3.264-.824-4.459-1.912M17.4 15.6c1.395 0 3.6-.216 3.6 1.8 0 1.8-2.029 2.25-3.676 2.25M5.34 13l5.211-2.89c1.701-.945 4.311 1.602 3.339 3.34l-2.898 5.228C9.12 22.044 1.911 14.908 5.34 13", "key": "svg-0" }]]);
var LetterDCircle = createReactComponent("letter-d-circle", "LetterDCircle", [["path", { "d": "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0", "key": "svg-0" }], ["path", { "d": "M9.5 15.5v-7A.5.5 0 0 1 10 8h2a3.5 3.5 0 0 1 3.5 3.5v1A3.5 3.5 0 0 1 12 16h-2a.5.5 0 0 1-.5-.5", "key": "svg-1" }]]);
var LetterMHexagon = createReactComponent("letter-m-hexagon", "LetterMHexagon", [["path", { "d": "M9 16V8l3 4 3-4v8", "key": "svg-0" }], ["path", { "d": "M20.5 15.8V8.2a1.91 1.91 0 0 0-.944-1.645l-6.612-3.8a1.88 1.88 0 0 0-1.888 0l-6.612 3.8A1.9 1.9 0 0 0 3.5 8.2v7.602a1.91 1.91 0 0 0 .944 1.644l6.612 3.8a1.88 1.88 0 0 0 1.888 0l6.612-3.8A1.9 1.9 0 0 0 20.5 15.8", "key": "svg-1" }]]);
var ArrowLongDownRight = createReactComponent("arrow-long-down-right", "ArrowLongDownRight", [["path", { "d": "M19 13v6m0 0h-6m6 0L5 5", "key": "svg-0" }]]);
var CircleHalf = createReactComponent("circle-half", "CircleHalf", [["path", { "d": "M12 21a9 9 0 1 0 0-18m0 18a9 9 0 1 1 0-18m0 18V3", "key": "svg-0" }]]);
var TelephoneIn = createReactComponent("telephone-in", "TelephoneIn", [["path", { "d": "M15.6 14.522c-2.395 2.52-8.504-3.534-6.1-6.064 1.468-1.545-.19-3.31-1.108-4.609-1.723-2.435-5.504.927-5.39 3.066.363 6.746 7.66 14.74 14.726 14.042 2.21-.218 4.75-4.21 2.215-5.669-1.268-.73-3.009-2.17-4.343-.767M20.5 3 16 7.5m3.5 0H16V4", "key": "svg-0" }]]);
var PercentageHexagon = createReactComponent("percentage-hexagon", "PercentageHexagon", [["path", { "d": "M20.5 15.8V8.2a1.91 1.91 0 0 0-.944-1.645l-6.612-3.8a1.88 1.88 0 0 0-1.888 0l-6.612 3.8A1.9 1.9 0 0 0 3.5 8.2v7.602a1.91 1.91 0 0 0 .944 1.644l6.612 3.8a1.88 1.88 0 0 0 1.888 0l6.612-3.8A1.9 1.9 0 0 0 20.5 15.8M9.854 9.854 9.5 9.5m5.004 5.004-.354-.354m-4.65.35 5-5", "key": "svg-0" }]]);
var ZeroHexagon = createReactComponent("zero-hexagon", "ZeroHexagon", [["path", { "d": "M9.5 13.5v-3a2.5 2.5 0 0 1 5 0v3a2.5 2.5 0 0 1-5 0", "key": "svg-0" }], ["path", { "d": "M20.5 15.8V8.2a1.91 1.91 0 0 0-.944-1.645l-6.612-3.8a1.88 1.88 0 0 0-1.888 0l-6.612 3.8A1.9 1.9 0 0 0 3.5 8.2v7.602a1.91 1.91 0 0 0 .944 1.644l6.612 3.8a1.88 1.88 0 0 0 1.888 0l6.612-3.8A1.9 1.9 0 0 0 20.5 15.8", "key": "svg-1" }]]);
var BriefcaseBusiness = createReactComponent("briefcase-business", "BriefcaseBusiness", [["path", { "d": "M15 6.6V4c0-.545-.456-.998-1-1h-4c-.545 0-1.002.456-1 1v2.6m.52 8.4c-2.3-.251-4.223-.705-6.241-2m11.33 2c2.302-.251 4.094-.705 6.112-2M8.308 21h7.384c3.71 0 4.375-1.449 4.569-3.213l.692-7.2c.25-2.196-.397-3.987-4.338-3.987h-9.23c-3.941 0-4.587 1.791-4.338 3.987l.692 7.2C3.933 19.551 4.598 21 8.308 21m5.003-7.501h-2.5c-1.653.002-1.789 3 0 3h2.5c1.784 0 1.68-3 0-3", "key": "svg-0" }]]);
var PanelRightClose = createReactComponent("panel-right-close", "PanelRightClose", [["path", { "d": "M15 3.5v17M8 9l3 3-3 3", "key": "svg-0" }], ["path", { "d": "M3 9.4c0-2.24 0-3.36.436-4.216a4 4 0 0 1 1.748-1.748C6.04 3 7.16 3 9.4 3h5.2c2.24 0 3.36 0 4.216.436a4 4 0 0 1 1.748 1.748C21 6.04 21 7.16 21 9.4v5.2c0 2.24 0 3.36-.436 4.216a4 4 0 0 1-1.748 1.748C17.96 21 16.84 21 14.6 21H9.4c-2.24 0-3.36 0-4.216-.436a4 4 0 0 1-1.748-1.748C3 17.96 3 16.84 3 14.6z", "key": "svg-1" }]]);
var ChevronsDown = createReactComponent("chevrons-down", "ChevronsDown", [["path", { "d": "m6 6 6 6 6-6M6 12l6 6 6-6", "key": "svg-0" }]]);
var ThreeCircle = createReactComponent("three-circle", "ThreeCircle", [["path", { "d": "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0", "key": "svg-0" }], ["path", { "d": "M9.5 9.994c0-2.659 5-2.659 5 0 0 0 0 2.006-2.5 2.006 2.5 0 2.5 2.006 2.5 2.006 0 2.659-5 2.659-5 0", "key": "svg-1" }]]);
var Wind = createReactComponent("wind", "Wind", [["path", { "d": "M18.325 7c3.485 0 3.485 5 0 5H3m15.411 9c3.452 0 3.452-5 0-5H3m7.872-13c3.506 0 3.506 5 0 5H3", "key": "svg-0" }]]);
var LetterCOctagon = createReactComponent("letter-c-octagon", "LetterCOctagon", [["path", { "d": "M15 10v-.25A1.75 1.75 0 0 0 13.25 8H11a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h2.25A1.75 1.75 0 0 0 15 14.25V14", "key": "svg-0" }], ["path", { "d": "M7.805 3.469C8.16 3.115 8.451 3 8.937 3h6.126c.486 0 .778.115 1.132.469l4.336 4.336c.354.354.469.646.469 1.132v6.126c0 .5-.125.788-.469 1.132l-4.336 4.336c-.354.354-.646.469-1.132.469H8.937c-.5 0-.788-.125-1.132-.469L3.47 16.195c-.355-.355-.47-.646-.47-1.132V8.937c0-.5.125-.788.469-1.132z", "key": "svg-1" }]]);
var CornerUpRight = createReactComponent("corner-up-right", "CornerUpRight", [["path", { "d": "M19 10.027H9a4 4 0 0 0-4 4V19m14-8.973-4.78 5.028M19 10.027 14.22 5", "key": "svg-0" }]]);
var PlusWaves = createReactComponent("plus-waves", "PlusWaves", [["path", { "d": "M9.713 3.64c.581-.495.872-.743 1.176-.888a2.58 2.58 0 0 1 2.222 0c.304.145.595.393 1.176.888.599.51 1.207.768 2.007.831.761.061 1.142.092 1.46.204.734.26 1.312.837 1.571 1.572.112.317.143.698.204 1.46.063.8.32 1.407.83 2.006.496.581.744.872.889 1.176.336.703.336 1.52 0 2.222-.145.304-.393.595-.888 1.176a3.3 3.3 0 0 0-.831 2.007c-.061.761-.092 1.142-.204 1.46a2.58 2.58 0 0 1-1.572 1.571c-.317.112-.698.143-1.46.204-.8.063-1.407.32-2.006.83-.581.496-.872.744-1.176.889a2.58 2.58 0 0 1-2.222 0c-.304-.145-.595-.393-1.176-.888a3.3 3.3 0 0 0-2.007-.831c-.761-.061-1.142-.092-1.46-.204a2.58 2.58 0 0 1-1.571-1.572c-.112-.317-.143-.698-.204-1.46a3.3 3.3 0 0 0-.83-2.006c-.496-.581-.744-.872-.89-1.176a2.58 2.58 0 0 1 .001-2.222c.145-.304.393-.595.888-1.176.52-.611.769-1.223.831-2.007.061-.761.092-1.142.204-1.46a2.58 2.58 0 0 1 1.572-1.571c.317-.112.698-.143 1.46-.204a3.3 3.3 0 0 0 2.006-.83M15.5 12H12m0 0H8.5m3.5 0V8.5m0 3.5v3.5", "key": "svg-0" }]]);
var LetterSSquare = createReactComponent("letter-s-square", "LetterSSquare", [["path", { "d": "M14.5 9.25V9a1 1 0 0 0-1-1h-3a1 1 0 0 0-1 1v.984a1.5 1.5 0 0 0 .943 1.393l3.114 1.246c.57.228.943.78.943 1.393V15a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1v-.25", "key": "svg-0" }], ["path", { "d": "M3 9.4c0-2.24 0-3.36.436-4.216a4 4 0 0 1 1.748-1.748C6.04 3 7.16 3 9.4 3h5.2c2.24 0 3.36 0 4.216.436a4 4 0 0 1 1.748 1.748C21 6.04 21 7.16 21 9.4v5.2c0 2.24 0 3.36-.436 4.216a4 4 0 0 1-1.748 1.748C17.96 21 16.84 21 14.6 21H9.4c-2.24 0-3.36 0-4.216-.436a4 4 0 0 1-1.748-1.748C3 17.96 3 16.84 3 14.6z", "key": "svg-1" }]]);
var Dots = createReactComponent("dots", "Dots", [["path", { "d": "M12 12.25v-.5m4 .5v-.5m-8 .5v-.5", "key": "svg-0" }]]);
var TypeItalic = createReactComponent("type-italic", "TypeItalic", [["path", { "d": "M19 3H9m6 18H5m9.5-18L10 21", "key": "svg-0" }]]);
var GridOne = createReactComponent("grid-one", "GridOne", [["path", { "d": "M9.4 21h5.2m-5.2 0c-2.24 0-3.36 0-4.216-.436a4 4 0 0 1-1.748-1.748C3 17.96 3 16.84 3 14.6M9.4 21V3M3 14.6V9.4m0 5.2h18m0 0V9.4m0 5.2c0 2.24 0 3.36-.436 4.216a4 4 0 0 1-1.748 1.748C17.96 21 16.84 21 14.6 21m0 0V3m0 0H9.4m5.2 0c2.24 0 3.36 0 4.216.436a4 4 0 0 1 1.748 1.748C21 6.04 21 7.16 21 9.4m0 0H3M9.4 3c-2.24 0-3.36 0-4.216.436a4 4 0 0 0-1.748 1.748C3 6.04 3 7.16 3 9.4", "key": "svg-0" }]]);
var LetterCDiamond = createReactComponent("letter-c-diamond", "LetterCDiamond", [["path", { "d": "M15 10v-.25A1.75 1.75 0 0 0 13.25 8H11a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h2.25A1.75 1.75 0 0 0 15 14.25V14", "key": "svg-0" }], ["path", { "d": "M2.707 10.295a2.41 2.41 0 0 0 0 3.41l7.588 7.588a2.41 2.41 0 0 0 3.41 0l7.588-7.588a2.41 2.41 0 0 0 0-3.41l-7.588-7.588a2.41 2.41 0 0 0-3.41 0z", "key": "svg-1" }]]);
var LetterG = createReactComponent("letter-g", "LetterG", [["path", { "d": "M13.167 12h1.458c.345 0 .625.28.625.625v3.75c0 .345-.28.625-.625.625h-3.75A1.875 1.875 0 0 1 9 15.125v-6.25C9 7.839 9.84 7 10.875 7h2.5c1.036 0 1.875.84 1.875 1.875", "key": "svg-0" }]]);
var Target = createReactComponent("target", "Target", [["path", { "d": "M12 17.25a5.25 5.25 0 1 0 0-10.5 5.25 5.25 0 0 0 0 10.5", "key": "svg-0" }], ["path", { "d": "M12 13.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3", "key": "svg-1" }], ["path", { "d": "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0", "key": "svg-2" }]]);
var Scissors = createReactComponent("scissors", "Scissors", [["path", { "d": "M11.79 12 7 8.855m14-2.903L7 15.145M8 6.92c0 1.337-1.12 2.42-2.5 2.42S3 8.256 3 6.919 4.12 4.5 5.5 4.5 8 5.583 8 6.92m0 10.162c0-1.336-1.12-2.42-2.5-2.42S3 15.745 3 17.081 4.12 19.5 5.5 19.5 8 18.417 8 17.08m13 .968-6.066-3.983", "key": "svg-0" }]]);
var Cog = createReactComponent("cog", "Cog", [["path", { "d": "M10.11 3.9a1 1 0 0 1 .995-.9h1.79a1 1 0 0 1 .995.9l.033.333a8 8 0 0 1 2.209.915l.259-.212a1 1 0 0 1 1.34.067l1.266 1.266a1 1 0 0 1 .067 1.34l-.212.26c.409.676.72 1.419.915 2.208l.332.033a1 1 0 0 1 .901.995v1.79a1 1 0 0 1-.9.995l-.333.033a8 8 0 0 1-.915 2.209l.212.259a1 1 0 0 1-.067 1.34l-1.266 1.266a1 1 0 0 1-1.34.067l-.26-.212a8 8 0 0 1-2.208.915l-.033.332a1 1 0 0 1-.995.901h-1.79a1 1 0 0 1-.995-.9l-.033-.333a8 8 0 0 1-2.209-.915l-.259.212a1 1 0 0 1-1.34-.067L5.003 17.73a1 1 0 0 1-.067-1.34l.212-.26a8 8 0 0 1-.915-2.208L3.9 13.89a1 1 0 0 1-.9-.995v-1.79a1 1 0 0 1 .9-.995l.333-.033a8 8 0 0 1 .915-2.209l-.212-.259a1 1 0 0 1 .067-1.34L6.27 5.003a1 1 0 0 1 1.34-.067l.26.212a8 8 0 0 1 2.208-.915z", "key": "svg-0" }], ["path", { "d": "M14.5 12a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0", "key": "svg-1" }]]);
var PlayCircle = createReactComponent("play-circle", "PlayCircle", [["path", { "d": "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0", "key": "svg-0" }], ["path", { "d": "M13.242 10.71c.672.547 1.008.821 1.008 1.29s-.336.743-1.008 1.29c-.185.152-.37.295-.538.413a9 9 0 0 1-.49.318c-.67.407-1.006.611-1.306.385s-.328-.697-.383-1.642A14 14 0 0 1 10.5 12c0-.235.01-.497.025-.764.055-.945.082-1.417.383-1.642.3-.226.636-.022 1.306.385.174.106.341.214.49.318.169.118.353.261.538.412", "key": "svg-1" }]]);
var Four = createReactComponent("four", "Four", [["path", { "d": "M12.917 7c-1.042 3.75-4.167 6.875-4.167 6.875H15M13.438 17v-5", "key": "svg-0" }]]);
var Crosshair = createReactComponent("crosshair", "Crosshair", [["path", { "d": "M21 12h-3M6 12H3m9-6V3m0 18v-3m9-6a9 9 0 1 1-18 0 9 9 0 0 1 18 0", "key": "svg-0" }]]);
var LetterP = createReactComponent("letter-p", "LetterP", [["path", { "d": "M9 12V7.625C9 7.28 9.28 7 9.625 7h3.75c1.036 0 1.875.84 1.875 1.875v1.25c0 1.036-.84 1.875-1.875 1.875zm0 0v5", "key": "svg-0" }]]);
var MessageDots = createReactComponent("message-dots", "MessageDots", [["path", { "d": "M12 11v-.5m4 .5v-.5M8 11v-.5m-4.536 6.328C2 15.657 2 14.771 2 11s0-5.657 1.464-6.828C4.93 3 7.286 3 12 3s7.071 0 8.535 1.172S22 7.229 22 11s0 4.657-1.465 5.828C19.072 18 16.714 18 12 18c-2.51 0-3.8 1.738-6 3v-3.212c-1.094-.163-1.899-.45-2.536-.96", "key": "svg-0" }]]);
var Airplay = createReactComponent("airplay", "Airplay", [["path", { "d": "M12.632 16.511c-.216-.284-.324-.426-.455-.477a.48.48 0 0 0-.354 0c-.13.051-.239.193-.455.477l-2.363 3.106c-.336.443-.505.664-.505.85 0 .163.07.316.19.417.139.116.408.116.947.116h4.726c.539 0 .808 0 .947-.116a.54.54 0 0 0 .19-.416c0-.187-.169-.408-.505-.85z", "key": "svg-0" }], ["path", { "d": "M17.4 18h.6a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3H6a3 3 0 0 0-3 3v9a3 3 0 0 0 3 3h.6", "key": "svg-1" }]]);
var Clock8 = createReactComponent("clock-8", "Clock8", [["path", { "d": "M12 6v6l-4 2", "key": "svg-0" }], ["path", { "d": "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0", "key": "svg-1" }]]);
var ArrowDiagonalTwo = createReactComponent("arrow-diagonal-two", "ArrowDiagonalTwo", [["path", { "d": "m11.293 4.929 7.778 7.778m0 0h-4.95m4.95 0v-4.95m-6.364 11.314L4.93 11.293m0 0v4.95m0-4.95h4.95", "key": "svg-0" }]]);
var XOctagon = createReactComponent("x-octagon", "XOctagon", [["path", { "d": "M7.805 3.469C8.16 3.115 8.451 3 8.937 3h6.126c.486 0 .778.115 1.132.469l4.336 4.336c.354.354.469.646.469 1.132v6.126c0 .5-.125.788-.469 1.132l-4.336 4.336c-.354.354-.646.469-1.132.469H8.937c-.5 0-.788-.125-1.132-.469L3.47 16.195c-.355-.355-.47-.646-.47-1.132V8.937c0-.5.125-.788.469-1.132zM15 9l-6 6m0-6 6 6", "key": "svg-0" }]]);
var Repeat = createReactComponent("repeat", "Repeat", [["path", { "d": "m17 3 4 3-4 3", "key": "svg-0" }], ["path", { "d": "M3 12v-2a4 4 0 0 1 4-4h14M7 21l-4-3 4-3", "key": "svg-1" }], ["path", { "d": "M21 12v2a4 4 0 0 1-4 4H3", "key": "svg-2" }]]);
var Path = createReactComponent("path", "Path", [["path", { "d": "M8.121 15.879a3 3 0 1 0-4.243 4.243 3 3 0 0 0 4.243-4.243m0 0L15.88 8.12m0 0a3 3 0 1 0 4.243-4.243A3 3 0 0 0 15.88 8.12m0 0 .004-.004", "key": "svg-0" }]]);
var ClockHexagon = createReactComponent("clock-hexagon", "ClockHexagon", [["path", { "d": "M20.5 15.8V8.2a1.91 1.91 0 0 0-.944-1.645l-6.612-3.8a1.88 1.88 0 0 0-1.888 0l-6.612 3.8A1.9 1.9 0 0 0 3.5 8.2v7.602a1.91 1.91 0 0 0 .944 1.644l6.612 3.8a1.88 1.88 0 0 0 1.888 0l6.612-3.8A1.9 1.9 0 0 0 20.5 15.8", "key": "svg-0" }], ["path", { "d": "M12 6v6l4 2", "key": "svg-1" }]]);
var ChartBarOne = createReactComponent("chart-bar-one", "ChartBarOne", [["path", { "d": "M15 9.429V5a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v8.286m6-3.857V21m0-11.571h4a2 2 0 0 1 2 2V19a2 2 0 0 1-2 2h-4m0 0H9m0 0v-7.714M9 21H5a2 2 0 0 1-2-2v-3.714a2 2 0 0 1 2-2h4", "key": "svg-0" }]]);
var LetterUOctagon = createReactComponent("letter-u-octagon", "LetterUOctagon", [["path", { "d": "M9 8v6a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V8", "key": "svg-0" }], ["path", { "d": "M7.805 3.469C8.16 3.115 8.451 3 8.937 3h6.126c.486 0 .778.115 1.132.469l4.336 4.336c.354.354.469.646.469 1.132v6.126c0 .5-.125.788-.469 1.132l-4.336 4.336c-.354.354-.646.469-1.132.469H8.937c-.5 0-.788-.125-1.132-.469L3.47 16.195c-.355-.355-.47-.646-.47-1.132V8.937c0-.5.125-.788.469-1.132z", "key": "svg-1" }]]);
var YenCircle = createReactComponent("yen-circle", "YenCircle", [["path", { "d": "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0m-5.818.5H12m0 0H8.818m3.182 0-3.5-5m3.5 5 3.5-5m-3.5 5V15m3.182 0H12m0 0H8.818M12 15v2.5", "key": "svg-0" }]]);
var Luggage = createReactComponent("luggage", "Luggage", [["path", { "d": "M15 5.999c0-.888.451-2.995-1-2.999h-4C8.54 3 9 5.112 9 6m-.282 12h6.564c3.298 0 3.889-1.207 4.061-2.677l.615-6C20.18 7.493 19.606 6 16.102 6H7.898C4.394 6 3.82 7.492 4.042 9.323l.615 6C4.829 16.793 5.42 18 8.718 18M17 19.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m-7 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0", "key": "svg-0" }]]);
var LetterR = createReactComponent("letter-r", "LetterR", [["path", { "d": "M9 12V7.625C9 7.28 9.28 7 9.625 7h3.75c1.036 0 1.875.84 1.875 1.875v1.25c0 1.036-.84 1.875-1.875 1.875h-2.187M9 12v5m0-5h2.188m0 0 3.75 5", "key": "svg-0" }]]);
var MapPinUserInside = createReactComponent("map-pin-user-inside", "MapPinUserInside", [["path", { "d": "M15 14c0-3.861-6-3.861-6 0", "key": "svg-0" }], ["path", { "d": "M12 11a2 2 0 1 0 0-4 2 2 0 0 0 0 4", "key": "svg-1" }], ["path", { "d": "M12.597 21.8a.995.995 0 0 1-1.194 0C6.253 17.976.785 10.109 6.31 4.425A7.93 7.93 0 0 1 12 2c2.134 0 4.18.872 5.689 2.424 5.526 5.684.059 13.55-5.092 17.377", "key": "svg-2" }]]);
var LetterWCircle = createReactComponent("letter-w-circle", "LetterWCircle", [["path", { "d": "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0", "key": "svg-0" }], ["path", { "d": "M9 8v8l3-4 3 4V8", "key": "svg-1" }]]);
var LetterE = createReactComponent("letter-e", "LetterE", [["path", { "d": "M15.25 7H9v5m6.25 5H9v-5m0 0h5", "key": "svg-0" }]]);
var PlayWaves = createReactComponent("play-waves", "PlayWaves", [["path", { "d": "M9.713 3.64c.581-.495.872-.743 1.176-.888a2.58 2.58 0 0 1 2.222 0c.304.145.595.393 1.176.888.599.51 1.207.768 2.007.831.761.061 1.142.092 1.46.204.734.26 1.312.837 1.571 1.572.112.317.143.698.204 1.46.063.8.32 1.407.83 2.006.496.581.744.872.889 1.176.336.703.336 1.52 0 2.222-.145.304-.393.595-.888 1.176a3.3 3.3 0 0 0-.831 2.007c-.061.761-.092 1.142-.204 1.46a2.58 2.58 0 0 1-1.572 1.571c-.317.112-.698.143-1.46.204-.8.063-1.407.32-2.006.83-.581.496-.872.744-1.176.889a2.58 2.58 0 0 1-2.222 0c-.304-.145-.595-.393-1.176-.888a3.3 3.3 0 0 0-2.007-.831c-.761-.061-1.142-.092-1.46-.204a2.58 2.58 0 0 1-1.571-1.572c-.112-.317-.143-.698-.204-1.46a3.3 3.3 0 0 0-.83-2.006c-.496-.581-.744-.872-.89-1.176a2.58 2.58 0 0 1 .001-2.222c.145-.304.393-.595.888-1.176.52-.611.769-1.223.831-2.007.061-.761.092-1.142.204-1.46a2.58 2.58 0 0 1 1.572-1.571c.317-.112.698-.143 1.46-.204a3.3 3.3 0 0 0 2.006-.83", "key": "svg-0" }], ["path", { "d": "M13.242 10.71c.672.547 1.008.821 1.008 1.29s-.336.743-1.008 1.29c-.185.152-.37.295-.538.413a9 9 0 0 1-.49.318c-.67.407-1.006.611-1.306.385s-.328-.697-.383-1.642A14 14 0 0 1 10.5 12c0-.235.01-.497.025-.764.055-.945.082-1.417.383-1.642.3-.226.636-.022 1.306.385.174.106.341.214.49.318.169.118.353.261.538.412", "key": "svg-1" }]]);
var CheckCircleOne = createReactComponent("check-circle-one", "CheckCircleOne", [["path", { "d": "m9 8.806 3.562 3.94a.788.788 0 0 0 1.206-.055L21 3", "key": "svg-0" }], ["path", { "d": "M21 12a9 9 0 1 1-9-9", "key": "svg-1" }]]);
var MobileSignalOne = createReactComponent("mobile-signal-one", "MobileSignalOne", [["path", { "d": "M3 21v-1", "key": "svg-0" }]]);
var SquareDashedKanban = createReactComponent("square-dashed-kanban", "SquareDashedKanban", [["path", { "d": "M7 16h7m-3-4h7M8 8h7M9.4 21h5.2m-9.416-.436a4 4 0 0 1-1.748-1.748M3 14.6V9.4m18 5.2V9.4m-.436 9.416a4 4 0 0 1-1.748 1.748M14.6 3H9.4m9.416.436a4 4 0 0 1 1.748 1.748M5.184 3.436a4 4 0 0 0-1.748 1.748", "key": "svg-0" }]]);
var BellOn = createReactComponent("bell-on", "BellOn", [["path", { "d": "M12 12a2 2 0 1 0 0-4 2 2 0 0 0 0 4", "key": "svg-0" }], ["path", { "d": "M15.019 17h-6.04m6.04 0h3.614c1.876 0 1.559-1.86.61-2.804C15.825 10.801 20.68 3 11.999 3s-3.825 7.8-7.243 11.196c-.913.908-1.302 2.804.61 2.804H8.98m6.039 0c0 1.925-.648 4-3.02 4s-3.02-2.075-3.02-4", "key": "svg-1" }]]);
var Sunrise = createReactComponent("sunrise", "Sunrise", [["path", { "d": "M15.5 17.5a3.5 3.5 0 1 0-7 0M11.9 3v7m-6.002 1.398 1.278 1.278M3 17.4h1.8m14.2 0h1.8m-4.176-4.724 1.278-1.278M21 21H3M8.3 6.6 11.9 3l3.6 3.6", "key": "svg-0" }]]);
var ToggleRight = createReactComponent("toggle-right", "ToggleRight", [["path", { "d": "M3 12a5 5 0 0 1 5-5h8a5 5 0 0 1 0 10H8a5 5 0 0 1-5-5", "key": "svg-0" }], ["path", { "d": "M18.5 12a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0", "key": "svg-1" }]]);
var ArrowDownRightCircle = createReactComponent("arrow-down-right-circle", "ArrowDownRightCircle", [["path", { "d": "m8.818 8.818 6.364 6.364m0-4.95v4.95h-4.95", "key": "svg-0" }], ["path", { "d": "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0", "key": "svg-1" }]]);
var TextJustify = createReactComponent("text-justify", "TextJustify", [["path", { "d": "M4.5 6h15m-15 4h15m-15 4h15m-15 4h15", "key": "svg-0" }]]);
var MapPinPlusInside = createReactComponent("map-pin-plus-inside", "MapPinPlusInside", [["path", { "d": "M9.5 10h5M12 7.5v5m.597 9.3a.995.995 0 0 1-1.194 0C6.253 17.976.785 10.109 6.31 4.425A7.93 7.93 0 0 1 12 2c2.134 0 4.18.872 5.689 2.424 5.526 5.684.059 13.55-5.092 17.377", "key": "svg-0" }]]);
var ArrowUpRightWaves = createReactComponent("arrow-up-right-waves", "ArrowUpRightWaves", [["path", { "d": "m8.818 15.182 6.364-6.364m-4.95 0h4.95v4.95", "key": "svg-0" }], ["path", { "d": "M9.713 3.64c.581-.495.872-.743 1.176-.888a2.58 2.58 0 0 1 2.222 0c.304.145.595.393 1.176.888.599.51 1.207.768 2.007.831.761.061 1.142.092 1.46.204.734.26 1.312.837 1.571 1.572.112.317.143.698.204 1.46.063.8.32 1.407.83 2.006.496.581.744.872.889 1.176.336.703.336 1.52 0 2.222-.145.304-.393.595-.888 1.176a3.3 3.3 0 0 0-.831 2.007c-.061.761-.092 1.142-.204 1.46a2.58 2.58 0 0 1-1.572 1.571c-.317.112-.698.143-1.46.204-.8.063-1.407.32-2.006.83-.581.496-.872.744-1.176.889a2.58 2.58 0 0 1-2.222 0c-.304-.145-.595-.393-1.176-.888a3.3 3.3 0 0 0-2.007-.831c-.761-.061-1.142-.092-1.46-.204a2.58 2.58 0 0 1-1.571-1.572c-.112-.317-.143-.698-.204-1.46a3.3 3.3 0 0 0-.83-2.006c-.496-.581-.744-.872-.89-1.176a2.58 2.58 0 0 1 .001-2.222c.145-.304.393-.595.888-1.176.52-.611.769-1.223.831-2.007.061-.761.092-1.142.204-1.46a2.58 2.58 0 0 1 1.572-1.571c.317-.112.698-.143 1.46-.204a3.3 3.3 0 0 0 2.006-.83", "key": "svg-1" }]]);
var Snow = createReactComponent("snow", "Snow", [["path", { "d": "M12 19V5M9.953 3 12 5l2.047-2M9.953 21 12 19l2.047 2m-8.251-5.5 12.408-7m.749-2.732L18.204 8.5 21 9.232M3 14.768l2.796.732-.75 2.732M21 14.768l-2.796.732.75 2.732M5.047 5.768 5.796 8.5 3 9.232M5.796 8.5l12.408 7", "key": "svg-0" }]]);
var LetterGWaves = createReactComponent("letter-g-waves", "LetterGWaves", [["path", { "d": "M12.833 12H14a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-3a1.5 1.5 0 0 1-1.5-1.5v-5A1.5 1.5 0 0 1 11 8h2a1.5 1.5 0 0 1 1.5 1.5", "key": "svg-0" }], ["path", { "d": "M9.713 3.64c.581-.495.872-.743 1.176-.888a2.58 2.58 0 0 1 2.222 0c.304.145.595.393 1.176.888.599.51 1.207.768 2.007.831.761.061 1.142.092 1.46.204.734.26 1.312.837 1.571 1.572.112.317.143.698.204 1.46.063.8.32 1.407.83 2.006.496.581.744.872.889 1.176.336.703.336 1.52 0 2.222-.145.304-.393.595-.888 1.176a3.3 3.3 0 0 0-.831 2.007c-.061.761-.092 1.142-.204 1.46a2.58 2.58 0 0 1-1.572 1.571c-.317.112-.698.143-1.46.204-.8.063-1.407.32-2.006.83-.581.496-.872.744-1.176.889a2.58 2.58 0 0 1-2.222 0c-.304-.145-.595-.393-1.176-.888a3.3 3.3 0 0 0-2.007-.831c-.761-.061-1.142-.092-1.46-.204a2.58 2.58 0 0 1-1.571-1.572c-.112-.317-.143-.698-.204-1.46a3.3 3.3 0 0 0-.83-2.006c-.496-.581-.744-.872-.89-1.176a2.58 2.58 0 0 1 .001-2.222c.145-.304.393-.595.888-1.176.52-.611.769-1.223.831-2.007.061-.761.092-1.142.204-1.46a2.58 2.58 0 0 1 1.572-1.571c.317-.112.698-.143 1.46-.204a3.3 3.3 0 0 0 2.006-.83", "key": "svg-1" }]]);
var LetterUDiamond = createReactComponent("letter-u-diamond", "LetterUDiamond", [["path", { "d": "M9 8v6a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V8", "key": "svg-0" }], ["path", { "d": "M2.707 10.295a2.41 2.41 0 0 0 0 3.41l7.588 7.588a2.41 2.41 0 0 0 3.41 0l7.588-7.588a2.41 2.41 0 0 0 0-3.41l-7.588-7.588a2.41 2.41 0 0 0-3.41 0z", "key": "svg-1" }]]);
var XDiamond = createReactComponent("x-diamond", "XDiamond", [["path", { "d": "M2.707 10.295a2.41 2.41 0 0 0 0 3.41l7.588 7.588a2.41 2.41 0 0 0 3.41 0l7.588-7.588a2.41 2.41 0 0 0 0-3.41l-7.588-7.588a2.41 2.41 0 0 0-3.41 0zM15 9l-6 6m0-6 6 6", "key": "svg-0" }]]);
var ChartBarStacked = createReactComponent("chart-bar-stacked", "ChartBarStacked", [["path", { "d": "M21 21H9.4c-2.24 0-3.36 0-4.216-.436a4 4 0 0 1-1.748-1.748C3 17.96 3 16.84 3 14.6V3", "key": "svg-0" }], ["path", { "d": "M15.25 6h2.25A1.5 1.5 0 0 1 19 7.5v1a1.5 1.5 0 0 1-1.5 1.5h-2.25m0-4v4m0-4H8.5A1.5 1.5 0 0 0 7 7.5v1A1.5 1.5 0 0 0 8.5 10h6.75M11 13H8.5A1.5 1.5 0 0 0 7 14.5v1A1.5 1.5 0 0 0 8.5 17H11m0-4h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5H11m0-4v4", "key": "svg-1" }]]);
var SevenWaves = createReactComponent("seven-waves", "SevenWaves", [["path", { "d": "M9.713 3.64c.581-.495.872-.743 1.176-.888a2.58 2.58 0 0 1 2.222 0c.304.145.595.393 1.176.888.599.51 1.207.768 2.007.831.761.061 1.142.092 1.46.204.734.26 1.312.837 1.571 1.572.112.317.143.698.204 1.46.063.8.32 1.407.83 2.006.496.581.744.872.889 1.176.336.703.336 1.52 0 2.222-.145.304-.393.595-.888 1.176a3.3 3.3