UNPKG

google-material-icons

Version:

A google material icon library package for React applications

1,168 lines (1,062 loc) 1.13 MB
/** * @license google-material-icons v2.1.4 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ 'use strict'; var react = require('react'); var defaultAttributes = { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "currentColor" // stroke: 'currentColor', // strokeWidth: 2, // strokeLinecap: 'round', // strokeLinejoin: 'round', }; const createIcon = (iconName, iconNode) => { const Component = react.forwardRef( ({ color = "currentColor", size = 24, strokeWidth = 2, absoluteStrokeWidth, className = "", children, ...rest }, ref) => { return react.createElement( "svg", { ref, ...defaultAttributes, width: size, height: size, className: [className].join(" "), ...rest }, [ ...iconNode.map(([tag, attrs]) => react.createElement(tag, attrs)), ...Array.isArray(children) ? children : [children] ] ); } ); Component.displayName = `${iconName}`; return Component; }; const Sorting = createIcon("Sorting", [ [ "path", { d: "M8.98828 18H13.5088V16H8.98828V18ZM8.98828 6V8H22.5088V6H8.98828ZM8.98828 13H18.0088V11H8.98828V13Z", key: "15hc6i" } ], [ "path", { d: "M1.48828 6.53474L2.66784 7.66285L3.67913 6.8143V10.5H5.35225V6.8143L6.30873 7.66285L7.48828 6.53474L4.51569 3.75L1.48828 6.53474Z", key: "4ia2qg" } ], [ "path", { d: "M7.48828 17.4653L6.30873 16.3372L5.29744 17.1857V13.4998H3.62431L3.62431 17.1857L2.66784 16.3371L1.48828 17.4653L4.46087 20.25L7.48828 17.4653Z", key: "1pdjgs" } ] ]); const SortingDown = createIcon("SortingDown", [ [ "path", { d: "M2.25 15H8.25V13H2.25V15ZM2.25 3V5H18.75V3H2.25ZM2.25 10H12.75V8H2.25V10Z", key: "1tb7my" } ], [ "path", { d: "M21.75 16L20.2694 14.59L17.5503 17.17V8H15.4502V17.17L12.7306 14.59L11.25 16L16.5002 21L21.75 16Z", key: "354fbf" } ] ]); const SortingUp = createIcon("SortingUp", [ [ "path", { d: "M2.25 9H8.25V11H2.25V9ZM2.25 21V19H18.75V21H2.25ZM2.25 14H12.75V16H2.25V14Z", key: "k5y7ic" } ], [ "path", { d: "M21.75 7.99997L20.2694 9.40998L17.5503 6.82997V16H15.4502V6.82997L12.7306 9.40998L11.25 7.99997L16.5002 2.99997L21.75 7.99997Z", key: "iqstit" } ] ]); const Abc = createIcon("Abc", [ [ "path", { d: "M21 11H19.5V10.5H17.5V13.5H19.5V13H21V14C21 14.55 20.55 15 20 15H17C16.45 15 16 14.55 16 14V10C16 9.45 16.45 9 17 9H20C20.55 9 21 9.45 21 10V11ZM8 10V15H6.5V13.5H4.5V15H3V10C3 9.45 3.45 9 4 9H7C7.55 9 8 9.45 8 10ZM6.5 10.5H4.5V12H6.5V10.5ZM13.5 12C14.05 12 14.5 12.45 14.5 13V14C14.5 14.55 14.05 15 13.5 15H9.5V9H13.5C14.05 9 14.5 9.45 14.5 10V11C14.5 11.55 14.05 12 13.5 12ZM11 10.5V11.25H13V10.5H11ZM13 12.75H11V13.5H13V12.75Z", key: "1r2gkz" } ] ]); const AcUnit = createIcon("AcUnit", [ [ "path", { d: "M22 11H17.83L21.07 7.76L19.66 6.34L15 11H13V9L17.66 4.34L16.24 2.93L13 6.17V2H11V6.17L7.76 2.93L6.34 4.34L11 9V11H9L4.34 6.34L2.93 7.76L6.17 11H2V13H6.17L2.93 16.24L4.34 17.66L9 13H11V15L6.34 19.66L7.76 21.07L11 17.83V22H13V17.83L16.24 21.07L17.66 19.66L13 15V13H15L19.66 17.66L21.07 16.24L17.83 13H22V11Z", key: "1n2kgw" } ] ]); const AccessAlarm = createIcon("AccessAlarm", [ [ "path", { d: "M22 5.78969L17.4 1.92969L16.11 3.45969L20.71 7.31969L22 5.78969ZM7.88 3.45969L6.6 1.92969L2 5.77969L3.29 7.30969L7.88 3.45969ZM12.5 8.06969H11V14.0697L15.75 16.9197L16.5 15.6897L12.5 13.3197V8.06969ZM12 4.06969C7.03 4.06969 3 8.09969 3 13.0697C3 18.0397 7.02 22.0697 12 22.0697C16.97 22.0697 21 18.0397 21 13.0697C21 8.09969 16.97 4.06969 12 4.06969ZM12 20.0697C8.13 20.0697 5 16.9397 5 13.0697C5 9.19969 8.13 6.06969 12 6.06969C15.87 6.06969 19 9.19969 19 13.0697C19 16.9397 15.87 20.0697 12 20.0697Z", key: "hwzn1w" } ] ]); const AccessAlarms = createIcon("AccessAlarms", [ [ "path", { d: "M22 5.80039L17.4 1.90039L16.1 3.40039L20.7 7.30039L22 5.80039ZM7.9 3.50039L6.6 2.00039L2 5.80039L3.3 7.30039L7.9 3.50039ZM12.5 8.10039H11V14.1004L15.7 17.0004L16.5 15.8004L12.5 13.4004V8.10039ZM12 4.10039C7 4.10039 3 8.10039 3 13.1004C3 18.1004 7 22.1004 12 22.1004C17 22.1004 21 18.1004 21 13.1004C21 8.10039 17 4.10039 12 4.10039ZM12 20.1004C8.1 20.1004 5 17.0004 5 13.1004C5 9.20039 8.1 6.10039 12 6.10039C15.9 6.10039 19 9.20039 19 13.1004C19 17.0004 15.9 20.1004 12 20.1004Z", key: "181e40" } ] ]); const AccessTime = createIcon("AccessTime", [ [ "path", { d: "M11.99 2C6.47 2 2 6.48 2 12C2 17.52 6.47 22 11.99 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 11.99 2ZM12 20C7.58 20 4 16.42 4 12C4 7.58 7.58 4 12 4C16.42 4 20 7.58 20 12C20 16.42 16.42 20 12 20Z", key: "194mw1" } ], ["path", { d: "M12.5 7H11V13L16.25 16.15L17 14.92L12.5 12.25V7Z", key: "c98gpm" }] ]); const AccessTimeFilled = createIcon("AccessTimeFilled", [ [ "path", { d: "M11.99 2C6.47 2 2 6.48 2 12C2 17.52 6.47 22 11.99 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 11.99 2ZM15.29 16.71L11 12.41V7H13V11.59L16.71 15.3L15.29 16.71Z", key: "cbrtcl" } ] ]); const Accessibility = createIcon("Accessibility", [ [ "path", { d: "M12 2C13.1 2 14 2.9 14 4C14 5.1 13.1 6 12 6C10.9 6 10 5.1 10 4C10 2.9 10.9 2 12 2ZM21 9H15V22H13V16H11V22H9V9H3V7H21V9Z", key: "16evyo" } ] ]); const AccessibilityNew = createIcon("AccessibilityNew", [ [ "path", { d: "M20.5 6C17.89 6.7 14.83 7 12 7C9.17 7 6.11 6.7 3.5 6L3 8C4.86 8.5 7 8.83 9 9V22H11V16H13V22H15V9C17 8.83 19.14 8.5 21 8L20.5 6ZM12 6C13.1 6 14 5.1 14 4C14 2.9 13.1 2 12 2C10.9 2 10 2.9 10 4C10 5.1 10.9 6 12 6Z", key: "1azazh" } ] ]); const Accessible = createIcon("Accessible", [ [ "path", { d: "M12 6C13.1046 6 14 5.10457 14 4C14 2.89543 13.1046 2 12 2C10.8954 2 10 2.89543 10 4C10 5.10457 10.8954 6 12 6Z", key: "1cb55s" } ], [ "path", { d: "M19 13V11C17.46 11.02 15.91 10.25 14.93 9.17L13.64 7.74C13.47 7.55 13.26 7.4 13.03 7.29C13.02 7.29 13.02 7.28 13.01 7.28H13C12.65 7.08 12.25 6.98 11.81 7.02C10.76 7.11 10 8.04 10 9.09V15C10 16.1 10.9 17 12 17H17V22H19V16.5C19 15.4 18.1 14.5 17 14.5H14V11.05C15.29 12.12 17.25 12.99 19 13ZM12.83 18C12.42 19.16 11.31 20 10 20C8.34 20 7 18.66 7 17C7 15.69 7.84 14.59 9 14.17V12.1C6.72 12.56 5 14.58 5 17C5 19.76 7.24 22 10 22C12.42 22 14.44 20.28 14.9 18H12.83Z", key: "r672ex" } ] ]); const AccessibleForward = createIcon("AccessibleForward", [ [ "path", { d: "M17.5 6.27C18.6046 6.27 19.5 5.37457 19.5 4.27C19.5 3.16543 18.6046 2.27 17.5 2.27C16.3954 2.27 15.5 3.16543 15.5 4.27C15.5 5.37457 16.3954 6.27 17.5 6.27Z", key: "hol8b" } ], [ "path", { d: "M14.5 16.73H12.5C12.5 18.38 11.15 19.73 9.5 19.73C7.85 19.73 6.5 18.38 6.5 16.73C6.5 15.08 7.85 13.73 9.5 13.73V11.73C6.74 11.73 4.5 13.97 4.5 16.73C4.5 19.49 6.74 21.73 9.5 21.73C12.26 21.73 14.5 19.49 14.5 16.73ZM17.5 13.23H15.64L17.31 9.56C17.92 8.23 16.94 6.73 15.46 6.73H10.26C9.45 6.73 8.72 7.2 8.39 7.93L7.72 9.73L9.64 10.26L10.29 8.73H12.5L10.67 12.83C10.07 14.16 11.06 15.73 12.52 15.73H17.5V20.73H19.5V15.23C19.5 14.13 18.6 13.23 17.5 13.23Z", key: "unyvxm" } ] ]); const AccountBalance = createIcon("AccountBalance", [ ["path", { d: "M7 10.5H4V17.5H7V10.5Z", key: "w7jxq2" }], ["path", { d: "M13.5 10.5H10.5V17.5H13.5V10.5Z", key: "12fphp" }], ["path", { d: "M22 19.5H2V22.5H22V19.5Z", key: "m6ctwa" }], ["path", { d: "M20 10.5H17V17.5H20V10.5Z", key: "b4ote0" }], ["path", { d: "M12 1.5L2 6.5V8.5H22V6.5L12 1.5Z", key: "1ts3c1" }] ]); const AccountBalanceWallet = createIcon("AccountBalanceWallet", [ [ "path", { d: "M20.5 18V19C20.5 20.1 19.6 21 18.5 21H4.5C3.39 21 2.5 20.1 2.5 19V5C2.5 3.9 3.39 3 4.5 3H18.5C19.6 3 20.5 3.9 20.5 5V6H11.5C10.39 6 9.5 6.9 9.5 8V16C9.5 17.1 10.39 18 11.5 18H20.5ZM11.5 16H21.5V8H11.5V16ZM15.5 13.5C14.67 13.5 14 12.83 14 12C14 11.17 14.67 10.5 15.5 10.5C16.33 10.5 17 11.17 17 12C17 12.83 16.33 13.5 15.5 13.5Z", key: "1ly1ns" } ] ]); const AccountBox = createIcon("AccountBox", [ [ "path", { d: "M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3ZM12 6C13.93 6 15.5 7.57 15.5 9.5C15.5 11.43 13.93 13 12 13C10.07 13 8.5 11.43 8.5 9.5C8.5 7.57 10.07 6 12 6ZM19 19H5V18.77C5 18.15 5.28 17.57 5.76 17.19C7.47 15.82 9.64 15 12 15C14.36 15 16.53 15.82 18.24 17.19C18.72 17.57 19 18.16 19 18.77V19Z", key: "1xdtcz" } ] ]); const AccountCircle = createIcon("AccountCircle", [ [ "path", { d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 6C13.93 6 15.5 7.57 15.5 9.5C15.5 11.43 13.93 13 12 13C10.07 13 8.5 11.43 8.5 9.5C8.5 7.57 10.07 6 12 6ZM12 20C9.97 20 7.57 19.18 5.86 17.12C7.55 15.8 9.68 15 12 15C14.32 15 16.45 15.8 18.14 17.12C16.43 19.18 14.03 20 12 20Z", key: "1uol2h" } ] ]); const AccountTree = createIcon("AccountTree", [ [ "path", { d: "M22 11V3H15V6H9V3H2V11H9V8H11V18H15V21H22V13H15V16H13V8H15V11H22Z", key: "e6z4ck" } ] ]); const AdUnits = createIcon("AdUnits", [ [ "path", { d: "M17 1H7C5.9 1 5 1.9 5 3V21C5 22.1 5.9 23 7 23H17C18.1 23 19 22.1 19 21V3C19 1.9 18.1 1 17 1ZM17 19H7V5H17V19ZM8 6H16V8H8V6Z", key: "1qxdiq" } ] ]); const Adb = createIcon("Adb", [ [ "path", { d: "M5 15.7807C5 19.6507 8.13 22.7807 12 22.7807C15.87 22.7807 19 19.6507 19 15.7807V11.7807H5V15.7807ZM16.12 4.1507L18.22 2.0507L17.4 1.2207L15.1 3.5307C14.16 3.0607 13.12 2.7807 12 2.7807C10.88 2.7807 9.84 3.0607 8.91 3.5307L6.6 1.2207L5.78 2.0507L7.88 4.1507C6.14 5.4207 5 7.4607 5 9.7807V10.7807H19V9.7807C19 7.4607 17.86 5.4207 16.12 4.1507ZM9 8.7807C8.45 8.7807 8 8.3307 8 7.7807C8 7.2307 8.45 6.7807 9 6.7807C9.55 6.7807 10 7.2307 10 7.7807C10 8.3307 9.55 8.7807 9 8.7807ZM15 8.7807C14.45 8.7807 14 8.3307 14 7.7807C14 7.2307 14.45 6.7807 15 6.7807C15.55 6.7807 16 7.2307 16 7.7807C16 8.3307 15.55 8.7807 15 8.7807Z", key: "1hhtow" } ] ]); const Add = createIcon("Add", [ ["path", { d: "M19 13H13V19H11V13H5V11H11V5H13V11H19V13Z", key: "6digs9" }] ]); const AddAPhoto = createIcon("AddAPhoto", [ [ "path", { d: "M3.5 4.5V1.5H5.5V4.5H8.5V6.5H5.5V9.5H3.5V6.5H0.5V4.5H3.5ZM6.5 10.5V7.5H9.5V4.5H16.5L18.33 6.5H21.5C22.6 6.5 23.5 7.4 23.5 8.5V20.5C23.5 21.6 22.6 22.5 21.5 22.5H5.5C4.4 22.5 3.5 21.6 3.5 20.5V10.5H6.5ZM13.5 19.5C16.26 19.5 18.5 17.26 18.5 14.5C18.5 11.74 16.26 9.5 13.5 9.5C10.74 9.5 8.5 11.74 8.5 14.5C8.5 17.26 10.74 19.5 13.5 19.5ZM10.3 14.5C10.3 16.27 11.73 17.7 13.5 17.7C15.27 17.7 16.7 16.27 16.7 14.5C16.7 12.73 15.27 11.3 13.5 11.3C11.73 11.3 10.3 12.73 10.3 14.5Z", key: "1s9c2x" } ] ]); const AddAlarm = createIcon("AddAlarm", [ [ "path", { d: "M7.88 3.45969L6.6 1.92969L2 5.77969L3.29 7.30969L7.88 3.45969ZM22 5.78969L17.4 1.92969L16.11 3.45969L20.71 7.31969L22 5.78969ZM12 4.06969C7.03 4.06969 3 8.09969 3 13.0697C3 18.0397 7.02 22.0697 12 22.0697C16.97 22.0697 21 18.0397 21 13.0697C21 8.09969 16.97 4.06969 12 4.06969ZM12 20.0697C8.13 20.0697 5 16.9397 5 13.0697C5 9.19969 8.13 6.06969 12 6.06969C15.87 6.06969 19 9.19969 19 13.0697C19 16.9397 15.87 20.0697 12 20.0697ZM13 9.06969H11V12.0697H8V14.0697H11V17.0697H13V14.0697H16V12.0697H13V9.06969Z", key: "1qtid1" } ] ]); const AddAlert = createIcon("AddAlert", [ [ "path", { d: "M10.01 20.51C10.01 21.61 10.9 22.5 12 22.5C13.1 22.5 13.99 21.61 13.99 20.51H10.01ZM18.88 16.32V10.5C18.88 7.25 16.63 4.53 13.59 3.81V3.09C13.59 2.21 12.88 1.5 12 1.5C11.12 1.5 10.41 2.21 10.41 3.09V3.81C7.37 4.53 5.12 7.25 5.12 10.5V16.32L3 18.44V19.5H21V18.44L18.88 16.32ZM16 12.51H13V15.51H11V12.51H8V10.5H11V7.5H13V10.5H16V12.51Z", key: "1jlrqm" } ] ]); const AddBox = createIcon("AddBox", [ [ "path", { d: "M19 3H5C3.89 3 3 3.9 3 5V19C3 20.1 3.89 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3ZM17 13H13V17H11V13H7V11H11V7H13V11H17V13Z", key: "1v5zxz" } ] ]); const AddBusiness = createIcon("AddBusiness", [ [ "path", { d: "M15 15.5H17V12.5H18V10.5L17 5.5H2L1 10.5V12.5H2V18.5H11V12.5H15V15.5ZM9 16.5H4V12.5H9V16.5Z", key: "lk2y5w" } ], ["path", { d: "M17 2.5H2V4.5H17V2.5Z", key: "c3qidq" }], ["path", { d: "M20 16.5V13.5H18V16.5H15V18.5H18V21.5H20V18.5H23V16.5H20Z", key: "11oeca" }] ]); const AddCard = createIcon("AddCard", [ [ "path", { d: "M19 3H3C1.89 3 1.01 3.89 1.01 5L1 17C1 18.11 1.89 19 3 19H13V17H3V11H21V5C21 3.89 20.11 3 19 3ZM19 7H3V5H19V7ZM23 16V18H20V21H18V18H15V16H18V13H20V16H23Z", key: "qjjb78" } ] ]); const AddChart = createIcon("AddChart", [ [ "path", { d: "M5.5 9.99H7.5V16.99H5.5V9.99ZM13.5 12.99H15.5V16.99H13.5V12.99ZM9.5 6.99H11.5V16.99H9.5V6.99ZM19.5 7V4H17.5V7H14.5V9H17.5V12H19.5V9H22.5V7H19.5ZM17.5 19H3.5V5H15.5V3H3.5C2.4 3 1.5 3.9 1.5 5V19C1.5 20.1 2.4 21 3.5 21H17.5C18.6 21 19.5 20.1 19.5 19V14H17.5V19Z", key: "nr6qui" } ] ]); const AddCircle = createIcon("AddCircle", [ [ "path", { d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM17 13H13V17H11V13H7V11H11V7H13V11H17V13Z", key: "1plyjx" } ] ]); const AddCircleOutline = createIcon("AddCircleOutline", [ [ "path", { d: "M13 7H11V11H7V13H11V17H13V13H17V11H13V7ZM12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20Z", key: "1fwtbi" } ] ]); const AddComment = createIcon("AddComment", [ [ "path", { d: "M21.99 4C21.99 2.9 21.1 2 20 2H4C2.9 2 2 2.9 2 4V16C2 17.1 2.9 18 4 18H18L22 22L21.99 4ZM17 11H13V15H11V11H7V9H11V5H13V9H17V11Z", key: "bzzjrb" } ] ]); const AddHome = createIcon("AddHome", [ [ "path", { d: "M16.5 10C17.2 10 17.87 10.1 18.5 10.29V8L10.5 2L2.5 8V20H10.18C9.75 19.09 9.5 18.08 9.5 17C9.5 13.13 12.63 10 16.5 10Z", key: "1uuo42" } ], [ "path", { d: "M16.5 12C13.74 12 11.5 14.24 11.5 17C11.5 19.76 13.74 22 16.5 22C19.26 22 21.5 19.76 21.5 17C21.5 14.24 19.26 12 16.5 12ZM19.5 17.5H17V20H16V17.5H13.5V16.5H16V14H17V16.5H19.5V17.5Z", key: "1ftq0o" } ] ]); const AddHomeWork = createIcon("AddHomeWork", [ [ "path", { d: "M15 10.68V10L8 5L1 10V20H6V14H10V20H11.68C11.25 19.09 11 18.08 11 17C11 14.21 12.64 11.81 15 10.68Z", key: "rz60vu" } ], [ "path", { d: "M23 12.11V2H10V3.97L17 8.97V10.08C17.33 10.03 17.66 10 18 10C19.96 10 21.73 10.81 23 12.11ZM17 6H19V8H17V6Z", key: "1lcnw8" } ], [ "path", { d: "M23 17C23 14.24 20.76 12 18 12C15.24 12 13 14.24 13 17C13 19.76 15.24 22 18 22C20.76 22 23 19.76 23 17ZM17.5 20V17.5H15V16.5H17.5V14H18.5V16.5H21V17.5H18.5V20H17.5Z", key: "1nv1sv" } ] ]); const AddIcCall = createIcon("AddIcCall", [ [ "path", { d: "M20 15.5C18.75 15.5 17.55 15.3 16.43 14.93C16.08 14.82 15.69 14.9 15.41 15.17L13.21 17.37C10.38 15.93 8.06 13.62 6.62 10.78L8.82 8.57C9.1 8.31 9.18 7.92 9.07 7.57C8.7 6.45 8.5 5.25 8.5 4C8.5 3.45 8.05 3 7.5 3H4C3.45 3 3 3.45 3 4C3 13.39 10.61 21 20 21C20.55 21 21 20.55 21 20V16.5C21 15.95 20.55 15.5 20 15.5ZM21 6H18V3H16V6H13V8H16V11H18V8H21V6Z", key: "dj1kw4" } ] ]); const AddLink = createIcon("AddLink", [ [ "path", { d: "M8 9.5H16V11.5H8V9.5ZM20.1 10.5H22C22 7.74 19.76 5.5 17 5.5H13V7.4H17C18.71 7.4 20.1 8.79 20.1 10.5ZM3.9 10.5C3.9 8.79 5.29 7.4 7 7.4H11V5.5H7C4.24 5.5 2 7.74 2 10.5C2 13.26 4.24 15.5 7 15.5H11V13.6H7C5.29 13.6 3.9 12.21 3.9 10.5ZM19 10.5H17V13.5H14V15.5H17V18.5H19V15.5H22V13.5H19V10.5Z", key: "14vq4x" } ] ]); const AddLocation = createIcon("AddLocation", [ [ "path", { d: "M12 2C8.14 2 5 5.14 5 9C5 14.25 12 22 12 22C12 22 19 14.25 19 9C19 5.14 15.86 2 12 2ZM16 10H13V13H11V10H8V8H11V5H13V8H16V10Z", key: "ki7tgj" } ] ]); const AddLocationAlt = createIcon("AddLocationAlt", [ [ "path", { d: "M18.5 1V4H21.5V6H18.5V9H16.5V6H13.5V4H16.5V1H18.5ZM10.5 13C11.6 13 12.5 12.1 12.5 11C12.5 9.9 11.6 9 10.5 9C9.4 9 8.5 9.9 8.5 11C8.5 12.1 9.4 13 10.5 13ZM12.5 3.25V7H15.5V10H18.42C18.47 10.39 18.5 10.79 18.5 11.2C18.5 14.52 15.83 18.45 10.5 23C5.17 18.45 2.5 14.52 2.5 11.2C2.5 6.22 6.3 3 10.5 3C11.18 3 11.85 3.08 12.5 3.25Z", key: "ovk2pp" } ] ]); const AddModerator = createIcon("AddModerator", [ [ "path", { d: "M12.72 22.61C12.32 22.76 11.92 22.9 11.5 23C6.34 21.74 2.5 16.55 2.5 11V5L11.5 1L20.5 5V11C20.5 11.9 20.39 12.78 20.2 13.65C19.39 13.24 18.47 13 17.5 13C14.19 13 11.5 15.69 11.5 19C11.5 20.36 11.96 21.61 12.72 22.61ZM18.5 20V22.99C18.5 22.99 16.51 23 16.5 22.99V20H13.5V18H16.5V15H18.5V18H21.5V20H18.5Z", key: "1paep8" } ] ]); const AddPhotoAlternate = createIcon("AddPhotoAlternate", [ [ "path", { d: "M18.5 7.5V10.49C18.5 10.49 16.51 10.5 16.5 10.49V7.5H13.5C13.5 7.5 13.51 5.51 13.5 5.5H16.5V2.5H18.5V5.5H21.5V7.5H18.5ZM15.5 11.5V8.5H12.5V5.5H4.5C3.4 5.5 2.5 6.4 2.5 7.5V19.5C2.5 20.6 3.4 21.5 4.5 21.5H16.5C17.6 21.5 18.5 20.6 18.5 19.5V11.5H15.5ZM4.5 19.5L7.5 15.5L9.5 18.5L12.5 14.5L16.5 19.5H4.5Z", key: "1v8xjj" } ] ]); const AddReaction = createIcon("AddReaction", [ [ "path", { d: "M17 9.5V7.5H15V3.34C13.77 2.8 12.42 2.5 10.99 2.5C5.47 2.5 1 6.98 1 12.5C1 18.02 5.47 22.5 10.99 22.5C16.52 22.5 21 18.02 21 12.5C21 11.45 20.83 10.45 20.53 9.5H17ZM14.5 8.5C15.33 8.5 16 9.17 16 10C16 10.83 15.33 11.5 14.5 11.5C13.67 11.5 13 10.83 13 10C13 9.17 13.67 8.5 14.5 8.5ZM7.5 8.5C8.33 8.5 9 9.17 9 10C9 10.83 8.33 11.5 7.5 11.5C6.67 11.5 6 10.83 6 10C6 9.17 6.67 8.5 7.5 8.5ZM11 18C8.67 18 6.69 16.54 5.89 14.5H16.11C15.31 16.54 13.33 18 11 18ZM21 3.5H23V5.5H21V7.5H19V5.5H17V3.5H19V1.5H21V3.5Z", key: "f0kbih" } ] ]); const AddRoad = createIcon("AddRoad", [ [ "path", { d: "M18.5 16.5V13.5H16.5V16.5H13.5V18.5H16.5V21.5H18.5V18.5H21.5V16.5H18.5Z", key: "120o06" } ], ["path", { d: "M18.5 2.5H16.5V11.5H18.5V2.5Z", key: "tlj82c" }], ["path", { d: "M4.5 2.5H2.5V18.5H4.5V2.5Z", key: "qrz7vs" }], ["path", { d: "M11.5 2.5H9.5V6.5H11.5V2.5Z", key: "d7kjjw" }], ["path", { d: "M11.5 8.5H9.5V12.5H11.5V8.5Z", key: "152n5h" }], ["path", { d: "M11.5 14.5H9.5V18.5H11.5V14.5Z", key: "5r8jmr" }] ]); const AddShoppingCart = createIcon("AddShoppingCart", [ [ "path", { d: "M11.9199 9.5H13.9199V6.5H16.9199V4.5H13.9199V1.5H11.9199V4.5H8.91992V6.5H11.9199V9.5ZM7.91992 18.5C6.81992 18.5 5.92992 19.4 5.92992 20.5C5.92992 21.6 6.81992 22.5 7.91992 22.5C9.01992 22.5 9.91992 21.6 9.91992 20.5C9.91992 19.4 9.01992 18.5 7.91992 18.5ZM17.9199 18.5C16.8199 18.5 15.9299 19.4 15.9299 20.5C15.9299 21.6 16.8199 22.5 17.9199 22.5C19.0199 22.5 19.9199 21.6 19.9199 20.5C19.9199 19.4 19.0199 18.5 17.9199 18.5ZM8.08992 15.25L8.11992 15.13L9.01992 13.5H16.4699C17.2199 13.5 17.8799 13.09 18.2199 12.47L22.0799 5.46L20.3399 4.5H20.3299L19.2299 6.5L16.4699 11.5H9.44992L9.31992 11.23L7.07992 6.5L6.12992 4.5L5.18992 2.5H1.91992V4.5H3.91992L7.51992 12.09L6.16992 14.54C6.00992 14.82 5.91992 15.15 5.91992 15.5C5.91992 16.6 6.81992 17.5 7.91992 17.5H19.9199V15.5H8.33992C8.20992 15.5 8.08992 15.39 8.08992 15.25Z", key: "1fniz2" } ] ]); const AddTask = createIcon("AddTask", [ [ "path", { d: "M21 5.18L9.59 16.6L5.35 12.36L6.76 10.95L9.59 13.78L19.59 3.78L21 5.18ZM11 20C6.59 20 3 16.41 3 12C3 7.59 6.59 4 11 4C12.57 4 14.04 4.46 15.28 5.25L16.73 3.8C15.1 2.67 13.13 2 11 2C5.48 2 1 6.48 1 12C1 17.52 5.48 22 11 22C12.73 22 14.36 21.56 15.78 20.78L14.28 19.28C13.28 19.74 12.17 20 11 20ZM18 15H15V17H18V20H20V17H23V15H20V12H18V15Z", key: "19r9a0" } ] ]); const AddToDrive = createIcon("AddToDrive", [ [ "path", { d: "M19.8474 21V18H22.8474V16H19.8474V13H17.8474V16H14.8474V18H17.8474V21H19.8474ZM14.8774 21.5H5.5074C4.7874 21.5 4.1274 21.12 3.7774 20.5L1.4174 16.4C1.0574 15.78 1.0674 15.02 1.4274 14.4L7.7674 3.49C8.1274 2.88 8.7874 2.5 9.4974 2.5H14.1974C14.9074 2.5 15.5674 2.88 15.9274 3.49L20.4074 11.2C19.9074 11.07 19.3874 11 18.8474 11C18.5674 11 18.2874 11.02 18.0074 11.06L14.1974 4.5H9.4974L3.1574 15.41L5.5074 19.5H13.3974C13.7474 20.27 14.2474 20.95 14.8774 21.5ZM13.1874 15C12.9674 15.63 12.8474 16.3 12.8474 17H7.0974L6.3674 15.73L10.9474 7.75H12.7474L15.2774 12.17C14.7174 12.59 14.2274 13.1 13.8374 13.68L11.8374 10.19L9.0974 15H13.1874Z", key: "cbe4ys" } ] ]); const AddToHomeScreen = createIcon("AddToHomeScreen", [ [ "path", { d: "M18.5 1.01L8.5 1C7.4 1 6.5 1.9 6.5 3V6H8.5V5H18.5V19H8.5V18H6.5V21C6.5 22.1 7.4 23 8.5 23H18.5C19.6 23 20.5 22.1 20.5 21V3C20.5 1.9 19.6 1.01 18.5 1.01ZM10.5 15H12.5V8H5.5V10H9.09L3.5 15.59L4.91 17L10.5 11.41V15Z", key: "1djxlp" } ] ]); const AddToPhotos = createIcon("AddToPhotos", [ [ "path", { d: "M4 6H2V20C2 21.1 2.9 22 4 22H18V20H4V6ZM20 2H8C6.9 2 6 2.9 6 4V16C6 17.1 6.9 18 8 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2ZM19 11H15V15H13V11H9V9H13V5H15V9H19V11Z", key: "12xkcg" } ] ]); const AddToQueue = createIcon("AddToQueue", [ [ "path", { d: "M21 3H3C1.89 3 1 3.89 1 5V17C1 18.1 1.89 19 3 19H8V21H16V19H21C22.1 19 22.99 18.1 22.99 17L23 5C23 3.89 22.1 3 21 3ZM21 17H3V5H21V17ZM16 10V12H13V15H11V12H8V10H11V7H13V10H16Z", key: "1u9sii" } ] ]); const Addchart = createIcon("Addchart", [ [ "path", { d: "M21.5 5.5V7.5H18.5V10.5H16.5V7.5H13.5V5.5H16.5V2.5H18.5V5.5H21.5ZM18.5 19.5H4.5V5.5H10.5V3.5H4.5C3.4 3.5 2.5 4.4 2.5 5.5V19.5C2.5 20.6 3.4 21.5 4.5 21.5H18.5C19.6 21.5 20.5 20.6 20.5 19.5V13.5H18.5V19.5ZM14.5 13.5V17.5H16.5V13.5H14.5ZM10.5 17.5H12.5V9.5H10.5V17.5ZM8.5 17.5V11.5H6.5V17.5H8.5Z", key: "1pagwd" } ] ]); const AdfScanner = createIcon("AdfScanner", [ [ "path", { d: "M19 12H18V4H6V12H5C3.34 12 2 13.34 2 15V20H22V15C22 13.34 20.66 12 19 12ZM16 12H8V6H16V12ZM18 17C17.45 17 17 16.55 17 16C17 15.45 17.45 15 18 15C18.55 15 19 15.45 19 16C19 16.55 18.55 17 18 17Z", key: "e9v19z" } ] ]); const Adjust = createIcon("Adjust", [ [ "path", { d: "M12 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C17.51 22 22 17.51 22 12C22 6.49 17.51 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM15 12C15 13.66 13.66 15 12 15C10.34 15 9 13.66 9 12C9 10.34 10.34 9 12 9C13.66 9 15 10.34 15 12Z", key: "ushdes" } ] ]); const AdminPanelSettings = createIcon("AdminPanelSettings", [ [ "path", { d: "M17 11C17.34 11 17.67 11.04 18 11.09V6.27L10.5 3L3 6.27V11.18C3 15.72 6.2 19.97 10.5 21C11.05 20.87 11.58 20.68 12.1 20.45C11.41 19.47 11 18.28 11 17C11 13.69 13.69 11 17 11Z", key: "ov48mt" } ], [ "path", { d: "M17 13C14.79 13 13 14.79 13 17C13 19.21 14.79 21 17 21C19.21 21 21 19.21 21 17C21 14.79 19.21 13 17 13ZM17 14.38C17.62 14.38 18.12 14.89 18.12 15.5C18.12 16.11 17.61 16.62 17 16.62C16.39 16.62 15.88 16.11 15.88 15.5C15.88 14.89 16.38 14.38 17 14.38ZM17 19.75C16.07 19.75 15.26 19.29 14.76 18.58C14.81 17.86 16.27 17.5 17 17.5C17.73 17.5 19.19 17.86 19.24 18.58C18.74 19.29 17.93 19.75 17 19.75Z", key: "1fkb78" } ] ]); const AdsClick = createIcon("AdsClick", [ [ "path", { d: "M11.4551 17.74C8.27512 17.59 5.74512 14.97 5.74512 11.75C5.74512 8.44 8.43512 5.75 11.7451 5.75C14.9651 5.75 17.5851 8.28 17.7351 11.46L15.6351 10.83C15.2251 9.06 13.6351 7.75 11.7451 7.75C9.53512 7.75 7.74512 9.54 7.74512 11.75C7.74512 13.64 9.05512 15.23 10.8251 15.64L11.4551 17.74ZM21.7451 11.75C21.7451 12.05 21.7351 12.35 21.7051 12.65L19.7351 12.06C19.7451 11.96 19.7451 11.85 19.7451 11.75C19.7451 7.33 16.1651 3.75 11.7451 3.75C7.32512 3.75 3.74512 7.33 3.74512 11.75C3.74512 16.17 7.32512 19.75 11.7451 19.75C11.8451 19.75 11.9551 19.75 12.0551 19.74L12.6451 21.71C12.3451 21.74 12.0451 21.75 11.7451 21.75C6.22512 21.75 1.74512 17.27 1.74512 11.75C1.74512 6.23 6.22512 1.75 11.7451 1.75C17.2651 1.75 21.7451 6.23 21.7451 11.75ZM17.9751 16.01L21.7451 14.75L11.7451 11.75L14.7451 21.75L16.0051 17.98L20.2751 22.25L22.2551 20.27L17.9751 16.01Z", key: "14v9zg" } ] ]); const Agriculture = createIcon("Agriculture", [ [ "path", { d: "M19.5 12.5902C20.43 12.5902 21.28 12.8702 22 13.3502V8.59016C22 7.49016 21.1 6.59016 20 6.59016H13.71L12.65 5.53016L14.06 4.12016L13.35 3.41016L9.82 6.94016L10.53 7.65016L11.94 6.24016L13 7.30016V9.59016C13 10.6902 12.1 11.5902 11 11.5902H10.46C11.41 12.6502 12 14.0502 12 15.5902C12 15.9302 11.96 16.2602 11.91 16.5902H15.05C15.3 14.3402 17.19 12.5902 19.5 12.5902Z", key: "pdm1yp" } ], [ "path", { d: "M19.5 13.5902C17.57 13.5902 16 15.1602 16 17.0902C16 19.0202 17.57 20.5902 19.5 20.5902C21.43 20.5902 23 19.0202 23 17.0902C23 15.1602 21.43 13.5902 19.5 13.5902ZM19.5 18.5902C18.67 18.5902 18 17.9202 18 17.0902C18 16.2602 18.67 15.5902 19.5 15.5902C20.33 15.5902 21 16.2602 21 17.0902C21 17.9202 20.33 18.5902 19.5 18.5902Z", key: "1erlqs" } ], [ "path", { d: "M4 9.59016H9C9 8.49016 8.1 7.59016 7 7.59016H4C3.45 7.59016 3 8.04016 3 8.59016C3 9.14016 3.45 9.59016 4 9.59016Z", key: "1ihmvz" } ], [ "path", { d: "M9.83 14.4102L9.65 13.9402L10.58 13.5902C10.12 12.5302 9.3 11.6802 8.27 11.1602L7.87 12.0502L7.41 11.8402L7.81 10.9402C7.26 10.7202 6.64 10.5902 6 10.5902C5.47 10.5902 4.96 10.7002 4.48 10.8502L4.82 11.7602L4.35 11.9402L4 11.0102C2.94 11.4702 2.09 12.2902 1.57 13.3202L2.46 13.7202L2.25 14.1802L1.35 13.7802C1.13 14.3302 1 14.9502 1 15.5902C1 16.1202 1.11 16.6302 1.26 17.1102L2.17 16.7702L2.35 17.2402L1.42 17.5902C1.88 18.6502 2.7 19.5002 3.73 20.0202L4.13 19.1302L4.59 19.3402L4.19 20.2402C4.74 20.4602 5.36 20.5902 6 20.5902C6.53 20.5902 7.04 20.4802 7.52 20.3302L7.18 19.4202L7.65 19.2402L8 20.1702C9.06 19.7102 9.91 18.8902 10.43 17.8602L9.54 17.4602L9.75 17.0002L10.65 17.4002C10.87 16.8502 11 16.2302 11 15.5902C11 15.0602 10.89 14.5502 10.74 14.0702L9.83 14.4102ZM7.15 18.3602C5.62 18.9902 3.86 18.2702 3.23 16.7402C2.6 15.2102 3.32 13.4502 4.85 12.8202C6.38 12.1902 8.14 12.9102 8.77 14.4402C9.41 15.9702 8.68 17.7302 7.15 18.3602Z", key: "cygumo" } ] ]); const Air = createIcon("Air", [ [ "path", { d: "M14.5 17.5C14.5 19.15 13.15 20.5 11.5 20.5C9.85 20.5 8.5 19.15 8.5 17.5H10.5C10.5 18.05 10.95 18.5 11.5 18.5C12.05 18.5 12.5 18.05 12.5 17.5C12.5 16.95 12.05 16.5 11.5 16.5H2V14.5H11.5C13.15 14.5 14.5 15.85 14.5 17.5ZM19 7C19 5.07 17.43 3.5 15.5 3.5C13.57 3.5 12 5.07 12 7H14C14 6.17 14.67 5.5 15.5 5.5C16.33 5.5 17 6.17 17 7C17 7.83 16.33 8.5 15.5 8.5H2V10.5H15.5C17.43 10.5 19 8.93 19 7ZM18.5 11.5H2V13.5H18.5C19.33 13.5 20 14.17 20 15C20 15.83 19.33 16.5 18.5 16.5V18.5C20.43 18.5 22 16.93 22 15C22 13.07 20.43 11.5 18.5 11.5Z", key: "yoor6m" } ] ]); const AirlineSeatFlat = createIcon("AirlineSeatFlat", [ [ "path", { d: "M22 10.5V12.5H9V6.5H18C20.21 6.5 22 8.29 22 10.5ZM2 13.5V15.5H8V17.5H16V15.5H22V13.5H2ZM7.14 11.6C8.3 10.41 8.28 8.52 7.1 7.36C5.91 6.2 4.02 6.22 2.86 7.4C1.7 8.59 1.72 10.48 2.9 11.64C4.09 12.8 5.98 12.78 7.14 11.6Z", key: "85bfgk" } ] ]); const AirlineSeatFlatAngled = createIcon("AirlineSeatFlatAngled", [ [ "path", { d: "M22.251 14.54L21.561 16.43L9.20098 11.96L11.281 6.29999L19.841 9.38999C21.941 10.15 23.021 12.45 22.251 14.54ZM1.50098 12.39L8.00098 14.73V19.25H16.001V17.62L20.521 19.25L21.211 17.36L2.19098 10.5L1.50098 12.39ZM7.30098 10.45C8.79098 9.72999 9.42098 7.93999 8.71098 6.44999C7.99098 4.95999 6.20098 4.32999 4.70098 5.04999C3.21098 5.75999 2.58098 7.54999 3.30098 9.04999C4.01098 10.54 5.80098 11.17 7.30098 10.45Z", key: "gb7lt5" } ] ]); const AirlineSeatIndividualSuite = createIcon("AirlineSeatIndividualSuite", [ [ "path", { d: "M7 13C8.65 13 10 11.65 10 10C10 8.35 8.65 7 7 7C5.35 7 4 8.35 4 10C4 11.65 5.35 13 7 13ZM19 7H11V14H3V7H1V17H23V11C23 8.79 21.21 7 19 7Z", key: "dp9cn9" } ] ]); const AirlineSeatLegroomExtra = createIcon("AirlineSeatLegroomExtra", [ [ "path", { d: "M3.5 12V3H1.5V12C1.5 14.76 3.74 17 6.5 17H12.5V15H6.5C4.84 15 3.5 13.66 3.5 12ZM22.33 17.24C21.95 16.52 21.04 16.27 20.3 16.61L19.21 17.11L15.8 10.13C15.46 9.45 14.77 9.01 14.01 9.01L10.5 9V3H4.5V11C4.5 12.66 5.84 14 7.5 14H14.5L17.91 21L21.63 19.3C22.4 18.94 22.73 18 22.33 17.24Z", key: "1mtktw" } ] ]); const AirlineSeatLegroomNormal = createIcon("AirlineSeatLegroomNormal", [ [ "path", { d: "M4.5 12V3H2.5V12C2.5 14.76 4.74 17 7.5 17H13.5V15H7.5C5.84 15 4.5 13.66 4.5 12ZM20 18H18.5V11C18.5 9.9 17.6 9 16.5 9H11.5V3H5.5V11C5.5 12.65 6.85 14 8.5 14H15.5V21H20C20.83 21 21.5 20.33 21.5 19.5C21.5 18.67 20.83 18 20 18Z", key: "17utds" } ] ]); const AirlineSeatLegroomReduced = createIcon("AirlineSeatLegroomReduced", [ [ "path", { d: "M20.471 19.2C20.651 20.16 19.921 21 19.001 21H14.501V18L15.501 14H9.50098C7.85098 14 6.50098 12.65 6.50098 11V3H12.501V9H17.501C18.601 9 19.501 9.9 19.501 11L17.501 18H18.941C19.671 18 20.331 18.49 20.471 19.2ZM5.50098 12V3H3.50098V12C3.50098 14.76 5.74098 17 8.50098 17H12.501V15H8.50098C6.84098 15 5.50098 13.66 5.50098 12Z", key: "1fryk9" } ] ]); const AirlineSeatReclineExtra = createIcon("AirlineSeatReclineExtra", [ [ "path", { d: "M5.35 6.13938C4.45 5.49938 4.23 4.25938 4.86 3.34938C5.49 2.44938 6.74 2.22938 7.65 2.85938C8.55 3.49938 8.77 4.73938 8.14 5.64938C7.5 6.54938 6.26 6.76938 5.35 6.13938ZM16 19.4994H8.93C7.45 19.4994 6.19 18.4194 5.97 16.9594L4 7.49938H2L3.99 17.2594C4.37 19.6994 6.47 21.4994 8.94 21.4994H16V19.4994ZM16.23 15.4994H11.35L10.32 11.3994C11.9 12.2894 13.6 12.9394 15.47 12.6194V10.4894C13.84 10.7994 12.03 10.2194 10.78 9.23938L9.14 7.96938C8.91 7.78938 8.65 7.66938 8.38 7.58938C8.06 7.49938 7.72 7.46938 7.39 7.52938H7.37C6.14 7.74938 5.32 8.91938 5.53 10.1394L6.88 16.0594C7.16 17.4794 8.39 18.4994 9.83 18.4994H16.68L20.5 21.4994L22 19.9994L16.23 15.4994Z", key: "z6jh4p" } ] ]); const AirlineSeatReclineNormal = createIcon("AirlineSeatReclineNormal", [ [ "path", { d: "M7.59 5.66305C6.81 4.88305 6.81 3.61305 7.59 2.83305C8.37 2.05305 9.64 2.05305 10.42 2.83305C11.2 3.61305 11.2 4.88305 10.42 5.66305C9.63 6.45305 8.37 6.45305 7.59 5.66305ZM6 16.253V7.25305H4V16.253C4 19.013 6.24 21.253 9 21.253H15V19.253H9C7.34 19.253 6 17.913 6 16.253ZM20 20.323L14.93 15.253H11.5V11.573C12.9 12.723 15.1 13.733 17 13.733V11.573C15.34 11.593 13.39 10.703 12.33 9.53305L10.93 7.98305C10.74 7.77305 10.5 7.60305 10.24 7.48305C9.95 7.34305 9.62 7.25305 9.28 7.25305H9.25C8.01 7.25305 7 8.26305 7 9.50305V15.253C7 16.913 8.34 18.253 10 18.253H15.07L18.57 21.753L20 20.323Z", key: "1mq6f7" } ] ]); const AirlineStops = createIcon("AirlineStops", [ [ "path", { d: "M18.71 9.21C16.43 10.78 13.95 13.3 13.5 17H15.5V19H9.5V17H11.5C11 12.5 7.13 9 2.5 9V7C6.89 7 10.72 9.55 12.5 13.3C13.63 10.87 15.49 9.05 17.28 7.78L14.5 5H21.5V12L18.71 9.21Z", key: "zs01no" } ] ]); const Airlines = createIcon("Airlines", [ [ "path", { d: "M13 4L2 20H19L22 4H13ZM14.5 14C13.12 14 12 12.88 12 11.5C12 10.12 13.12 9 14.5 9C15.88 9 17 10.12 17 11.5C17 12.88 15.88 14 14.5 14Z", key: "tzcbvi" } ] ]); const AirplaneTicket = createIcon("AirplaneTicket", [ [ "path", { d: "M20.19 4H4C2.9 4 2.01 4.9 2.01 6V10C3.11 10 4 10.9 4 12C4 13.1 3.11 14 2 14V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6C22 4.9 21.19 4 20.19 4ZM17.73 13.3L8.87 15.66L7.21 12.78L8.14 12.53L9.4 13.52L11.79 12.88L9.39 8.72L10.79 8.34L14.8 12.08L17.24 11.43C17.75 11.29 18.28 11.6 18.42 12.11C18.55 12.62 18.25 13.15 17.73 13.3Z", key: "1e5pzt" } ] ]); const AirplanemodeActive = createIcon("AirplanemodeActive", [ [ "path", { d: "M22 16V14L13.5 9V3.5C13.5 2.67 12.83 2 12 2C11.17 2 10.5 2.67 10.5 3.5V9L2 14V16L10.5 13.5V19L8 20.5V22L12 21L16 22V20.5L13.5 19V13.5L22 16Z", key: "qhluat" } ] ]); const AirplanemodeInactive = createIcon("AirplanemodeInactive", [ [ "path", { d: "M10.8048 7.36531V3.19531C10.8048 2.36531 11.4748 1.69531 12.3048 1.69531C13.1348 1.69531 13.8048 2.36531 13.8048 3.19531V8.69531L22.3048 13.6953V15.6953L17.8148 14.3753L10.8048 7.36531ZM20.0848 22.3053L21.4948 20.8953L3.11482 2.50531L1.69482 3.91531L8.07482 10.2953L2.30482 13.6953V15.6953L10.8048 13.1953V18.6953L8.30482 20.1953V21.6953L12.3048 20.6953L16.3048 21.6953V20.1953L13.8048 18.6953V16.0253L20.0848 22.3053Z", key: "1vm9ns" } ] ]); const Airplay = createIcon("Airplay", [ ["path", { d: "M6 21.5H18L12 15.5L6 21.5Z", key: "1nnji" }], [ "path", { d: "M21 2.5H3C1.9 2.5 1 3.4 1 4.5V16.5C1 17.6 1.9 18.5 3 18.5H7V16.5H3V4.5H21V16.5H17V18.5H21C22.1 18.5 23 17.6 23 16.5V4.5C23 3.4 22.1 2.5 21 2.5Z", key: "by6jpq" } ] ]); const AirportShuttle = createIcon("AirportShuttle", [ [ "path", { d: "M17 5H3C1.9 5 1 5.89 1 7V16H3C3 17.65 4.34 19 6 19C7.66 19 9 17.65 9 16H14.5C14.5 17.65 15.84 19 17.5 19C19.16 19 20.5 17.65 20.5 16H23V11L17 5ZM3 11V7H7V11H3ZM6 17.5C5.17 17.5 4.5 16.83 4.5 16C4.5 15.17 5.17 14.5 6 14.5C6.83 14.5 7.5 15.17 7.5 16C7.5 16.83 6.83 17.5 6 17.5ZM13 11H9V7H13V11ZM17.5 17.5C16.67 17.5 16 16.83 16 16C16 15.17 16.67 14.5 17.5 14.5C18.33 14.5 19 15.17 19 16C19 16.83 18.33 17.5 17.5 17.5ZM15 11V7H16L20 11H15Z", key: "47oy6h" } ] ]); const Alarm = createIcon("Alarm", [ [ "path", { d: "M22 5.79L17.4 1.93L16.11 3.46L20.71 7.32L22 5.79ZM7.88 3.46L6.6 1.93L2 5.78L3.29 7.31L7.88 3.46ZM12.5 8.07H11V14.07L15.75 16.92L16.5 15.69L12.5 13.32V8.07ZM12 4.07C7.03 4.07 3 8.1 3 13.07C3 18.04 7.02 22.07 12 22.07C16.97 22.07 21 18.04 21 13.07C21 8.1 16.97 4.07 12 4.07ZM12 20.07C8.13 20.07 5 16.94 5 13.07C5 9.2 8.13 6.07 12 6.07C15.87 6.07 19 9.2 19 13.07C19 16.94 15.87 20.07 12 20.07Z", key: "yg6zya" } ] ]); const AlarmAdd = createIcon("AlarmAdd", [ [ "path", { d: "M7.88 3.46L6.6 1.93L2 5.78L3.29 7.31L7.88 3.46ZM22 5.79L17.4 1.93L16.11 3.46L20.71 7.32L22 5.79ZM12 4.07C7.03 4.07 3 8.1 3 13.07C3 18.04 7.02 22.07 12 22.07C16.97 22.07 21 18.04 21 13.07C21 8.1 16.97 4.07 12 4.07ZM12 20.07C8.13 20.07 5 16.94 5 13.07C5 9.2 8.13 6.07 12 6.07C15.87 6.07 19 9.2 19 13.07C19 16.94 15.87 20.07 12 20.07ZM13 9.07H11V12.07H8V14.07H11V17.07H13V14.07H16V12.07H13V9.07Z", key: "8x072e" } ] ]); const AlarmOff = createIcon("AlarmOff", [ [ "path", { d: "M12.1752 6.07C16.0452 6.07 19.1752 9.2 19.1752 13.07C19.1752 13.91 19.0152 14.72 18.7452 15.47L20.2652 16.99C20.8452 15.8 21.1752 14.48 21.1752 13.07C21.1752 8.1 17.1452 4.07 12.1752 4.07C10.7652 4.07 9.4452 4.4 8.2552 4.98L9.7752 6.5C10.5252 6.23 11.3352 6.07 12.1752 6.07ZM22.1752 5.79L17.5752 1.93L16.2852 3.46L20.8852 7.32L22.1752 5.79ZM3.0952 2.36L1.8252 3.64L3.1552 4.97L2.0452 5.9L3.4652 7.32L4.5752 6.38L5.3752 7.18C4.0052 8.76 3.1752 10.82 3.1752 13.07C3.1752 18.04 7.1952 22.07 12.1752 22.07C14.4252 22.07 16.4852 21.24 18.0652 19.87L20.2652 22.07L21.5352 20.8L4.0652 3.34L3.0952 2.36ZM16.6452 18.46C15.4352 19.46 13.8752 20.07 12.1752 20.07C8.3052 20.07 5.1752 16.94 5.1752 13.07C5.1752 11.37 5.7852 9.81 6.7852 8.6L16.6452 18.46ZM8.1952 3.35L6.7752 1.93L5.91519 2.64L7.3352 4.06L8.1952 3.35Z", key: "1k3tmy" } ] ]); const AlarmOn = createIcon("AlarmOn", [ [ "path", { d: "M22 5.79L17.4 1.93L16.11 3.46L20.71 7.32L22 5.79ZM7.88 3.46L6.6 1.93L2 5.78L3.29 7.31L7.88 3.46ZM12 4.07C7.03 4.07 3 8.1 3 13.07C3 18.04 7.02 22.07 12 22.07C16.97 22.07 21 18.04 21 13.07C21 8.1 16.97 4.07 12 4.07ZM12 20.07C8.13 20.07 5 16.94 5 13.07C5 9.2 8.13 6.07 12 6.07C15.87 6.07 19 9.2 19 13.07C19 16.94 15.87 20.07 12 20.07ZM10.54 14.6L8.41 12.47L7.35 13.53L10.53 16.71L16.53 10.71L15.47 9.65L10.54 14.6Z", key: "yxd5s1" } ] ]); const Album = createIcon("Album", [ [ "path", { d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 16.5C9.51 16.5 7.5 14.49 7.5 12C7.5 9.51 9.51 7.5 12 7.5C14.49 7.5 16.5 9.51 16.5 12C16.5 14.49 14.49 16.5 12 16.5ZM12 11C11.45 11 11 11.45 11 12C11 12.55 11.45 13 12 13C12.55 13 13 12.55 13 12C13 11.45 12.55 11 12 11Z", key: "dktcri" } ] ]); const AlignHorizontalCenter = createIcon("AlignHorizontalCenter", [ ["path", { d: "M11 2H13V7H21V10H13V14H18V17H13V22H11V17H6V14H11V10H3V7H11V2Z", key: "2magny" }] ]); const AlignHorizontalLeft = createIcon("AlignHorizontalLeft", [ ["path", { d: "M4 22H2V2H4V22ZM22 7H6V10H22V7ZM16 14H6V17H16V14Z", key: "a06tx0" }] ]); const AlignHorizontalRight = createIcon("AlignHorizontalRight", [ ["path", { d: "M20 2H22V22H20V2ZM2 10H18V7H2V10ZM8 17H18V14H8V17Z", key: "1doeoy" }] ]); const AlignVerticalBottom = createIcon("AlignVerticalBottom", [ ["path", { d: "M22 22H2V20H22V22ZM10 2H7V18H10V2ZM17 8H14V18H17V8Z", key: "nk3uj5" }] ]); const AlignVerticalCenter = createIcon("AlignVerticalCenter", [ [ "path", { d: "M22.0799 11H17.0799V6H14.0799V11H10.0799V3H7.07992V11H1.91992V13H7.07992V21H10.0799V13H14.0799V18H17.0799V13H22.0799V11Z", key: "105t9z" } ] ]); const AlignVerticalTop = createIcon("AlignVerticalTop", [ ["path", { d: "M22 2V4H2V2H22ZM7 22H10V6H7V22ZM14 16H17V6H14V16Z", key: "g9zpf6" }] ]); const AllInbox = createIcon("AllInbox", [ [ "path", { d: "M19 3H5C3.9 3 3 3.9 3 5V12C3 13.1 3.9 14 5 14H19C20.1 14 21 13.1 21 12V5C21 3.9 20.1 3 19 3ZM19 9H15C15 10.62 13.62 12 12 12C10.38 12 9 10.62 9 9H5V5H19V9ZM15 16H21V19C21 20.1 20.1 21 19 21H5C3.9 21 3 20.1 3 19V16H9C9 17.66 10.34 19 12 19C13.66 19 15 17.66 15 16Z", key: "195arp" } ] ]); const AllInclusive = createIcon("AllInclusive", [ [ "path", { d: "M18.6 6.61914C17.16 6.61914 15.8 7.17914 14.83 8.14914L12 10.6591L10.48 11.9991H10.49L7.8 14.3891C7.16 15.0291 6.31 15.3791 5.4 15.3791C3.53 15.3791 2.01 13.8691 2.01 11.9991C2.01 10.1291 3.53 8.61914 5.4 8.61914C6.31 8.61914 7.16 8.96914 7.84 9.64914L8.97 10.6491L10.48 9.30914L9.22 8.19914C8.2 7.17914 6.84 6.61914 5.4 6.61914C2.42 6.61914 0 9.03914 0 11.9991C0 14.9591 2.42 17.3791 5.4 17.3791C6.84 17.3791 8.2 16.8191 9.17 15.8491L12 13.3491L12.01 13.3591L13.52 11.9991H13.51L16.2 9.60914C16.84 8.96914 17.69 8.61914 18.6 8.61914C20.47 8.61914 21.99 10.1291 21.99 11.9991C21.99 13.8691 20.47 15.3791 18.6 15.3791C17.7 15.3791 16.84 15.0291 16.16 14.3491L15.02 13.3391L13.51 14.6791L14.78 15.7991C15.8 16.8091 17.15 17.3691 18.6 17.3691C21.58 17.3691 24 14.9591 24 11.9891C24 9.01914 21.58 6.61914 18.6 6.61914Z", key: "1yt52q" } ] ]); const AllOut = createIcon("AllOut", [ [ "path", { d: "M16 4L20 8V4H16ZM20 16L16 20H20V16ZM8 20L4 16V20H8ZM4 8L8 4H4V8ZM16.95 7.05C14.22 4.32 9.78 4.32 7.05 7.05C4.32 9.78 4.32 14.22 7.05 16.95C9.78 19.68 14.22 19.68 16.95 16.95C19.68 14.22 19.68 9.79 16.95 7.05ZM15.85 15.85C13.72 17.98 10.28 17.98 8.15 15.85C6.02 13.72 6.02 10.28 8.15 8.15C10.28 6.02 13.72 6.02 15.85 8.15C17.98 10.28 17.98 13.72 15.85 15.85Z", key: "1djg9o" } ] ]); const AltRoute = createIcon("AltRoute", [ [ "path", { d: "M9.78 11.16L8.36 12.58C7.68 11.89 7.02 11 6.57 9.64L8.51 9.15C8.83 10.04 9.28 10.65 9.78 11.16ZM11 6L7 2L3 6H6.02C6.04 6.81 6.1 7.54 6.21 8.17L8.15 7.68C8.08 7.2 8.03 6.63 8.02 6H11ZM21 6L17 2L13 6H15.99C15.89 9.68 14.71 10.75 13.45 11.88C12.95 12.32 12.44 12.8 12 13.43C11.66 12.94 11.27 12.55 10.87 12.19L9.46 13.6C10.39 14.45 11 15.14 11 17V22H13V17C13 14.98 13.71 14.34 14.79 13.37C16.17 12.13 17.87 10.59 17.99 6H21Z", key: "df61sa" } ] ]); const AlternateEmail = createIcon("AlternateEmail", [ [ "path", { d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22H17V20H12C7.66 20 4 16.34 4 12C4 7.66 7.66 4 12 4C16.34 4 20 7.66 20 12V13.43C20 14.22 19.29 15 18.5 15C17.71 15 17 14.22 17 13.43V12C17 9.24 14.76 7 12 7C9.24 7 7 9.24 7 12C7 14.76 9.24 17 12 17C13.38 17 14.64 16.44 15.54 15.53C16.19 16.42 17.31 17 18.5 17C20.47 17 22 15.4 22 13.43V12C22 6.48 17.52 2 12 2ZM12 15C10.34 15 9 13.66 9 12C9 10.34 10.34 9 12 9C13.66 9 15 10.34 15 12C15 13.66 13.66 15 12 15Z", key: "1m7pvn" } ] ]); const Analytics = createIcon("Analytics", [ [ "path", { d: "M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3ZM9 17H7V12H9V17ZM13 17H11V14H13V17ZM13 12H11V10H13V12ZM17 17H15V7H17V17Z", key: "jw68i3" } ] ]); const Anchor = createIcon("Anchor", [ [ "path", { d: "M17 15L18.55 16.55C17.59 18.24 15.22 19.59 13 19.92V11H16V9H13V7.82C14.16 7.4 15 6.3 15 5C15 3.35 13.65 2 12 2C10.35 2 9 3.35 9 5C9 6.3 9.84 7.4 11 7.82V9H8V11H11V19.92C8.78 19.59 6.41 18.24 5.45 16.55L7 15L3 12V15C3 18.88 7.92 22 12 22C16.08 22 21 18.88 21 15V12L17 15ZM12 4C12.55 4 13 4.45 13 5C13 5.55 12.55 6 12 6C11.45 6 11 5.55 11 5C11 4.45 11.45 4 12 4Z", key: "ejvtxh" } ] ]); const Android = createIcon("Android", [ [ "path", { d: "M17.6 9.79139L19.44 6.61139C19.6 6.30139 19.48 5.92139 19.18 5.76139C18.89 5.61139 18.53 5.70139 18.35 5.98139L16.47 9.22139C13.61 8.01139 10.39 8.01139 7.53 9.22139L5.65 5.98139C5.46 5.69139 5.07 5.60139 4.78 5.78139C4.5 5.96139 4.41 6.32139 4.56 6.61139L6.4 9.79139C3.3 11.5614 1.28 14.7514 1 18.3114H23C22.72 14.7514 20.7 11.5614 17.6 9.79139ZM7 15.5614C6.31 15.5614 5.75 15.0014 5.75 14.3114C5.75 13.6214 6.31 13.0614 7 13.0614C7.69 13.0614 8.25 13.6214 8.25 14.3114C8.25 15.0014 7.69 15.5614 7 15.5614ZM17 15.5614C16.31 15.5614 15.75 15.0014 15.75 14.3114C15.75 13.6214 16.31 13.0614 17 13.0614C17.69 13.0614 18.25 13.6214 18.25 14.3114C18.25 15.0014 17.69 15.5614 17 15.5614Z", key: "kk1ieq" } ] ]); const Animation = createIcon("Animation", [ [ "path", { d: "M15 2C12.29 2 9.95 3.54 8.78 5.78C7.5 6.45 6.44 7.5 5.78 8.78C3.54 9.95 2 12.29 2 15C2 18.87 5.13 22 9 22C11.71 22 14.05 20.46 15.22 18.22C16.5 17.55 17.56 16.5 18.22 15.22C20.46 14.05 22 11.71 22 9C22 5.13 18.87 2 15 2ZM9 20C6.24 20 4 17.76 4 15C4 13.88 4.37 12.84 5 12C5 15.87 8.13 19 12 19C11.16 19.63 10.12 20 9 20ZM12 17C9.24 17 7 14.76 7 12C7 10.88 7.37 9.84 8 9C8 12.86 11.13 15.99 15 16C14.16 16.63 13.12 17 12 17ZM16.7 13.7C16.17 13.89 15.6 14 15 14C12.24 14 10 11.76 10 9C10 8.4 10.11 7.83 10.3 7.3C10.83 7.11 11.4 7 12 7C14.76 7 17 9.24 17 12C17 12.6 16.89 13.17 16.7 13.7ZM19 12C19 8.14 15.87 5.01 12 5C12.84 4.37 13.87 4 15 4C17.76 4 20 6.24 20 9C20 10.12 19.63 11.16 19 12Z", key: "k72hfc" } ] ]); const Announcement = createIcon("Announcement", [ [ "path", { d: "M20 2H4C2.9 2 2.01 2.9 2.01 4L2 22L6 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2ZM13 11H11V5H13V11ZM13 15H11V13H13V15Z", key: "1sbvbb" } ] ]); const Aod = createIcon("Aod", [ [ "path", { d: "M17 1.01L7 1C5.9 1 5 1.9 5 3V21C5 22.1 5.9 23 7 23H17C18.1 23 19 22.1 19 21V3C19 1.9 18.1 1.01 17 1.01ZM17 18H7V6H17V18ZM8 10H16V11.5H8V10ZM9 13H15V14.5H9V13Z", key: "1a7d3g" } ] ]); const Apartment = createIcon("Apartment", [ [ "path", { d: "M17 11V3H7V7H3V21H11V17H13V21H21V11H17ZM7 19H5V17H7V19ZM7 15H5V13H7V15ZM7 11H5V9H7V11ZM11 15H9V13H11V15ZM11 11H9V9H11V11ZM11 7H9V5H11V7ZM15 15H13V13H15V15ZM15 11H13V9H15V11ZM15 7H13V5H15V7ZM19 19H17V17H19V19ZM19 15H17V13H19V15Z", key: "12t0yi" } ] ]); const Api = createIcon("Api", [ [ "path", { d: "M14 12L12 14L10 12L12 10L14 12ZM12 6L14.12 8.12L16.62 5.62L12 1L7.38 5.62L9.88 8.12L12 6ZM6 12L8.12 9.88L5.62 7.38L1 12L5.62 16.62L8.12 14.12L6 12ZM18 12L15.88 14.12L18.38 16.62L23 12L18.38 7.38L15.88 9.88L18 12ZM12 18L9.88 15.88L7.38 18.38L12 23L16.62 18.38L14.12 15.88L12 18Z", key: "duwuz9" } ] ]); const AppBlocking = createIcon("AppBlocking", [ [ "path", { d: "M16.5 8C14.29 8 12.5 9.79 12.5 12C12.5 14.21 14.29 16 16.5 16C18.71 16 20.5 14.21 20.5 12C20.5 9.79 18.71 8 16.5 8ZM14 12C14 10.62 15.12 9.5 16.5 9.5C16.92 9.5 17.3 9.61 17.65 9.79L14.29 13.15C14.11 12.8 14 12.42 14 12ZM16.5 14.5C16.08 14.5 15.7 14.39 15.35 14.21L18.71 10.85C18.89 11.2 19 11.58 19 12C19 13.38 17.88 14.5 16.5 14.5ZM15.5 18H5.5V6H15.5V7H17.5V3C17.5 1.9 16.6 1 15.5 1H5.5C4.4 1 3.5 1.9 3.5 3V21C3.5 22.1 4.4 23 5.5 23H15.5C16.6 23 17.5 22.1 17.5 21V17H15.5V18Z", key: "1plohq" } ] ]); const AppRegistration = createIcon("AppRegistration", [ ["path", { d: "M13.5 4H9.5V8H13.5V4Z", key: "7wocuh" }], ["path", { d: "M7.5 16H3.5V20H7.5V16Z", key: "1oui29" }], ["path", { d: "M7.5 10H3.5V14H7.5V10Z", key: "f63oji" }], ["path", { d: "M7.5 4H3.5V8H7.5V4Z", key: "ilta3n" }], ["path", { d: "M13.5 12.42V10H9.5V14H11.92L13.5 12.42Z", key: "13cl9h" }], [ "path", { d: "M20.38 11.29L19.21 10.12C19.05 9.96 18.79 9.96 18.63 10.12L17.75 11L19.5 12.75L20.38 11.87C20.54 11.71 20.54 11.45 20.38 11.29Z", key: "ojh6ax" } ], ["path", { d: "M10.5 18.25V20H12.25L18.92 13.33L17.17 11.58L10.5 18.25Z", key: "1ks8iv" }], ["path", { d: "M19.5 4H15.5V8H19.5V4Z", key: "1kwrcv" }] ]); const AppSettingsAlt = createIcon("AppSettingsAlt", [ [ "path", { d: "M20.3276 12.74L19.5076 12.11V11.89L20.3076 11.26C20.4676 11.14 20.5076 10.92 20.4076 10.75L19.5576 9.27C19.4876 9.14 19.3476 9.07 19.2076 9.07C19.1576 9.07 19.1076 9.08 19.0576 9.1L18.1076 9.48C18.0276 9.43 17.9976 9.41 17.9176 9.37L17.7676 8.36C17.7376 8.15 17.5676 8 17.3676 8H15.6576C15.4576 8 15.2876 8.15 15.2576 8.34L15.1176 9.35C15.0876 9.37 15.0476 9.38 15.0176 9.4L14.9276 9.46L13.9776 9.08C13.9276 9.06 13.8776 9.05 13.8276 9.05C13.6876 9.05 13.5576 9.12 13.4776 9.25L12.6276 10.73C12.5276 10.9 12.5676 11.12 12.7276 11.24L13.5276 11.87V12.1L12.7276 12.73C12.5676 12.85 12.5276 13.07 12.6276 13.24L13.4776 14.72C13.5476 14.85 13.6876 14.92 13.8276 14.92C13.8776 14.92 13.9276 14.91 13.9776 14.89L14.9276 14.52C15.0076 14.57 15.0476 14.59 15.1276 14.63L15.2776 15.64C15.3076 15.84 15.4776 15.98 15.6776 15.98H17.3876C17.5876 15.98 17.7576 15.83 17.7876 15.64L17.9376 14.63C17.9676 14.61 18.0076 14.6 18.0376 14.58L18.1276 14.52L19.0776 14.9C19.1276 14.92 19.1776 14.93 19.2276 14.93C19.3676 14.93 19.4976 14.86 19.5776 14.73L20.4276 13.25C20.5276 13.08 20.4876 12.86 20.3276 12.74ZM16.5176 13.5C15.6876 13.5 15.0176 12.83 15.0176 12C15.0176 11.17 15.6876 10.5 16.5176 10.5C17.3476 10.5 18.0176 11.17 18.0176 12C18.0176 12.83 17.3476 13.5 16.5176 13.5ZM15.5176 17H17.5176V21C17.5176 22.1 16.6176 23 15.5176 23H5.51758C4.41758 23 3.51758 22.1 3.51758 21V3C3.51758 1.9 4.41758 1 5.51758 1H15.5176C16.6176 1 17.5176 1.9 17.5176 3V7H15.5176V6H5.51758V18H15.5176V17Z", key: "quwlsk" } ] ]); const AppShortcut = createIcon("AppShortcut", [ [ "path", { d: "M15 18H5V6H15V7H17V3C17 1.9 16.1 1 15 1H5C3.9 1 3 1.9 3 3V21C3 22.1 3.9 23 5 23H15C16.1 23 17 22.1 17 21V17H15V18Z", key: "1k9tsd" } ], [ "path", { d: "M18.38 9.62L19 11L19.62 9.62L21 9L19.62 8.38L19 7L18.38 8.38L17 9L18.38 9.62Z", key: "tjikce" } ], [ "path", { d: "M14 8L12.75 10.75L10 12L12.75 13.25L14 16L15.25 13.25L18 12L15.25 10.75L14 8Z", key: "q8buih" } ], [ "path", { d: "M19 13L18.38 14.38L17 15L18.38 15.62L19 17L19.62 15.62L21 15L19.62 14.38L19 13Z", key: "1kxo32" } ] ]); const Approval = createIcon("Approval", [ [ "path", { d: "M4 16V22H20V16C20 14.9 19.1 14 18 14H6C4.9 14 4 14.9 4 16ZM18 18H6V16H18V18ZM12 2C9.24 2 7 4.24 7 7L12 14L17 7C17 4.24 14.76 2 12 2ZM12 11L9 7C9 5.34 10.34 4 12 4C13.66 4 15 5.34 15 7L12 11Z", key: "1gvl6p" } ] ]); const Apps = createIcon("Apps", [ [ "path", { d: "M4 8H8V4H4V8ZM10 20H14V16H10V20ZM4 20H8V16H4V20ZM4 14H8V10H4V14ZM10 14H14V10H10V14ZM16 4V8H20V4H16ZM10 8H14V4H10V8ZM16 14H20V10H16V14ZM16 20H20V16H16V20Z", key: "1wgfwc" } ] ]); const AppsOutage = createIcon("AppsOutage", [ [ "path", { d: "M2 10H6V6H2V10ZM8 22H12V18H8V22ZM2 22H6V18H2V22ZM2 16H6V12H2V16ZM8 16H12V12H8V16ZM14 22H18V18H14V22ZM17 2C14.24 2 12 4.24 12 7C12 9.76 14.24 12 17 12C19.76 12 22 9.76 22 7C22 4.24 19.76 2 17 2ZM17.5 10H16.5V9H17.5V10ZM17.5 8H16.5V4H17.5V8ZM14 16H18V13.93C17.67 13.98 17.34 14 17 14C15.93 14 14.91 13.76 14 13.32V16ZM8 6V10H10.68C10.24 9.09 10 8.07 10 7C10 6.66 10.02 6.33 10.07 6H8Z", key: "13gb4w" } ] ]); const Architecture = createIcon("Architecture", [ [ "path", { d: "M6.35547 18.78L6.60547 21L8.22547 19.46L10.9955 11.86C10.3155 11.69 9.71547 11.35 9.22547 10.88L6.35547 18.78Z", key: "eevi5" } ], [ "path", { d: "M14.7655 10.88C14.2755 11.35 13.6655 11.69 12.9955 11.86L15.7655 19.46L17.3855 21L17.6455 18.78L14.7655 10.88Z", key: "1blut5" } ], [ "path", { d: "M14.9955 8C14.9955 6.7 14.1555 5.6 12.9955 5.18V3H10.9955V5.18C9.83547 5.6 8.99547 6.7 8.99547 8C8.99547 9.66 10.3355 11 11.9955 11C13.6555 11 14.9955 9.66 14.9955 8ZM11.9955 9C11.4455 9 10.9955 8.55 10.9955 8C10.9955 7.45 11.4455 7 11.9955 7C12.5455 7 12.9955 7.45 12.9955 8C12.9955 8.55 12.5455 9 11.9955 9Z", key: "h65j6d" } ] ]); const Archive = createIcon("Archive", [ [ "path", { d: "M20.54 5.23L19.15 3.55C18.88 3.21 18.47 3 18 3H6C5.53 3 5.12 3.21 4.84 3.55L3.46 5.23C3.17