/** * @license @tabler/icons-react v3.41.1 - MIT * * This source code is licensed under the MIT license. * See the LICENSE file in the root directory of this source tree. */ 'use strict'; var react = require('react'); var defaultAttributes = { outline: { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }, filled: { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "currentColor", stroke: "none" } }; const createReactComponent = (type, iconName, iconNamePascal, iconNode) => { const Component = react.forwardRef( ({ color = "currentColor", size = 24, stroke = 2, title, className, children, ...rest }, ref) => react.createElement( "svg", { ref, ...defaultAttributes[type], width: size, height: size, className: [`tabler-icon`, `tabler-icon-${iconName}`, className].join(" "), ...type === "filled" ? { fill: color } : { strokeWidth: stroke, stroke: color }, ...rest }, [ title && react.createElement("title", { key: "svg-title" }, title), ...iconNode.map(([tag, attrs]) => react.createElement(tag, attrs)), ...Array.isArray(children) ? children : [children] ] ) ); Component.displayName = `${iconNamePascal}`; return Component; }; const __iconNode$1vb = [["path", { "d": "M16 21h3c.81 0 1.48 -.67 1.48 -1.48l.02 -.02c0 -.82 -.69 -1.5 -1.5 -1.5h-3v3", "key": "svg-0" }], ["path", { "d": "M16 15h2.5c.84 -.01 1.5 .66 1.5 1.5s-.66 1.5 -1.5 1.5h-2.5v-3", "key": "svg-1" }], ["path", { "d": "M4 9v-4c0 -1.036 .895 -2 2 -2s2 .964 2 2v4", "key": "svg-2" }], ["path", { "d": "M2.99 11.98a9 9 0 0 0 9 9m9 -9a9 9 0 0 0 -9 -9", "key": "svg-3" }], ["path", { "d": "M8 7h-4", "key": "svg-4" }]]; const IconAB2 = createReactComponent("outline", "a-b-2", "AB2", __iconNode$1vb); const __iconNode$1va = [["path", { "d": "M3 16v-5.5a2.5 2.5 0 0 1 5 0v5.5m0 -4h-5", "key": "svg-0" }], ["path", { "d": "M12 12v6", "key": "svg-1" }], ["path", { "d": "M12 6v2", "key": "svg-2" }], ["path", { "d": "M16 8h3a2 2 0 1 1 0 4h-3m3 0a2 2 0 0 1 .83 3.82m-3.83 -3.82v-4", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconABOff = createReactComponent("outline", "a-b-off", "ABOff", __iconNode$1va); const __iconNode$1v9 = [["path", { "d": "M3 16v-5.5a2.5 2.5 0 0 1 5 0v5.5m0 -4h-5", "key": "svg-0" }], ["path", { "d": "M12 6l0 12", "key": "svg-1" }], ["path", { "d": "M16 16v-8h3a2 2 0 0 1 0 4h-3m3 0a2 2 0 0 1 0 4h-3", "key": "svg-2" }]]; const IconAB = createReactComponent("outline", "a-b", "AB", __iconNode$1v9); const __iconNode$1v8 = [["path", { "d": "M5 5v16", "key": "svg-0" }], ["path", { "d": "M19 21v-2m0 -4v-12", "key": "svg-1" }], ["path", { "d": "M5 7h2m4 0h8", "key": "svg-2" }], ["path", { "d": "M5 15h10", "key": "svg-3" }], ["path", { "d": "M8 13v4", "key": "svg-4" }], ["path", { "d": "M11 13v4", "key": "svg-5" }], ["path", { "d": "M16 16v1", "key": "svg-6" }], ["path", { "d": "M14 5v4", "key": "svg-7" }], ["path", { "d": "M11 5v2", "key": "svg-8" }], ["path", { "d": "M8 8v1", "key": "svg-9" }], ["path", { "d": "M3 21h18", "key": "svg-10" }], ["path", { "d": "M3 3l18 18", "key": "svg-11" }]]; const IconAbacusOff = createReactComponent("outline", "abacus-off", "AbacusOff", __iconNode$1v8); const __iconNode$1v7 = [["path", { "d": "M5 3v18", "key": "svg-0" }], ["path", { "d": "M19 21v-18", "key": "svg-1" }], ["path", { "d": "M5 7h14", "key": "svg-2" }], ["path", { "d": "M5 15h14", "key": "svg-3" }], ["path", { "d": "M8 13v4", "key": "svg-4" }], ["path", { "d": "M11 13v4", "key": "svg-5" }], ["path", { "d": "M16 13v4", "key": "svg-6" }], ["path", { "d": "M14 5v4", "key": "svg-7" }], ["path", { "d": "M11 5v4", "key": "svg-8" }], ["path", { "d": "M8 5v4", "key": "svg-9" }], ["path", { "d": "M3 21h18", "key": "svg-10" }]]; const IconAbacus = createReactComponent("outline", "abacus", "Abacus", __iconNode$1v7); const __iconNode$1v6 = [["path", { "d": "M3 16v-6a2 2 0 1 1 4 0v6", "key": "svg-0" }], ["path", { "d": "M3 13h4", "key": "svg-1" }], ["path", { "d": "M10 8v6a2 2 0 1 0 4 0v-1a2 2 0 1 0 -4 0v1", "key": "svg-2" }], ["path", { "d": "M20.732 12a2 2 0 0 0 -3.732 1v1a2 2 0 0 0 3.726 1.01", "key": "svg-3" }]]; const IconAbc = createReactComponent("outline", "abc", "Abc", __iconNode$1v6); const __iconNode$1v5 = [["path", { "d": "M3 3l18 18", "key": "svg-0" }], ["path", { "d": "M14.828 9.172a4 4 0 0 1 1.172 2.828", "key": "svg-1" }], ["path", { "d": "M17.657 6.343a8 8 0 0 1 1.635 8.952", "key": "svg-2" }], ["path", { "d": "M9.168 14.828a4 4 0 0 1 0 -5.656", "key": "svg-3" }], ["path", { "d": "M6.337 17.657a8 8 0 0 1 0 -11.314", "key": "svg-4" }]]; const IconAccessPointOff = createReactComponent("outline", "access-point-off", "AccessPointOff", __iconNode$1v5); const __iconNode$1v4 = [["path", { "d": "M12 12l0 .01", "key": "svg-0" }], ["path", { "d": "M14.828 9.172a4 4 0 0 1 0 5.656", "key": "svg-1" }], ["path", { "d": "M17.657 6.343a8 8 0 0 1 0 11.314", "key": "svg-2" }], ["path", { "d": "M9.168 14.828a4 4 0 0 1 0 -5.656", "key": "svg-3" }], ["path", { "d": "M6.337 17.657a8 8 0 0 1 0 -11.314", "key": "svg-4" }]]; const IconAccessPoint = createReactComponent("outline", "access-point", "AccessPoint", __iconNode$1v4); const __iconNode$1v3 = [["path", { "d": "M10 16.5l2 -3l2 3m-2 -3v-1.5m2.627 -1.376l.373 -.124m-6 0l2.231 .744", "key": "svg-0" }], ["path", { "d": "M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73", "key": "svg-1" }], ["path", { "d": "M12 8a.5 .5 0 1 0 -.5 -.5", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconAccessibleOff = createReactComponent("outline", "accessible-off", "AccessibleOff", __iconNode$1v3); const __iconNode$1v2 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 16.5l2 -3l2 3m-2 -3v-2l3 -1m-6 0l3 1", "key": "svg-1" }], ["path", { "d": "M11.5 7.5a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-2" }]]; const IconAccessible = createReactComponent("outline", "accessible", "Accessible", __iconNode$1v2); const __iconNode$1v1 = [["path", { "d": "M3 12h4.5l1.5 -6l4 12l2 -9l1.5 3h4.5", "key": "svg-0" }]]; const IconActivityHeartbeat = createReactComponent("outline", "activity-heartbeat", "ActivityHeartbeat", __iconNode$1v1); const __iconNode$1v0 = [["path", { "d": "M3 12h4l3 8l4 -16l3 8h4", "key": "svg-0" }]]; const IconActivity = createReactComponent("outline", "activity", "Activity", __iconNode$1v0); const __iconNode$1u$ = [["path", { "d": "M11.933 5h-6.933v16h13v-8", "key": "svg-0" }], ["path", { "d": "M14 17h-5", "key": "svg-1" }], ["path", { "d": "M9 13h5v-4h-5v4", "key": "svg-2" }], ["path", { "d": "M15 5v-2", "key": "svg-3" }], ["path", { "d": "M18 6l2 -2", "key": "svg-4" }], ["path", { "d": "M19 9h2", "key": "svg-5" }]]; const IconAd2 = createReactComponent("outline", "ad-2", "Ad2", __iconNode$1u$); const __iconNode$1u_ = [["path", { "d": "M4.91 4.949a9.968 9.968 0 0 0 -2.91 7.051c0 5.523 4.477 10 10 10a9.968 9.968 0 0 0 7.05 -2.909", "key": "svg-0" }], ["path", { "d": "M20.778 16.793a9.955 9.955 0 0 0 1.222 -4.793c0 -5.523 -4.477 -10 -10 -10c-1.74 0 -3.376 .444 -4.8 1.225", "key": "svg-1" }], ["path", { "d": "M7 15v-4.5a1.5 1.5 0 0 1 2.138 -1.358", "key": "svg-2" }], ["path", { "d": "M9.854 9.853c.094 .196 .146 .415 .146 .647v4.5", "key": "svg-3" }], ["path", { "d": "M7 13h3", "key": "svg-4" }], ["path", { "d": "M14 14v1h1", "key": "svg-5" }], ["path", { "d": "M17 13v-2a2 2 0 0 0 -2 -2h-1v1", "key": "svg-6" }], ["path", { "d": "M3 3l18 18", "key": "svg-7" }]]; const IconAdCircleOff = createReactComponent("outline", "ad-circle-off", "AdCircleOff", __iconNode$1u_); const __iconNode$1uZ = [["path", { "d": "M2 12a10 10 0 1 0 20 0a10 10 0 1 0 -20 0", "key": "svg-0" }], ["path", { "d": "M7 15v-4.5a1.5 1.5 0 0 1 3 0v4.5", "key": "svg-1" }], ["path", { "d": "M7 13h3", "key": "svg-2" }], ["path", { "d": "M14 9v6h1a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-1", "key": "svg-3" }]]; const IconAdCircle = createReactComponent("outline", "ad-circle", "AdCircle", __iconNode$1uZ); const __iconNode$1uY = [["path", { "d": "M9 5h10a2 2 0 0 1 2 2v10m-2 2h-14a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M7 15v-4a2 2 0 0 1 2 -2m2 2v4", "key": "svg-1" }], ["path", { "d": "M7 13h4", "key": "svg-2" }], ["path", { "d": "M17 9v4", "key": "svg-3" }], ["path", { "d": "M16.115 12.131c.33 .149 .595 .412 .747 .74", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconAdOff = createReactComponent("outline", "ad-off", "AdOff", __iconNode$1uY); const __iconNode$1uX = [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10", "key": "svg-0" }], ["path", { "d": "M7 15v-4a2 2 0 0 1 4 0v4", "key": "svg-1" }], ["path", { "d": "M7 13l4 0", "key": "svg-2" }], ["path", { "d": "M17 9v6h-1.5a1.5 1.5 0 1 1 1.5 -1.5", "key": "svg-3" }]]; const IconAd = createReactComponent("outline", "ad", "Ad", __iconNode$1uX); const __iconNode$1uW = [["path", { "d": "M8 4h10a2 2 0 0 1 2 2v10m-.57 3.399c-.363 .37 -.87 .601 -1.43 .601h-10a2 2 0 0 1 -2 -2v-12", "key": "svg-0" }], ["path", { "d": "M10 16h6", "key": "svg-1" }], ["path", { "d": "M11 11a2 2 0 0 0 2 2m2 -2a2 2 0 0 0 -2 -2", "key": "svg-2" }], ["path", { "d": "M4 8h3", "key": "svg-3" }], ["path", { "d": "M4 12h3", "key": "svg-4" }], ["path", { "d": "M4 16h3", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconAddressBookOff = createReactComponent("outline", "address-book-off", "AddressBookOff", __iconNode$1uW); const __iconNode$1uV = [["path", { "d": "M20 6v12a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2", "key": "svg-0" }], ["path", { "d": "M10 16h6", "key": "svg-1" }], ["path", { "d": "M11 11a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M4 8h3", "key": "svg-3" }], ["path", { "d": "M4 12h3", "key": "svg-4" }], ["path", { "d": "M4 16h3", "key": "svg-5" }]]; const IconAddressBook = createReactComponent("outline", "address-book", "AddressBook", __iconNode$1uV); const __iconNode$1uU = [["path", { "d": "M4 8h4v4h-4l0 -4", "key": "svg-0" }], ["path", { "d": "M6 4l0 4", "key": "svg-1" }], ["path", { "d": "M6 12l0 8", "key": "svg-2" }], ["path", { "d": "M10 14h4v4h-4l0 -4", "key": "svg-3" }], ["path", { "d": "M12 4l0 10", "key": "svg-4" }], ["path", { "d": "M12 18l0 2", "key": "svg-5" }], ["path", { "d": "M16 5h4v4h-4l0 -4", "key": "svg-6" }], ["path", { "d": "M18 4l0 1", "key": "svg-7" }], ["path", { "d": "M18 9l0 11", "key": "svg-8" }]]; const IconAdjustmentsAlt = createReactComponent("outline", "adjustments-alt", "AdjustmentsAlt", __iconNode$1uU); const __iconNode$1uT = [["path", { "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M6 4v4", "key": "svg-1" }], ["path", { "d": "M6 12v8", "key": "svg-2" }], ["path", { "d": "M10 16a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-3" }], ["path", { "d": "M12 4v10", "key": "svg-4" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-5" }], ["path", { "d": "M12 18v2", "key": "svg-6" }], ["path", { "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-7" }], ["path", { "d": "M18 4v1", "key": "svg-8" }], ["path", { "d": "M18 9v3", "key": "svg-9" }]]; const IconAdjustmentsBolt = createReactComponent("outline", "adjustments-bolt", "AdjustmentsBolt", __iconNode$1uT); const __iconNode$1uS = [["path", { "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M6 4v4", "key": "svg-1" }], ["path", { "d": "M6 12v8", "key": "svg-2" }], ["path", { "d": "M13.499 14.675a2 2 0 1 0 -1.499 3.325", "key": "svg-3" }], ["path", { "d": "M12 4v10", "key": "svg-4" }], ["path", { "d": "M12 18v2", "key": "svg-5" }], ["path", { "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-6" }], ["path", { "d": "M18 4v1", "key": "svg-7" }], ["path", { "d": "M18 9v3", "key": "svg-8" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-9" }], ["path", { "d": "M17 21l4 -4", "key": "svg-10" }]]; const IconAdjustmentsCancel = createReactComponent("outline", "adjustments-cancel", "AdjustmentsCancel", __iconNode$1uS); const __iconNode$1uR = [["path", { "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M6 4v4", "key": "svg-1" }], ["path", { "d": "M6 12v8", "key": "svg-2" }], ["path", { "d": "M13.823 15.176a2 2 0 1 0 -2.638 2.651", "key": "svg-3" }], ["path", { "d": "M12 4v10", "key": "svg-4" }], ["path", { "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-5" }], ["path", { "d": "M18 4v1", "key": "svg-6" }], ["path", { "d": "M18 9v5", "key": "svg-7" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-8" }]]; const IconAdjustmentsCheck = createReactComponent("outline", "adjustments-check", "AdjustmentsCheck", __iconNode$1uR); const __iconNode$1uQ = [["path", { "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M6 4v4", "key": "svg-1" }], ["path", { "d": "M6 12v8", "key": "svg-2" }], ["path", { "d": "M13.557 14.745a2 2 0 1 0 -1.557 3.255", "key": "svg-3" }], ["path", { "d": "M12 4v10", "key": "svg-4" }], ["path", { "d": "M12 18v2", "key": "svg-5" }], ["path", { "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-6" }], ["path", { "d": "M18 4v1", "key": "svg-7" }], ["path", { "d": "M18 9v4", "key": "svg-8" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-9" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-10" }]]; const IconAdjustmentsCode = createReactComponent("outline", "adjustments-code", "AdjustmentsCode", __iconNode$1uQ); const __iconNode$1uP = [["path", { "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M6 4v4", "key": "svg-1" }], ["path", { "d": "M6 12v8", "key": "svg-2" }], ["path", { "d": "M13.199 14.399a2 2 0 1 0 -1.199 3.601", "key": "svg-3" }], ["path", { "d": "M12 4v10", "key": "svg-4" }], ["path", { "d": "M12 18v2", "key": "svg-5" }], ["path", { "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-6" }], ["path", { "d": "M18 4v1", "key": "svg-7" }], ["path", { "d": "M18 9v2.5", "key": "svg-8" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-9" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-10" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-11" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-12" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-13" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-14" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-15" }]]; const IconAdjustmentsCog = createReactComponent("outline", "adjustments-cog", "AdjustmentsCog", __iconNode$1uP); const __iconNode$1uO = [["path", { "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M6 4v4", "key": "svg-1" }], ["path", { "d": "M6 12v8", "key": "svg-2" }], ["path", { "d": "M13.366 14.54a2 2 0 1 0 -.216 3.097", "key": "svg-3" }], ["path", { "d": "M12 4v10", "key": "svg-4" }], ["path", { "d": "M12 18v2", "key": "svg-5" }], ["path", { "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-6" }], ["path", { "d": "M18 4v1", "key": "svg-7" }], ["path", { "d": "M18 9v1", "key": "svg-8" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-9" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-10" }]]; const IconAdjustmentsDollar = createReactComponent("outline", "adjustments-dollar", "AdjustmentsDollar", __iconNode$1uO); const __iconNode$1uN = [["path", { "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M6 4v4", "key": "svg-1" }], ["path", { "d": "M6 12v8", "key": "svg-2" }], ["path", { "d": "M13.945 15.53a2 2 0 1 0 -1.945 2.47", "key": "svg-3" }], ["path", { "d": "M12 4v10", "key": "svg-4" }], ["path", { "d": "M12 18v2", "key": "svg-5" }], ["path", { "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-6" }], ["path", { "d": "M18 4v1", "key": "svg-7" }], ["path", { "d": "M18 9v3", "key": "svg-8" }], ["path", { "d": "M19 16v6", "key": "svg-9" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-10" }]]; const IconAdjustmentsDown = createReactComponent("outline", "adjustments-down", "AdjustmentsDown", __iconNode$1uN); const __iconNode$1uM = [["path", { "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M6 4v4", "key": "svg-1" }], ["path", { "d": "M6 12v8", "key": "svg-2" }], ["path", { "d": "M10 16a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-3" }], ["path", { "d": "M12 4v10", "key": "svg-4" }], ["path", { "d": "M12 18v2", "key": "svg-5" }], ["path", { "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-6" }], ["path", { "d": "M18 4v1", "key": "svg-7" }], ["path", { "d": "M18 9v3", "key": "svg-8" }], ["path", { "d": "M19 16v3", "key": "svg-9" }], ["path", { "d": "M19 22v.01", "key": "svg-10" }]]; const IconAdjustmentsExclamation = createReactComponent("outline", "adjustments-exclamation", "AdjustmentsExclamation", __iconNode$1uM); const __iconNode$1uL = [["path", { "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M6 4v4", "key": "svg-1" }], ["path", { "d": "M6 12v8", "key": "svg-2" }], ["path", { "d": "M12 4v8.5", "key": "svg-3" }], ["path", { "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-4" }], ["path", { "d": "M18 4v1", "key": "svg-5" }], ["path", { "d": "M18 9v2.5", "key": "svg-6" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-7" }]]; const IconAdjustmentsHeart = createReactComponent("outline", "adjustments-heart", "AdjustmentsHeart", __iconNode$1uL); const __iconNode$1uK = [["path", { "d": "M12 6a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M4 6l8 0", "key": "svg-1" }], ["path", { "d": "M16 6l4 0", "key": "svg-2" }], ["path", { "d": "M6 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M4 12l2 0", "key": "svg-4" }], ["path", { "d": "M10 12l10 0", "key": "svg-5" }], ["path", { "d": "M15 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-6" }], ["path", { "d": "M4 18l11 0", "key": "svg-7" }], ["path", { "d": "M19 18l1 0", "key": "svg-8" }]]; const IconAdjustmentsHorizontal = createReactComponent("outline", "adjustments-horizontal", "AdjustmentsHorizontal", __iconNode$1uK); const __iconNode$1uJ = [["path", { "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M6 4v4", "key": "svg-1" }], ["path", { "d": "M6 12v8", "key": "svg-2" }], ["path", { "d": "M13.954 15.574a2 2 0 1 0 -1.954 2.426", "key": "svg-3" }], ["path", { "d": "M12 4v10", "key": "svg-4" }], ["path", { "d": "M12 18v2", "key": "svg-5" }], ["path", { "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-6" }], ["path", { "d": "M18 4v1", "key": "svg-7" }], ["path", { "d": "M18 9v6", "key": "svg-8" }], ["path", { "d": "M16 19h6", "key": "svg-9" }]]; const IconAdjustmentsMinus = createReactComponent("outline", "adjustments-minus", "AdjustmentsMinus", __iconNode$1uJ); const __iconNode$1uI = [["path", { "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M6 6v2", "key": "svg-1" }], ["path", { "d": "M6 12v8", "key": "svg-2" }], ["path", { "d": "M10 16a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-3" }], ["path", { "d": "M12 4v4m0 4v2", "key": "svg-4" }], ["path", { "d": "M12 18v2", "key": "svg-5" }], ["path", { "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-6" }], ["path", { "d": "M18 4v1", "key": "svg-7" }], ["path", { "d": "M18 9v5m0 4v2", "key": "svg-8" }], ["path", { "d": "M3 3l18 18", "key": "svg-9" }]]; const IconAdjustmentsOff = createReactComponent("outline", "adjustments-off", "AdjustmentsOff", __iconNode$1uI); const __iconNode$1uH = [["path", { "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M6 4v4", "key": "svg-1" }], ["path", { "d": "M6 12v8", "key": "svg-2" }], ["path", { "d": "M13.627 14.836a2 2 0 1 0 -.62 2.892", "key": "svg-3" }], ["path", { "d": "M12 4v10", "key": "svg-4" }], ["path", { "d": "M12 18v2", "key": "svg-5" }], ["path", { "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-6" }], ["path", { "d": "M18 4v1", "key": "svg-7" }], ["path", { "d": "M17 17v5", "key": "svg-8" }], ["path", { "d": "M21 17v5", "key": "svg-9" }], ["path", { "d": "M18 9v4.5", "key": "svg-10" }]]; const IconAdjustmentsPause = createReactComponent("outline", "adjustments-pause", "AdjustmentsPause", __iconNode$1uH); const __iconNode$1uG = [["path", { "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M6 4v4", "key": "svg-1" }], ["path", { "d": "M6 12v8", "key": "svg-2" }], ["path", { "d": "M13.071 14.31a2 2 0 1 0 -1.071 3.69", "key": "svg-3" }], ["path", { "d": "M12 4v10", "key": "svg-4" }], ["path", { "d": "M12 18v2", "key": "svg-5" }], ["path", { "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-6" }], ["path", { "d": "M18 4v1", "key": "svg-7" }], ["path", { "d": "M18 9v2.5", "key": "svg-8" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-9" }], ["path", { "d": "M19 18v.01", "key": "svg-10" }]]; const IconAdjustmentsPin = createReactComponent("outline", "adjustments-pin", "AdjustmentsPin", __iconNode$1uG); const __iconNode$1uF = [["path", { "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M6 4v4", "key": "svg-1" }], ["path", { "d": "M6 12v8", "key": "svg-2" }], ["path", { "d": "M13.958 15.592a2 2 0 1 0 -1.958 2.408", "key": "svg-3" }], ["path", { "d": "M12 4v10", "key": "svg-4" }], ["path", { "d": "M12 18v2", "key": "svg-5" }], ["path", { "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-6" }], ["path", { "d": "M18 4v1", "key": "svg-7" }], ["path", { "d": "M18 9v3", "key": "svg-8" }], ["path", { "d": "M16 19h6", "key": "svg-9" }], ["path", { "d": "M19 16v6", "key": "svg-10" }]]; const IconAdjustmentsPlus = createReactComponent("outline", "adjustments-plus", "AdjustmentsPlus", __iconNode$1uF); const __iconNode$1uE = [["path", { "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M6 4v4", "key": "svg-1" }], ["path", { "d": "M6 12v8", "key": "svg-2" }], ["path", { "d": "M13.577 14.77a2 2 0 1 0 .117 2.295", "key": "svg-3" }], ["path", { "d": "M12 4v10", "key": "svg-4" }], ["path", { "d": "M19 22v.01", "key": "svg-5" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-6" }], ["path", { "d": "M12 18v2", "key": "svg-7" }], ["path", { "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-8" }], ["path", { "d": "M18 4v1", "key": "svg-9" }], ["path", { "d": "M18 9v2", "key": "svg-10" }]]; const IconAdjustmentsQuestion = createReactComponent("outline", "adjustments-question", "AdjustmentsQuestion", __iconNode$1uE); const __iconNode$1uD = [["path", { "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M6 4v4", "key": "svg-1" }], ["path", { "d": "M6 12v8", "key": "svg-2" }], ["path", { "d": "M12 14a2 2 0 0 0 -1.042 3.707", "key": "svg-3" }], ["path", { "d": "M12 4v10", "key": "svg-4" }], ["path", { "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-5" }], ["path", { "d": "M18 4v1", "key": "svg-6" }], ["path", { "d": "M18 9v2", "key": "svg-7" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-8" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-9" }]]; const IconAdjustmentsSearch = createReactComponent("outline", "adjustments-search", "AdjustmentsSearch", __iconNode$1uD); const __iconNode$1uC = [["path", { "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M6 4v4", "key": "svg-1" }], ["path", { "d": "M6 12v8", "key": "svg-2" }], ["path", { "d": "M13.387 14.56a2 2 0 1 0 -.798 3.352", "key": "svg-3" }], ["path", { "d": "M12 4v10", "key": "svg-4" }], ["path", { "d": "M12 18v2", "key": "svg-5" }], ["path", { "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-6" }], ["path", { "d": "M18 4v1", "key": "svg-7" }], ["path", { "d": "M16 22l5 -5", "key": "svg-8" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-9" }], ["path", { "d": "M18 9v4", "key": "svg-10" }]]; const IconAdjustmentsShare = createReactComponent("outline", "adjustments-share", "AdjustmentsShare", __iconNode$1uC); const __iconNode$1uB = [["path", { "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M6 4v4", "key": "svg-1" }], ["path", { "d": "M6 12v8", "key": "svg-2" }], ["path", { "d": "M13.879 15.312a2 2 0 1 0 -2.26 2.652", "key": "svg-3" }], ["path", { "d": "M12 4v10", "key": "svg-4" }], ["path", { "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-5" }], ["path", { "d": "M18 4v1", "key": "svg-6" }], ["path", { "d": "M18 9v2.5", "key": "svg-7" }], ["path", { "d": "M19 22.5a4.75 4.75 0 0 1 3.5 -3.5a4.75 4.75 0 0 1 -3.5 -3.5a4.75 4.75 0 0 1 -3.5 3.5a4.75 4.75 0 0 1 3.5 3.5", "key": "svg-8" }]]; const IconAdjustmentsSpark = createReactComponent("outline", "adjustments-spark", "AdjustmentsSpark", __iconNode$1uB); const __iconNode$1uA = [["path", { "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M6 4v4", "key": "svg-1" }], ["path", { "d": "M6 12v8", "key": "svg-2" }], ["path", { "d": "M12 4v9.5", "key": "svg-3" }], ["path", { "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-4" }], ["path", { "d": "M18 4v1", "key": "svg-5" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-6" }], ["path", { "d": "M18 9v1", "key": "svg-7" }]]; const IconAdjustmentsStar = createReactComponent("outline", "adjustments-star", "AdjustmentsStar", __iconNode$1uA); const __iconNode$1uz = [["path", { "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M6 4v4", "key": "svg-1" }], ["path", { "d": "M6 12v8", "key": "svg-2" }], ["path", { "d": "M13.927 15.462a2 2 0 1 0 -1.927 2.538", "key": "svg-3" }], ["path", { "d": "M12 4v10", "key": "svg-4" }], ["path", { "d": "M12 18v2", "key": "svg-5" }], ["path", { "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-6" }], ["path", { "d": "M18 4v1", "key": "svg-7" }], ["path", { "d": "M18 9v3", "key": "svg-8" }], ["path", { "d": "M19 22v-6", "key": "svg-9" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-10" }]]; const IconAdjustmentsUp = createReactComponent("outline", "adjustments-up", "AdjustmentsUp", __iconNode$1uz); const __iconNode$1uy = [["path", { "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M6 4v4", "key": "svg-1" }], ["path", { "d": "M6 12v8", "key": "svg-2" }], ["path", { "d": "M13.653 14.874a2 2 0 1 0 -.586 2.818", "key": "svg-3" }], ["path", { "d": "M12 4v10", "key": "svg-4" }], ["path", { "d": "M12 18v2", "key": "svg-5" }], ["path", { "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-6" }], ["path", { "d": "M18 4v1", "key": "svg-7" }], ["path", { "d": "M18 9v4", "key": "svg-8" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-9" }], ["path", { "d": "M17 22l5 -5", "key": "svg-10" }]]; const IconAdjustmentsX = createReactComponent("outline", "adjustments-x", "AdjustmentsX", __iconNode$1uy); const __iconNode$1ux = [["path", { "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M6 4v4", "key": "svg-1" }], ["path", { "d": "M6 12v8", "key": "svg-2" }], ["path", { "d": "M10 16a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-3" }], ["path", { "d": "M12 4v10", "key": "svg-4" }], ["path", { "d": "M12 18v2", "key": "svg-5" }], ["path", { "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-6" }], ["path", { "d": "M18 4v1", "key": "svg-7" }], ["path", { "d": "M18 9v11", "key": "svg-8" }]]; const IconAdjustments = createReactComponent("outline", "adjustments", "Adjustments", __iconNode$1ux); const __iconNode$1uw = [["path", { "d": "M4 5l16 -2", "key": "svg-0" }], ["path", { "d": "M12 4v10", "key": "svg-1" }], ["path", { "d": "M6.894 8h10.306c2.45 3 2.45 9 -.2 12h-10.106c-2.544 -3 -2.544 -9 0 -12", "key": "svg-2" }], ["path", { "d": "M5 14h14", "key": "svg-3" }]]; const IconAerialLift = createReactComponent("outline", "aerial-lift", "AerialLift", __iconNode$1uw); const __iconNode$1uv = [["path", { "d": "M5.931 6.936l1.275 4.249m5.607 5.609l4.251 1.275", "key": "svg-0" }], ["path", { "d": "M11.683 12.317l5.759 -5.759", "key": "svg-1" }], ["path", { "d": "M4 5.5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0", "key": "svg-2" }], ["path", { "d": "M17 5.5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0", "key": "svg-3" }], ["path", { "d": "M17 18.5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0", "key": "svg-4" }], ["path", { "d": "M4 15.5a4.5 4.5 0 1 0 9 0a4.5 4.5 0 1 0 -9 0", "key": "svg-5" }]]; const IconAffiliate = createReactComponent("outline", "affiliate", "Affiliate", __iconNode$1uv); const __iconNode$1uu = [["path", { "d": "M11 14a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M6 14a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }], ["path", { "d": "M16 14a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }], ["path", { "d": "M11 5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-3" }], ["path", { "d": "M13.5 9.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-4" }], ["path", { "d": "M8.5 9.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-5" }], ["path", { "d": "M13.5 18.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-6" }], ["path", { "d": "M8.5 18.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-7" }], ["path", { "d": "M3.5 18.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-8" }], ["path", { "d": "M18.5 18.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-9" }]]; const IconAiAgent = createReactComponent("outline", "ai-agent", "AiAgent", __iconNode$1uu); const __iconNode$1ut = [["path", { "d": "M17 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M3 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M10 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M6 5a1 1 0 1 0 -2 0a1 1 0 0 0 2 0", "key": "svg-3" }], ["path", { "d": "M18 5a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-4" }], ["path", { "d": "M4 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-5" }], ["path", { "d": "M11 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-6" }], ["path", { "d": "M18 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-7" }], ["path", { "d": "M11 19a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-8" }]]; const IconAiAgents = createReactComponent("outline", "ai-agents", "AiAgents", __iconNode$1ut); const __iconNode$1us = [["path", { "d": "M4 6.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0", "key": "svg-0" }], ["path", { "d": "M15 6.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0", "key": "svg-1" }], ["path", { "d": "M15 17.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0", "key": "svg-2" }], ["path", { "d": "M4 17.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0", "key": "svg-3" }], ["path", { "d": "M8.5 15.5l7 -7", "key": "svg-4" }]]; const IconAiGateway = createReactComponent("outline", "ai-gateway", "AiGateway", __iconNode$1us); const __iconNode$1ur = [["path", { "d": "M8 16v-6a2 2 0 1 1 4 0v6", "key": "svg-0" }], ["path", { "d": "M8 13h4", "key": "svg-1" }], ["path", { "d": "M16 8v8", "key": "svg-2" }]]; const IconAi = createReactComponent("outline", "ai", "Ai", __iconNode$1ur); const __iconNode$1uq = [["path", { "d": "M10 20a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -1", "key": "svg-0" }], ["path", { "d": "M12 16c3.314 0 6 -4.686 6 -8a6 6 0 1 0 -12 0c0 3.314 2.686 8 6 8", "key": "svg-1" }], ["path", { "d": "M10 9a2 7 0 1 0 4 0a2 7 0 1 0 -4 0", "key": "svg-2" }]]; const IconAirBalloon = createReactComponent("outline", "air-balloon", "AirBalloon", __iconNode$1uq); const __iconNode$1up = [["path", { "d": "M3 10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2l0 -4", "key": "svg-0" }], ["path", { "d": "M7 16v-3a1 1 0 0 1 1 -1h8a1 1 0 0 1 1 1v3", "key": "svg-1" }]]; const IconAirConditioningDisabled = createReactComponent("outline", "air-conditioning-disabled", "AirConditioningDisabled", __iconNode$1up); const __iconNode$1uo = [["path", { "d": "M8 16a3 3 0 0 1 -3 3", "key": "svg-0" }], ["path", { "d": "M16 16a3 3 0 0 0 3 3", "key": "svg-1" }], ["path", { "d": "M12 16v4", "key": "svg-2" }], ["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2l0 -4", "key": "svg-3" }], ["path", { "d": "M7 13v-3a1 1 0 0 1 1 -1h8a1 1 0 0 1 1 1v3", "key": "svg-4" }]]; const IconAirConditioning = createReactComponent("outline", "air-conditioning", "AirConditioning", __iconNode$1uo); const __iconNode$1un = [["path", { "d": "M11 3h2", "key": "svg-0" }], ["path", { "d": "M12 3v3", "key": "svg-1" }], ["path", { "d": "M5.998 6h12.004a2 2 0 0 1 1.916 2.575l-1.8 6a2 2 0 0 1 -1.916 1.425h-8.404a2 2 0 0 1 -1.916 -1.425l-1.8 -6a2 2 0 0 1 1.916 -2.575", "key": "svg-2" }], ["path", { "d": "M8.5 6l1.5 10v5", "key": "svg-3" }], ["path", { "d": "M15.5 6l-1.5 10v5", "key": "svg-4" }]]; const IconAirTrafficControl = createReactComponent("outline", "air-traffic-control", "AirTrafficControl", __iconNode$1un); const __iconNode$1um = [["path", { "d": "M5 13a7 7 0 1 0 14 0a7 7 0 0 0 -14 0", "key": "svg-0" }], ["path", { "d": "M7 4l-2.75 2", "key": "svg-1" }], ["path", { "d": "M17 4l2.75 2", "key": "svg-2" }], ["path", { "d": "M8 13h1l2 3l2 -6l2 3h1", "key": "svg-3" }]]; const IconAlarmAverage = createReactComponent("outline", "alarm-average", "AlarmAverage", __iconNode$1um); const __iconNode$1ul = [["path", { "d": "M5 13a7 7 0 1 0 14 0a7 7 0 1 0 -14 0", "key": "svg-0" }], ["path", { "d": "M7 4l-2.75 2", "key": "svg-1" }], ["path", { "d": "M17 4l2.75 2", "key": "svg-2" }], ["path", { "d": "M10 13h4", "key": "svg-3" }]]; const IconAlarmMinus = createReactComponent("outline", "alarm-minus", "AlarmMinus", __iconNode$1ul); const __iconNode$1uk = [["path", { "d": "M7.587 7.566a7 7 0 1 0 9.833 9.864m1.35 -2.645a7 7 0 0 0 -8.536 -8.56", "key": "svg-0" }], ["path", { "d": "M12 12v1h1", "key": "svg-1" }], ["path", { "d": "M5.261 5.265l-1.011 .735", "key": "svg-2" }], ["path", { "d": "M17 4l2.75 2", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconAlarmOff = createReactComponent("outline", "alarm-off", "AlarmOff", __iconNode$1uk); const __iconNode$1uj = [["path", { "d": "M5 13a7 7 0 1 0 14 0a7 7 0 1 0 -14 0", "key": "svg-0" }], ["path", { "d": "M7 4l-2.75 2", "key": "svg-1" }], ["path", { "d": "M17 4l2.75 2", "key": "svg-2" }], ["path", { "d": "M10 13h4", "key": "svg-3" }], ["path", { "d": "M12 11v4", "key": "svg-4" }]]; const IconAlarmPlus = createReactComponent("outline", "alarm-plus", "AlarmPlus", __iconNode$1uj); const __iconNode$1ui = [["path", { "d": "M18 8l-.8 3a1.25 1.25 0 0 1 -1.2 1h-8a1.25 1.25 0 0 1 -1.2 -1l-.8 -3", "key": "svg-0" }], ["path", { "d": "M3 5a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1l0 -2", "key": "svg-1" }], ["path", { "d": "M12 16c.643 .288 1.017 .756 1 1.25c.017 .494 -.357 .962 -1 1.25s-1.017 .756 -1 1.25c-.017 .494 .357 .962 1 1.25", "key": "svg-2" }], ["path", { "d": "M7 16c.643 .288 1.017 .756 1 1.25c.017 .494 -.357 .962 -1 1.25s-1.017 .756 -1 1.25c-.017 .494 .357 .962 1 1.25", "key": "svg-3" }], ["path", { "d": "M17 16c.643 .288 1.017 .756 1 1.25c.017 .494 -.357 .962 -1 1.25s-1.017 .756 -1 1.25c-.017 .494 .357 .962 1 1.25", "key": "svg-4" }]]; const IconAlarmSmoke = createReactComponent("outline", "alarm-smoke", "AlarmSmoke", __iconNode$1ui); const __iconNode$1uh = [["path", { "d": "M5 13a7 7 0 1 0 14 0a7 7 0 1 0 -14 0", "key": "svg-0" }], ["path", { "d": "M10 11h4l-4 4h4", "key": "svg-1" }], ["path", { "d": "M7 4l-2.75 2", "key": "svg-2" }], ["path", { "d": "M17 4l2.75 2", "key": "svg-3" }]]; const IconAlarmSnooze = createReactComponent("outline", "alarm-snooze", "AlarmSnooze", __iconNode$1uh); const __iconNode$1ug = [["path", { "d": "M5 13a7 7 0 1 0 14 0a7 7 0 1 0 -14 0", "key": "svg-0" }], ["path", { "d": "M12 10l0 3l2 0", "key": "svg-1" }], ["path", { "d": "M7 4l-2.75 2", "key": "svg-2" }], ["path", { "d": "M17 4l2.75 2", "key": "svg-3" }]]; const IconAlarm = createReactComponent("outline", "alarm", "Alarm", __iconNode$1ug); const __iconNode$1uf = [["path", { "d": "M8 4h10a2 2 0 0 1 2 2v10m-.581 3.41c-.362 .364 -.864 .59 -1.419 .59h-12a2 2 0 0 1 -2 -2v-12c0 -.552 .224 -1.052 .585 -1.413", "key": "svg-0" }], ["path", { "d": "M12 4v4m1.503 1.497l.497 -.497l2 2v-7", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconAlbumOff = createReactComponent("outline", "album-off", "AlbumOff", __iconNode$1uf); const __iconNode$1ue = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }], ["path", { "d": "M12 4v7l2 -2l2 2v-7", "key": "svg-1" }]]; const IconAlbum = createReactComponent("outline", "album", "Album", __iconNode$1ue); const __iconNode$1ud = [["path", { "d": "M5.644 5.629a9 9 0 1 0 12.715 12.741m1.693 -2.349a9 9 0 0 0 -12.087 -12.068", "key": "svg-0" }], ["path", { "d": "M12 7v1", "key": "svg-1" }], ["path", { "d": "M12 16h.01", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconAlertCircleOff = createReactComponent("outline", "alert-circle-off", "AlertCircleOff", __iconNode$1ud); const __iconNode$1uc = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 8v4", "key": "svg-1" }], ["path", { "d": "M12 16h.01", "key": "svg-2" }]]; const IconAlertCircle = createReactComponent("outline", "alert-circle", "AlertCircle", __iconNode$1uc); const __iconNode$1ub = [["path", { "d": "M18.36 18.387l-5.268 3.333a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l1.317 -.777m2.535 -1.493l2.898 -1.709a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .414 -.116 .812 -.326 1.155", "key": "svg-0" }], ["path", { "d": "M12 7v1", "key": "svg-1" }], ["path", { "d": "M12 8v.01", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }], ["path", { "d": "M12 16h.01", "key": "svg-4" }]]; const IconAlertHexagonOff = createReactComponent("outline", "alert-hexagon-off", "AlertHexagonOff", __iconNode$1ub); const __iconNode$1ua = [["path", { "d": "M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M12 8v4", "key": "svg-1" }], ["path", { "d": "M12 16h.01", "key": "svg-2" }]]; const IconAlertHexagon = createReactComponent("outline", "alert-hexagon", "AlertHexagon", __iconNode$1ua); const __iconNode$1u9 = [["path", { "d": "M12.802 2.165l5.575 2.389c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-2.389 5.575c-.206 .48 -.589 .863 -1.07 1.07l-5.574 2.388c-.512 .22 -1.092 .22 -1.604 0l-5.575 -2.389a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.206 -.48 .589 -.863 1.07 -1.07l5.574 -2.388a2.036 2.036 0 0 1 1.604 0", "key": "svg-0" }], ["path", { "d": "M12 8v4", "key": "svg-1" }], ["path", { "d": "M12 16h.01", "key": "svg-2" }]]; const IconAlertOctagon = createReactComponent("outline", "alert-octagon", "AlertOctagon", __iconNode$1u9); const __iconNode$1u8 = [["path", { "d": "M12 16h.01", "key": "svg-0" }], ["path", { "d": "M12 7v1", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconAlertSmallOff = createReactComponent("outline", "alert-small-off", "AlertSmallOff", __iconNode$1u8); const __iconNode$1u7 = [["path", { "d": "M12 8v4", "key": "svg-0" }], ["path", { "d": "M12 16h.01", "key": "svg-1" }]]; const IconAlertSmall = createReactComponent("outline", "alert-small", "AlertSmall", __iconNode$1u7); const __iconNode$1u6 = [["path", { "d": "M19.201 19.199c-1.35 1.35 -3.6 1.801 -7.201 1.801c-7.2 0 -9 -1.8 -9 -9c0 -3.598 .45 -5.847 1.797 -7.197m2.626 -1.376c1.204 -.307 2.709 -.427 4.577 -.427c7.2 0 9 1.8 9 9c0 1.865 -.12 3.367 -.425 4.57", "key": "svg-0" }], ["path", { "d": "M12 7v1", "key": "svg-1" }], ["path", { "d": "M12 16h.01", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconAlertSquareRoundedOff = createReactComponent("outline", "alert-square-rounded-off", "AlertSquareRoundedOff", __iconNode$1u6); const __iconNode$1u5 = [["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-0" }], ["path", { "d": "M12 8v4", "key": "svg-1" }], ["path", { "d": "M12 16h.01", "key": "svg-2" }]]; const IconAlertSquareRounded = createReactComponent("outline", "alert-square-rounded", "AlertSquareRounded", __iconNode$1u5); const __iconNode$1u4 = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M12 8v4", "key": "svg-1" }], ["path", { "d": "M12 16h.01", "key": "svg-2" }]]; const IconAlertSquare = createReactComponent("outline", "alert-square", "AlertSquare", __iconNode$1u4); const __iconNode$1u3 = [["path", { "d": "M21.998 17.997a1.913 1.913 0 0 0 -.255 -.872l-8.106 -13.534a1.914 1.914 0 0 0 -3.274 0l-1.04 1.736m-1.493 2.493l-5.573 9.304a1.914 1.914 0 0 0 1.636 2.871h16.107", "key": "svg-0" }], ["path", { "d": "M12 16h.01", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }], ["path", { "d": "M12 7v1", "key": "svg-3" }]]; const IconAlertTriangleOff = createReactComponent("outline", "alert-triangle-off", "AlertTriangleOff", __iconNode$1u3); const __iconNode$1u2 = [["path", { "d": "M12 9v4", "key": "svg-0" }], ["path", { "d": "M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0", "key": "svg-1" }], ["path", { "d": "M12 16h.01", "key": "svg-2" }]]; const IconAlertTriangle = createReactComponent("outline", "alert-triangle", "AlertTriangle", __iconNode$1u2); const __iconNode$1u1 = [["path", { "d": "M11 17a2.5 2.5 0 0 0 2 0", "key": "svg-0" }], ["path", { "d": "M12 3c-4.664 0 -7.396 2.331 -7.862 5.595a11.816 11.816 0 0 0 2 8.592a10.777 10.777 0 0 0 3.199 3.064c1.666 1 3.664 1 5.33 0a10.777 10.777 0 0 0 3.199 -3.064a11.89 11.89 0 0 0 2 -8.592c-.466 -3.265 -3.198 -5.595 -7.862 -5.595l-.004 0", "key": "svg-1" }], ["path", { "d": "M8 11l2 2", "key": "svg-2" }], ["path", { "d": "M16 11l-2 2", "key": "svg-3" }]]; const IconAlien = createReactComponent("outline", "alien", "Alien", __iconNode$1u1); const __iconNode$1u0 = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M9 15v2", "key": "svg-1" }], ["path", { "d": "M12 11v6", "key": "svg-2" }], ["path", { "d": "M15 13v4", "key": "svg-3" }]]; const IconAlignBoxBottomCenter = createReactComponent("outline", "align-box-bottom-center", "AlignBoxBottomCenter", __iconNode$1u0); const __iconNode$1t$ = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M7 15v2", "key": "svg-1" }], ["path", { "d": "M10 11v6", "key": "svg-2" }], ["path", { "d": "M13 13v4", "key": "svg-3" }]]; const IconAlignBoxBottomLeft = createReactComponent("outline", "align-box-bottom-left", "AlignBoxBottomLeft", __iconNode$1t$); const __iconNode$1t_ = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M11 15v2", "key": "svg-1" }], ["path", { "d": "M14 11v6", "key": "svg-2" }], ["path", { "d": "M17 13v4", "key": "svg-3" }]]; const IconAlignBoxBottomRight = createReactComponent("outline", "align-box-bottom-right", "AlignBoxBottomRight", __iconNode$1t_); const __iconNode$1tZ = [["path", { "d": "M3 19v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2", "key": "svg-0" }], ["path", { "d": "M11 17h2", "key": "svg-1" }], ["path", { "d": "M9 14h6", "key": "svg-2" }], ["path", { "d": "M10 11h4", "key": "svg-3" }]]; const IconAlignBoxCenterBottom = createReactComponent("outline", "align-box-center-bottom", "AlignBoxCenterBottom", __iconNode$1tZ); const __iconNode$1tY = [["path", { "d": "M3 19v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2", "key": "svg-0" }], ["path", { "d": "M11 15h2", "key": "svg-1" }], ["path", { "d": "M9 12h6", "key": "svg-2" }], ["path", { "d": "M10 9h4", "key": "svg-3" }]]; const IconAlignBoxCenterMiddle = createReactComponent("outline", "align-box-center-middle", "AlignBoxCenterMiddle", __iconNode$1tY); const __iconNode$1tX = [["path", { "d": "M3 19v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2", "key": "svg-0" }], ["path", { "d": "M11 17h2", "key": "svg-1" }], ["path", { "d": "M9 12h6", "key": "svg-2" }], ["path", { "d": "M10 7h4", "key": "svg-3" }]]; const IconAlignBoxCenterStretch = createReactComponent("outline", "align-box-center-stretch", "AlignBoxCenterStretch", __iconNode$1tX); const __iconNode$1tW = [["path", { "d": "M3 19v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2", "key": "svg-0" }], ["path", { "d": "M11 13h2", "key": "svg-1" }], ["path", { "d": "M9 10h6", "key": "svg-2" }], ["path", { "d": "M10 7h4", "key": "svg-3" }]]; const IconAlignBoxCenterTop = createReactComponent("outline", "align-box-center-top", "AlignBoxCenterTop", __iconNode$1tW); const __iconNode$1tV = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M9 17h-2", "key": "svg-1" }], ["path", { "d": "M13 14h-6", "key": "svg-2" }], ["path", { "d": "M11 11h-4", "key": "svg-3" }]]; const IconAlignBoxLeftBottom = createReactComponent("outline", "align-box-left-bottom", "AlignBoxLeftBottom", __iconNode$1tV); const __iconNode$1tU = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M9 15h-2", "key": "svg-1" }], ["path", { "d": "M13 12h-6", "key": "svg-2" }], ["path", { "d": "M11 9h-4", "key": "svg-3" }]]; const IconAlignBoxLeftMiddle = createReactComponent("outline", "align-box-left-middle", "AlignBoxLeftMiddle", __iconNode$1tU); const __iconNode$1tT = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M9 17h-2", "key": "svg-1" }], ["path", { "d": "M13 12h-6", "key": "svg-2" }], ["path", { "d": "M11 7h-4", "key": "svg-3" }]]; const IconAlignBoxLeftStretch = createReactComponent("outline", "align-box-left-stretch", "AlignBoxLeftStretch", __iconNode$1tT); const __iconNode$1tS = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M9 13h-2", "key": "svg-1" }], ["path", { "d": "M13 10h-6", "key": "svg-2" }], ["path", { "d": "M11 7h-4", "key": "svg-3" }]]; const IconAlignBoxLeftTop = createReactComponent("outline", "align-box-left-top", "AlignBoxLeftTop", __iconNode$1tS); const __iconNode$1tR = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M15 17h2", "key": "svg-1" }], ["path", { "d": "M11 14h6", "key": "svg-2" }], ["path", { "d": "M13 11h4", "key": "svg-3" }]]; const IconAlignBoxRightBottom = createReactComponent("outline", "align-box-right-bottom", "AlignBoxRightBottom", __iconNode$1tR); const __iconNode$1tQ = [["path", { "d": "M15 15h2", "key": "svg-0" }], ["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-1" }], ["path", { "d": "M11 12h6", "key": "svg-2" }], ["path", { "d": "M13 9h4", "key": "svg-3" }]]; const IconAlignBoxRightMiddle = createReactComponent("outline", "align-box-right-middle", "AlignBoxRightMiddle", __iconNode$1tQ); const __iconNode$1tP = [["path", { "d": "M15 17h2", "key": "svg-0" }], ["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-1" }], ["path", { "d": "M11 12h6", "key": "svg-2" }], ["path", { "d": "M13 7h4", "key": "svg-3" }]]; const IconAlignBoxRightStretch = createReactComponent("outline", "align-box-right-stretch", "AlignBoxRightStretch", __iconNode$1tP); const __iconNode$1tO = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M15 13h2", "key": "svg-1" }], ["path", { "d": "M11 10h6", "key": "svg-2" }], ["path", { "d": "M13 7h4", "key": "svg-3" }]]; const IconAlignBoxRightTop = createReactComponent("outline", "align-box-right-top", "AlignBoxRightTop", __iconNode$1tO); const __iconNode$1tN = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M9 9v-2", "key": "svg-1" }], ["path", { "d": "M12 13v-6", "key": "svg-2" }], ["path", { "d": "M15 11v-4", "key": "svg-3" }]]; const IconAlignBoxTopCenter = createReactComponent("outline", "align-box-top-center", "AlignBoxTopCenter", __iconNode$1tN); const __iconNode$1tM = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M7 9v-2", "key": "svg-1" }], ["path", { "d": "M10 13v-6", "key": "svg-2" }], ["path", { "d": "M13 11v-4", "key": "svg-3" }]]; const IconAlignBoxTopLeft = createReactComponent("outline", "align-box-top-left", "AlignBoxTopLeft", __iconNode$1tM); const __iconNode$1tL = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M11 9v-2", "key": "svg-1" }], ["path", { "d": "M14 13v-6", "key": "svg-2" }], ["path", { "d": "M17 11v-4", "key": "svg-3" }]]; const IconAlignBoxTopRight = createReactComponent("outline", "align-box-top-right", "AlignBoxTopRight", __iconNode$1tL); const __iconNode$1tK = [["path", { "d": "M4 6l16 0", "key": "svg-0" }], ["path", { "d": "M8 12l8 0", "key": "svg-1" }], ["path", { "d": "M6 18l12 0", "key": "svg-2" }]]; const IconAlignCenter = createReactComponent("outline", "align-center", "AlignCenter", __iconNode$1tK); const __iconNode$1tJ = [["path", { "d": "M4 6l16 0", "key": "svg-0" }], ["path", { "d": "M4 12l16 0", "key": "svg-1" }], ["path", { "d": "M4 18l12 0", "key": "svg-2" }]]; const IconAlignJustified = createReactComponent("outline", "align-justified", "AlignJustified", __iconNode$1tJ); const __iconNode$1tI = [["path", { "d": "M4 4v16", "key": "svg-0" }], ["path", { "d": "M8 6h12", "key": "svg-1" }], ["path", { "d": "M8 12h6", "key": "svg-2" }], ["path", { "d": "M8 18h10", "key": "svg-3" }]]; const IconAlignLeft2 = createReactComponent("outline", "align-left-2", "AlignLeft2", __iconNode$1tI); const __iconNode$1tH = [["path", { "d": "M4 6l16 0", "key": "svg-0" }], ["path", { "d": "M4 12l10 0", "key": "svg-1" }], ["path", { "d": "M4 18l14 0", "key": "svg-2" }]]; const IconAlignLeft = createReactComponent("outline", "align-left", "AlignLeft", __iconNode$1tH); const __iconNode$1tG = [["path", { "d": "M20 4v16", "key": "svg-0" }], ["path", { "d": "M4 6h12", "key": "svg-1" }], ["path", { "d": "M10 12h6", "key": "svg-2" }], ["path", { "d": "M6 18h10", "key": "svg-3" }]]; const IconAlignRight2 = createReactComponent("outline", "align-right-2", "AlignRight2", __iconNode$1tG); const __iconNode$1tF = [["path", { "d": "M4 6l16 0", "key": "svg-0" }], ["path", { "d": "M10 12l10 0", "key": "svg-1" }], ["path", { "d": "M6 18l14 0", "key": "svg-2" }]]; const IconAlignRight = createReactComponent("outline", "align-right", "AlignRight", __iconNode$1tF); const __iconNode$1tE = [["path", { "d": "M18.1 6c-1.1 2.913 -1.9 4.913 -2.4 6c-1.879 4.088 -3.713 6 -6 6c-2.4 0 -4.8 -2.4 -4.8 -6s2.4 -6 4.8 -6c2.267 0 4.135 1.986 6 6c.512 1.102 1.312 3.102 2.4 6", "key": "svg-0" }]]; const IconAlpha = createReactComponent("outline", "alpha", "Alpha", __iconNode$1tE); const __iconNode$1tD = [["path", { "d": "M10 6v4", "key": "svg-0" }], ["path", { "d": "M13 14h8q -2.518 -3 -4 -3", "key": "svg-1" }], ["path", { "d": "M13 6v9.958c0 .963 0 1.444 -.293 1.743s-.764 .299 -1.707 .299h-1", "key": "svg-2" }], ["path", { "d": "M7 6v9.958c0 .963 0 1.444 -.293 1.743s-.764 .299 -1.707 .299h-1", "key": "svg-3" }]]; const IconAlphabetArabic = createReactComponent("outline", "alphabet-arabic", "AlphabetArabic", __iconNode$1tD); const __iconNode$1tC = [["path", { "d": "M14 12c.904 -.027 3 2 3 7", "key": "svg-0" }], ["path", { "d": "M10 11c0 -.955 0 -2 .786 -2.677c1.262 -1.089 3.025 .55 3.2 2.06c.086 .741 -.215 3.109 -1.489 4.527c-.475 .53 -.904 .992 -1.711 1.074c-.75 .076 -1.364 -.122 -2.076 -.588c-1.138 -.743 -2.327 -1.997 -3.336 -3.73c-1.078 -1.849 -1.66 -3.113 -2.374 -5.666", "key": "svg-1" }], ["path", { "d": "M7.37 7.072c.769 -.836 5.246 -4.094 8.4 -.202c.382 .472 .573 .708 .9 1.63c.326 .921 .326 1.562 .326 2.844v7.656", "key": "svg-2" }], ["path", { "d": "M17 10c0 -1.989 1.5 -4 4 -4", "key": "svg-3" }]]; const IconAlphabetBangla = createReactComponent("outline", "alphabet-bangla", "AlphabetBangla", __iconNode$1tC); const __iconNode$1tB = [["path", { "d": "M6 10h2a2 2 0 0 1 2 2v5h-3a2 2 0 1 1 0 -4h3", "key": "svg-0" }], ["path", { "d": "M19 7h-3a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h1a2 2 0 0 0 2 -2v-3a2 2 0 0 0 -2 -2h-3", "key": "svg-1" }]]; const IconAlphabetCyrillic = createReactComponent("outline", "alphabet-cyrillic", "AlphabetCyrillic", __iconNode$1tB); const __iconNode$1tA = [["path", { "d": "M10 10v7", "key": "svg-0" }], ["path", { "d": "M5 12a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-1a2 2 0 0 1 -2 -2l0 -3", "key": "svg-1" }], ["path", { "d": "M14 20v-11a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2", "key": "svg-2" }]]; const IconAlphabetGreek = createReactComponent("outline", "alphabet-greek", "AlphabetGreek", __iconNode$1tA); const __iconNode$1tz = [["path", { "d": "M7 6c2.333 5.143 6.611 6.857 9.333 12", "key": "svg-0" }], ["path", { "d": "M13.667 14c2.505 -1.5 2.666 -4.141 2.666 -5.333c0 -1.778 -.443 -2.667 -.443 -2.667", "key": "svg-1" }], ["path", { "d": "M7.485 18s-.485 -.905 -.485 -2.714c0 -1.172 .164 -3.722 2.641 -5.27", "key": "svg-2" }]]; const IconAlphabetHebrew = createReactComponent("outline", "alphabet-hebrew", "AlphabetHebrew", __iconNode$1tz); const __iconNode$1ty = [["path", { "d": "M7 7h6c0 2.5 -1.593 8.474 -6 10", "key": "svg-0" }], ["path", { "d": "M16 5v14l0 -14", "key": "svg-1" }], ["path", { "d": "M16 12h2", "key": "svg-2" }]]; const IconAlphabetKorean = createReactComponent("outline", "alphabet-korean", "AlphabetKorean", __iconNode$1ty); const __iconNode$1tx = [["path", { "d": "M6 10h2a2 2 0 0 1 2 2v5h-3a2 2 0 1 1 0 -4h3", "key": "svg-0" }], ["path", { "d": "M14 7v10", "key": "svg-1" }], ["path", { "d": "M14 12a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-1a2 2 0 0 1 -2 -2l0 -3", "key": "svg-2" }]]; const IconAlphabetLatin = createReactComponent("outline", "alphabet-latin", "AlphabetLatin", __iconNode$1tx); const __iconNode$1tw = [["path", { "d": "M7 10h2a2 2 0 0 1 2 2v5h-3a2 2 0 1 1 0 -4h3", "key": "svg-0" }], ["path", { "d": "M16 7v10", "key": "svg-1" }], ["path", { "d": "M18 11l-4 2", "key": "svg-2" }], ["path", { "d": "M10.5 17a1.5 1.5 0 0 0 0 3", "key": "svg-3" }]]; const IconAlphabetPolish = createReactComponent("outline", "alphabet-polish", "AlphabetPolish", __iconNode$1tw); const __iconNode$1tv = [["path", { "d": "M17 18v-12", "key": "svg-0" }], ["path", { "d": "M13 6l4 4l4 -4", "key": "svg-1" }], ["path", { "d": "M11 18l-7 -8l4 -4l4 4l-7 8", "key": "svg-2" }]]; const IconAlphabetRunes = createReactComponent("outline", "alphabet-runes", "AlphabetRunes", __iconNode$1tv); const __iconNode$1tu = [["path", { "d": "M8 18v-3.444c0 -.49 .165 -.924 .494 -1.363c.326 -.449 1.009 -.76 1.506 -.934c.032 -.011 .035 -.079 .004 -.095c-.434 -.22 -1.294 -.52 -1.626 -1.032l-.014 -.021l-.083 -.125c-.281 -.42 -.281 -1.246 -.281 -1.246c0 -1.456 .849 -2.62 1.837 -3.199q .9 -.54 2.137 -.541q 1.077 0 1.995 .47c1.328 .647 2.031 2.202 2.031 3.976v7.554", "key": "svg-0" }]]; const IconAlphabetThai = createReactComponent("outline", "alphabet-thai", "AlphabetThai", __iconNode$1tu); const __iconNode$1tt = [["path", { "d": "M4 16v-6a2 2 0 1 1 4 0v6", "key": "svg-0" }], ["path", { "d": "M4 13h4", "key": "svg-1" }], ["path", { "d": "M11 8v8h4", "key": "svg-2" }], ["path", { "d": "M16 8h4", "key": "svg-3" }], ["path", { "d": "M18 8v8", "key": "svg-4" }]]; const IconAlt = createReactComponent("outline", "alt", "Alt", __iconNode$1tt); const __iconNode$1ts = [["path", { "d": "M5 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M15 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M5 17h-2v-11a1 1 0 0 1 1 -1h9v12m-4 0h6m4 0h2v-6h-8m0 -5h5l3 5", "key": "svg-2" }], ["path", { "d": "M6 10h4m-2 -2v4", "key": "svg-3" }]]; const IconAmbulance = createReactComponent("outline", "ambulance", "Ambulance", __iconNode$1ts); const __iconNode$1tr = [["path", { "d": "M19 20l-10.403 -10.972a2.948 2.948 0 0 1 0 -4.165a2.94 2.94 0 0 1 4.161 0a2.948 2.948 0 0 1 0 4.165l-4.68 4.687a3.685 3.685 0 0 0 0 5.207a3.675 3.675 0 0 0 5.2 0l5.722 -5.922", "key": "svg-0" }]]; const IconAmpersand = createReactComponent("outline", "ampersand", "Ampersand", __iconNode$1tr); const __iconNode$1tq = [["path", { "d": "M20 11a8.1 8.1 0 0 0 -6.986 -6.918a8.086 8.086 0 0 0 -4.31 .62m-2.383 1.608a8.089 8.089 0 0 0 -1.326 1.69", "key": "svg-0" }], ["path", { "d": "M4 13a8.1 8.1 0 0 0 13.687 4.676", "key": "svg-1" }], ["path", { "d": "M20 16a1 1 0 0 0 -1 -1", "key": "svg-2" }], ["path", { "d": "M4 8a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-3" }], ["path", { "d": "M9.888 9.87a3 3 0 1 0 4.233 4.252m.595 -3.397a3.012 3.012 0 0 0 -1.426 -1.435", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconAnalyzeOff = createReactComponent("outline", "analyze-off", "AnalyzeOff", __iconNode$1tq); const __iconNode$1tp = [["path", { "d": "M20 11a8.1 8.1 0 0 0 -6.986 -6.918a8.095 8.095 0 0 0 -8.019 3.918", "key": "svg-0" }], ["path", { "d": "M4 13a8.1 8.1 0 0 0 15 3", "key": "svg-1" }], ["path", { "d": "M18 16a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }], ["path", { "d": "M4 8a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-3" }], ["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-4" }]]; const IconAnalyze = createReactComponent("outline", "analyze", "Analyze", __iconNode$1tp); const __iconNode$1to = [["path", { "d": "M12 12v9", "key": "svg-0" }], ["path", { "d": "M4 13a8 8 0 0 0 14.138 5.13m1.44 -2.56a7.99 7.99 0 0 0 .422 -2.57", "key": "svg-1" }], ["path", { "d": "M21 13h-2", "key": "svg-2" }], ["path", { "d": "M5 13h-2", "key": "svg-3" }], ["path", { "d": "M12.866 8.873a3 3 0 1 0 -3.737 -3.747", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconAnchorOff = createReactComponent("outline", "anchor-off", "AnchorOff", __iconNode$1to); const __iconNode$1tn = [["path", { "d": "M12 9v12m-8 -8a8 8 0 0 0 16 0m1 0h-2m-14 0h-2", "key": "svg-0" }], ["path", { "d": "M9 6a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }]]; const IconAnchor = createReactComponent("outline", "anchor", "Anchor", __iconNode$1tn); const __iconNode$1tm = [["path", { "d": "M21 19h-18l9 -15", "key": "svg-0" }], ["path", { "d": "M20.615 15.171h.015", "key": "svg-1" }], ["path", { "d": "M19.515 11.771h.015", "key": "svg-2" }], ["path", { "d": "M17.715 8.671h.015", "key": "svg-3" }], ["path", { "d": "M15.415 5.971h.015", "key": "svg-4" }]]; const IconAngle = createReactComponent("outline", "angle", "Angle", __iconNode$1tm); const __iconNode$1tl = [["path", { "d": "M6 13h12", "key": "svg-0" }], ["path", { "d": "M12 21v-8l-.422 -.211a6.472 6.472 0 0 1 -3.578 -5.789a4 4 0 1 1 8 0a6.472 6.472 0 0 1 -3.578 5.789l-.422 .211", "key": "svg-1" }]]; const IconAnkh = createReactComponent("outline", "ankh", "Ankh", __iconNode$1tl); const __iconNode$1tk = [["path", { "d": "M6 18l0 .01", "key": "svg-0" }], ["path", { "d": "M10 18l0 .01", "key": "svg-1" }], ["path", { "d": "M14 18l0 .01", "key": "svg-2" }], ["path", { "d": "M18 18l0 .01", "key": "svg-3" }]]; const IconAntennaBars1 = createReactComponent("outline", "antenna-bars-1", "AntennaBars1", __iconNode$1tk); const __iconNode$1tj = [["path", { "d": "M6 18l0 -3", "key": "svg-0" }], ["path", { "d": "M10 18l0 .01", "key": "svg-1" }], ["path", { "d": "M14 18l0 .01", "key": "svg-2" }], ["path", { "d": "M18 18l0 .01", "key": "svg-3" }]]; const IconAntennaBars2 = createReactComponent("outline", "antenna-bars-2", "AntennaBars2", __iconNode$1tj); const __iconNode$1ti = [["path", { "d": "M6 18l0 -3", "key": "svg-0" }], ["path", { "d": "M10 18l0 -6", "key": "svg-1" }], ["path", { "d": "M14 18l0 .01", "key": "svg-2" }], ["path", { "d": "M18 18l0 .01", "key": "svg-3" }]]; const IconAntennaBars3 = createReactComponent("outline", "antenna-bars-3", "AntennaBars3", __iconNode$1ti); const __iconNode$1th = [["path", { "d": "M6 18l0 -3", "key": "svg-0" }], ["path", { "d": "M10 18l0 -6", "key": "svg-1" }], ["path", { "d": "M14 18l0 -9", "key": "svg-2" }], ["path", { "d": "M18 18l0 .01", "key": "svg-3" }]]; const IconAntennaBars4 = createReactComponent("outline", "antenna-bars-4", "AntennaBars4", __iconNode$1th); const __iconNode$1tg = [["path", { "d": "M6 18l0 -3", "key": "svg-0" }], ["path", { "d": "M10 18l0 -6", "key": "svg-1" }], ["path", { "d": "M14 18l0 -9", "key": "svg-2" }], ["path", { "d": "M18 18l0 -12", "key": "svg-3" }]]; const IconAntennaBars5 = createReactComponent("outline", "antenna-bars-5", "AntennaBars5", __iconNode$1tg); const __iconNode$1tf = [["path", { "d": "M6 18v-3", "key": "svg-0" }], ["path", { "d": "M10 18v-6", "key": "svg-1" }], ["path", { "d": "M14 18v-4", "key": "svg-2" }], ["path", { "d": "M14 10v-1", "key": "svg-3" }], ["path", { "d": "M18 14v-8", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconAntennaBarsOff = createReactComponent("outline", "antenna-bars-off", "AntennaBarsOff", __iconNode$1tf); const __iconNode$1te = [["path", { "d": "M20 4v8", "key": "svg-0" }], ["path", { "d": "M16 4.5v7", "key": "svg-1" }], ["path", { "d": "M12 5v3m0 4v9", "key": "svg-2" }], ["path", { "d": "M8 8v2.5", "key": "svg-3" }], ["path", { "d": "M4 6v4", "key": "svg-4" }], ["path", { "d": "M20 8h-8m-4 0h-4", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconAntennaOff = createReactComponent("outline", "antenna-off", "AntennaOff", __iconNode$1te); const __iconNode$1td = [["path", { "d": "M20 4v8", "key": "svg-0" }], ["path", { "d": "M16 4.5v7", "key": "svg-1" }], ["path", { "d": "M12 5v16", "key": "svg-2" }], ["path", { "d": "M8 5.5v5", "key": "svg-3" }], ["path", { "d": "M4 6v4", "key": "svg-4" }], ["path", { "d": "M20 8h-16", "key": "svg-5" }]]; const IconAntenna = createReactComponent("outline", "antenna", "Antenna", __iconNode$1td); const __iconNode$1tc = [["path", { "d": "M3.6 15h10.55", "key": "svg-0" }], ["path", { "d": "M5.641 5.631a9 9 0 1 0 12.719 12.738m1.68 -2.318a9 9 0 0 0 -12.074 -12.098", "key": "svg-1" }], ["path", { "d": "M7.395 7.534l2.416 7.438", "key": "svg-2" }], ["path", { "d": "M17.032 4.636l-4.852 3.526m-2.334 1.695l-1.349 .98", "key": "svg-3" }], ["path", { "d": "M20.559 14.51l-8.535 -6.201", "key": "svg-4" }], ["path", { "d": "M12.257 20.916l2.123 -6.533m.984 -3.028l.154 -.473", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconApertureOff = createReactComponent("outline", "aperture-off", "ApertureOff", __iconNode$1tc); const __iconNode$1tb = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M3.6 15h10.55", "key": "svg-1" }], ["path", { "d": "M6.551 4.938l3.26 10.034", "key": "svg-2" }], ["path", { "d": "M17.032 4.636l-8.535 6.201", "key": "svg-3" }], ["path", { "d": "M20.559 14.51l-8.535 -6.201", "key": "svg-4" }], ["path", { "d": "M12.257 20.916l3.261 -10.034", "key": "svg-5" }]]; const IconAperture = createReactComponent("outline", "aperture", "Aperture", __iconNode$1tb); const __iconNode$1ta = [["path", { "d": "M12 15h-6.5a2.5 2.5 0 1 1 0 -5h.5", "key": "svg-0" }], ["path", { "d": "M15 15v3.5a2.5 2.5 0 1 1 -5 0v-.5", "key": "svg-1" }], ["path", { "d": "M13 9h5.5a2.5 2.5 0 1 1 0 5h-.5", "key": "svg-2" }], ["path", { "d": "M9 12v-3m.042 -3.957a2.5 2.5 0 0 1 4.958 .457v.5", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconApiAppOff = createReactComponent("outline", "api-app-off", "ApiAppOff", __iconNode$1ta); const __iconNode$1t9 = [["path", { "d": "M12 15h-6.5a2.5 2.5 0 1 1 0 -5h.5", "key": "svg-0" }], ["path", { "d": "M15 12v6.5a2.5 2.5 0 1 1 -5 0v-.5", "key": "svg-1" }], ["path", { "d": "M12 9h6.5a2.5 2.5 0 1 1 0 5h-.5", "key": "svg-2" }], ["path", { "d": "M9 12v-6.5a2.5 2.5 0 0 1 5 0v.5", "key": "svg-3" }]]; const IconApiApp = createReactComponent("outline", "api-app", "ApiApp", __iconNode$1t9); const __iconNode$1t8 = [["path", { "d": "M3 19a9 9 0 0 1 9 0a9 9 0 0 1 1.006 -.5", "key": "svg-0" }], ["path", { "d": "M3 6a9 9 0 0 1 9 0a9 9 0 0 1 9 0", "key": "svg-1" }], ["path", { "d": "M3 6v13", "key": "svg-2" }], ["path", { "d": "M12 6v13", "key": "svg-3" }], ["path", { "d": "M21 6v6", "key": "svg-4" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-5" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-6" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-7" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-8" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-9" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-10" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-11" }]]; const IconApiBook = createReactComponent("outline", "api-book", "ApiBook", __iconNode$1t8); const __iconNode$1t7 = [["path", { "d": "M4 13h5", "key": "svg-0" }], ["path", { "d": "M12 16v-4m0 -4h3a2 2 0 0 1 2 2v1c0 .554 -.225 1.055 -.589 1.417m-3.411 .583h-1", "key": "svg-1" }], ["path", { "d": "M20 8v8", "key": "svg-2" }], ["path", { "d": "M9 16v-5.5a2.5 2.5 0 0 0 -5 0v5.5", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconApiOff = createReactComponent("outline", "api-off", "ApiOff", __iconNode$1t7); const __iconNode$1t6 = [["path", { "d": "M4 13h5", "key": "svg-0" }], ["path", { "d": "M12 16v-8h3a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-3", "key": "svg-1" }], ["path", { "d": "M20 8v8", "key": "svg-2" }], ["path", { "d": "M9 16v-5.5a2.5 2.5 0 0 0 -5 0v5.5", "key": "svg-3" }]]; const IconApi = createReactComponent("outline", "api", "Api", __iconNode$1t6); const __iconNode$1t5 = [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10", "key": "svg-0" }], ["path", { "d": "M6 8h.01", "key": "svg-1" }], ["path", { "d": "M9 8h.01", "key": "svg-2" }]]; const IconAppWindow = createReactComponent("outline", "app-window", "AppWindow", __iconNode$1t5); const __iconNode$1t4 = [["path", { "d": "M4 11.319c0 3.102 .444 5.319 2.222 7.978c1.351 1.797 3.156 2.247 5.08 .988c.426 -.268 .97 -.268 1.397 0c1.923 1.26 3.728 .809 5.079 -.988c1.778 -2.66 2.222 -4.876 2.222 -7.977c0 -2.661 -1.99 -5.32 -4.444 -5.32c-1.267 0 -2.41 .693 -3.22 1.44a.5 .5 0 0 1 -.672 0c-.809 -.746 -1.953 -1.44 -3.22 -1.44c-2.454 0 -4.444 2.66 -4.444 5.319", "key": "svg-0" }], ["path", { "d": "M7 12c0 -1.47 .454 -2.34 1.5 -3", "key": "svg-1" }], ["path", { "d": "M12 7c0 -1.2 .867 -4 3 -4", "key": "svg-2" }]]; const IconApple = createReactComponent("outline", "apple", "Apple", __iconNode$1t4); const __iconNode$1t3 = [["path", { "d": "M8 4h1a1 1 0 0 1 1 1v1m-.29 3.704a1 1 0 0 1 -.71 .296h-4a1 1 0 0 1 -1 -1v-4c0 -.276 .111 -.525 .292 -.706", "key": "svg-0" }], ["path", { "d": "M18 14h1a1 1 0 0 1 1 1v1m-.29 3.704a1 1 0 0 1 -.71 .296h-4a1 1 0 0 1 -1 -1v-4c0 -.276 .111 -.525 .292 -.706", "key": "svg-1" }], ["path", { "d": "M4 15a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", "key": "svg-2" }], ["path", { "d": "M14 7h6", "key": "svg-3" }], ["path", { "d": "M17 4v6", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconAppsOff = createReactComponent("outline", "apps-off", "AppsOff", __iconNode$1t3); const __iconNode$1t2 = [["path", { "d": "M4 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", "key": "svg-0" }], ["path", { "d": "M4 15a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", "key": "svg-1" }], ["path", { "d": "M14 15a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", "key": "svg-2" }], ["path", { "d": "M14 7l6 0", "key": "svg-3" }], ["path", { "d": "M17 4l0 6", "key": "svg-4" }]]; const IconApps = createReactComponent("outline", "apps", "Apps", __iconNode$1t2); const __iconNode$1t1 = [["path", { "d": "M14 7v3h3l3 -3h-3v-3l-3 3", "key": "svg-0" }], ["path", { "d": "M14 10l-9 9", "key": "svg-1" }], ["path", { "d": "M5 15v4h4", "key": "svg-2" }]]; const IconArcheryArrow = createReactComponent("outline", "archery-arrow", "ArcheryArrow", __iconNode$1t1); const __iconNode$1t0 = [["path", { "d": "M8 4h11a2 2 0 1 1 0 4h-7m-4 0h-3a2 2 0 0 1 -.826 -3.822", "key": "svg-0" }], ["path", { "d": "M5 8v10a2 2 0 0 0 2 2h10a2 2 0 0 0 1.824 -1.18m.176 -3.82v-7", "key": "svg-1" }], ["path", { "d": "M10 12h2", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconArchiveOff = createReactComponent("outline", "archive-off", "ArchiveOff", __iconNode$1t0); const __iconNode$1s$ = [["path", { "d": "M3 6a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2", "key": "svg-0" }], ["path", { "d": "M5 8v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-10", "key": "svg-1" }], ["path", { "d": "M10 12l4 0", "key": "svg-2" }]]; const IconArchive = createReactComponent("outline", "archive", "Archive", __iconNode$1s$); const __iconNode$1s_ = [["path", { "d": "M5 10v-4a3 3 0 0 1 .128 -.869m2.038 -2.013c.264 -.078 .544 -.118 .834 -.118h8a3 3 0 0 1 3 3v4", "key": "svg-0" }], ["path", { "d": "M16.124 12.145a3 3 0 1 1 3.756 3.724m-.88 3.131h-14v-3a3 3 0 1 1 3 -3v2", "key": "svg-1" }], ["path", { "d": "M8 12h4", "key": "svg-2" }], ["path", { "d": "M7 19v2", "key": "svg-3" }], ["path", { "d": "M17 19v2", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconArmchair2Off = createReactComponent("outline", "armchair-2-off", "Armchair2Off", __iconNode$1s_); const __iconNode$1sZ = [["path", { "d": "M5 10v-4a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v4", "key": "svg-0" }], ["path", { "d": "M16 15v-2a3 3 0 1 1 3 3v3h-14v-3a3 3 0 1 1 3 -3v2", "key": "svg-1" }], ["path", { "d": "M8 12h8", "key": "svg-2" }], ["path", { "d": "M7 19v2", "key": "svg-3" }], ["path", { "d": "M17 19v2", "key": "svg-4" }]]; const IconArmchair2 = createReactComponent("outline", "armchair-2", "Armchair2", __iconNode$1sZ); const __iconNode$1sY = [["path", { "d": "M17 13a2 2 0 1 1 4 0v4m-2 2h-14a2 2 0 0 1 -2 -2v-4a2 2 0 1 1 4 0v2h8.036", "key": "svg-0" }], ["path", { "d": "M5 11v-5a3 3 0 0 1 .134 -.89m1.987 -1.98a3 3 0 0 1 .879 -.13h8a3 3 0 0 1 3 3v5", "key": "svg-1" }], ["path", { "d": "M6 19v2", "key": "svg-2" }], ["path", { "d": "M18 19v2", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconArmchairOff = createReactComponent("outline", "armchair-off", "ArmchairOff", __iconNode$1sY); const __iconNode$1sX = [["path", { "d": "M5 11a2 2 0 0 1 2 2v2h10v-2a2 2 0 1 1 4 0v4a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-4a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M5 11v-5a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v5", "key": "svg-1" }], ["path", { "d": "M6 19v2", "key": "svg-2" }], ["path", { "d": "M18 19v2", "key": "svg-3" }]]; const IconArmchair = createReactComponent("outline", "armchair", "Armchair", __iconNode$1sX); const __iconNode$1sW = [["path", { "d": "M6 4l-3 3l3 3", "key": "svg-0" }], ["path", { "d": "M18 4l3 3l-3 3", "key": "svg-1" }], ["path", { "d": "M4 16a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -2", "key": "svg-2" }], ["path", { "d": "M10 7h-7", "key": "svg-3" }], ["path", { "d": "M21 7h-7", "key": "svg-4" }]]; const IconArrowAutofitContent = createReactComponent("outline", "arrow-autofit-content", "ArrowAutofitContent", __iconNode$1sW); const __iconNode$1sV = [["path", { "d": "M12 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h8", "key": "svg-0" }], ["path", { "d": "M18 4v17", "key": "svg-1" }], ["path", { "d": "M15 18l3 3l3 -3", "key": "svg-2" }]]; const IconArrowAutofitDown = createReactComponent("outline", "arrow-autofit-down", "ArrowAutofitDown", __iconNode$1sV); const __iconNode$1sU = [["path", { "d": "M12 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h6", "key": "svg-0" }], ["path", { "d": "M18 14v7", "key": "svg-1" }], ["path", { "d": "M18 3v7", "key": "svg-2" }], ["path", { "d": "M15 18l3 3l3 -3", "key": "svg-3" }], ["path", { "d": "M15 6l3 -3l3 3", "key": "svg-4" }]]; const IconArrowAutofitHeight = createReactComponent("outline", "arrow-autofit-height", "ArrowAutofitHeight", __iconNode$1sU); const __iconNode$1sT = [["path", { "d": "M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8", "key": "svg-0" }], ["path", { "d": "M20 18h-17", "key": "svg-1" }], ["path", { "d": "M6 15l-3 3l3 3", "key": "svg-2" }]]; const IconArrowAutofitLeft = createReactComponent("outline", "arrow-autofit-left", "ArrowAutofitLeft", __iconNode$1sT); const __iconNode$1sS = [["path", { "d": "M20 12v-6a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v8", "key": "svg-0" }], ["path", { "d": "M4 18h17", "key": "svg-1" }], ["path", { "d": "M18 15l3 3l-3 3", "key": "svg-2" }]]; const IconArrowAutofitRight = createReactComponent("outline", "arrow-autofit-right", "ArrowAutofitRight", __iconNode$1sS); const __iconNode$1sR = [["path", { "d": "M12 4h-6a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h8", "key": "svg-0" }], ["path", { "d": "M18 20v-17", "key": "svg-1" }], ["path", { "d": "M15 6l3 -3l3 3", "key": "svg-2" }]]; const IconArrowAutofitUp = createReactComponent("outline", "arrow-autofit-up", "ArrowAutofitUp", __iconNode$1sR); const __iconNode$1sQ = [["path", { "d": "M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6", "key": "svg-0" }], ["path", { "d": "M10 18h-7", "key": "svg-1" }], ["path", { "d": "M21 18h-7", "key": "svg-2" }], ["path", { "d": "M6 15l-3 3l3 3", "key": "svg-3" }], ["path", { "d": "M18 15l3 3l-3 3", "key": "svg-4" }]]; const IconArrowAutofitWidth = createReactComponent("outline", "arrow-autofit-width", "ArrowAutofitWidth", __iconNode$1sQ); const __iconNode$1sP = [["path", { "d": "M13 14l-4 -4l4 -4", "key": "svg-0" }], ["path", { "d": "M8 14l-4 -4l4 -4", "key": "svg-1" }], ["path", { "d": "M9 10h7a4 4 0 1 1 0 8h-1", "key": "svg-2" }]]; const IconArrowBackUpDouble = createReactComponent("outline", "arrow-back-up-double", "ArrowBackUpDouble", __iconNode$1sP); const __iconNode$1sO = [["path", { "d": "M9 14l-4 -4l4 -4", "key": "svg-0" }], ["path", { "d": "M5 10h11a4 4 0 1 1 0 8h-1", "key": "svg-1" }]]; const IconArrowBackUp = createReactComponent("outline", "arrow-back-up", "ArrowBackUp", __iconNode$1sO); const __iconNode$1sN = [["path", { "d": "M9 11l-4 4l4 4m-4 -4h11a4 4 0 0 0 0 -8h-1", "key": "svg-0" }]]; const IconArrowBack = createReactComponent("outline", "arrow-back", "ArrowBack", __iconNode$1sN); const __iconNode$1sM = [["path", { "d": "M17 13v-6l-5 4l-5 -4v6l5 4l5 -4", "key": "svg-0" }]]; const IconArrowBadgeDown = createReactComponent("outline", "arrow-badge-down", "ArrowBadgeDown", __iconNode$1sM); const __iconNode$1sL = [["path", { "d": "M11 17h6l-4 -5l4 -5h-6l-4 5l4 5", "key": "svg-0" }]]; const IconArrowBadgeLeft = createReactComponent("outline", "arrow-badge-left", "ArrowBadgeLeft", __iconNode$1sL); const __iconNode$1sK = [["path", { "d": "M13 7h-6l4 5l-4 5h6l4 -5l-4 -5", "key": "svg-0" }]]; const IconArrowBadgeRight = createReactComponent("outline", "arrow-badge-right", "ArrowBadgeRight", __iconNode$1sK); const __iconNode$1sJ = [["path", { "d": "M17 11v6l-5 -4l-5 4v-6l5 -4l5 4", "key": "svg-0" }]]; const IconArrowBadgeUp = createReactComponent("outline", "arrow-badge-up", "ArrowBadgeUp", __iconNode$1sJ); const __iconNode$1sI = [["path", { "d": "M8 12h-6", "key": "svg-0" }], ["path", { "d": "M5 15l-3 -3l3 -3", "key": "svg-1" }], ["path", { "d": "M22 12h-6", "key": "svg-2" }], ["path", { "d": "M19 15l3 -3l-3 -3", "key": "svg-3" }], ["path", { "d": "M12 4v16", "key": "svg-4" }]]; const IconArrowBarBoth = createReactComponent("outline", "arrow-bar-both", "ArrowBarBoth", __iconNode$1sI); const __iconNode$1sH = [["path", { "d": "M12 20l0 -10", "key": "svg-0" }], ["path", { "d": "M12 20l4 -4", "key": "svg-1" }], ["path", { "d": "M12 20l-4 -4", "key": "svg-2" }], ["path", { "d": "M4 4l16 0", "key": "svg-3" }]]; const IconArrowBarDown = createReactComponent("outline", "arrow-bar-down", "ArrowBarDown", __iconNode$1sH); const __iconNode$1sG = [["path", { "d": "M4 12l10 0", "key": "svg-0" }], ["path", { "d": "M4 12l4 4", "key": "svg-1" }], ["path", { "d": "M4 12l4 -4", "key": "svg-2" }], ["path", { "d": "M20 4l0 16", "key": "svg-3" }]]; const IconArrowBarLeft = createReactComponent("outline", "arrow-bar-left", "ArrowBarLeft", __iconNode$1sG); const __iconNode$1sF = [["path", { "d": "M20 12l-10 0", "key": "svg-0" }], ["path", { "d": "M20 12l-4 4", "key": "svg-1" }], ["path", { "d": "M20 12l-4 -4", "key": "svg-2" }], ["path", { "d": "M4 4l0 16", "key": "svg-3" }]]; const IconArrowBarRight = createReactComponent("outline", "arrow-bar-right", "ArrowBarRight", __iconNode$1sF); const __iconNode$1sE = [["path", { "d": "M12 14v-10", "key": "svg-0" }], ["path", { "d": "M12 14l4 -4", "key": "svg-1" }], ["path", { "d": "M12 14l-4 -4", "key": "svg-2" }], ["path", { "d": "M4 20h3m13 0h-3m-3.5 0h-3", "key": "svg-3" }]]; const IconArrowBarToDownDashed = createReactComponent("outline", "arrow-bar-to-down-dashed", "ArrowBarToDownDashed", __iconNode$1sE); const __iconNode$1sD = [["path", { "d": "M4 20l16 0", "key": "svg-0" }], ["path", { "d": "M12 14l0 -10", "key": "svg-1" }], ["path", { "d": "M12 14l4 -4", "key": "svg-2" }], ["path", { "d": "M12 14l-4 -4", "key": "svg-3" }]]; const IconArrowBarToDown = createReactComponent("outline", "arrow-bar-to-down", "ArrowBarToDown", __iconNode$1sD); const __iconNode$1sC = [["path", { "d": "M10 12l10 0", "key": "svg-0" }], ["path", { "d": "M10 12l4 -4", "key": "svg-1" }], ["path", { "d": "M10 12l4 4", "key": "svg-2" }], ["path", { "d": "M4 20l0 -3m0 -13l0 3m0 3.5l0 3", "key": "svg-3" }]]; const IconArrowBarToLeftDashed = createReactComponent("outline", "arrow-bar-to-left-dashed", "ArrowBarToLeftDashed", __iconNode$1sC); const __iconNode$1sB = [["path", { "d": "M10 12l10 0", "key": "svg-0" }], ["path", { "d": "M10 12l4 4", "key": "svg-1" }], ["path", { "d": "M10 12l4 -4", "key": "svg-2" }], ["path", { "d": "M4 4l0 16", "key": "svg-3" }]]; const IconArrowBarToLeft = createReactComponent("outline", "arrow-bar-to-left", "ArrowBarToLeft", __iconNode$1sB); const __iconNode$1sA = [["path", { "d": "M14 12l-10 0", "key": "svg-0" }], ["path", { "d": "M14 12l-4 4", "key": "svg-1" }], ["path", { "d": "M14 12l-4 -4", "key": "svg-2" }], ["path", { "d": "M20 4l0 3m0 13l0 -3m0 -3.5l0 -3", "key": "svg-3" }]]; const IconArrowBarToRightDashed = createReactComponent("outline", "arrow-bar-to-right-dashed", "ArrowBarToRightDashed", __iconNode$1sA); const __iconNode$1sz = [["path", { "d": "M14 12l-10 0", "key": "svg-0" }], ["path", { "d": "M14 12l-4 4", "key": "svg-1" }], ["path", { "d": "M14 12l-4 -4", "key": "svg-2" }], ["path", { "d": "M20 4l0 16", "key": "svg-3" }]]; const IconArrowBarToRight = createReactComponent("outline", "arrow-bar-to-right", "ArrowBarToRight", __iconNode$1sz); const __iconNode$1sy = [["path", { "d": "M12 10v10", "key": "svg-0" }], ["path", { "d": "M12 10l4 4", "key": "svg-1" }], ["path", { "d": "M12 10l-4 4", "key": "svg-2" }], ["path", { "d": "M4 4h3m13 0h-3m-3.5 0h-3", "key": "svg-3" }]]; const IconArrowBarToUpDashed = createReactComponent("outline", "arrow-bar-to-up-dashed", "ArrowBarToUpDashed", __iconNode$1sy); const __iconNode$1sx = [["path", { "d": "M12 10l0 10", "key": "svg-0" }], ["path", { "d": "M12 10l4 4", "key": "svg-1" }], ["path", { "d": "M12 10l-4 4", "key": "svg-2" }], ["path", { "d": "M4 4l16 0", "key": "svg-3" }]]; const IconArrowBarToUp = createReactComponent("outline", "arrow-bar-to-up", "ArrowBarToUp", __iconNode$1sx); const __iconNode$1sw = [["path", { "d": "M12 4l0 10", "key": "svg-0" }], ["path", { "d": "M12 4l4 4", "key": "svg-1" }], ["path", { "d": "M12 4l-4 4", "key": "svg-2" }], ["path", { "d": "M4 20l16 0", "key": "svg-3" }]]; const IconArrowBarUp = createReactComponent("outline", "arrow-bar-up", "ArrowBarUp", __iconNode$1sw); const __iconNode$1sv = [["path", { "d": "M9 3h-5v5", "key": "svg-0" }], ["path", { "d": "M4 3l7.536 7.536a5 5 0 0 1 1.464 3.534v6.93", "key": "svg-1" }], ["path", { "d": "M20 5l-4.5 4.5", "key": "svg-2" }]]; const IconArrowBearLeft2 = createReactComponent("outline", "arrow-bear-left-2", "ArrowBearLeft2", __iconNode$1sv); const __iconNode$1su = [["path", { "d": "M13 3h-5v5", "key": "svg-0" }], ["path", { "d": "M8 3l7.536 7.536a5 5 0 0 1 1.464 3.534v6.93", "key": "svg-1" }]]; const IconArrowBearLeft = createReactComponent("outline", "arrow-bear-left", "ArrowBearLeft", __iconNode$1su); const __iconNode$1st = [["path", { "d": "M15 3h5v5", "key": "svg-0" }], ["path", { "d": "M20 3l-7.536 7.536a5 5 0 0 0 -1.464 3.534v6.93", "key": "svg-1" }], ["path", { "d": "M4 5l4.5 4.5", "key": "svg-2" }]]; const IconArrowBearRight2 = createReactComponent("outline", "arrow-bear-right-2", "ArrowBearRight2", __iconNode$1st); const __iconNode$1ss = [["path", { "d": "M12 3h5v5", "key": "svg-0" }], ["path", { "d": "M17 3l-7.536 7.536a5 5 0 0 0 -1.464 3.534v6.93", "key": "svg-1" }]]; const IconArrowBearRight = createReactComponent("outline", "arrow-bear-right", "ArrowBearRight", __iconNode$1ss); const __iconNode$1sr = [["path", { "d": "M15 12h3.586a1 1 0 0 1 .707 1.707l-6.586 6.586a1 1 0 0 1 -1.414 0l-6.586 -6.586a1 1 0 0 1 .707 -1.707h3.586v-6h6v6", "key": "svg-0" }], ["path", { "d": "M15 3h-6", "key": "svg-1" }]]; const IconArrowBigDownLine = createReactComponent("outline", "arrow-big-down-line", "ArrowBigDownLine", __iconNode$1sr); const __iconNode$1sq = [["path", { "d": "M15 12h3.586a1 1 0 0 1 .707 1.707l-6.586 6.586a1 1 0 0 1 -1.414 0l-6.586 -6.586a1 1 0 0 1 .707 -1.707h3.586v-3h6v3", "key": "svg-0" }], ["path", { "d": "M15 3h-6", "key": "svg-1" }], ["path", { "d": "M15 6h-6", "key": "svg-2" }]]; const IconArrowBigDownLines = createReactComponent("outline", "arrow-big-down-lines", "ArrowBigDownLines", __iconNode$1sq); const __iconNode$1sp = [["path", { "d": "M15 4v8h3.586a1 1 0 0 1 .707 1.707l-6.586 6.586a1 1 0 0 1 -1.414 0l-6.586 -6.586a1 1 0 0 1 .707 -1.707h3.586v-8a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1", "key": "svg-0" }]]; const IconArrowBigDown = createReactComponent("outline", "arrow-big-down", "ArrowBigDown", __iconNode$1sp); const __iconNode$1so = [["path", { "d": "M12 15v3.586a1 1 0 0 1 -1.707 .707l-6.586 -6.586a1 1 0 0 1 0 -1.414l6.586 -6.586a1 1 0 0 1 1.707 .707v3.586h6v6h-6", "key": "svg-0" }], ["path", { "d": "M21 15v-6", "key": "svg-1" }]]; const IconArrowBigLeftLine = createReactComponent("outline", "arrow-big-left-line", "ArrowBigLeftLine", __iconNode$1so); const __iconNode$1sn = [["path", { "d": "M12 15v3.586a1 1 0 0 1 -1.707 .707l-6.586 -6.586a1 1 0 0 1 0 -1.414l6.586 -6.586a1 1 0 0 1 1.707 .707v3.586h3v6h-3", "key": "svg-0" }], ["path", { "d": "M21 15v-6", "key": "svg-1" }], ["path", { "d": "M18 15v-6", "key": "svg-2" }]]; const IconArrowBigLeftLines = createReactComponent("outline", "arrow-big-left-lines", "ArrowBigLeftLines", __iconNode$1sn); const __iconNode$1sm = [["path", { "d": "M20 15h-8v3.586a1 1 0 0 1 -1.707 .707l-6.586 -6.586a1 1 0 0 1 0 -1.414l6.586 -6.586a1 1 0 0 1 1.707 .707v3.586h8a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1", "key": "svg-0" }]]; const IconArrowBigLeft = createReactComponent("outline", "arrow-big-left", "ArrowBigLeft", __iconNode$1sm); const __iconNode$1sl = [["path", { "d": "M12 9v-3.586a1 1 0 0 1 1.707 -.707l6.586 6.586a1 1 0 0 1 0 1.414l-6.586 6.586a1 1 0 0 1 -1.707 -.707v-3.586h-6v-6h6", "key": "svg-0" }], ["path", { "d": "M3 9v6", "key": "svg-1" }]]; const IconArrowBigRightLine = createReactComponent("outline", "arrow-big-right-line", "ArrowBigRightLine", __iconNode$1sl); const __iconNode$1sk = [["path", { "d": "M12 9v-3.586a1 1 0 0 1 1.707 -.707l6.586 6.586a1 1 0 0 1 0 1.414l-6.586 6.586a1 1 0 0 1 -1.707 -.707v-3.586h-3v-6h3", "key": "svg-0" }], ["path", { "d": "M3 9v6", "key": "svg-1" }], ["path", { "d": "M6 9v6", "key": "svg-2" }]]; const IconArrowBigRightLines = createReactComponent("outline", "arrow-big-right-lines", "ArrowBigRightLines", __iconNode$1sk); const __iconNode$1sj = [["path", { "d": "M4 9h8v-3.586a1 1 0 0 1 1.707 -.707l6.586 6.586a1 1 0 0 1 0 1.414l-6.586 6.586a1 1 0 0 1 -1.707 -.707v-3.586h-8a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1", "key": "svg-0" }]]; const IconArrowBigRight = createReactComponent("outline", "arrow-big-right", "ArrowBigRight", __iconNode$1sj); const __iconNode$1si = [["path", { "d": "M9 12h-3.586a1 1 0 0 1 -.707 -1.707l6.586 -6.586a1 1 0 0 1 1.414 0l6.586 6.586a1 1 0 0 1 -.707 1.707h-3.586v6h-6v-6", "key": "svg-0" }], ["path", { "d": "M9 21h6", "key": "svg-1" }]]; const IconArrowBigUpLine = createReactComponent("outline", "arrow-big-up-line", "ArrowBigUpLine", __iconNode$1si); const __iconNode$1sh = [["path", { "d": "M9 12h-3.586a1 1 0 0 1 -.707 -1.707l6.586 -6.586a1 1 0 0 1 1.414 0l6.586 6.586a1 1 0 0 1 -.707 1.707h-3.586v3h-6v-3", "key": "svg-0" }], ["path", { "d": "M9 21h6", "key": "svg-1" }], ["path", { "d": "M9 18h6", "key": "svg-2" }]]; const IconArrowBigUpLines = createReactComponent("outline", "arrow-big-up-lines", "ArrowBigUpLines", __iconNode$1sh); const __iconNode$1sg = [["path", { "d": "M9 20v-8h-3.586a1 1 0 0 1 -.707 -1.707l6.586 -6.586a1 1 0 0 1 1.414 0l6.586 6.586a1 1 0 0 1 -.707 1.707h-3.586v8a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1", "key": "svg-0" }]]; const IconArrowBigUp = createReactComponent("outline", "arrow-big-up", "ArrowBigUp", __iconNode$1sg); const __iconNode$1sf = [["path", { "d": "M10 18h4", "key": "svg-0" }], ["path", { "d": "M3 8a9 9 0 0 1 9 9v1l1.428 -4.285a12 12 0 0 1 6.018 -6.938l.554 -.277", "key": "svg-1" }], ["path", { "d": "M15 6h5v5", "key": "svg-2" }]]; const IconArrowBounce = createReactComponent("outline", "arrow-bounce", "ArrowBounce", __iconNode$1sf); const __iconNode$1se = [["path", { "d": "M18 15a6 6 0 1 1 -12 0v-6a6 6 0 1 1 12 0v2", "key": "svg-0" }], ["path", { "d": "M15 8l3 3l3 -3", "key": "svg-1" }]]; const IconArrowCapsule = createReactComponent("outline", "arrow-capsule", "ArrowCapsule", __iconNode$1se); const __iconNode$1sd = [["path", { "d": "M14 7l-4 -4l-4 4", "key": "svg-0" }], ["path", { "d": "M10 3v4.394a6.737 6.737 0 0 0 3 5.606a6.737 6.737 0 0 1 3 5.606v2.394", "key": "svg-1" }]]; const IconArrowCurveLeft = createReactComponent("outline", "arrow-curve-left", "ArrowCurveLeft", __iconNode$1sd); const __iconNode$1sc = [["path", { "d": "M10 7l4 -4l4 4", "key": "svg-0" }], ["path", { "d": "M14 3v4.394a6.737 6.737 0 0 1 -3 5.606a6.737 6.737 0 0 0 -3 5.606v2.394", "key": "svg-1" }]]; const IconArrowCurveRight = createReactComponent("outline", "arrow-curve-right", "ArrowCurveRight", __iconNode$1sc); const __iconNode$1sb = [["path", { "d": "M12 3v18", "key": "svg-0" }], ["path", { "d": "M9 18l3 3l3 -3", "key": "svg-1" }], ["path", { "d": "M9 3h6", "key": "svg-2" }]]; const IconArrowDownBar = createReactComponent("outline", "arrow-down-bar", "ArrowDownBar", __iconNode$1sb); const __iconNode$1sa = [["path", { "d": "M12 7v14", "key": "svg-0" }], ["path", { "d": "M9 18l3 3l3 -3", "key": "svg-1" }], ["path", { "d": "M12 7a2 2 0 1 0 0 -4a2 2 0 0 0 0 4", "key": "svg-2" }]]; const IconArrowDownCircle = createReactComponent("outline", "arrow-down-circle", "ArrowDownCircle", __iconNode$1sa); const __iconNode$1s9 = [["path", { "d": "M12 5v.5m0 3v1.5m0 3v6", "key": "svg-0" }], ["path", { "d": "M18 13l-6 6", "key": "svg-1" }], ["path", { "d": "M6 13l6 6", "key": "svg-2" }]]; const IconArrowDownDashed = createReactComponent("outline", "arrow-down-dashed", "ArrowDownDashed", __iconNode$1s9); const __iconNode$1s8 = [["path", { "d": "M12 15v-12", "key": "svg-0" }], ["path", { "d": "M16 7l-4 -4l-4 4", "key": "svg-1" }], ["path", { "d": "M3 12a9 9 0 0 0 18 0", "key": "svg-2" }]]; const IconArrowDownFromArc = createReactComponent("outline", "arrow-down-from-arc", "ArrowDownFromArc", __iconNode$1s8); const __iconNode$1s7 = [["path", { "d": "M15.536 8.464l-9.536 9.536", "key": "svg-0" }], ["path", { "d": "M6 14v4h4", "key": "svg-1" }], ["path", { "d": "M15.586 8.414a2 2 0 1 0 2.828 -2.828a2 2 0 0 0 -2.828 2.828", "key": "svg-2" }]]; const IconArrowDownLeftCircle = createReactComponent("outline", "arrow-down-left-circle", "ArrowDownLeftCircle", __iconNode$1s7); const __iconNode$1s6 = [["path", { "d": "M17 7l-10 10", "key": "svg-0" }], ["path", { "d": "M16 17l-9 0l0 -9", "key": "svg-1" }]]; const IconArrowDownLeft = createReactComponent("outline", "arrow-down-left", "ArrowDownLeft", __iconNode$1s6); const __iconNode$1s5 = [["path", { "d": "M12 8v13", "key": "svg-0" }], ["path", { "d": "M15 18l-3 3l-3 -3", "key": "svg-1" }], ["path", { "d": "M14.5 5.5l-2.5 -2.5l-2.5 2.5l2.5 2.5l2.5 -2.5", "key": "svg-2" }]]; const IconArrowDownRhombus = createReactComponent("outline", "arrow-down-rhombus", "ArrowDownRhombus", __iconNode$1s5); const __iconNode$1s4 = [["path", { "d": "M8.464 8.464l9.536 9.536", "key": "svg-0" }], ["path", { "d": "M14 18h4v-4", "key": "svg-1" }], ["path", { "d": "M8.414 8.414a2 2 0 1 0 -2.828 -2.828a2 2 0 0 0 2.828 2.828", "key": "svg-2" }]]; const IconArrowDownRightCircle = createReactComponent("outline", "arrow-down-right-circle", "ArrowDownRightCircle", __iconNode$1s4); const __iconNode$1s3 = [["path", { "d": "M7 7l10 10", "key": "svg-0" }], ["path", { "d": "M17 8l0 9l-9 0", "key": "svg-1" }]]; const IconArrowDownRight = createReactComponent("outline", "arrow-down-right", "ArrowDownRight", __iconNode$1s3); const __iconNode$1s2 = [["path", { "d": "M12 7v14", "key": "svg-0" }], ["path", { "d": "M9 18l3 3l3 -3", "key": "svg-1" }], ["path", { "d": "M14 3v4h-4v-4l4 0", "key": "svg-2" }]]; const IconArrowDownSquare = createReactComponent("outline", "arrow-down-square", "ArrowDownSquare", __iconNode$1s2); const __iconNode$1s1 = [["path", { "d": "M12 6v15", "key": "svg-0" }], ["path", { "d": "M9 18l3 3l3 -3", "key": "svg-1" }], ["path", { "d": "M9 3l3 3l3 -3", "key": "svg-2" }]]; const IconArrowDownTail = createReactComponent("outline", "arrow-down-tail", "ArrowDownTail", __iconNode$1s1); const __iconNode$1s0 = [["path", { "d": "M12 3v12", "key": "svg-0" }], ["path", { "d": "M16 11l-4 4l-4 -4", "key": "svg-1" }], ["path", { "d": "M3 12a9 9 0 0 0 18 0", "key": "svg-2" }]]; const IconArrowDownToArc = createReactComponent("outline", "arrow-down-to-arc", "ArrowDownToArc", __iconNode$1s0); const __iconNode$1r$ = [["path", { "d": "M12 5l0 14", "key": "svg-0" }], ["path", { "d": "M18 13l-6 6", "key": "svg-1" }], ["path", { "d": "M6 13l6 6", "key": "svg-2" }]]; const IconArrowDown = createReactComponent("outline", "arrow-down", "ArrowDown", __iconNode$1r$); const __iconNode$1r_ = [["path", { "d": "M3 14v-6h6", "key": "svg-0" }], ["path", { "d": "M3 8l9 9l9 -9", "key": "svg-1" }]]; const IconArrowElbowLeft = createReactComponent("outline", "arrow-elbow-left", "ArrowElbowLeft", __iconNode$1r_); const __iconNode$1rZ = [["path", { "d": "M21 14v-6h-6", "key": "svg-0" }], ["path", { "d": "M21 8l-9 9l-9 -9", "key": "svg-1" }]]; const IconArrowElbowRight = createReactComponent("outline", "arrow-elbow-right", "ArrowElbowRight", __iconNode$1rZ); const __iconNode$1rY = [["path", { "d": "M16 3h5v5", "key": "svg-0" }], ["path", { "d": "M8 3h-5v5", "key": "svg-1" }], ["path", { "d": "M21 3l-7.536 7.536a5 5 0 0 0 -1.464 3.534v6.93", "key": "svg-2" }], ["path", { "d": "M3 3l7.536 7.536a5 5 0 0 1 1.464 3.534v.93", "key": "svg-3" }]]; const IconArrowFork = createReactComponent("outline", "arrow-fork", "ArrowFork", __iconNode$1rY); const __iconNode$1rX = [["path", { "d": "M11 14l4 -4l-4 -4", "key": "svg-0" }], ["path", { "d": "M16 14l4 -4l-4 -4", "key": "svg-1" }], ["path", { "d": "M15 10h-7a4 4 0 1 0 0 8h1", "key": "svg-2" }]]; const IconArrowForwardUpDouble = createReactComponent("outline", "arrow-forward-up-double", "ArrowForwardUpDouble", __iconNode$1rX); const __iconNode$1rW = [["path", { "d": "M15 14l4 -4l-4 -4", "key": "svg-0" }], ["path", { "d": "M19 10h-11a4 4 0 1 0 0 8h1", "key": "svg-1" }]]; const IconArrowForwardUp = createReactComponent("outline", "arrow-forward-up", "ArrowForwardUp", __iconNode$1rW); const __iconNode$1rV = [["path", { "d": "M15 11l4 4l-4 4m4 -4h-11a4 4 0 0 1 0 -8h1", "key": "svg-0" }]]; const IconArrowForward = createReactComponent("outline", "arrow-forward", "ArrowForward", __iconNode$1rV); const __iconNode$1rU = [["path", { "d": "M3 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M7 19h3a2 2 0 0 0 2 -2v-8a2 2 0 0 1 2 -2h7", "key": "svg-1" }], ["path", { "d": "M18 4l3 3l-3 3", "key": "svg-2" }]]; const IconArrowGuide = createReactComponent("outline", "arrow-guide", "ArrowGuide", __iconNode$1rU); const __iconNode$1rT = [["path", { "d": "M8.5 16a5.5 5.5 0 1 0 -5.5 -5.5v.5", "key": "svg-0" }], ["path", { "d": "M3 16h18", "key": "svg-1" }], ["path", { "d": "M18 13l3 3l-3 3", "key": "svg-2" }]]; const IconArrowIteration = createReactComponent("outline", "arrow-iteration", "ArrowIteration", __iconNode$1rT); const __iconNode$1rS = [["path", { "d": "M21 12h-18", "key": "svg-0" }], ["path", { "d": "M6 9l-3 3l3 3", "key": "svg-1" }], ["path", { "d": "M21 9v6", "key": "svg-2" }]]; const IconArrowLeftBar = createReactComponent("outline", "arrow-left-bar", "ArrowLeftBar", __iconNode$1rS); const __iconNode$1rR = [["path", { "d": "M17 12h-14", "key": "svg-0" }], ["path", { "d": "M6 9l-3 3l3 3", "key": "svg-1" }], ["path", { "d": "M17 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }]]; const IconArrowLeftCircle = createReactComponent("outline", "arrow-left-circle", "ArrowLeftCircle", __iconNode$1rR); const __iconNode$1rQ = [["path", { "d": "M5 12h6m3 0h1.5m3 0h.5", "key": "svg-0" }], ["path", { "d": "M5 12l6 6", "key": "svg-1" }], ["path", { "d": "M5 12l6 -6", "key": "svg-2" }]]; const IconArrowLeftDashed = createReactComponent("outline", "arrow-left-dashed", "ArrowLeftDashed", __iconNode$1rQ); const __iconNode$1rP = [["path", { "d": "M9 12h12", "key": "svg-0" }], ["path", { "d": "M17 16l4 -4l-4 -4", "key": "svg-1" }], ["path", { "d": "M12 3a9 9 0 1 0 0 18", "key": "svg-2" }]]; const IconArrowLeftFromArc = createReactComponent("outline", "arrow-left-from-arc", "ArrowLeftFromArc", __iconNode$1rP); const __iconNode$1rO = [["path", { "d": "M16 12h-13", "key": "svg-0" }], ["path", { "d": "M6 9l-3 3l3 3", "key": "svg-1" }], ["path", { "d": "M18.5 9.5l2.5 2.5l-2.5 2.5l-2.5 -2.5l2.5 -2.5", "key": "svg-2" }]]; const IconArrowLeftRhombus = createReactComponent("outline", "arrow-left-rhombus", "ArrowLeftRhombus", __iconNode$1rO); const __iconNode$1rN = [["path", { "d": "M17 13l4 -4l-4 -4", "key": "svg-0" }], ["path", { "d": "M7 13l-4 -4l4 -4", "key": "svg-1" }], ["path", { "d": "M12 14a5 5 0 0 1 5 -5h4", "key": "svg-2" }], ["path", { "d": "M12 19v-5a5 5 0 0 0 -5 -5h-4", "key": "svg-3" }]]; const IconArrowLeftRight = createReactComponent("outline", "arrow-left-right", "ArrowLeftRight", __iconNode$1rN); const __iconNode$1rM = [["path", { "d": "M17 12h-14", "key": "svg-0" }], ["path", { "d": "M6 9l-3 3l3 3", "key": "svg-1" }], ["path", { "d": "M21 14h-4v-4h4l0 4", "key": "svg-2" }]]; const IconArrowLeftSquare = createReactComponent("outline", "arrow-left-square", "ArrowLeftSquare", __iconNode$1rM); const __iconNode$1rL = [["path", { "d": "M18 12h-15", "key": "svg-0" }], ["path", { "d": "M6 9l-3 3l3 3", "key": "svg-1" }], ["path", { "d": "M21 9l-3 3l3 3", "key": "svg-2" }]]; const IconArrowLeftTail = createReactComponent("outline", "arrow-left-tail", "ArrowLeftTail", __iconNode$1rL); const __iconNode$1rK = [["path", { "d": "M21 12h-12", "key": "svg-0" }], ["path", { "d": "M13 16l-4 -4l4 -4", "key": "svg-1" }], ["path", { "d": "M12 3a9 9 0 1 0 0 18", "key": "svg-2" }]]; const IconArrowLeftToArc = createReactComponent("outline", "arrow-left-to-arc", "ArrowLeftToArc", __iconNode$1rK); const __iconNode$1rJ = [["path", { "d": "M5 12l14 0", "key": "svg-0" }], ["path", { "d": "M5 12l6 6", "key": "svg-1" }], ["path", { "d": "M5 12l6 -6", "key": "svg-2" }]]; const IconArrowLeft = createReactComponent("outline", "arrow-left", "ArrowLeft", __iconNode$1rJ); const __iconNode$1rI = [["path", { "d": "M13 21v-6m0 -6v-1a4 4 0 1 1 4 4h-13", "key": "svg-0" }], ["path", { "d": "M8 16l-4 -4l4 -4", "key": "svg-1" }]]; const IconArrowLoopLeft2 = createReactComponent("outline", "arrow-loop-left-2", "ArrowLoopLeft2", __iconNode$1rI); const __iconNode$1rH = [["path", { "d": "M13 21v-13a4 4 0 1 1 4 4h-13", "key": "svg-0" }], ["path", { "d": "M8 16l-4 -4l4 -4", "key": "svg-1" }]]; const IconArrowLoopLeft = createReactComponent("outline", "arrow-loop-left", "ArrowLoopLeft", __iconNode$1rH); const __iconNode$1rG = [["path", { "d": "M12 21v-6m0 -6v-1a4 4 0 1 0 -4 4h13", "key": "svg-0" }], ["path", { "d": "M17 16l4 -4l-4 -4", "key": "svg-1" }]]; const IconArrowLoopRight2 = createReactComponent("outline", "arrow-loop-right-2", "ArrowLoopRight2", __iconNode$1rG); const __iconNode$1rF = [["path", { "d": "M12 21v-13a4 4 0 1 0 -4 4h13", "key": "svg-0" }], ["path", { "d": "M17 16l4 -4l-4 -4", "key": "svg-1" }]]; const IconArrowLoopRight = createReactComponent("outline", "arrow-loop-right", "ArrowLoopRight", __iconNode$1rF); const __iconNode$1rE = [["path", { "d": "M8 7l4 -4l4 4", "key": "svg-0" }], ["path", { "d": "M18 21v.01", "key": "svg-1" }], ["path", { "d": "M18 18.01v.01", "key": "svg-2" }], ["path", { "d": "M17 15.02v.01", "key": "svg-3" }], ["path", { "d": "M14 13.03v.01", "key": "svg-4" }], ["path", { "d": "M12 3v5.394a6.737 6.737 0 0 1 -3 5.606a6.737 6.737 0 0 0 -3 5.606v1.394", "key": "svg-5" }]]; const IconArrowMergeAltLeft = createReactComponent("outline", "arrow-merge-alt-left", "ArrowMergeAltLeft", __iconNode$1rE); const __iconNode$1rD = [["path", { "d": "M16 7l-4 -4l-4 4", "key": "svg-0" }], ["path", { "d": "M6 21v.01", "key": "svg-1" }], ["path", { "d": "M6 18.01v.01", "key": "svg-2" }], ["path", { "d": "M7 15.02v.01", "key": "svg-3" }], ["path", { "d": "M10 13.03v.01", "key": "svg-4" }], ["path", { "d": "M12 3v5.394a6.737 6.737 0 0 0 3 5.606a6.737 6.737 0 0 1 3 5.606v1.394", "key": "svg-5" }]]; const IconArrowMergeAltRight = createReactComponent("outline", "arrow-merge-alt-right", "ArrowMergeAltRight", __iconNode$1rD); const __iconNode$1rC = [["path", { "d": "M16 8l-4 -4l-4 4", "key": "svg-0" }], ["path", { "d": "M12 20v-16", "key": "svg-1" }], ["path", { "d": "M18 18c-4 -1.333 -6 -4.667 -6 -10", "key": "svg-2" }], ["path", { "d": "M6 18c4 -1.333 6 -4.667 6 -10", "key": "svg-3" }]]; const IconArrowMergeBoth = createReactComponent("outline", "arrow-merge-both", "ArrowMergeBoth", __iconNode$1rC); const __iconNode$1rB = [["path", { "d": "M8 8l4 -4l4 4", "key": "svg-0" }], ["path", { "d": "M12 20v-16", "key": "svg-1" }], ["path", { "d": "M6 18c4 -1.333 6 -4.667 6 -10", "key": "svg-2" }]]; const IconArrowMergeLeft = createReactComponent("outline", "arrow-merge-left", "ArrowMergeLeft", __iconNode$1rB); const __iconNode$1rA = [["path", { "d": "M16 8l-4 -4l-4 4", "key": "svg-0" }], ["path", { "d": "M12 20v-16", "key": "svg-1" }], ["path", { "d": "M18 18c-4 -1.333 -6 -4.667 -6 -10", "key": "svg-2" }]]; const IconArrowMergeRight = createReactComponent("outline", "arrow-merge-right", "ArrowMergeRight", __iconNode$1rA); const __iconNode$1rz = [["path", { "d": "M8 7l4 -4l4 4", "key": "svg-0" }], ["path", { "d": "M12 3v5.394a6.737 6.737 0 0 1 -3 5.606a6.737 6.737 0 0 0 -3 5.606v1.394", "key": "svg-1" }], ["path", { "d": "M12 3v5.394a6.737 6.737 0 0 0 3 5.606a6.737 6.737 0 0 1 3 5.606v1.394", "key": "svg-2" }]]; const IconArrowMerge = createReactComponent("outline", "arrow-merge", "ArrowMerge", __iconNode$1rz); const __iconNode$1ry = [["path", { "d": "M12 11v10", "key": "svg-0" }], ["path", { "d": "M9 18l3 3l3 -3", "key": "svg-1" }], ["path", { "d": "M10 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }]]; const IconArrowMoveDown = createReactComponent("outline", "arrow-move-down", "ArrowMoveDown", __iconNode$1ry); const __iconNode$1rx = [["path", { "d": "M13 12h-10", "key": "svg-0" }], ["path", { "d": "M6 15l-3 -3l3 -3", "key": "svg-1" }], ["path", { "d": "M17 12a2 2 0 1 1 4 0a2 2 0 0 1 -4 0", "key": "svg-2" }]]; const IconArrowMoveLeft = createReactComponent("outline", "arrow-move-left", "ArrowMoveLeft", __iconNode$1rx); const __iconNode$1rw = [["path", { "d": "M11 12h10", "key": "svg-0" }], ["path", { "d": "M18 9l3 3l-3 3", "key": "svg-1" }], ["path", { "d": "M7 12a2 2 0 1 1 -4 0a2 2 0 0 1 4 0", "key": "svg-2" }]]; const IconArrowMoveRight = createReactComponent("outline", "arrow-move-right", "ArrowMoveRight", __iconNode$1rw); const __iconNode$1rv = [["path", { "d": "M12 13v-10", "key": "svg-0" }], ["path", { "d": "M9 6l3 -3l3 3", "key": "svg-1" }], ["path", { "d": "M12 17a2 2 0 1 1 0 4a2 2 0 0 1 0 -4", "key": "svg-2" }]]; const IconArrowMoveUp = createReactComponent("outline", "arrow-move-up", "ArrowMoveUp", __iconNode$1rv); const __iconNode$1ru = [["path", { "d": "M12 5v.5m0 3v1.5m0 3v6", "key": "svg-0" }], ["path", { "d": "M16 15l-4 4", "key": "svg-1" }], ["path", { "d": "M8 15l4 4", "key": "svg-2" }]]; const IconArrowNarrowDownDashed = createReactComponent("outline", "arrow-narrow-down-dashed", "ArrowNarrowDownDashed", __iconNode$1ru); const __iconNode$1rt = [["path", { "d": "M12 5l0 14", "key": "svg-0" }], ["path", { "d": "M16 15l-4 4", "key": "svg-1" }], ["path", { "d": "M8 15l4 4", "key": "svg-2" }]]; const IconArrowNarrowDown = createReactComponent("outline", "arrow-narrow-down", "ArrowNarrowDown", __iconNode$1rt); const __iconNode$1rs = [["path", { "d": "M5 12h6m3 0h1.5m3 0h.5", "key": "svg-0" }], ["path", { "d": "M5 12l4 4", "key": "svg-1" }], ["path", { "d": "M5 12l4 -4", "key": "svg-2" }]]; const IconArrowNarrowLeftDashed = createReactComponent("outline", "arrow-narrow-left-dashed", "ArrowNarrowLeftDashed", __iconNode$1rs); const __iconNode$1rr = [["path", { "d": "M5 12l14 0", "key": "svg-0" }], ["path", { "d": "M5 12l4 4", "key": "svg-1" }], ["path", { "d": "M5 12l4 -4", "key": "svg-2" }]]; const IconArrowNarrowLeft = createReactComponent("outline", "arrow-narrow-left", "ArrowNarrowLeft", __iconNode$1rr); const __iconNode$1rq = [["path", { "d": "M5 12h.5m3 0h1.5m3 0h6", "key": "svg-0" }], ["path", { "d": "M15 16l4 -4", "key": "svg-1" }], ["path", { "d": "M15 8l4 4", "key": "svg-2" }]]; const IconArrowNarrowRightDashed = createReactComponent("outline", "arrow-narrow-right-dashed", "ArrowNarrowRightDashed", __iconNode$1rq); const __iconNode$1rp = [["path", { "d": "M5 12l14 0", "key": "svg-0" }], ["path", { "d": "M15 16l4 -4", "key": "svg-1" }], ["path", { "d": "M15 8l4 4", "key": "svg-2" }]]; const IconArrowNarrowRight = createReactComponent("outline", "arrow-narrow-right", "ArrowNarrowRight", __iconNode$1rp); const __iconNode$1ro = [["path", { "d": "M12 5v6m0 3v1.5m0 3v.5", "key": "svg-0" }], ["path", { "d": "M16 9l-4 -4", "key": "svg-1" }], ["path", { "d": "M8 9l4 -4", "key": "svg-2" }]]; const IconArrowNarrowUpDashed = createReactComponent("outline", "arrow-narrow-up-dashed", "ArrowNarrowUpDashed", __iconNode$1ro); const __iconNode$1rn = [["path", { "d": "M12 5l0 14", "key": "svg-0" }], ["path", { "d": "M16 9l-4 -4", "key": "svg-1" }], ["path", { "d": "M8 9l4 -4", "key": "svg-2" }]]; const IconArrowNarrowUp = createReactComponent("outline", "arrow-narrow-up", "ArrowNarrowUp", __iconNode$1rn); const __iconNode$1rm = [["path", { "d": "M18 3v8.707", "key": "svg-0" }], ["path", { "d": "M8 14l-4 -4l4 -4", "key": "svg-1" }], ["path", { "d": "M18 21c0 -6.075 -4.925 -11 -11 -11h-3", "key": "svg-2" }]]; const IconArrowRampLeft2 = createReactComponent("outline", "arrow-ramp-left-2", "ArrowRampLeft2", __iconNode$1rm); const __iconNode$1rl = [["path", { "d": "M18 3v6", "key": "svg-0" }], ["path", { "d": "M8 16l-4 -4l4 -4", "key": "svg-1" }], ["path", { "d": "M18 21v-6a3 3 0 0 0 -3 -3h-11", "key": "svg-2" }]]; const IconArrowRampLeft3 = createReactComponent("outline", "arrow-ramp-left-3", "ArrowRampLeft3", __iconNode$1rl); const __iconNode$1rk = [["path", { "d": "M17 3l0 8.707", "key": "svg-0" }], ["path", { "d": "M13 7l4 -4l4 4", "key": "svg-1" }], ["path", { "d": "M7 14l-4 -4l4 -4", "key": "svg-2" }], ["path", { "d": "M17 21a11 11 0 0 0 -11 -11h-3", "key": "svg-3" }]]; const IconArrowRampLeft = createReactComponent("outline", "arrow-ramp-left", "ArrowRampLeft", __iconNode$1rk); const __iconNode$1rj = [["path", { "d": "M6 3v8.707", "key": "svg-0" }], ["path", { "d": "M16 14l4 -4l-4 -4", "key": "svg-1" }], ["path", { "d": "M6 21c0 -6.075 4.925 -11 11 -11h3", "key": "svg-2" }]]; const IconArrowRampRight2 = createReactComponent("outline", "arrow-ramp-right-2", "ArrowRampRight2", __iconNode$1rj); const __iconNode$1ri = [["path", { "d": "M6 3v6", "key": "svg-0" }], ["path", { "d": "M16 16l4 -4l-4 -4", "key": "svg-1" }], ["path", { "d": "M6 21v-6a3 3 0 0 1 3 -3h11", "key": "svg-2" }]]; const IconArrowRampRight3 = createReactComponent("outline", "arrow-ramp-right-3", "ArrowRampRight3", __iconNode$1ri); const __iconNode$1rh = [["path", { "d": "M7 3l0 8.707", "key": "svg-0" }], ["path", { "d": "M11 7l-4 -4l-4 4", "key": "svg-1" }], ["path", { "d": "M17 14l4 -4l-4 -4", "key": "svg-2" }], ["path", { "d": "M7 21a11 11 0 0 1 11 -11h3", "key": "svg-3" }]]; const IconArrowRampRight = createReactComponent("outline", "arrow-ramp-right", "ArrowRampRight", __iconNode$1rh); const __iconNode$1rg = [["path", { "d": "M18 15l3 -3l-3 -3", "key": "svg-0" }], ["path", { "d": "M3 12h18", "key": "svg-1" }], ["path", { "d": "M3 9v6", "key": "svg-2" }]]; const IconArrowRightBar = createReactComponent("outline", "arrow-right-bar", "ArrowRightBar", __iconNode$1rg); const __iconNode$1rf = [["path", { "d": "M18 15l3 -3l-3 -3", "key": "svg-0" }], ["path", { "d": "M3 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M7 12h14", "key": "svg-2" }]]; const IconArrowRightCircle = createReactComponent("outline", "arrow-right-circle", "ArrowRightCircle", __iconNode$1rf); const __iconNode$1re = [["path", { "d": "M5 12h.5m3 0h1.5m3 0h6", "key": "svg-0" }], ["path", { "d": "M13 18l6 -6", "key": "svg-1" }], ["path", { "d": "M13 6l6 6", "key": "svg-2" }]]; const IconArrowRightDashed = createReactComponent("outline", "arrow-right-dashed", "ArrowRightDashed", __iconNode$1re); const __iconNode$1rd = [["path", { "d": "M15 12h-12", "key": "svg-0" }], ["path", { "d": "M7 8l-4 4l4 4", "key": "svg-1" }], ["path", { "d": "M12 21a9 9 0 0 0 0 -18", "key": "svg-2" }]]; const IconArrowRightFromArc = createReactComponent("outline", "arrow-right-from-arc", "ArrowRightFromArc", __iconNode$1rd); const __iconNode$1rc = [["path", { "d": "M8 12h13", "key": "svg-0" }], ["path", { "d": "M18 9l3 3l-3 3", "key": "svg-1" }], ["path", { "d": "M5.5 9.5l-2.5 2.5l2.5 2.5l2.5 -2.5l-2.5 -2.5", "key": "svg-2" }]]; const IconArrowRightRhombus = createReactComponent("outline", "arrow-right-rhombus", "ArrowRightRhombus", __iconNode$1rc); const __iconNode$1rb = [["path", { "d": "M7 12l14 0", "key": "svg-0" }], ["path", { "d": "M18 15l3 -3l-3 -3", "key": "svg-1" }], ["path", { "d": "M3 10h4v4h-4l0 -4", "key": "svg-2" }]]; const IconArrowRightSquare = createReactComponent("outline", "arrow-right-square", "ArrowRightSquare", __iconNode$1rb); const __iconNode$1ra = [["path", { "d": "M18 15l3 -3l-3 -3", "key": "svg-0" }], ["path", { "d": "M3 15l3 -3l-3 -3", "key": "svg-1" }], ["path", { "d": "M6 12l15 0", "key": "svg-2" }]]; const IconArrowRightTail = createReactComponent("outline", "arrow-right-tail", "ArrowRightTail", __iconNode$1ra); const __iconNode$1r9 = [["path", { "d": "M3 12h12", "key": "svg-0" }], ["path", { "d": "M11 8l4 4l-4 4", "key": "svg-1" }], ["path", { "d": "M12 21a9 9 0 0 0 0 -18", "key": "svg-2" }]]; const IconArrowRightToArc = createReactComponent("outline", "arrow-right-to-arc", "ArrowRightToArc", __iconNode$1r9); const __iconNode$1r8 = [["path", { "d": "M5 12l14 0", "key": "svg-0" }], ["path", { "d": "M13 18l6 -6", "key": "svg-1" }], ["path", { "d": "M13 6l6 6", "key": "svg-2" }]]; const IconArrowRight = createReactComponent("outline", "arrow-right", "ArrowRight", __iconNode$1r8); const __iconNode$1r7 = [["path", { "d": "M16 10a3 3 0 1 1 0 -6a3 3 0 0 1 0 6", "key": "svg-0" }], ["path", { "d": "M16 10v10", "key": "svg-1" }], ["path", { "d": "M13.5 9.5l-8.5 8.5", "key": "svg-2" }], ["path", { "d": "M10 18h-5v-5", "key": "svg-3" }]]; const IconArrowRotaryFirstLeft = createReactComponent("outline", "arrow-rotary-first-left", "ArrowRotaryFirstLeft", __iconNode$1r7); const __iconNode$1r6 = [["path", { "d": "M5 7a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M8 10v10", "key": "svg-1" }], ["path", { "d": "M10.5 9.5l8.5 8.5", "key": "svg-2" }], ["path", { "d": "M14 18h5v-5", "key": "svg-3" }]]; const IconArrowRotaryFirstRight = createReactComponent("outline", "arrow-rotary-first-right", "ArrowRotaryFirstRight", __iconNode$1r6); const __iconNode$1r5 = [["path", { "d": "M15 15a3 3 0 1 1 0 -6a3 3 0 0 1 0 6", "key": "svg-0" }], ["path", { "d": "M15 15v6", "key": "svg-1" }], ["path", { "d": "M12.5 9.5l-6.5 -6.5", "key": "svg-2" }], ["path", { "d": "M11 3h-5v5", "key": "svg-3" }]]; const IconArrowRotaryLastLeft = createReactComponent("outline", "arrow-rotary-last-left", "ArrowRotaryLastLeft", __iconNode$1r5); const __iconNode$1r4 = [["path", { "d": "M6 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M9 15v6", "key": "svg-1" }], ["path", { "d": "M11.5 9.5l6.5 -6.5", "key": "svg-2" }], ["path", { "d": "M13 3h5v5", "key": "svg-3" }]]; const IconArrowRotaryLastRight = createReactComponent("outline", "arrow-rotary-last-right", "ArrowRotaryLastRight", __iconNode$1r4); const __iconNode$1r3 = [["path", { "d": "M16 10a3 3 0 1 1 0 -6a3 3 0 0 1 0 6", "key": "svg-0" }], ["path", { "d": "M16 10v10", "key": "svg-1" }], ["path", { "d": "M13 7h-10", "key": "svg-2" }], ["path", { "d": "M7 11l-4 -4l4 -4", "key": "svg-3" }]]; const IconArrowRotaryLeft = createReactComponent("outline", "arrow-rotary-left", "ArrowRotaryLeft", __iconNode$1r3); const __iconNode$1r2 = [["path", { "d": "M5 7a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M8 10v10", "key": "svg-1" }], ["path", { "d": "M17 11l4 -4l-4 -4", "key": "svg-2" }], ["path", { "d": "M11 7h10", "key": "svg-3" }]]; const IconArrowRotaryRight = createReactComponent("outline", "arrow-rotary-right", "ArrowRotaryRight", __iconNode$1r2); const __iconNode$1r1 = [["path", { "d": "M10 13a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M13 16v5", "key": "svg-1" }], ["path", { "d": "M13 3v7", "key": "svg-2" }], ["path", { "d": "M9 7l4 -4l4 4", "key": "svg-3" }]]; const IconArrowRotaryStraight = createReactComponent("outline", "arrow-rotary-straight", "ArrowRotaryStraight", __iconNode$1r1); const __iconNode$1r0 = [["path", { "d": "M3 9h8a5 5 0 1 1 5 5v7", "key": "svg-0" }], ["path", { "d": "M7 5l-4 4l4 4", "key": "svg-1" }]]; const IconArrowRoundaboutLeft = createReactComponent("outline", "arrow-roundabout-left", "ArrowRoundaboutLeft", __iconNode$1r0); const __iconNode$1q$ = [["path", { "d": "M21 9h-8a5 5 0 1 0 -5 5v7", "key": "svg-0" }], ["path", { "d": "M17 5l4 4l-4 4", "key": "svg-1" }]]; const IconArrowRoundaboutRight = createReactComponent("outline", "arrow-roundabout-right", "ArrowRoundaboutRight", __iconNode$1q$); const __iconNode$1q_ = [["path", { "d": "M17 18v-11.31a.7 .7 0 0 0 -1.195 -.495l-9.805 9.805", "key": "svg-0" }], ["path", { "d": "M11 16h-5v-5", "key": "svg-1" }]]; const IconArrowSharpTurnLeft = createReactComponent("outline", "arrow-sharp-turn-left", "ArrowSharpTurnLeft", __iconNode$1q_); const __iconNode$1qZ = [["path", { "d": "M7 18v-11.31a.7 .7 0 0 1 1.195 -.495l9.805 9.805", "key": "svg-0" }], ["path", { "d": "M13 16h5v-5", "key": "svg-1" }]]; const IconArrowSharpTurnRight = createReactComponent("outline", "arrow-sharp-turn-right", "ArrowSharpTurnRight", __iconNode$1qZ); const __iconNode$1qY = [["path", { "d": "M12 21l0 -18", "key": "svg-0" }], ["path", { "d": "M15 6l-3 -3l-3 3", "key": "svg-1" }], ["path", { "d": "M9 21l6 0", "key": "svg-2" }]]; const IconArrowUpBar = createReactComponent("outline", "arrow-up-bar", "ArrowUpBar", __iconNode$1qY); const __iconNode$1qX = [["path", { "d": "M12 17v-14", "key": "svg-0" }], ["path", { "d": "M15 6l-3 -3l-3 3", "key": "svg-1" }], ["path", { "d": "M12 17a2 2 0 1 0 0 4a2 2 0 0 0 0 -4", "key": "svg-2" }]]; const IconArrowUpCircle = createReactComponent("outline", "arrow-up-circle", "ArrowUpCircle", __iconNode$1qX); const __iconNode$1qW = [["path", { "d": "M12 5v6m0 3v1.5m0 3v.5", "key": "svg-0" }], ["path", { "d": "M18 11l-6 -6", "key": "svg-1" }], ["path", { "d": "M6 11l6 -6", "key": "svg-2" }]]; const IconArrowUpDashed = createReactComponent("outline", "arrow-up-dashed", "ArrowUpDashed", __iconNode$1qW); const __iconNode$1qV = [["path", { "d": "M12 9v12", "key": "svg-0" }], ["path", { "d": "M8 17l4 4l4 -4", "key": "svg-1" }], ["path", { "d": "M21 12a9 9 0 0 0 -18 0", "key": "svg-2" }]]; const IconArrowUpFromArc = createReactComponent("outline", "arrow-up-from-arc", "ArrowUpFromArc", __iconNode$1qV); const __iconNode$1qU = [["path", { "d": "M15.536 15.536l-9.536 -9.536", "key": "svg-0" }], ["path", { "d": "M10 6h-4v4", "key": "svg-1" }], ["path", { "d": "M15.586 15.586a2 2 0 1 0 2.828 2.828a2 2 0 0 0 -2.828 -2.828", "key": "svg-2" }]]; const IconArrowUpLeftCircle = createReactComponent("outline", "arrow-up-left-circle", "ArrowUpLeftCircle", __iconNode$1qU); const __iconNode$1qT = [["path", { "d": "M7 7l10 10", "key": "svg-0" }], ["path", { "d": "M16 7l-9 0l0 9", "key": "svg-1" }]]; const IconArrowUpLeft = createReactComponent("outline", "arrow-up-left", "ArrowUpLeft", __iconNode$1qT); const __iconNode$1qS = [["path", { "d": "M12 16v-13", "key": "svg-0" }], ["path", { "d": "M15 6l-3 -3l-3 3", "key": "svg-1" }], ["path", { "d": "M14.5 18.5l-2.5 2.5l-2.5 -2.5l2.5 -2.5l2.5 2.5", "key": "svg-2" }]]; const IconArrowUpRhombus = createReactComponent("outline", "arrow-up-rhombus", "ArrowUpRhombus", __iconNode$1qS); const __iconNode$1qR = [["path", { "d": "M8.464 15.536l9.536 -9.536", "key": "svg-0" }], ["path", { "d": "M18 10v-4h-4", "key": "svg-1" }], ["path", { "d": "M8.414 15.586a2 2 0 1 0 -2.828 2.828a2 2 0 0 0 2.828 -2.828", "key": "svg-2" }]]; const IconArrowUpRightCircle = createReactComponent("outline", "arrow-up-right-circle", "ArrowUpRightCircle", __iconNode$1qR); const __iconNode$1qQ = [["path", { "d": "M17 7l-10 10", "key": "svg-0" }], ["path", { "d": "M8 7l9 0l0 9", "key": "svg-1" }]]; const IconArrowUpRight = createReactComponent("outline", "arrow-up-right", "ArrowUpRight", __iconNode$1qQ); const __iconNode$1qP = [["path", { "d": "M12 17l0 -14", "key": "svg-0" }], ["path", { "d": "M15 6l-3 -3l-3 3", "key": "svg-1" }], ["path", { "d": "M10 21v-4h4v4l-4 0", "key": "svg-2" }]]; const IconArrowUpSquare = createReactComponent("outline", "arrow-up-square", "ArrowUpSquare", __iconNode$1qP); const __iconNode$1qO = [["path", { "d": "M12 18l0 -15", "key": "svg-0" }], ["path", { "d": "M15 6l-3 -3l-3 3", "key": "svg-1" }], ["path", { "d": "M15 21l-3 -3l-3 3", "key": "svg-2" }]]; const IconArrowUpTail = createReactComponent("outline", "arrow-up-tail", "ArrowUpTail", __iconNode$1qO); const __iconNode$1qN = [["path", { "d": "M12 21v-12", "key": "svg-0" }], ["path", { "d": "M8 13l4 -4l4 4", "key": "svg-1" }], ["path", { "d": "M21 12a9 9 0 0 0 -18 0", "key": "svg-2" }]]; const IconArrowUpToArc = createReactComponent("outline", "arrow-up-to-arc", "ArrowUpToArc", __iconNode$1qN); const __iconNode$1qM = [["path", { "d": "M12 5l0 14", "key": "svg-0" }], ["path", { "d": "M18 11l-6 -6", "key": "svg-1" }], ["path", { "d": "M6 11l6 -6", "key": "svg-2" }]]; const IconArrowUp = createReactComponent("outline", "arrow-up", "ArrowUp", __iconNode$1qM); const __iconNode$1qL = [["path", { "d": "M7 14h-4v-4", "key": "svg-0" }], ["path", { "d": "M21 12c-.887 1.284 -2.48 2.033 -4 2c-1.52 .033 -3.113 -.716 -4 -2s-2.48 -2.033 -4 -2c-1.52 -.033 -3 1 -4 2l-2 2", "key": "svg-1" }]]; const IconArrowWaveLeftDown = createReactComponent("outline", "arrow-wave-left-down", "ArrowWaveLeftDown", __iconNode$1qL); const __iconNode$1qK = [["path", { "d": "M7 10h-4v4", "key": "svg-0" }], ["path", { "d": "M21 12c-.887 -1.285 -2.48 -2.033 -4 -2c-1.52 -.033 -3.113 .715 -4 2c-.887 1.284 -2.48 2.033 -4 2c-1.52 .033 -3 -1 -4 -2l-2 -2", "key": "svg-1" }]]; const IconArrowWaveLeftUp = createReactComponent("outline", "arrow-wave-left-up", "ArrowWaveLeftUp", __iconNode$1qK); const __iconNode$1qJ = [["path", { "d": "M17 14h4v-4", "key": "svg-0" }], ["path", { "d": "M3 12c.887 1.284 2.48 2.033 4 2c1.52 .033 3.113 -.716 4 -2s2.48 -2.033 4 -2c1.52 -.033 3 1 4 2l2 2", "key": "svg-1" }]]; const IconArrowWaveRightDown = createReactComponent("outline", "arrow-wave-right-down", "ArrowWaveRightDown", __iconNode$1qJ); const __iconNode$1qI = [["path", { "d": "M17 10h4v4", "key": "svg-0" }], ["path", { "d": "M3 12c.887 -1.284 2.48 -2.033 4 -2c1.52 -.033 3.113 .716 4 2s2.48 2.033 4 2c1.52 .033 3 -1 4 -2l2 -2", "key": "svg-1" }]]; const IconArrowWaveRightUp = createReactComponent("outline", "arrow-wave-right-up", "ArrowWaveRightUp", __iconNode$1qI); const __iconNode$1qH = [["path", { "d": "M6 20v-10l10 6v-12", "key": "svg-0" }], ["path", { "d": "M13 7l3 -3l3 3", "key": "svg-1" }]]; const IconArrowZigZag = createReactComponent("outline", "arrow-zig-zag", "ArrowZigZag", __iconNode$1qH); const __iconNode$1qG = [["path", { "d": "M16 4h4v4", "key": "svg-0" }], ["path", { "d": "M15 9l5 -5", "key": "svg-1" }], ["path", { "d": "M4 20l5 -5", "key": "svg-2" }], ["path", { "d": "M16 20h4v-4", "key": "svg-3" }], ["path", { "d": "M4 4l16 16", "key": "svg-4" }]]; const IconArrowsCross = createReactComponent("outline", "arrows-cross", "ArrowsCross", __iconNode$1qG); const __iconNode$1qF = [["path", { "d": "M16 20l4 0l0 -4", "key": "svg-0" }], ["path", { "d": "M14 14l6 6", "key": "svg-1" }], ["path", { "d": "M8 4l-4 0l0 4", "key": "svg-2" }], ["path", { "d": "M4 4l6 6", "key": "svg-3" }]]; const IconArrowsDiagonal2 = createReactComponent("outline", "arrows-diagonal-2", "ArrowsDiagonal2", __iconNode$1qF); const __iconNode$1qE = [["path", { "d": "M18 10h-4v-4", "key": "svg-0" }], ["path", { "d": "M20 4l-6 6", "key": "svg-1" }], ["path", { "d": "M6 14h4v4", "key": "svg-2" }], ["path", { "d": "M10 14l-6 6", "key": "svg-3" }]]; const IconArrowsDiagonalMinimize2 = createReactComponent("outline", "arrows-diagonal-minimize-2", "ArrowsDiagonalMinimize2", __iconNode$1qE); const __iconNode$1qD = [["path", { "d": "M6 10h4v-4", "key": "svg-0" }], ["path", { "d": "M4 4l6 6", "key": "svg-1" }], ["path", { "d": "M18 14h-4v4", "key": "svg-2" }], ["path", { "d": "M14 14l6 6", "key": "svg-3" }]]; const IconArrowsDiagonalMinimize = createReactComponent("outline", "arrows-diagonal-minimize", "ArrowsDiagonalMinimize", __iconNode$1qD); const __iconNode$1qC = [["path", { "d": "M16 4l4 0l0 4", "key": "svg-0" }], ["path", { "d": "M14 10l6 -6", "key": "svg-1" }], ["path", { "d": "M8 20l-4 0l0 -4", "key": "svg-2" }], ["path", { "d": "M4 20l6 -6", "key": "svg-3" }]]; const IconArrowsDiagonal = createReactComponent("outline", "arrows-diagonal", "ArrowsDiagonal", __iconNode$1qC); const __iconNode$1qB = [["path", { "d": "M11 16h10", "key": "svg-0" }], ["path", { "d": "M11 16l4 4", "key": "svg-1" }], ["path", { "d": "M11 16l4 -4", "key": "svg-2" }], ["path", { "d": "M13 8h-10", "key": "svg-3" }], ["path", { "d": "M13 8l-4 4", "key": "svg-4" }], ["path", { "d": "M13 8l-4 -4", "key": "svg-5" }]]; const IconArrowsDiff = createReactComponent("outline", "arrows-diff", "ArrowsDiff", __iconNode$1qB); const __iconNode$1qA = [["path", { "d": "M3 14l11 -11", "key": "svg-0" }], ["path", { "d": "M10 3h4v4", "key": "svg-1" }], ["path", { "d": "M10 17v4h4", "key": "svg-2" }], ["path", { "d": "M21 10l-11 11", "key": "svg-3" }]]; const IconArrowsDoubleNeSw = createReactComponent("outline", "arrows-double-ne-sw", "ArrowsDoubleNeSw", __iconNode$1qA); const __iconNode$1qz = [["path", { "d": "M14 21l-11 -11", "key": "svg-0" }], ["path", { "d": "M3 14v-4h4", "key": "svg-1" }], ["path", { "d": "M17 14h4v-4", "key": "svg-2" }], ["path", { "d": "M10 3l11 11", "key": "svg-3" }]]; const IconArrowsDoubleNwSe = createReactComponent("outline", "arrows-double-nw-se", "ArrowsDoubleNwSe", __iconNode$1qz); const __iconNode$1qy = [["path", { "d": "M3 10l11 11", "key": "svg-0" }], ["path", { "d": "M14 17v4h-4", "key": "svg-1" }], ["path", { "d": "M14 3h-4v4", "key": "svg-2" }], ["path", { "d": "M21 14l-11 -11", "key": "svg-3" }]]; const IconArrowsDoubleSeNw = createReactComponent("outline", "arrows-double-se-nw", "ArrowsDoubleSeNw", __iconNode$1qy); const __iconNode$1qx = [["path", { "d": "M14 3l-11 11", "key": "svg-0" }], ["path", { "d": "M3 10v4h4", "key": "svg-1" }], ["path", { "d": "M17 10h4v4", "key": "svg-2" }], ["path", { "d": "M10 21l11 -11", "key": "svg-3" }]]; const IconArrowsDoubleSwNe = createReactComponent("outline", "arrows-double-sw-ne", "ArrowsDoubleSwNe", __iconNode$1qx); const __iconNode$1qw = [["path", { "d": "M17 3l0 18", "key": "svg-0" }], ["path", { "d": "M10 18l-3 3l-3 -3", "key": "svg-1" }], ["path", { "d": "M7 21l0 -18", "key": "svg-2" }], ["path", { "d": "M20 6l-3 -3l-3 3", "key": "svg-3" }]]; const IconArrowsDownUp = createReactComponent("outline", "arrows-down-up", "ArrowsDownUp", __iconNode$1qw); const __iconNode$1qv = [["path", { "d": "M7 21l0 -18", "key": "svg-0" }], ["path", { "d": "M20 18l-3 3l-3 -3", "key": "svg-1" }], ["path", { "d": "M4 18l3 3l3 -3", "key": "svg-2" }], ["path", { "d": "M17 21l0 -18", "key": "svg-3" }]]; const IconArrowsDown = createReactComponent("outline", "arrows-down", "ArrowsDown", __iconNode$1qv); const __iconNode$1qu = [["path", { "d": "M17 10h-14l4 -4", "key": "svg-0" }], ["path", { "d": "M7 14h14l-4 4", "key": "svg-1" }]]; const IconArrowsExchange2 = createReactComponent("outline", "arrows-exchange-2", "ArrowsExchange2", __iconNode$1qu); const __iconNode$1qt = [["path", { "d": "M7 10h14l-4 -4", "key": "svg-0" }], ["path", { "d": "M17 14h-14l4 4", "key": "svg-1" }]]; const IconArrowsExchange = createReactComponent("outline", "arrows-exchange", "ArrowsExchange", __iconNode$1qt); const __iconNode$1qs = [["path", { "d": "M7 8l-4 4l4 4", "key": "svg-0" }], ["path", { "d": "M17 8l4 4l-4 4", "key": "svg-1" }], ["path", { "d": "M3 12l18 0", "key": "svg-2" }]]; const IconArrowsHorizontal = createReactComponent("outline", "arrows-horizontal", "ArrowsHorizontal", __iconNode$1qs); const __iconNode$1qr = [["path", { "d": "M3 7h1.948c1.913 0 3.705 .933 4.802 2.5a5.861 5.861 0 0 0 4.802 2.5h6.448", "key": "svg-0" }], ["path", { "d": "M3 17h1.95a5.854 5.854 0 0 0 4.798 -2.5a5.854 5.854 0 0 1 4.798 -2.5h5.454", "key": "svg-1" }], ["path", { "d": "M18 15l3 -3l-3 -3", "key": "svg-2" }]]; const IconArrowsJoin2 = createReactComponent("outline", "arrows-join-2", "ArrowsJoin2", __iconNode$1qr); const __iconNode$1qq = [["path", { "d": "M3 7h5l3.5 5h9.5", "key": "svg-0" }], ["path", { "d": "M3 17h5l3.495 -5", "key": "svg-1" }], ["path", { "d": "M18 15l3 -3l-3 -3", "key": "svg-2" }]]; const IconArrowsJoin = createReactComponent("outline", "arrows-join", "ArrowsJoin", __iconNode$1qq); const __iconNode$1qp = [["path", { "d": "M7 3l-4 4l4 4", "key": "svg-0" }], ["path", { "d": "M3 7h11a3 3 0 0 1 3 3v11", "key": "svg-1" }], ["path", { "d": "M13 17l4 4l4 -4", "key": "svg-2" }]]; const IconArrowsLeftDown = createReactComponent("outline", "arrows-left-down", "ArrowsLeftDown", __iconNode$1qp); const __iconNode$1qo = [["path", { "d": "M21 17l-18 0", "key": "svg-0" }], ["path", { "d": "M6 10l-3 -3l3 -3", "key": "svg-1" }], ["path", { "d": "M3 7l18 0", "key": "svg-2" }], ["path", { "d": "M18 20l3 -3l-3 -3", "key": "svg-3" }]]; const IconArrowsLeftRight = createReactComponent("outline", "arrows-left-right", "ArrowsLeftRight", __iconNode$1qo); const __iconNode$1qn = [["path", { "d": "M3 7l18 0", "key": "svg-0" }], ["path", { "d": "M6 20l-3 -3l3 -3", "key": "svg-1" }], ["path", { "d": "M6 4l-3 3l3 3", "key": "svg-2" }], ["path", { "d": "M3 17l18 0", "key": "svg-3" }]]; const IconArrowsLeft = createReactComponent("outline", "arrows-left", "ArrowsLeft", __iconNode$1qn); const __iconNode$1qm = [["path", { "d": "M16 4l4 0l0 4", "key": "svg-0" }], ["path", { "d": "M14 10l6 -6", "key": "svg-1" }], ["path", { "d": "M8 20l-4 0l0 -4", "key": "svg-2" }], ["path", { "d": "M4 20l6 -6", "key": "svg-3" }], ["path", { "d": "M16 20l4 0l0 -4", "key": "svg-4" }], ["path", { "d": "M14 14l6 6", "key": "svg-5" }], ["path", { "d": "M8 4l-4 0l0 4", "key": "svg-6" }], ["path", { "d": "M4 4l6 6", "key": "svg-7" }]]; const IconArrowsMaximize = createReactComponent("outline", "arrows-maximize", "ArrowsMaximize", __iconNode$1qm); const __iconNode$1ql = [["path", { "d": "M5 9l4 0l0 -4", "key": "svg-0" }], ["path", { "d": "M3 3l6 6", "key": "svg-1" }], ["path", { "d": "M5 15l4 0l0 4", "key": "svg-2" }], ["path", { "d": "M3 21l6 -6", "key": "svg-3" }], ["path", { "d": "M19 9l-4 0l0 -4", "key": "svg-4" }], ["path", { "d": "M15 9l6 -6", "key": "svg-5" }], ["path", { "d": "M19 15l-4 0l0 4", "key": "svg-6" }], ["path", { "d": "M15 15l6 6", "key": "svg-7" }]]; const IconArrowsMinimize = createReactComponent("outline", "arrows-minimize", "ArrowsMinimize", __iconNode$1ql); const __iconNode$1qk = [["path", { "d": "M18 9l3 3l-3 3", "key": "svg-0" }], ["path", { "d": "M15 12h6", "key": "svg-1" }], ["path", { "d": "M6 9l-3 3l3 3", "key": "svg-2" }], ["path", { "d": "M3 12h6", "key": "svg-3" }]]; const IconArrowsMoveHorizontal = createReactComponent("outline", "arrows-move-horizontal", "ArrowsMoveHorizontal", __iconNode$1qk); const __iconNode$1qj = [["path", { "d": "M9 18l3 3l3 -3", "key": "svg-0" }], ["path", { "d": "M12 15v6", "key": "svg-1" }], ["path", { "d": "M15 6l-3 -3l-3 3", "key": "svg-2" }], ["path", { "d": "M12 3v6", "key": "svg-3" }]]; const IconArrowsMoveVertical = createReactComponent("outline", "arrows-move-vertical", "ArrowsMoveVertical", __iconNode$1qj); const __iconNode$1qi = [["path", { "d": "M18 9l3 3l-3 3", "key": "svg-0" }], ["path", { "d": "M15 12h6", "key": "svg-1" }], ["path", { "d": "M6 9l-3 3l3 3", "key": "svg-2" }], ["path", { "d": "M3 12h6", "key": "svg-3" }], ["path", { "d": "M9 18l3 3l3 -3", "key": "svg-4" }], ["path", { "d": "M12 15v6", "key": "svg-5" }], ["path", { "d": "M15 6l-3 -3l-3 3", "key": "svg-6" }], ["path", { "d": "M12 3v6", "key": "svg-7" }]]; const IconArrowsMove = createReactComponent("outline", "arrows-move", "ArrowsMove", __iconNode$1qi); const __iconNode$1qh = [["path", { "d": "M20 21h-4v-4", "key": "svg-0" }], ["path", { "d": "M16 21l5 -5", "key": "svg-1" }], ["path", { "d": "M6.5 9.504l-3.5 -2l2 -3.504", "key": "svg-2" }], ["path", { "d": "M3 7.504l6.83 -1.87", "key": "svg-3" }], ["path", { "d": "M4 16l4 -1l1 4", "key": "svg-4" }], ["path", { "d": "M8 15l-3.5 6", "key": "svg-5" }], ["path", { "d": "M21 5l-.5 4l-4 -.5", "key": "svg-6" }], ["path", { "d": "M20.5 9l-4.5 -5.5", "key": "svg-7" }]]; const IconArrowsRandom = createReactComponent("outline", "arrows-random", "ArrowsRandom", __iconNode$1qh); const __iconNode$1qg = [["path", { "d": "M3 17l4 4l4 -4", "key": "svg-0" }], ["path", { "d": "M7 21v-11a3 3 0 0 1 3 -3h11", "key": "svg-1" }], ["path", { "d": "M17 11l4 -4l-4 -4", "key": "svg-2" }]]; const IconArrowsRightDown = createReactComponent("outline", "arrows-right-down", "ArrowsRightDown", __iconNode$1qg); const __iconNode$1qf = [["path", { "d": "M21 7l-18 0", "key": "svg-0" }], ["path", { "d": "M18 10l3 -3l-3 -3", "key": "svg-1" }], ["path", { "d": "M6 20l-3 -3l3 -3", "key": "svg-2" }], ["path", { "d": "M3 17l18 0", "key": "svg-3" }]]; const IconArrowsRightLeft = createReactComponent("outline", "arrows-right-left", "ArrowsRightLeft", __iconNode$1qf); const __iconNode$1qe = [["path", { "d": "M21 17l-18 0", "key": "svg-0" }], ["path", { "d": "M18 4l3 3l-3 3", "key": "svg-1" }], ["path", { "d": "M18 20l3 -3l-3 -3", "key": "svg-2" }], ["path", { "d": "M21 7l-18 0", "key": "svg-3" }]]; const IconArrowsRight = createReactComponent("outline", "arrows-right", "ArrowsRight", __iconNode$1qe); const __iconNode$1qd = [["path", { "d": "M18 4l3 3l-3 3", "key": "svg-0" }], ["path", { "d": "M18 20l3 -3l-3 -3", "key": "svg-1" }], ["path", { "d": "M3 7h3a5 5 0 0 1 5 5a5 5 0 0 0 5 5h5", "key": "svg-2" }], ["path", { "d": "M3 17h3a5 5 0 0 0 5 -5a5 5 0 0 1 5 -5h5", "key": "svg-3" }]]; const IconArrowsShuffle2 = createReactComponent("outline", "arrows-shuffle-2", "ArrowsShuffle2", __iconNode$1qd); const __iconNode$1qc = [["path", { "d": "M18 4l3 3l-3 3", "key": "svg-0" }], ["path", { "d": "M18 20l3 -3l-3 -3", "key": "svg-1" }], ["path", { "d": "M3 7h3a5 5 0 0 1 5 5a5 5 0 0 0 5 5h5", "key": "svg-2" }], ["path", { "d": "M21 7h-5a4.978 4.978 0 0 0 -3 1m-4 8a4.984 4.984 0 0 1 -3 1h-3", "key": "svg-3" }]]; const IconArrowsShuffle = createReactComponent("outline", "arrows-shuffle", "ArrowsShuffle", __iconNode$1qc); const __iconNode$1qb = [["path", { "d": "M3 9l4 -4l4 4m-4 -4v14", "key": "svg-0" }], ["path", { "d": "M21 15l-4 4l-4 -4m4 4v-14", "key": "svg-1" }]]; const IconArrowsSort = createReactComponent("outline", "arrows-sort", "ArrowsSort", __iconNode$1qb); const __iconNode$1qa = [["path", { "d": "M21 17h-5.397a5 5 0 0 1 -4.096 -2.133l-.514 -.734a5 5 0 0 0 -4.096 -2.133h-3.897", "key": "svg-0" }], ["path", { "d": "M21 7h-5.395a5 5 0 0 0 -4.098 2.135l-.51 .73a5 5 0 0 1 -4.097 2.135h-3.9", "key": "svg-1" }], ["path", { "d": "M18 10l3 -3l-3 -3", "key": "svg-2" }], ["path", { "d": "M18 20l3 -3l-3 -3", "key": "svg-3" }]]; const IconArrowsSplit2 = createReactComponent("outline", "arrows-split-2", "ArrowsSplit2", __iconNode$1qa); const __iconNode$1q9 = [["path", { "d": "M21 17h-8l-3.5 -5h-6.5", "key": "svg-0" }], ["path", { "d": "M21 7h-8l-3.495 5", "key": "svg-1" }], ["path", { "d": "M18 10l3 -3l-3 -3", "key": "svg-2" }], ["path", { "d": "M18 20l3 -3l-3 -3", "key": "svg-3" }]]; const IconArrowsSplit = createReactComponent("outline", "arrows-split", "ArrowsSplit", __iconNode$1q9); const __iconNode$1q8 = [["path", { "d": "M17 3v6", "key": "svg-0" }], ["path", { "d": "M10 18l-3 3l-3 -3", "key": "svg-1" }], ["path", { "d": "M7 21v-18", "key": "svg-2" }], ["path", { "d": "M20 6l-3 -3l-3 3", "key": "svg-3" }], ["path", { "d": "M17 21v-2", "key": "svg-4" }], ["path", { "d": "M17 15v-2", "key": "svg-5" }]]; const IconArrowsTransferDown = createReactComponent("outline", "arrows-transfer-down", "ArrowsTransferDown", __iconNode$1q8); const __iconNode$1q7 = [["path", { "d": "M7 21v-6", "key": "svg-0" }], ["path", { "d": "M20 6l-3 -3l-3 3", "key": "svg-1" }], ["path", { "d": "M10 18l-3 3l-3 -3", "key": "svg-2" }], ["path", { "d": "M7 3v2", "key": "svg-3" }], ["path", { "d": "M7 9v2", "key": "svg-4" }], ["path", { "d": "M17 3v6", "key": "svg-5" }], ["path", { "d": "M17 21v-2", "key": "svg-6" }], ["path", { "d": "M17 15v-2", "key": "svg-7" }]]; const IconArrowsTransferUpDown = createReactComponent("outline", "arrows-transfer-up-down", "ArrowsTransferUpDown", __iconNode$1q7); const __iconNode$1q6 = [["path", { "d": "M7 21v-6", "key": "svg-0" }], ["path", { "d": "M20 6l-3 -3l-3 3", "key": "svg-1" }], ["path", { "d": "M17 3v18", "key": "svg-2" }], ["path", { "d": "M10 18l-3 3l-3 -3", "key": "svg-3" }], ["path", { "d": "M7 3v2", "key": "svg-4" }], ["path", { "d": "M7 9v2", "key": "svg-5" }]]; const IconArrowsTransferUp = createReactComponent("outline", "arrows-transfer-up", "ArrowsTransferUp", __iconNode$1q6); const __iconNode$1q5 = [["path", { "d": "M7 3l0 18", "key": "svg-0" }], ["path", { "d": "M10 6l-3 -3l-3 3", "key": "svg-1" }], ["path", { "d": "M20 18l-3 3l-3 -3", "key": "svg-2" }], ["path", { "d": "M17 21l0 -18", "key": "svg-3" }]]; const IconArrowsUpDown = createReactComponent("outline", "arrows-up-down", "ArrowsUpDown", __iconNode$1q5); const __iconNode$1q4 = [["path", { "d": "M21 7l-4 -4l-4 4", "key": "svg-0" }], ["path", { "d": "M17 3v11a3 3 0 0 1 -3 3h-11", "key": "svg-1" }], ["path", { "d": "M7 13l-4 4l4 4", "key": "svg-2" }]]; const IconArrowsUpLeft = createReactComponent("outline", "arrows-up-left", "ArrowsUpLeft", __iconNode$1q4); const __iconNode$1q3 = [["path", { "d": "M17 21l4 -4l-4 -4", "key": "svg-0" }], ["path", { "d": "M21 17h-11a3 3 0 0 1 -3 -3v-11", "key": "svg-1" }], ["path", { "d": "M11 7l-4 -4l-4 4", "key": "svg-2" }]]; const IconArrowsUpRight = createReactComponent("outline", "arrows-up-right", "ArrowsUpRight", __iconNode$1q3); const __iconNode$1q2 = [["path", { "d": "M17 3l0 18", "key": "svg-0" }], ["path", { "d": "M4 6l3 -3l3 3", "key": "svg-1" }], ["path", { "d": "M20 6l-3 -3l-3 3", "key": "svg-2" }], ["path", { "d": "M7 3l0 18", "key": "svg-3" }]]; const IconArrowsUp = createReactComponent("outline", "arrows-up", "ArrowsUp", __iconNode$1q2); const __iconNode$1q1 = [["path", { "d": "M8 7l4 -4l4 4", "key": "svg-0" }], ["path", { "d": "M8 17l4 4l4 -4", "key": "svg-1" }], ["path", { "d": "M12 3l0 18", "key": "svg-2" }]]; const IconArrowsVertical = createReactComponent("outline", "arrows-vertical", "ArrowsVertical", __iconNode$1q1); const __iconNode$1q0 = [["path", { "d": "M12 8h3a1 1 0 0 1 1 1v3", "key": "svg-0" }], ["path", { "d": "M15.716 15.698a1 1 0 0 1 -.716 .302h-6a1 1 0 0 1 -1 -1v-6c0 -.273 .11 -.52 .287 -.7", "key": "svg-1" }], ["path", { "d": "M3 8h1", "key": "svg-2" }], ["path", { "d": "M3 16h1", "key": "svg-3" }], ["path", { "d": "M8 3v1", "key": "svg-4" }], ["path", { "d": "M16 3v1", "key": "svg-5" }], ["path", { "d": "M20 8h1", "key": "svg-6" }], ["path", { "d": "M20 16h1", "key": "svg-7" }], ["path", { "d": "M8 20v1", "key": "svg-8" }], ["path", { "d": "M16 20v1", "key": "svg-9" }], ["path", { "d": "M3 3l18 18", "key": "svg-10" }]]; const IconArtboardOff = createReactComponent("outline", "artboard-off", "ArtboardOff", __iconNode$1q0); const __iconNode$1p$ = [["path", { "d": "M8 9a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1l0 -6", "key": "svg-0" }], ["path", { "d": "M3 8l1 0", "key": "svg-1" }], ["path", { "d": "M3 16l1 0", "key": "svg-2" }], ["path", { "d": "M8 3l0 1", "key": "svg-3" }], ["path", { "d": "M16 3l0 1", "key": "svg-4" }], ["path", { "d": "M20 8l1 0", "key": "svg-5" }], ["path", { "d": "M20 16l1 0", "key": "svg-6" }], ["path", { "d": "M8 20l0 1", "key": "svg-7" }], ["path", { "d": "M16 20l0 1", "key": "svg-8" }]]; const IconArtboard = createReactComponent("outline", "artboard", "Artboard", __iconNode$1p$); const __iconNode$1p_ = [["path", { "d": "M8 4h11a2 2 0 0 1 2 2v11m-1.172 2.821a1.993 1.993 0 0 1 -.828 .179h-14a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 1.156 -1.814", "key": "svg-0" }], ["path", { "d": "M7 8h1m4 0h5", "key": "svg-1" }], ["path", { "d": "M7 12h5m4 0h1", "key": "svg-2" }], ["path", { "d": "M7 16h9", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconArticleOff = createReactComponent("outline", "article-off", "ArticleOff", __iconNode$1p_); const __iconNode$1pZ = [["path", { "d": "M3 6a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }], ["path", { "d": "M7 8h10", "key": "svg-1" }], ["path", { "d": "M7 12h10", "key": "svg-2" }], ["path", { "d": "M7 16h10", "key": "svg-3" }]]; const IconArticle = createReactComponent("outline", "article", "Article", __iconNode$1pZ); const __iconNode$1pY = [["path", { "d": "M9 5h10a2 2 0 0 1 2 2v10m-2 2h-14a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M7 12v-3h2", "key": "svg-1" }], ["path", { "d": "M17 12v1m-2 2h-1", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconAspectRatioOff = createReactComponent("outline", "aspect-ratio-off", "AspectRatioOff", __iconNode$1pY); const __iconNode$1pX = [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10", "key": "svg-0" }], ["path", { "d": "M7 12v-3h3", "key": "svg-1" }], ["path", { "d": "M17 12v3h-3", "key": "svg-2" }]]; const IconAspectRatio = createReactComponent("outline", "aspect-ratio", "AspectRatio", __iconNode$1pX); const __iconNode$1pW = [["path", { "d": "M18.376 18.377l-5.284 3.343a2.27 2.27 0 0 1 -2.184 0l-6.75 -4.27a2.23 2.23 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l1.328 -.783m2.514 -1.487l2.908 -1.71a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .417 -.118 .817 -.33 1.16", "key": "svg-0" }], ["path", { "d": "M14.855 14.855l-2.37 1.519a1 1 0 0 1 -.97 0l-3 -1.922a1 1 0 0 1 -.515 -.876v-3.278c0 -.364 .197 -.7 .514 -.877l.563 -.336m2.437 -1.454a1.03 1.03 0 0 1 1 0l3 1.79h-.014c.312 .181 .503 .516 .5 .877v1.702", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconAssemblyOff = createReactComponent("outline", "assembly-off", "AssemblyOff", __iconNode$1pW); const __iconNode$1pV = [["path", { "d": "M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.27 2.27 0 0 1 -2.184 0l-6.75 -4.27a2.23 2.23 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98l-.033 0", "key": "svg-0" }], ["path", { "d": "M15.5 9.422c.312 .18 .503 .515 .5 .876v3.277c0 .364 -.197 .7 -.515 .877l-3 1.922a1 1 0 0 1 -.97 0l-3 -1.922a1 1 0 0 1 -.515 -.876v-3.278c0 -.364 .197 -.7 .514 -.877l3 -1.79c.311 -.174 .69 -.174 1 0l3 1.79h-.014l0 .001", "key": "svg-1" }]]; const IconAssembly = createReactComponent("outline", "assembly", "Assembly", __iconNode$1pV); const __iconNode$1pU = [["path", { "d": "M3 15a6 6 0 1 0 12 0a6 6 0 1 0 -12 0", "key": "svg-0" }], ["path", { "d": "M7 15a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M17 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M14.218 17.975l6.619 -12.174", "key": "svg-3" }], ["path", { "d": "M6.079 9.756l12.217 -6.631", "key": "svg-4" }], ["path", { "d": "M7 15a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-5" }]]; const IconAsset = createReactComponent("outline", "asset", "Asset", __iconNode$1pU); const __iconNode$1pT = [["path", { "d": "M12 12v-9", "key": "svg-0" }], ["path", { "d": "M12 12l-9 -2.5", "key": "svg-1" }], ["path", { "d": "M12 12l9 -2.5", "key": "svg-2" }], ["path", { "d": "M12 12l6 8.5", "key": "svg-3" }], ["path", { "d": "M12 12l-6 8.5", "key": "svg-4" }]]; const IconAsteriskSimple = createReactComponent("outline", "asterisk-simple", "AsteriskSimple", __iconNode$1pT); const __iconNode$1pS = [["path", { "d": "M12 12l8 -4.5", "key": "svg-0" }], ["path", { "d": "M12 12v9", "key": "svg-1" }], ["path", { "d": "M12 12l-8 -4.5", "key": "svg-2" }], ["path", { "d": "M12 12l8 4.5", "key": "svg-3" }], ["path", { "d": "M12 3v9", "key": "svg-4" }], ["path", { "d": "M12 12l-8 4.5", "key": "svg-5" }]]; const IconAsterisk = createReactComponent("outline", "asterisk", "Asterisk", __iconNode$1pS); const __iconNode$1pR = [["path", { "d": "M9.174 9.17a4 4 0 0 0 5.646 5.668m1.18 -2.838a4 4 0 0 0 -4 -4", "key": "svg-0" }], ["path", { "d": "M19.695 15.697a2.5 2.5 0 0 0 1.305 -2.197v-1.5a9 9 0 0 0 -13.055 -8.047m-2.322 1.683a9 9 0 0 0 9.877 14.644", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconAtOff = createReactComponent("outline", "at-off", "AtOff", __iconNode$1pR); const __iconNode$1pQ = [["path", { "d": "M8 12a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-0" }], ["path", { "d": "M16 12v1.5a2.5 2.5 0 0 0 5 0v-1.5a9 9 0 1 0 -5.5 8.28", "key": "svg-1" }]]; const IconAt = createReactComponent("outline", "at", "At", __iconNode$1pQ); const __iconNode$1pP = [["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M12 21l0 .01", "key": "svg-1" }], ["path", { "d": "M3 9l0 .01", "key": "svg-2" }], ["path", { "d": "M21 9l0 .01", "key": "svg-3" }], ["path", { "d": "M8 20.1a9 9 0 0 1 -5 -7.1", "key": "svg-4" }], ["path", { "d": "M16 20.1a9 9 0 0 0 5 -7.1", "key": "svg-5" }], ["path", { "d": "M6.2 5a9 9 0 0 1 11.4 0", "key": "svg-6" }]]; const IconAtom2 = createReactComponent("outline", "atom-2", "Atom2", __iconNode$1pP); const __iconNode$1pO = [["path", { "d": "M12 12v.01", "key": "svg-0" }], ["path", { "d": "M9.172 9.172c-3.906 3.905 -5.805 8.337 -4.243 9.9c1.562 1.561 6 -.338 9.9 -4.244m1.884 -2.113c2.587 -3.277 3.642 -6.502 2.358 -7.786c-1.284 -1.284 -4.508 -.23 -7.784 2.357", "key": "svg-1" }], ["path", { "d": "M4.929 4.929c-1.562 1.562 .337 6 4.243 9.9c3.905 3.905 8.337 5.804 9.9 4.242m-.072 -4.071c-.767 -1.794 -2.215 -3.872 -4.172 -5.828c-1.944 -1.945 -4.041 -3.402 -5.828 -4.172", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconAtomOff = createReactComponent("outline", "atom-off", "AtomOff", __iconNode$1pO); const __iconNode$1pN = [["path", { "d": "M12 12v.01", "key": "svg-0" }], ["path", { "d": "M19.071 4.929c-1.562 -1.562 -6 .337 -9.9 4.243c-3.905 3.905 -5.804 8.337 -4.242 9.9c1.562 1.561 6 -.338 9.9 -4.244c3.905 -3.905 5.804 -8.337 4.242 -9.9", "key": "svg-1" }], ["path", { "d": "M4.929 4.929c-1.562 1.562 .337 6 4.243 9.9c3.905 3.905 8.337 5.804 9.9 4.242c1.561 -1.562 -.338 -6 -4.244 -9.9c-3.905 -3.905 -8.337 -5.804 -9.9 -4.242", "key": "svg-2" }]]; const IconAtom = createReactComponent("outline", "atom", "Atom", __iconNode$1pN); const __iconNode$1pM = [["path", { "d": "M10 21h-2a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v3.5", "key": "svg-0" }], ["path", { "d": "M17 17l-4 -2.5l4 -2.5l4 2.5v4.5l-4 2.5l0 -4.5", "key": "svg-1" }], ["path", { "d": "M13 14.5v4.5l4 2.5", "key": "svg-2" }], ["path", { "d": "M17 17l4 -2.5", "key": "svg-3" }], ["path", { "d": "M11 4h2", "key": "svg-4" }]]; const IconAugmentedReality2 = createReactComponent("outline", "augmented-reality-2", "AugmentedReality2", __iconNode$1pM); const __iconNode$1pL = [["path", { "d": "M4 8v-2c0 -.557 .228 -1.061 .595 -1.424", "key": "svg-0" }], ["path", { "d": "M4 16v2a2 2 0 0 0 2 2h2", "key": "svg-1" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2", "key": "svg-2" }], ["path", { "d": "M16 20h2c.558 0 1.062 -.228 1.425 -.596", "key": "svg-3" }], ["path", { "d": "M12 12.5l.312 -.195m2.457 -1.536l1.231 -.769", "key": "svg-4" }], ["path", { "d": "M9.225 9.235l-1.225 .765l4 2.5v4.5l3.076 -1.923m.924 -3.077v-2l-4 -2.5l-.302 .189", "key": "svg-5" }], ["path", { "d": "M8 10v4.5l4 2.5", "key": "svg-6" }], ["path", { "d": "M3 3l18 18", "key": "svg-7" }]]; const IconAugmentedRealityOff = createReactComponent("outline", "augmented-reality-off", "AugmentedRealityOff", __iconNode$1pL); const __iconNode$1pK = [["path", { "d": "M4 8v-2a2 2 0 0 1 2 -2h2", "key": "svg-0" }], ["path", { "d": "M4 16v2a2 2 0 0 0 2 2h2", "key": "svg-1" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2", "key": "svg-2" }], ["path", { "d": "M16 20h2a2 2 0 0 0 2 -2v-2", "key": "svg-3" }], ["path", { "d": "M12 12.5l4 -2.5", "key": "svg-4" }], ["path", { "d": "M8 10l4 2.5v4.5l4 -2.5v-4.5l-4 -2.5l-4 2.5", "key": "svg-5" }], ["path", { "d": "M8 10v4.5l4 2.5", "key": "svg-6" }]]; const IconAugmentedReality = createReactComponent("outline", "augmented-reality", "AugmentedReality", __iconNode$1pK); const __iconNode$1pJ = [["path", { "d": "M7 16h-4l3.47 -4.66a2 2 0 1 0 -3.47 -1.54", "key": "svg-0" }], ["path", { "d": "M10 16v-8h4", "key": "svg-1" }], ["path", { "d": "M10 12l3 0", "key": "svg-2" }], ["path", { "d": "M17 16v-6a2 2 0 0 1 4 0v6", "key": "svg-3" }], ["path", { "d": "M17 13l4 0", "key": "svg-4" }]]; const IconAuth2fa = createReactComponent("outline", "auth-2fa", "Auth2fa", __iconNode$1pJ); const __iconNode$1pI = [["path", { "d": "M17 17v4h1a2 2 0 1 0 0 -4h-1", "key": "svg-0" }], ["path", { "d": "M17 11h1.5a1.5 1.5 0 0 0 0 -3h-1.5v5", "key": "svg-1" }], ["path", { "d": "M3 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M5 7v3a1 1 0 0 0 1 1h3v7a1 1 0 0 0 1 1h3", "key": "svg-3" }], ["path", { "d": "M9 11h4", "key": "svg-4" }]]; const IconAutomaticGearbox = createReactComponent("outline", "automatic-gearbox", "AutomaticGearbox", __iconNode$1pI); const __iconNode$1pH = [["path", { "d": "M13 20.693c-.905 .628 -2.36 .292 -2.675 -1.01a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.492 .362 1.716 2.219 .674 3.03", "key": "svg-0" }], ["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-1" }], ["path", { "d": "M17 22l5 -3l-5 -3l0 6", "key": "svg-2" }]]; const IconAutomation = createReactComponent("outline", "automation", "Automation", __iconNode$1pH); const __iconNode$1pG = [["path", { "d": "M17.8 14.04a3.905 3.905 0 0 1 1.337 -2.075c1.195 -.985 1.816 -2.285 1.863 -3.902c-.047 -1.43 -.54 -2.626 -1.477 -3.586c-.96 -.938 -2.156 -1.43 -3.585 -1.477c-1.618 .047 -2.918 .668 -3.903 1.863c-.562 .68 -1.254 1.125 -2.074 1.336c-.938 .188 -1.828 .48 -2.672 .88c-.844 .398 -1.559 .878 -2.144 1.44c-1.43 1.501 -2.145 3.224 -2.145 5.169c0 1.946 .715 3.668 2.145 5.168c1.5 1.429 3.222 2.144 5.168 2.144c1.945 0 3.667 -.715 5.167 -2.145c.563 -.585 1.055 -1.3 1.477 -2.144c.398 -.844 .68 -1.723 .844 -2.637v-.035l-.001 .001", "key": "svg-0" }], ["path", { "d": "M10.87 10.036c-.942 .112 -1.794 .538 -2.556 1.278c-.74 .762 -1.166 1.614 -1.278 2.556c-.135 .92 .112 1.704 .74 2.354c.65 .628 1.435 .875 2.354 .74c.942 -.112 1.794 -.538 2.556 -1.278c.74 -.762 1.166 -1.614 1.278 -2.556c.135 -.92 -.112 -1.704 -.74 -2.354c-.65 -.628 -1.435 -.875 -2.354 -.74", "key": "svg-1" }]]; const IconAvocado = createReactComponent("outline", "avocado", "Avocado", __iconNode$1pG); const __iconNode$1pF = [["path", { "d": "M16.72 12.704a6 6 0 0 0 -8.433 -8.418m-1.755 2.24a6 6 0 0 0 7.936 7.944", "key": "svg-0" }], ["path", { "d": "M12 15l3.4 5.89l1.598 -3.233l.707 .046m1.108 -2.902l-1.617 -2.8", "key": "svg-1" }], ["path", { "d": "M6.802 12l-3.4 5.89l3.598 -.233l1.598 3.232l3.4 -5.889", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconAwardOff = createReactComponent("outline", "award-off", "AwardOff", __iconNode$1pF); const __iconNode$1pE = [["path", { "d": "M6 9a6 6 0 1 0 12 0a6 6 0 1 0 -12 0", "key": "svg-0" }], ["path", { "d": "M12 15l3.4 5.89l1.598 -3.233l3.598 .232l-3.4 -5.889", "key": "svg-1" }], ["path", { "d": "M6.802 12l-3.4 5.89l3.598 -.233l1.598 3.232l3.4 -5.889", "key": "svg-2" }]]; const IconAward = createReactComponent("outline", "award", "Award", __iconNode$1pE); const __iconNode$1pD = [["path", { "d": "M13 9l7.383 7.418c.823 .82 .823 2.148 0 2.967a2.11 2.11 0 0 1 -2.976 0l-7.407 -7.385", "key": "svg-0" }], ["path", { "d": "M6.66 15.66l-3.32 -3.32a1.25 1.25 0 0 1 .42 -2.044l3.24 -1.296l6 -6l3 3l-6 6l-1.296 3.24a1.25 1.25 0 0 1 -2.044 .42", "key": "svg-1" }]]; const IconAxe = createReactComponent("outline", "axe", "Axe", __iconNode$1pD); const __iconNode$1pC = [["path", { "d": "M4 13v.01", "key": "svg-0" }], ["path", { "d": "M4 9v.01", "key": "svg-1" }], ["path", { "d": "M4 5v.01", "key": "svg-2" }], ["path", { "d": "M17 20l3 -3l-3 -3", "key": "svg-3" }], ["path", { "d": "M4 17h16", "key": "svg-4" }]]; const IconAxisX = createReactComponent("outline", "axis-x", "AxisX", __iconNode$1pC); const __iconNode$1pB = [["path", { "d": "M11 20h-.01", "key": "svg-0" }], ["path", { "d": "M15 20h-.01", "key": "svg-1" }], ["path", { "d": "M19 20h-.01", "key": "svg-2" }], ["path", { "d": "M4 7l3 -3l3 3", "key": "svg-3" }], ["path", { "d": "M7 20v-16", "key": "svg-4" }]]; const IconAxisY = createReactComponent("outline", "axis-y", "AxisY", __iconNode$1pB); const __iconNode$1pA = [["path", { "d": "M5 10h14", "key": "svg-0" }], ["path", { "d": "M12 2v2", "key": "svg-1" }], ["path", { "d": "M12 4a5 5 0 0 1 5 5v11a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2v-11a5 5 0 0 1 5 -5", "key": "svg-2" }]]; const IconBabyBottle = createReactComponent("outline", "baby-bottle", "BabyBottle", __iconNode$1pA); const __iconNode$1pz = [["path", { "d": "M6 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M16 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M2 5h2.5l1.632 4.897a6 6 0 0 0 5.693 4.103h2.675a5.5 5.5 0 0 0 0 -11h-.5v6", "key": "svg-2" }], ["path", { "d": "M6 9h14", "key": "svg-3" }], ["path", { "d": "M9 17l1 -3", "key": "svg-4" }], ["path", { "d": "M16 14l1 3", "key": "svg-5" }]]; const IconBabyCarriage = createReactComponent("outline", "baby-carriage", "BabyCarriage", __iconNode$1pz); const __iconNode$1py = [["path", { "d": "M4 8l4 -4", "key": "svg-0" }], ["path", { "d": "M14 4l-10 10", "key": "svg-1" }], ["path", { "d": "M4 20l16 -16", "key": "svg-2" }], ["path", { "d": "M20 10l-10 10", "key": "svg-3" }], ["path", { "d": "M20 16l-4 4", "key": "svg-4" }]]; const IconBackground = createReactComponent("outline", "background", "Background", __iconNode$1py); const __iconNode$1px = [["path", { "d": "M2 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M11 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M13 19l-9 0", "key": "svg-2" }], ["path", { "d": "M4 15l9 0", "key": "svg-3" }], ["path", { "d": "M8 12v-5h2a3 3 0 0 1 3 3v5", "key": "svg-4" }], ["path", { "d": "M5 15v-2a1 1 0 0 1 1 -1h7", "key": "svg-5" }], ["path", { "d": "M21.12 9.88l-3.12 -4.88l-5 5", "key": "svg-6" }], ["path", { "d": "M21.12 9.88a3 3 0 0 1 -2.12 5.12a3 3 0 0 1 -2.12 -.88l4.24 -4.24", "key": "svg-7" }]]; const IconBackhoe = createReactComponent("outline", "backhoe", "Backhoe", __iconNode$1px); const __iconNode$1pw = [["path", { "d": "M10 6h3a6 6 0 0 1 6 6v3m-.129 3.872a3 3 0 0 1 -2.871 2.128h-8a3 3 0 0 1 -3 -3v-6a5.99 5.99 0 0 1 2.285 -4.712", "key": "svg-0" }], ["path", { "d": "M10 6v-1a2 2 0 1 1 4 0v1", "key": "svg-1" }], ["path", { "d": "M9 21v-4a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v4", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconBackpackOff = createReactComponent("outline", "backpack-off", "BackpackOff", __iconNode$1pw); const __iconNode$1pv = [["path", { "d": "M5 18v-6a6 6 0 0 1 6 -6h2a6 6 0 0 1 6 6v6a3 3 0 0 1 -3 3h-8a3 3 0 0 1 -3 -3", "key": "svg-0" }], ["path", { "d": "M10 6v-1a2 2 0 1 1 4 0v1", "key": "svg-1" }], ["path", { "d": "M9 21v-4a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v4", "key": "svg-2" }], ["path", { "d": "M11 10h2", "key": "svg-3" }]]; const IconBackpack = createReactComponent("outline", "backpack", "Backpack", __iconNode$1pv); const __iconNode$1pu = [["path", { "d": "M7 5l10 14", "key": "svg-0" }]]; const IconBackslash = createReactComponent("outline", "backslash", "Backslash", __iconNode$1pu); const __iconNode$1pt = [["path", { "d": "M20 6a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-11l-5 -5a1.5 1.5 0 0 1 0 -2l5 -5l11 0", "key": "svg-0" }], ["path", { "d": "M12 10l4 4m0 -4l-4 4", "key": "svg-1" }]]; const IconBackspace = createReactComponent("outline", "backspace", "Backspace", __iconNode$1pt); const __iconNode$1ps = [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2l0 -10", "key": "svg-0" }], ["path", { "d": "M14 9v6", "key": "svg-1" }], ["path", { "d": "M17 9l-2 3l2 3", "key": "svg-2" }], ["path", { "d": "M15 12h-1", "key": "svg-3" }], ["path", { "d": "M7 9h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2", "key": "svg-4" }]]; const IconBadge2k = createReactComponent("outline", "badge-2k", "Badge2k", __iconNode$1ps); const __iconNode$1pr = [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2l0 -10", "key": "svg-0" }], ["path", { "d": "M7 9h1.5a1.5 1.5 0 0 1 0 3h-.5h.5a1.5 1.5 0 0 1 0 3h-1.5", "key": "svg-1" }], ["path", { "d": "M14 9v6h1a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2l-1 0", "key": "svg-2" }]]; const IconBadge3d = createReactComponent("outline", "badge-3d", "Badge3d", __iconNode$1pr); const __iconNode$1pq = [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2l0 -10", "key": "svg-0" }], ["path", { "d": "M14 9v6", "key": "svg-1" }], ["path", { "d": "M17 9l-2 3l2 3", "key": "svg-2" }], ["path", { "d": "M15 12h-1", "key": "svg-3" }], ["path", { "d": "M7 9.5a.5 .5 0 0 1 .5 -.5h1a1.5 1.5 0 0 1 0 3h-.5h.5a1.5 1.5 0 0 1 0 3h-1a.5 .5 0 0 1 -.5 -.5", "key": "svg-4" }]]; const IconBadge3k = createReactComponent("outline", "badge-3k", "Badge3k", __iconNode$1pq); const __iconNode$1pp = [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10", "key": "svg-0" }], ["path", { "d": "M7 9v2a1 1 0 0 0 1 1h1", "key": "svg-1" }], ["path", { "d": "M10 9v6", "key": "svg-2" }], ["path", { "d": "M14 9v6", "key": "svg-3" }], ["path", { "d": "M17 9l-2 3l2 3", "key": "svg-4" }], ["path", { "d": "M15 12h-1", "key": "svg-5" }]]; const IconBadge4k = createReactComponent("outline", "badge-4k", "Badge4k", __iconNode$1pp); const __iconNode$1po = [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2l0 -10", "key": "svg-0" }], ["path", { "d": "M14 9v6", "key": "svg-1" }], ["path", { "d": "M17 9l-2 3l2 3", "key": "svg-2" }], ["path", { "d": "M15 12h-1", "key": "svg-3" }], ["path", { "d": "M7 15h2a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2v-3h3", "key": "svg-4" }]]; const IconBadge5k = createReactComponent("outline", "badge-5k", "Badge5k", __iconNode$1po); const __iconNode$1pn = [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2l0 -10", "key": "svg-0" }], ["path", { "d": "M14 9v6", "key": "svg-1" }], ["path", { "d": "M17 9l-2 3l2 3", "key": "svg-2" }], ["path", { "d": "M15 12h-1", "key": "svg-3" }], ["path", { "d": "M8.5 12h-.5a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1", "key": "svg-4" }]]; const IconBadge8k = createReactComponent("outline", "badge-8k", "Badge8k", __iconNode$1pn); const __iconNode$1pm = [["path", { "d": "M9 5h10a2 2 0 0 1 2 2v10m-2 2h-14a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M14 14v1h1m2 -2v-2a2 2 0 0 0 -2 -2h-1v1", "key": "svg-1" }], ["path", { "d": "M7 15v-4.5a1.5 1.5 0 0 1 2.077 -1.385m.788 .762c.087 .19 .135 .4 .135 .623v4.5", "key": "svg-2" }], ["path", { "d": "M7 13h3", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconBadgeAdOff = createReactComponent("outline", "badge-ad-off", "BadgeAdOff", __iconNode$1pm); const __iconNode$1pl = [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10", "key": "svg-0" }], ["path", { "d": "M14 9v6h1a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-1", "key": "svg-1" }], ["path", { "d": "M7 15v-4.5a1.5 1.5 0 0 1 3 0v4.5", "key": "svg-2" }], ["path", { "d": "M7 13h3", "key": "svg-3" }]]; const IconBadgeAd = createReactComponent("outline", "badge-ad", "BadgeAd", __iconNode$1pl); const __iconNode$1pk = [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10", "key": "svg-0" }], ["path", { "d": "M7 15v-4.5a1.5 1.5 0 0 1 3 0v4.5", "key": "svg-1" }], ["path", { "d": "M7 13h3", "key": "svg-2" }], ["path", { "d": "M14 12h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6m3 0l-2 -3", "key": "svg-3" }]]; const IconBadgeAr = createReactComponent("outline", "badge-ar", "BadgeAr", __iconNode$1pk); const __iconNode$1pj = [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10", "key": "svg-0" }], ["path", { "d": "M10 10.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0", "key": "svg-1" }], ["path", { "d": "M17 10.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0", "key": "svg-2" }]]; const IconBadgeCc = createReactComponent("outline", "badge-cc", "BadgeCc", __iconNode$1pj); const __iconNode$1pi = [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10", "key": "svg-0" }], ["path", { "d": "M14 9v6h1a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-1", "key": "svg-1" }], ["path", { "d": "M7 15v-6", "key": "svg-2" }], ["path", { "d": "M10 15v-6", "key": "svg-3" }], ["path", { "d": "M7 12h3", "key": "svg-4" }]]; const IconBadgeHd = createReactComponent("outline", "badge-hd", "BadgeHd", __iconNode$1pi); const __iconNode$1ph = [["path", { "d": "M7 7v10l5 3l5 -3m0 -4v-9l-5 3l-2.496 -1.497", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconBadgeOff = createReactComponent("outline", "badge-off", "BadgeOff", __iconNode$1ph); const __iconNode$1pg = [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10", "key": "svg-0" }], ["path", { "d": "M14 9v6h1a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-1", "key": "svg-1" }], ["path", { "d": "M7 14.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75", "key": "svg-2" }]]; const IconBadgeSd = createReactComponent("outline", "badge-sd", "BadgeSd", __iconNode$1pg); const __iconNode$1pf = [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10", "key": "svg-0" }], ["path", { "d": "M6 9h4", "key": "svg-1" }], ["path", { "d": "M8 9v6", "key": "svg-2" }], ["path", { "d": "M13 15v-6l2 3l2 -3v6", "key": "svg-3" }]]; const IconBadgeTm = createReactComponent("outline", "badge-tm", "BadgeTm", __iconNode$1pf); const __iconNode$1pe = [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10", "key": "svg-0" }], ["path", { "d": "M7 9l2 6l2 -6", "key": "svg-1" }], ["path", { "d": "M15.5 9a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1 -3 0v-3a1.5 1.5 0 0 1 1.5 -1.5", "key": "svg-2" }]]; const IconBadgeVo = createReactComponent("outline", "badge-vo", "BadgeVo", __iconNode$1pe); const __iconNode$1pd = [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10", "key": "svg-0" }], ["path", { "d": "M14 12h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6m3 0l-2 -3", "key": "svg-1" }], ["path", { "d": "M7 9l2 6l2 -6", "key": "svg-2" }]]; const IconBadgeVr = createReactComponent("outline", "badge-vr", "BadgeVr", __iconNode$1pd); const __iconNode$1pc = [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10", "key": "svg-0" }], ["path", { "d": "M6.5 9l.5 6l2 -4l2 4l.5 -6", "key": "svg-1" }], ["path", { "d": "M17 10.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0", "key": "svg-2" }]]; const IconBadgeWc = createReactComponent("outline", "badge-wc", "BadgeWc", __iconNode$1pc); const __iconNode$1pb = [["path", { "d": "M17 17v-13l-5 3l-5 -3v13l5 3l5 -3", "key": "svg-0" }]]; const IconBadge = createReactComponent("outline", "badge", "Badge", __iconNode$1pb); const __iconNode$1pa = [["path", { "d": "M14.505 14.497l-2.505 1.503l-5 -3v4l5 3l5 -3", "key": "svg-0" }], ["path", { "d": "M13.873 9.876l3.127 -1.876v-4l-5 3l-2.492 -1.495m-2.508 1.495v1l2.492 1.495", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconBadgesOff = createReactComponent("outline", "badges-off", "BadgesOff", __iconNode$1pa); const __iconNode$1p9 = [["path", { "d": "M17 17v-4l-5 3l-5 -3v4l5 3l5 -3", "key": "svg-0" }], ["path", { "d": "M17 8v-4l-5 3l-5 -3v4l5 3l5 -3", "key": "svg-1" }]]; const IconBadges = createReactComponent("outline", "badges", "Badges", __iconNode$1p9); const __iconNode$1p8 = [["path", { "d": "M5.628 11.283l5.644 -5.637c2.665 -2.663 5.924 -3.747 8.663 -1.205l.188 .181a2.987 2.987 0 0 1 0 4.228l-11.287 11.274a3 3 0 0 1 -4.089 .135l-.143 -.135c-2.728 -2.724 -1.704 -6.117 1.024 -8.841", "key": "svg-0" }], ["path", { "d": "M9.5 7.5l1.5 3.5", "key": "svg-1" }], ["path", { "d": "M6.5 10.5l1.5 3.5", "key": "svg-2" }], ["path", { "d": "M12.5 4.5l1.5 3.5", "key": "svg-3" }]]; const IconBaguette = createReactComponent("outline", "baguette", "Baguette", __iconNode$1p8); const __iconNode$1p7 = [["path", { "d": "M15 9l-1 1m-2 2l-3 3", "key": "svg-0" }], ["path", { "d": "M10 12l2 2", "key": "svg-1" }], ["path", { "d": "M8 21a5 5 0 0 0 -5 -5", "key": "svg-2" }], ["path", { "d": "M6.813 6.802a12.96 12.96 0 0 0 -3.813 9.198a5 5 0 0 0 5 5a12.96 12.96 0 0 0 9.186 -3.801m1.789 -2.227a12.94 12.94 0 0 0 2.025 -6.972a5 5 0 0 0 -5 -5a12.94 12.94 0 0 0 -6.967 2.022", "key": "svg-3" }], ["path", { "d": "M16 3a5 5 0 0 0 5 5", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconBallAmericanFootballOff = createReactComponent("outline", "ball-american-football-off", "BallAmericanFootballOff", __iconNode$1p7); const __iconNode$1p6 = [["path", { "d": "M15 9l-6 6", "key": "svg-0" }], ["path", { "d": "M10 12l2 2", "key": "svg-1" }], ["path", { "d": "M12 10l2 2", "key": "svg-2" }], ["path", { "d": "M8 21a5 5 0 0 0 -5 -5", "key": "svg-3" }], ["path", { "d": "M16 3c-7.18 0 -13 5.82 -13 13a5 5 0 0 0 5 5c7.18 0 13 -5.82 13 -13a5 5 0 0 0 -5 -5", "key": "svg-4" }], ["path", { "d": "M16 3a5 5 0 0 0 5 5", "key": "svg-5" }]]; const IconBallAmericanFootball = createReactComponent("outline", "ball-american-football", "BallAmericanFootball", __iconNode$1p6); const __iconNode$1p5 = [["path", { "d": "M5.636 18.364a9 9 0 1 0 12.728 -12.728a9 9 0 0 0 -12.728 12.728", "key": "svg-0" }], ["path", { "d": "M12.495 3.02a9 9 0 0 1 -9.475 9.475", "key": "svg-1" }], ["path", { "d": "M20.98 11.505a9 9 0 0 0 -9.475 9.475", "key": "svg-2" }], ["path", { "d": "M9 9l2 2", "key": "svg-3" }], ["path", { "d": "M13 13l2 2", "key": "svg-4" }], ["path", { "d": "M11 7l2 1", "key": "svg-5" }], ["path", { "d": "M7 11l1 2", "key": "svg-6" }], ["path", { "d": "M16 11l1 2", "key": "svg-7" }], ["path", { "d": "M11 16l2 1", "key": "svg-8" }]]; const IconBallBaseball = createReactComponent("outline", "ball-baseball", "BallBaseball", __iconNode$1p5); const __iconNode$1p4 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M5.65 5.65l12.7 12.7", "key": "svg-1" }], ["path", { "d": "M5.65 18.35l12.7 -12.7", "key": "svg-2" }], ["path", { "d": "M12 3a9 9 0 0 0 9 9", "key": "svg-3" }], ["path", { "d": "M3 12a9 9 0 0 1 9 9", "key": "svg-4" }]]; const IconBallBasketball = createReactComponent("outline", "ball-basketball", "BallBasketball", __iconNode$1p4); const __iconNode$1p3 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M11 9l0 .01", "key": "svg-1" }], ["path", { "d": "M15 8l0 .01", "key": "svg-2" }], ["path", { "d": "M14 12l0 .01", "key": "svg-3" }]]; const IconBallBowling = createReactComponent("outline", "ball-bowling", "BallBowling", __iconNode$1p3); const __iconNode$1p2 = [["path", { "d": "M20.041 16.046a9 9 0 0 0 -12.084 -12.09m-2.323 1.683a9 9 0 0 0 12.726 12.73", "key": "svg-0" }], ["path", { "d": "M12 7l4.755 3.455l-.566 1.743l-.98 3.014l-.209 .788h-6l-1.755 -5.545l1.86 -1.351l2.313 -1.681l.582 -.423", "key": "svg-1" }], ["path", { "d": "M12 7v-4", "key": "svg-2" }], ["path", { "d": "M15 16l2.5 3", "key": "svg-3" }], ["path", { "d": "M16.755 10.455l3.745 -1.455", "key": "svg-4" }], ["path", { "d": "M9.061 16.045l-2.561 2.955", "key": "svg-5" }], ["path", { "d": "M7.245 10.455l-3.745 -1.455", "key": "svg-6" }], ["path", { "d": "M3 3l18 18", "key": "svg-7" }]]; const IconBallFootballOff = createReactComponent("outline", "ball-football-off", "BallFootballOff", __iconNode$1p2); const __iconNode$1p1 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 7l4.76 3.45l-1.76 5.55h-6l-1.76 -5.55l4.76 -3.45", "key": "svg-1" }], ["path", { "d": "M12 7v-4m3 13l2.5 3m-.74 -8.55l3.74 -1.45m-11.44 7.05l-2.56 2.95m.74 -8.55l-3.74 -1.45", "key": "svg-2" }]]; const IconBallFootball = createReactComponent("outline", "ball-football", "BallFootball", __iconNode$1p1); const __iconNode$1p0 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M6 5.3a9 9 0 0 1 0 13.4", "key": "svg-1" }], ["path", { "d": "M18 5.3a9 9 0 0 0 0 13.4", "key": "svg-2" }]]; const IconBallTennis = createReactComponent("outline", "ball-tennis", "BallTennis", __iconNode$1p0); const __iconNode$1o$ = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 12a8 8 0 0 0 8 4", "key": "svg-1" }], ["path", { "d": "M7.5 13.5a12 12 0 0 0 8.5 6.5", "key": "svg-2" }], ["path", { "d": "M12 12a8 8 0 0 0 -7.464 4.928", "key": "svg-3" }], ["path", { "d": "M12.951 7.353a12 12 0 0 0 -9.88 4.111", "key": "svg-4" }], ["path", { "d": "M12 12a8 8 0 0 0 -.536 -8.928", "key": "svg-5" }], ["path", { "d": "M15.549 15.147a12 12 0 0 0 1.38 -10.611", "key": "svg-6" }]]; const IconBallVolleyball = createReactComponent("outline", "ball-volleyball", "BallVolleyball", __iconNode$1o$); const __iconNode$1o_ = [["path", { "d": "M14 8a2 2 0 0 0 -2 -2", "key": "svg-0" }], ["path", { "d": "M7.762 3.753a6 6 0 0 1 10.238 4.247c0 1.847 -.37 3.564 -1.007 4.993m-1.59 2.42c-.967 1 -2.14 1.587 -3.403 1.587c-3.314 0 -6 -4.03 -6 -9c0 -.593 .086 -1.166 .246 -1.707", "key": "svg-1" }], ["path", { "d": "M12 17v1a2 2 0 0 1 -2 2h-3a2 2 0 0 0 -2 2", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconBalloonOff = createReactComponent("outline", "balloon-off", "BalloonOff", __iconNode$1o_); const __iconNode$1oZ = [["path", { "d": "M14 8a2 2 0 0 0 -2 -2", "key": "svg-0" }], ["path", { "d": "M6 8a6 6 0 1 1 12 0c0 4.97 -2.686 9 -6 9s-6 -4.03 -6 -9", "key": "svg-1" }], ["path", { "d": "M12 17v1a2 2 0 0 1 -2 2h-3a2 2 0 0 0 -2 2", "key": "svg-2" }]]; const IconBalloon = createReactComponent("outline", "balloon", "Balloon", __iconNode$1oZ); const __iconNode$1oY = [["path", { "d": "M14 6l7 7l-2 2", "key": "svg-0" }], ["path", { "d": "M10 10l-4.172 4.172a2.828 2.828 0 1 0 4 4l4.172 -4.172", "key": "svg-1" }], ["path", { "d": "M16 12l4.414 -4.414a2 2 0 0 0 0 -2.829l-1.171 -1.171a2 2 0 0 0 -2.829 0l-4.414 4.414", "key": "svg-2" }], ["path", { "d": "M4 20l1.768 -1.768", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconBallpenOff = createReactComponent("outline", "ballpen-off", "BallpenOff", __iconNode$1oY); const __iconNode$1oX = [["path", { "d": "M14 6l7 7l-4 4", "key": "svg-0" }], ["path", { "d": "M5.828 18.172a2.828 2.828 0 0 0 4 0l10.586 -10.586a2 2 0 0 0 0 -2.829l-1.171 -1.171a2 2 0 0 0 -2.829 0l-10.586 10.586a2.828 2.828 0 0 0 0 4", "key": "svg-1" }], ["path", { "d": "M4 20l1.768 -1.768", "key": "svg-2" }]]; const IconBallpen = createReactComponent("outline", "ballpen", "Ballpen", __iconNode$1oX); const __iconNode$1oW = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M5.7 5.7l12.6 12.6", "key": "svg-1" }]]; const IconBan = createReactComponent("outline", "ban", "Ban", __iconNode$1oW); const __iconNode$1oV = [["path", { "d": "M10 12v.01", "key": "svg-0" }], ["path", { "d": "M12 14v.01", "key": "svg-1" }], ["path", { "d": "M10.513 6.487l1.987 -1.987a4.95 4.95 0 0 1 7 7l-2.018 2.018m-1.982 1.982l-4 4a4.95 4.95 0 0 1 -7 -7l4 -4", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconBandageOff = createReactComponent("outline", "bandage-off", "BandageOff", __iconNode$1oV); const __iconNode$1oU = [["path", { "d": "M14 12l0 .01", "key": "svg-0" }], ["path", { "d": "M10 12l0 .01", "key": "svg-1" }], ["path", { "d": "M12 10l0 .01", "key": "svg-2" }], ["path", { "d": "M12 14l0 .01", "key": "svg-3" }], ["path", { "d": "M4.5 12.5l8 -8a4.94 4.94 0 0 1 7 7l-8 8a4.94 4.94 0 0 1 -7 -7", "key": "svg-4" }]]; const IconBandage = createReactComponent("outline", "bandage", "Bandage", __iconNode$1oU); const __iconNode$1oT = [["path", { "d": "M2 12h1", "key": "svg-0" }], ["path", { "d": "M6 8h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2", "key": "svg-1" }], ["path", { "d": "M6.298 6.288a1 1 0 0 0 -.298 .712v10a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-8", "key": "svg-2" }], ["path", { "d": "M9 12h3", "key": "svg-3" }], ["path", { "d": "M15 15v2a1 1 0 0 0 1 1h1c.275 0 .523 -.11 .704 -.29m.296 -3.71v-7a1 1 0 0 0 -1 -1h-1a1 1 0 0 0 -1 1v4", "key": "svg-4" }], ["path", { "d": "M18 8h2a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1", "key": "svg-5" }], ["path", { "d": "M22 12h-1", "key": "svg-6" }], ["path", { "d": "M3 3l18 18", "key": "svg-7" }]]; const IconBarbellOff = createReactComponent("outline", "barbell-off", "BarbellOff", __iconNode$1oT); const __iconNode$1oS = [["path", { "d": "M2 12h1", "key": "svg-0" }], ["path", { "d": "M6 8h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2", "key": "svg-1" }], ["path", { "d": "M6 7v10a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-10a1 1 0 0 0 -1 -1h-1a1 1 0 0 0 -1 1", "key": "svg-2" }], ["path", { "d": "M9 12h6", "key": "svg-3" }], ["path", { "d": "M15 7v10a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-10a1 1 0 0 0 -1 -1h-1a1 1 0 0 0 -1 1", "key": "svg-4" }], ["path", { "d": "M18 8h2a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-2", "key": "svg-5" }], ["path", { "d": "M22 12h-1", "key": "svg-6" }]]; const IconBarbell = createReactComponent("outline", "barbell", "Barbell", __iconNode$1oS); const __iconNode$1oR = [["path", { "d": "M4 7v-1c0 -.552 .224 -1.052 .586 -1.414", "key": "svg-0" }], ["path", { "d": "M4 17v1a2 2 0 0 0 2 2h2", "key": "svg-1" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v1", "key": "svg-2" }], ["path", { "d": "M16 20h2c.551 0 1.05 -.223 1.412 -.584", "key": "svg-3" }], ["path", { "d": "M5 11h1v2h-1l0 -2", "key": "svg-4" }], ["path", { "d": "M10 11v2", "key": "svg-5" }], ["path", { "d": "M15 11v.01", "key": "svg-6" }], ["path", { "d": "M19 11v2", "key": "svg-7" }], ["path", { "d": "M3 3l18 18", "key": "svg-8" }]]; const IconBarcodeOff = createReactComponent("outline", "barcode-off", "BarcodeOff", __iconNode$1oR); const __iconNode$1oQ = [["path", { "d": "M4 7v-1a2 2 0 0 1 2 -2h2", "key": "svg-0" }], ["path", { "d": "M4 17v1a2 2 0 0 0 2 2h2", "key": "svg-1" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v1", "key": "svg-2" }], ["path", { "d": "M16 20h2a2 2 0 0 0 2 -2v-1", "key": "svg-3" }], ["path", { "d": "M5 11h1v2h-1l0 -2", "key": "svg-4" }], ["path", { "d": "M10 11l0 2", "key": "svg-5" }], ["path", { "d": "M14 11h1v2h-1l0 -2", "key": "svg-6" }], ["path", { "d": "M19 11l0 2", "key": "svg-7" }]]; const IconBarcode = createReactComponent("outline", "barcode", "Barcode", __iconNode$1oQ); const __iconNode$1oP = [["path", { "d": "M8 4h8.722a2 2 0 0 1 1.841 1.22c.958 2.26 1.437 4.52 1.437 6.78a16.35 16.35 0 0 1 -.407 3.609m-.964 3.013l-.066 .158a2 2 0 0 1 -1.841 1.22h-9.444a2 2 0 0 1 -1.841 -1.22c-.958 -2.26 -1.437 -4.52 -1.437 -6.78c0 -2.21 .458 -4.42 1.374 -6.63", "key": "svg-0" }], ["path", { "d": "M14 4c.585 2.337 .913 4.674 .985 7.01m-.114 3.86a33.415 33.415 0 0 1 -.871 5.13", "key": "svg-1" }], ["path", { "d": "M10 4a34.42 34.42 0 0 0 -.366 1.632m-.506 3.501a32.126 32.126 0 0 0 -.128 2.867c0 2.667 .333 5.333 1 8", "key": "svg-2" }], ["path", { "d": "M4.5 16h11.5", "key": "svg-3" }], ["path", { "d": "M19.5 8h-7.5m-4 0h-3.5", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconBarrelOff = createReactComponent("outline", "barrel-off", "BarrelOff", __iconNode$1oP); const __iconNode$1oO = [["path", { "d": "M7.278 4h9.444a2 2 0 0 1 1.841 1.22c.958 2.26 1.437 4.52 1.437 6.78c0 2.26 -.479 4.52 -1.437 6.78a2 2 0 0 1 -1.841 1.22h-9.444a2 2 0 0 1 -1.841 -1.22c-.958 -2.26 -1.437 -4.52 -1.437 -6.78c0 -2.26 .479 -4.52 1.437 -6.78a2 2 0 0 1 1.841 -1.22", "key": "svg-0" }], ["path", { "d": "M14 4c.667 2.667 1 5.333 1 8s-.333 5.333 -1 8", "key": "svg-1" }], ["path", { "d": "M10 4c-.667 2.667 -1 5.333 -1 8s.333 5.333 1 8", "key": "svg-2" }], ["path", { "d": "M4.5 16h15", "key": "svg-3" }], ["path", { "d": "M19.5 8h-15", "key": "svg-4" }]]; const IconBarrel = createReactComponent("outline", "barrel", "Barrel", __iconNode$1oO); const __iconNode$1oN = [["path", { "d": "M11 7h8a1 1 0 0 1 1 1v7c0 .27 -.107 .516 -.282 .696", "key": "svg-0" }], ["path", { "d": "M16 16h-11a1 1 0 0 1 -1 -1v-7a1 1 0 0 1 1 -1h2", "key": "svg-1" }], ["path", { "d": "M7 16v4", "key": "svg-2" }], ["path", { "d": "M7.5 16l4.244 -4.244", "key": "svg-3" }], ["path", { "d": "M13.745 9.755l2.755 -2.755", "key": "svg-4" }], ["path", { "d": "M13.5 16l1.249 -1.249", "key": "svg-5" }], ["path", { "d": "M16.741 12.759l3.259 -3.259", "key": "svg-6" }], ["path", { "d": "M4 13.5l4.752 -4.752", "key": "svg-7" }], ["path", { "d": "M17 17v3", "key": "svg-8" }], ["path", { "d": "M5 20h4", "key": "svg-9" }], ["path", { "d": "M15 20h4", "key": "svg-10" }], ["path", { "d": "M17 7v-2", "key": "svg-11" }], ["path", { "d": "M3 3l18 18", "key": "svg-12" }]]; const IconBarrierBlockOff = createReactComponent("outline", "barrier-block-off", "BarrierBlockOff", __iconNode$1oN); const __iconNode$1oM = [["path", { "d": "M4 8a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v7a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1l0 -7", "key": "svg-0" }], ["path", { "d": "M7 16v4", "key": "svg-1" }], ["path", { "d": "M7.5 16l9 -9", "key": "svg-2" }], ["path", { "d": "M13.5 16l6.5 -6.5", "key": "svg-3" }], ["path", { "d": "M4 13.5l6.5 -6.5", "key": "svg-4" }], ["path", { "d": "M17 16v4", "key": "svg-5" }], ["path", { "d": "M5 20h4", "key": "svg-6" }], ["path", { "d": "M15 20h4", "key": "svg-7" }], ["path", { "d": "M17 7v-2", "key": "svg-8" }], ["path", { "d": "M7 7v-2", "key": "svg-9" }]]; const IconBarrierBlock = createReactComponent("outline", "barrier-block", "BarrierBlock", __iconNode$1oM); const __iconNode$1oL = [["path", { "d": "M4 4h16", "key": "svg-0" }], ["path", { "d": "M4 20h16", "key": "svg-1" }]]; const IconBaselineDensityLarge = createReactComponent("outline", "baseline-density-large", "BaselineDensityLarge", __iconNode$1oL); const __iconNode$1oK = [["path", { "d": "M4 20h16", "key": "svg-0" }], ["path", { "d": "M4 12h16", "key": "svg-1" }], ["path", { "d": "M4 4h16", "key": "svg-2" }]]; const IconBaselineDensityMedium = createReactComponent("outline", "baseline-density-medium", "BaselineDensityMedium", __iconNode$1oK); const __iconNode$1oJ = [["path", { "d": "M4 3h16", "key": "svg-0" }], ["path", { "d": "M4 9h16", "key": "svg-1" }], ["path", { "d": "M4 15h16", "key": "svg-2" }], ["path", { "d": "M4 21h16", "key": "svg-3" }]]; const IconBaselineDensitySmall = createReactComponent("outline", "baseline-density-small", "BaselineDensitySmall", __iconNode$1oJ); const __iconNode$1oI = [["path", { "d": "M4 20h16", "key": "svg-0" }], ["path", { "d": "M8 16v-8a4 4 0 1 1 8 0v8", "key": "svg-1" }], ["path", { "d": "M8 10h8", "key": "svg-2" }]]; const IconBaseline = createReactComponent("outline", "baseline", "Baseline", __iconNode$1oI); const __iconNode$1oH = [["path", { "d": "M17 10l-2 -6", "key": "svg-0" }], ["path", { "d": "M7 10l2 -6", "key": "svg-1" }], ["path", { "d": "M13 20h-5.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.358 2.04", "key": "svg-2" }], ["path", { "d": "M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-3" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-4" }]]; const IconBasketBolt = createReactComponent("outline", "basket-bolt", "BasketBolt", __iconNode$1oH); const __iconNode$1oG = [["path", { "d": "M17 10l-2 -6", "key": "svg-0" }], ["path", { "d": "M7 10l2 -6", "key": "svg-1" }], ["path", { "d": "M12 20h-4.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.3 1.713", "key": "svg-2" }], ["path", { "d": "M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-3" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-4" }], ["path", { "d": "M17 21l4 -4", "key": "svg-5" }]]; const IconBasketCancel = createReactComponent("outline", "basket-cancel", "BasketCancel", __iconNode$1oG); const __iconNode$1oF = [["path", { "d": "M17 10l-2 -6", "key": "svg-0" }], ["path", { "d": "M7 10l2 -6", "key": "svg-1" }], ["path", { "d": "M11 20h-3.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.479 2.729", "key": "svg-2" }], ["path", { "d": "M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-3" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-4" }]]; const IconBasketCheck = createReactComponent("outline", "basket-check", "BasketCheck", __iconNode$1oF); const __iconNode$1oE = [["path", { "d": "M17 10l-2 -6", "key": "svg-0" }], ["path", { "d": "M7 10l2 -6", "key": "svg-1" }], ["path", { "d": "M11 20h-3.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304c-.21 1.202 -.37 2.104 -.475 2.705", "key": "svg-2" }], ["path", { "d": "M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-3" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-4" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-5" }]]; const IconBasketCode = createReactComponent("outline", "basket-code", "BasketCode", __iconNode$1oE); const __iconNode$1oD = [["path", { "d": "M17 10l-2 -6", "key": "svg-0" }], ["path", { "d": "M7 10l2 -6", "key": "svg-1" }], ["path", { "d": "M12 20h-4.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.267 1.522", "key": "svg-2" }], ["path", { "d": "M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-3" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-4" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-5" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-6" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-7" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-8" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-9" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-10" }]]; const IconBasketCog = createReactComponent("outline", "basket-cog", "BasketCog", __iconNode$1oD); const __iconNode$1oC = [["path", { "d": "M17 10l-2 -6", "key": "svg-0" }], ["path", { "d": "M7 10l2 -6", "key": "svg-1" }], ["path", { "d": "M12.5 20h-5.256a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.394 2.248", "key": "svg-2" }], ["path", { "d": "M13.856 13.254a2 2 0 1 0 -1.856 2.746", "key": "svg-3" }], ["path", { "d": "M16 21l5 -5", "key": "svg-4" }], ["path", { "d": "M21 21v.01", "key": "svg-5" }], ["path", { "d": "M16 16v.01", "key": "svg-6" }]]; const IconBasketDiscount = createReactComponent("outline", "basket-discount", "BasketDiscount", __iconNode$1oC); const __iconNode$1oB = [["path", { "d": "M17 10l-2 -6", "key": "svg-0" }], ["path", { "d": "M7 10l2 -6", "key": "svg-1" }], ["path", { "d": "M13 20h-5.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304", "key": "svg-2" }], ["path", { "d": "M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-3" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-4" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-5" }]]; const IconBasketDollar = createReactComponent("outline", "basket-dollar", "BasketDollar", __iconNode$1oB); const __iconNode$1oA = [["path", { "d": "M17 10l-2 -6", "key": "svg-0" }], ["path", { "d": "M7 10l2 -6", "key": "svg-1" }], ["path", { "d": "M12 20h-4.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.349 1.989", "key": "svg-2" }], ["path", { "d": "M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-3" }], ["path", { "d": "M19 16v6", "key": "svg-4" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-5" }]]; const IconBasketDown = createReactComponent("outline", "basket-down", "BasketDown", __iconNode$1oA); const __iconNode$1oz = [["path", { "d": "M17 10l-2 -6", "key": "svg-0" }], ["path", { "d": "M7 10l2 -6", "key": "svg-1" }], ["path", { "d": "M15 20h-7.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.36 2.055", "key": "svg-2" }], ["path", { "d": "M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-3" }], ["path", { "d": "M19 16v3", "key": "svg-4" }], ["path", { "d": "M19 22v.01", "key": "svg-5" }]]; const IconBasketExclamation = createReactComponent("outline", "basket-exclamation", "BasketExclamation", __iconNode$1oz); const __iconNode$1oy = [["path", { "d": "M17 10l-2 -6", "key": "svg-0" }], ["path", { "d": "M7 10l2 -6", "key": "svg-1" }], ["path", { "d": "M10.5 20h-3.256a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.143 .817", "key": "svg-2" }], ["path", { "d": "M12.602 12.092a2 2 0 0 0 -2.233 3.066", "key": "svg-3" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-4" }]]; const IconBasketHeart = createReactComponent("outline", "basket-heart", "BasketHeart", __iconNode$1oy); const __iconNode$1ox = [["path", { "d": "M17 10l-2 -6", "key": "svg-0" }], ["path", { "d": "M7 10l2 -6", "key": "svg-1" }], ["path", { "d": "M12 20h-4.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.833 4.75", "key": "svg-2" }], ["path", { "d": "M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-3" }], ["path", { "d": "M16 19h6", "key": "svg-4" }]]; const IconBasketMinus = createReactComponent("outline", "basket-minus", "BasketMinus", __iconNode$1ox); const __iconNode$1ow = [["path", { "d": "M17 10l-2 -6", "key": "svg-0" }], ["path", { "d": "M7 10l.75 -2.252m1.001 -3.002l.249 -.746", "key": "svg-1" }], ["path", { "d": "M12 8h7a2 2 0 0 1 1.977 2.304c-.442 2.516 -.756 4.438 -.977 5.696m-1.01 3.003a2.997 2.997 0 0 1 -2.234 .997h-9.512a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h2.999", "key": "svg-2" }], ["path", { "d": "M12 12a2 2 0 1 0 2 2", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconBasketOff = createReactComponent("outline", "basket-off", "BasketOff", __iconNode$1ow); const __iconNode$1ov = [["path", { "d": "M17 10l-2 -6", "key": "svg-0" }], ["path", { "d": "M7 10l2 -6", "key": "svg-1" }], ["path", { "d": "M13 20h-5.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.478 2.725", "key": "svg-2" }], ["path", { "d": "M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-3" }], ["path", { "d": "M17 17v5", "key": "svg-4" }], ["path", { "d": "M21 17v5", "key": "svg-5" }]]; const IconBasketPause = createReactComponent("outline", "basket-pause", "BasketPause", __iconNode$1ov); const __iconNode$1ou = [["path", { "d": "M17 10l-2 -6", "key": "svg-0" }], ["path", { "d": "M7 10l2 -6", "key": "svg-1" }], ["path", { "d": "M12 20h-4.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.161 .92", "key": "svg-2" }], ["path", { "d": "M13.866 13.28a2 2 0 1 0 -1.866 2.72", "key": "svg-3" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-4" }], ["path", { "d": "M19 18v.01", "key": "svg-5" }]]; const IconBasketPin = createReactComponent("outline", "basket-pin", "BasketPin", __iconNode$1ou); const __iconNode$1ot = [["path", { "d": "M17 10l-2 -6", "key": "svg-0" }], ["path", { "d": "M7 10l2 -6", "key": "svg-1" }], ["path", { "d": "M12 20h-4.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.359 2.043", "key": "svg-2" }], ["path", { "d": "M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-3" }], ["path", { "d": "M16 19h6", "key": "svg-4" }], ["path", { "d": "M19 16v6", "key": "svg-5" }]]; const IconBasketPlus = createReactComponent("outline", "basket-plus", "BasketPlus", __iconNode$1ot); const __iconNode$1os = [["path", { "d": "M17 10l-2 -6", "key": "svg-0" }], ["path", { "d": "M7 10l2 -6", "key": "svg-1" }], ["path", { "d": "M15 20h-7.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.161 .918", "key": "svg-2" }], ["path", { "d": "M12 16a2 2 0 1 0 0 -4a2 2 0 0 0 0 4", "key": "svg-3" }], ["path", { "d": "M19 22v.01", "key": "svg-4" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-5" }]]; const IconBasketQuestion = createReactComponent("outline", "basket-question", "BasketQuestion", __iconNode$1os); const __iconNode$1or = [["path", { "d": "M17 10l-2 -6", "key": "svg-0" }], ["path", { "d": "M7 10l2 -6", "key": "svg-1" }], ["path", { "d": "M11 20h-3.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.215 1.227", "key": "svg-2" }], ["path", { "d": "M13.483 12.658a2 2 0 1 0 -2.162 3.224", "key": "svg-3" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-4" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-5" }]]; const IconBasketSearch = createReactComponent("outline", "basket-search", "BasketSearch", __iconNode$1or); const __iconNode$1oq = [["path", { "d": "M17 10l-2 -6", "key": "svg-0" }], ["path", { "d": "M7 10l2 -6", "key": "svg-1" }], ["path", { "d": "M12.5 20h-5.256a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.478 2.723", "key": "svg-2" }], ["path", { "d": "M14 14a2 2 0 1 0 -2 2", "key": "svg-3" }], ["path", { "d": "M16 22l5 -5", "key": "svg-4" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-5" }]]; const IconBasketShare = createReactComponent("outline", "basket-share", "BasketShare", __iconNode$1oq); const __iconNode$1op = [["path", { "d": "M17 10l-2 -6", "key": "svg-0" }], ["path", { "d": "M7 10l2 -6", "key": "svg-1" }], ["path", { "d": "M10.5 20h-3.256a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.133 .757", "key": "svg-2" }], ["path", { "d": "M13.596 12.794a2 2 0 0 0 -3.377 2.116", "key": "svg-3" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-4" }]]; const IconBasketStar = createReactComponent("outline", "basket-star", "BasketStar", __iconNode$1op); const __iconNode$1oo = [["path", { "d": "M17 10l-2 -6", "key": "svg-0" }], ["path", { "d": "M7 10l2 -6", "key": "svg-1" }], ["path", { "d": "M12 20h-4.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.358 2.04", "key": "svg-2" }], ["path", { "d": "M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-3" }], ["path", { "d": "M19 22v-6", "key": "svg-4" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-5" }]]; const IconBasketUp = createReactComponent("outline", "basket-up", "BasketUp", __iconNode$1oo); const __iconNode$1on = [["path", { "d": "M17 10l-2 -6", "key": "svg-0" }], ["path", { "d": "M7 10l2 -6", "key": "svg-1" }], ["path", { "d": "M13.5 20h-6.256a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.532 3.03", "key": "svg-2" }], ["path", { "d": "M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-3" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-4" }], ["path", { "d": "M17 22l5 -5", "key": "svg-5" }]]; const IconBasketX = createReactComponent("outline", "basket-x", "BasketX", __iconNode$1on); const __iconNode$1om = [["path", { "d": "M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M5.001 8h13.999a2 2 0 0 1 1.977 2.304l-1.255 7.152a3 3 0 0 1 -2.966 2.544h-9.512a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304", "key": "svg-1" }], ["path", { "d": "M17 10l-2 -6", "key": "svg-2" }], ["path", { "d": "M7 10l2 -6", "key": "svg-3" }]]; const IconBasket = createReactComponent("outline", "basket", "Basket", __iconNode$1om); const __iconNode$1ol = [["path", { "d": "M17 16c.74 -2.286 2.778 -3.762 5 -3c-.173 -2.595 .13 -5.314 -2 -7.5c-1.708 2.648 -3.358 2.557 -5 2.5v-4l-3 2l-3 -2v4c-1.642 .057 -3.292 .148 -5 -2.5c-2.13 2.186 -1.827 4.905 -2 7.5c2.222 -.762 4.26 .714 5 3c2.593 0 3.889 .952 5 4c1.111 -3.048 2.407 -4 5 -4", "key": "svg-0" }], ["path", { "d": "M9 8a3 3 0 0 0 6 0", "key": "svg-1" }]]; const IconBat = createReactComponent("outline", "bat", "Bat", __iconNode$1ol); const __iconNode$1ok = [["path", { "d": "M16 12h4a1 1 0 0 1 1 1v3c0 .311 -.036 .614 -.103 .904m-1.61 2.378a3.982 3.982 0 0 1 -2.287 .718h-10a4 4 0 0 1 -4 -4v-3a1 1 0 0 1 1 -1h8", "key": "svg-0" }], ["path", { "d": "M6 12v-6m1.178 -2.824c.252 -.113 .53 -.176 .822 -.176h3v2.25", "key": "svg-1" }], ["path", { "d": "M4 21l1 -1.5", "key": "svg-2" }], ["path", { "d": "M20 21l-1 -1.5", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconBathOff = createReactComponent("outline", "bath-off", "BathOff", __iconNode$1ok); const __iconNode$1oj = [["path", { "d": "M4 12h16a1 1 0 0 1 1 1v3a4 4 0 0 1 -4 4h-10a4 4 0 0 1 -4 -4v-3a1 1 0 0 1 1 -1", "key": "svg-0" }], ["path", { "d": "M6 12v-7a2 2 0 0 1 2 -2h3v2.25", "key": "svg-1" }], ["path", { "d": "M4 21l1 -1.5", "key": "svg-2" }], ["path", { "d": "M20 21l-1 -1.5", "key": "svg-3" }]]; const IconBath = createReactComponent("outline", "bath", "Bath", __iconNode$1oj); const __iconNode$1oi = [["path", { "d": "M6 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M7 10l0 4", "key": "svg-1" }]]; const IconBattery1 = createReactComponent("outline", "battery-1", "Battery1", __iconNode$1oi); const __iconNode$1oh = [["path", { "d": "M6 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M7 10l0 4", "key": "svg-1" }], ["path", { "d": "M10 10l0 4", "key": "svg-2" }]]; const IconBattery2 = createReactComponent("outline", "battery-2", "Battery2", __iconNode$1oh); const __iconNode$1og = [["path", { "d": "M6 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M7 10l0 4", "key": "svg-1" }], ["path", { "d": "M10 10l0 4", "key": "svg-2" }], ["path", { "d": "M13 10l0 4", "key": "svg-3" }]]; const IconBattery3 = createReactComponent("outline", "battery-3", "Battery3", __iconNode$1og); const __iconNode$1of = [["path", { "d": "M6 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M7 10l0 4", "key": "svg-1" }], ["path", { "d": "M10 10l0 4", "key": "svg-2" }], ["path", { "d": "M13 10l0 4", "key": "svg-3" }], ["path", { "d": "M16 10l0 4", "key": "svg-4" }]]; const IconBattery4 = createReactComponent("outline", "battery-4", "Battery4", __iconNode$1of); const __iconNode$1oe = [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2l0 -10", "key": "svg-0" }], ["path", { "d": "M6 5v-2", "key": "svg-1" }], ["path", { "d": "M18 3v2", "key": "svg-2" }], ["path", { "d": "M6.5 12h3", "key": "svg-3" }], ["path", { "d": "M14.5 12h3", "key": "svg-4" }], ["path", { "d": "M16 10.5v3", "key": "svg-5" }]]; const IconBatteryAutomotive = createReactComponent("outline", "battery-automotive", "BatteryAutomotive", __iconNode$1oe); const __iconNode$1od = [["path", { "d": "M4 9a2 2 0 0 1 2 -2h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-4.5", "key": "svg-0" }], ["path", { "d": "M3 15h6v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2v-2", "key": "svg-1" }], ["path", { "d": "M6 22v-3", "key": "svg-2" }], ["path", { "d": "M4 15v-2.5", "key": "svg-3" }], ["path", { "d": "M8 15v-2.5", "key": "svg-4" }]]; const IconBatteryCharging2 = createReactComponent("outline", "battery-charging-2", "BatteryCharging2", __iconNode$1od); const __iconNode$1oc = [["path", { "d": "M16 7h1a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-2", "key": "svg-0" }], ["path", { "d": "M8 7h-2a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h1", "key": "svg-1" }], ["path", { "d": "M12 8l-2 4h3l-2 4", "key": "svg-2" }]]; const IconBatteryCharging = createReactComponent("outline", "battery-charging", "BatteryCharging", __iconNode$1oc); const __iconNode$1ob = [["path", { "d": "M4 9a2 2 0 0 1 2 -2h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-5.5", "key": "svg-0" }], ["path", { "d": "M3 16.143c0 -2.84 2.09 -5.143 4.667 -5.143h2.333v.857c0 2.84 -2.09 5.143 -4.667 5.143h-2.333v-.857", "key": "svg-1" }], ["path", { "d": "M3 20v-3", "key": "svg-2" }]]; const IconBatteryEco = createReactComponent("outline", "battery-eco", "BatteryEco", __iconNode$1ob); const __iconNode$1oa = [["path", { "d": "M9 17h8c1.105 0 2 -.895 2 -2v-.5c0 -.276 .224 -.5 .5 -.5s.5 -.224 .5 -.5v-3c0 -.276 -.224 -.5 -.5 -.5s-.5 -.224 -.5 -.5v-.5c0 -1.105 -.895 -2 -2 -2h-11c-1.105 0 -2 .895 -2 2v3", "key": "svg-0" }], ["path", { "d": "M5 16v3", "key": "svg-1" }], ["path", { "d": "M5 22v.01", "key": "svg-2" }]]; const IconBatteryExclamation = createReactComponent("outline", "battery-exclamation", "BatteryExclamation", __iconNode$1oa); const __iconNode$1o9 = [["path", { "d": "M3 3l18 18", "key": "svg-0" }], ["path", { "d": "M11 7h6a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5m-2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h1", "key": "svg-1" }]]; const IconBatteryOff = createReactComponent("outline", "battery-off", "BatteryOff", __iconNode$1o9); const __iconNode$1o8 = [["path", { "d": "M12 17h-6a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v1", "key": "svg-0" }], ["path", { "d": "M19 22.5a4.75 4.75 0 0 1 3.5 -3.5a4.75 4.75 0 0 1 -3.5 -3.5a4.75 4.75 0 0 1 -3.5 3.5a4.75 4.75 0 0 1 3.5 3.5", "key": "svg-1" }]]; const IconBatterySpark = createReactComponent("outline", "battery-spark", "BatterySpark", __iconNode$1o8); const __iconNode$1o7 = [["path", { "d": "M7 18v-11a2 2 0 0 1 2 -2h.5a.5 .5 0 0 0 .5 -.5a.5 .5 0 0 1 .5 -.5h3a.5 .5 0 0 1 .5 .5a.5 .5 0 0 0 .5 .5h.5a2 2 0 0 1 2 2v11a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2", "key": "svg-0" }], ["path", { "d": "M10 17h4", "key": "svg-1" }]]; const IconBatteryVertical1 = createReactComponent("outline", "battery-vertical-1", "BatteryVertical1", __iconNode$1o7); const __iconNode$1o6 = [["path", { "d": "M7 18v-11a2 2 0 0 1 2 -2h.5a.5 .5 0 0 0 .5 -.5a.5 .5 0 0 1 .5 -.5h3a.5 .5 0 0 1 .5 .5a.5 .5 0 0 0 .5 .5h.5a2 2 0 0 1 2 2v11a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2", "key": "svg-0" }], ["path", { "d": "M10 17h4", "key": "svg-1" }], ["path", { "d": "M10 14h4", "key": "svg-2" }]]; const IconBatteryVertical2 = createReactComponent("outline", "battery-vertical-2", "BatteryVertical2", __iconNode$1o6); const __iconNode$1o5 = [["path", { "d": "M7 18v-11a2 2 0 0 1 2 -2h.5a.5 .5 0 0 0 .5 -.5a.5 .5 0 0 1 .5 -.5h3a.5 .5 0 0 1 .5 .5a.5 .5 0 0 0 .5 .5h.5a2 2 0 0 1 2 2v11a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2", "key": "svg-0" }], ["path", { "d": "M10 17h4", "key": "svg-1" }], ["path", { "d": "M10 14h4", "key": "svg-2" }], ["path", { "d": "M10 11h4", "key": "svg-3" }]]; const IconBatteryVertical3 = createReactComponent("outline", "battery-vertical-3", "BatteryVertical3", __iconNode$1o5); const __iconNode$1o4 = [["path", { "d": "M7 18v-11a2 2 0 0 1 2 -2h.5a.5 .5 0 0 0 .5 -.5a.5 .5 0 0 1 .5 -.5h3a.5 .5 0 0 1 .5 .5a.5 .5 0 0 0 .5 .5h.5a2 2 0 0 1 2 2v11a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2", "key": "svg-0" }], ["path", { "d": "M10 17h4", "key": "svg-1" }], ["path", { "d": "M10 14h4", "key": "svg-2" }], ["path", { "d": "M10 11h4", "key": "svg-3" }], ["path", { "d": "M10 8h4", "key": "svg-4" }]]; const IconBatteryVertical4 = createReactComponent("outline", "battery-vertical-4", "BatteryVertical4", __iconNode$1o4); const __iconNode$1o3 = [["path", { "d": "M7 18v-11c0 -1.105 .895 -2 2 -2h.5c.276 0 .5 -.224 .5 -.5s.224 -.5 .5 -.5h3c.276 0 .5 .224 .5 .5s.224 .5 .5 .5h.5c1.105 0 2 .895 2 2v1m-10 10c0 1.105 .895 2 2 2h1", "key": "svg-0" }], ["path", { "d": "M12 14h6v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2l0 -2", "key": "svg-1" }], ["path", { "d": "M15 21v-3", "key": "svg-2" }], ["path", { "d": "M13 14v-2.5", "key": "svg-3" }], ["path", { "d": "M17 14v-2.5", "key": "svg-4" }]]; const IconBatteryVerticalCharging2 = createReactComponent("outline", "battery-vertical-charging-2", "BatteryVerticalCharging2", __iconNode$1o3); const __iconNode$1o2 = [["path", { "d": "M7 18v-11a2 2 0 0 1 2 -2h.5a.5 .5 0 0 0 .5 -.5a.5 .5 0 0 1 .5 -.5h3a.5 .5 0 0 1 .5 .5a.5 .5 0 0 0 .5 .5h.5a2 2 0 0 1 2 2v11a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2", "key": "svg-0" }], ["path", { "d": "M12.667 8l-2.667 4h4l-2.667 4", "key": "svg-1" }]]; const IconBatteryVerticalCharging = createReactComponent("outline", "battery-vertical-charging", "BatteryVerticalCharging", __iconNode$1o2); const __iconNode$1o1 = [["path", { "d": "M7 18v-11c0 -1.105 .895 -2 2 -2h.5c.276 0 .5 -.224 .5 -.5s.224 -.5 .5 -.5h3c.276 0 .5 .224 .5 .5s.224 .5 .5 .5h.5c1.105 0 2 .895 2 2v1m-8 12c-1.105 0 -2 -.895 -2 -2", "key": "svg-0" }], ["path", { "d": "M13 17.143c0 -2.84 2.09 -5.143 4.667 -5.143h2.333v.857c0 2.84 -2.09 5.143 -4.667 5.143h-2.333l0 -.857", "key": "svg-1" }], ["path", { "d": "M13 21v-3", "key": "svg-2" }]]; const IconBatteryVerticalEco = createReactComponent("outline", "battery-vertical-eco", "BatteryVerticalEco", __iconNode$1o1); const __iconNode$1o0 = [["path", { "d": "M17 12v-5c0 -1.105 -.895 -2 -2 -2h-.5c-.276 0 -.5 -.224 -.5 -.5s-.224 -.5 -.5 -.5h-3c-.276 0 -.5 .224 -.5 .5s-.224 .5 -.5 .5h-.5c-1.105 0 -2 .895 -2 2v11c0 1.105 .895 2 2 2h6", "key": "svg-0" }], ["path", { "d": "M19 16v3", "key": "svg-1" }], ["path", { "d": "M19 22v.01", "key": "svg-2" }]]; const IconBatteryVerticalExclamation = createReactComponent("outline", "battery-vertical-exclamation", "BatteryVerticalExclamation", __iconNode$1o0); const __iconNode$1n$ = [["path", { "d": "M3 3l18 18", "key": "svg-0" }], ["path", { "d": "M17 13v-6a2 2 0 0 0 -2 -2h-.5a.5 .5 0 0 1 -.5 -.5a.5 .5 0 0 0 -.5 -.5h-3a.5 .5 0 0 0 -.5 .5a.5 .5 0 0 1 -.5 .5h-.5m-2 2v11a2 2 0 0 0 2 2h6a2 2 0 0 0 2 -2v-1", "key": "svg-1" }]]; const IconBatteryVerticalOff = createReactComponent("outline", "battery-vertical-off", "BatteryVerticalOff", __iconNode$1n$); const __iconNode$1n_ = [["path", { "d": "M7 18v-11a2 2 0 0 1 2 -2h.5a.5 .5 0 0 0 .5 -.5a.5 .5 0 0 1 .5 -.5h3a.5 .5 0 0 1 .5 .5a.5 .5 0 0 0 .5 .5h.5a2 2 0 0 1 2 2v11a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2", "key": "svg-0" }]]; const IconBatteryVertical = createReactComponent("outline", "battery-vertical", "BatteryVertical", __iconNode$1n_); const __iconNode$1nZ = [["path", { "d": "M6 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2", "key": "svg-0" }]]; const IconBattery = createReactComponent("outline", "battery", "Battery", __iconNode$1nZ); const __iconNode$1nY = [["path", { "d": "M15.071 15.102a7.502 7.502 0 0 0 -8.124 1.648", "key": "svg-0" }], ["path", { "d": "M10.27 6.269l9.926 5.731a6 6 0 0 0 -10.32 -6.123", "key": "svg-1" }], ["path", { "d": "M16.732 10c1.658 -2.87 2.225 -5.644 1.268 -6.196c-.957 -.552 -3.075 1.326 -4.732 4.196", "key": "svg-2" }], ["path", { "d": "M15 9l-.739 1.279", "key": "svg-3" }], ["path", { "d": "M12.794 12.82l-.794 1.376", "key": "svg-4" }], ["path", { "d": "M3 19.25a2.4 2.4 0 0 1 1 -.25a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 1.135 -.858", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconBeachOff = createReactComponent("outline", "beach-off", "BeachOff", __iconNode$1nY); const __iconNode$1nX = [["path", { "d": "M17.553 16.75a7.5 7.5 0 0 0 -10.606 0", "key": "svg-0" }], ["path", { "d": "M18 3.804a6 6 0 0 0 -8.196 2.196l10.392 6a6 6 0 0 0 -2.196 -8.196", "key": "svg-1" }], ["path", { "d": "M16.732 10c1.658 -2.87 2.225 -5.644 1.268 -6.196c-.957 -.552 -3.075 1.326 -4.732 4.196", "key": "svg-2" }], ["path", { "d": "M15 9l-3 5.196", "key": "svg-3" }], ["path", { "d": "M3 19.25a2.4 2.4 0 0 1 1 -.25a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 1 .25", "key": "svg-4" }]]; const IconBeach = createReactComponent("outline", "beach", "Beach", __iconNode$1nX); const __iconNode$1nW = [["path", { "d": "M3 11a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M10 13h11v-2a3 3 0 0 0 -3 -3h-8v5", "key": "svg-1" }], ["path", { "d": "M3 16h18", "key": "svg-2" }]]; const IconBedFlat = createReactComponent("outline", "bed-flat", "BedFlat", __iconNode$1nW); const __iconNode$1nV = [["path", { "d": "M7 7a2 2 0 1 0 2 2", "key": "svg-0" }], ["path", { "d": "M22 17v-3h-4m-4 0h-12", "key": "svg-1" }], ["path", { "d": "M2 8v9", "key": "svg-2" }], ["path", { "d": "M12 12v2h2m4 0h4v-2a3 3 0 0 0 -3 -3h-6", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconBedOff = createReactComponent("outline", "bed-off", "BedOff", __iconNode$1nV); const __iconNode$1nU = [["path", { "d": "M5 9a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M22 17v-3h-20", "key": "svg-1" }], ["path", { "d": "M2 8v9", "key": "svg-2" }], ["path", { "d": "M12 14h10v-2a3 3 0 0 0 -3 -3h-7v5", "key": "svg-3" }]]; const IconBed = createReactComponent("outline", "bed", "Bed", __iconNode$1nU); const __iconNode$1nT = [["path", { "d": "M7 7v1.111c0 1.242 .29 2.467 .845 3.578l.31 .622a8 8 0 0 1 .845 3.578v4.111h6v-4.111a8 8 0 0 1 .045 -.85m.953 -3.035l.157 -.315a8 8 0 0 0 .845 -3.578v-4.111h-9", "key": "svg-0" }], ["path", { "d": "M7 8h1m4 0h5", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconBeerOff = createReactComponent("outline", "beer-off", "BeerOff", __iconNode$1nT); const __iconNode$1nS = [["path", { "d": "M9 21h6a1 1 0 0 0 1 -1v-3.625c0 -1.397 .29 -2.775 .845 -4.025l.31 -.7c.556 -1.25 .845 -2.253 .845 -3.65v-4a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1v4c0 1.397 .29 2.4 .845 3.65l.31 .7a9.931 9.931 0 0 1 .845 4.025v3.625a1 1 0 0 0 1 1", "key": "svg-0" }], ["path", { "d": "M6 8h12", "key": "svg-1" }]]; const IconBeer = createReactComponent("outline", "beer", "Beer", __iconNode$1nS); const __iconNode$1nR = [["path", { "d": "M13.5 17h-9.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v1", "key": "svg-0" }], ["path", { "d": "M9 17v1a3 3 0 0 0 4.368 2.67", "key": "svg-1" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-2" }]]; const IconBellBolt = createReactComponent("outline", "bell-bolt", "BellBolt", __iconNode$1nR); const __iconNode$1nQ = [["path", { "d": "M12.5 17h-8.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v1", "key": "svg-0" }], ["path", { "d": "M9 17v1a3 3 0 0 0 3 3", "key": "svg-1" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M17 21l4 -4", "key": "svg-3" }]]; const IconBellCancel = createReactComponent("outline", "bell-cancel", "BellCancel", __iconNode$1nQ); const __iconNode$1nP = [["path", { "d": "M11.5 17h-7.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3c.016 .129 .037 .256 .065 .382", "key": "svg-0" }], ["path", { "d": "M9 17v1a3 3 0 0 0 2.502 2.959", "key": "svg-1" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-2" }]]; const IconBellCheck = createReactComponent("outline", "bell-check", "BellCheck", __iconNode$1nP); const __iconNode$1nO = [["path", { "d": "M11.5 17h-7.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v2", "key": "svg-0" }], ["path", { "d": "M9 17v1a3 3 0 0 0 2.498 2.958", "key": "svg-1" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-2" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-3" }]]; const IconBellCode = createReactComponent("outline", "bell-code", "BellCode", __iconNode$1nO); const __iconNode$1nN = [["path", { "d": "M12 17h-8a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v.5", "key": "svg-0" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-2" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-3" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-4" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-5" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-6" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-7" }], ["path", { "d": "M9 17v1a3 3 0 0 0 3 3", "key": "svg-8" }]]; const IconBellCog = createReactComponent("outline", "bell-cog", "BellCog", __iconNode$1nN); const __iconNode$1nM = [["path", { "d": "M13 17h-9a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 3.911 5.17", "key": "svg-0" }], ["path", { "d": "M9 17v1a3 3 0 0 0 4.02 2.822", "key": "svg-1" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-2" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-3" }]]; const IconBellDollar = createReactComponent("outline", "bell-dollar", "BellDollar", __iconNode$1nM); const __iconNode$1nL = [["path", { "d": "M12.5 17h-8.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v1", "key": "svg-0" }], ["path", { "d": "M9 17v1a3 3 0 0 0 3.518 2.955", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-3" }]]; const IconBellDown = createReactComponent("outline", "bell-down", "BellDown", __iconNode$1nL); const __iconNode$1nK = [["path", { "d": "M15 17h-11a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v1.5", "key": "svg-0" }], ["path", { "d": "M9 17v1a3 3 0 0 0 6 0v-1", "key": "svg-1" }], ["path", { "d": "M19 16v3", "key": "svg-2" }], ["path", { "d": "M19 22v.01", "key": "svg-3" }]]; const IconBellExclamation = createReactComponent("outline", "bell-exclamation", "BellExclamation", __iconNode$1nK); const __iconNode$1nJ = [["path", { "d": "M10 17h-6a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6", "key": "svg-0" }], ["path", { "d": "M9 17v1c0 1.408 .97 2.59 2.28 2.913", "key": "svg-1" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-2" }]]; const IconBellHeart = createReactComponent("outline", "bell-heart", "BellHeart", __iconNode$1nJ); const __iconNode$1nI = [["path", { "d": "M12.5 17h-8.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3c.047 .386 .149 .758 .3 1.107", "key": "svg-0" }], ["path", { "d": "M9 17v1a3 3 0 0 0 3.504 2.958", "key": "svg-1" }], ["path", { "d": "M16 19h6", "key": "svg-2" }]]; const IconBellMinus = createReactComponent("outline", "bell-minus", "BellMinus", __iconNode$1nI); const __iconNode$1nH = [["path", { "d": "M9.346 5.353c.21 -.129 .428 -.246 .654 -.353a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3m-1 3h-13a4 4 0 0 0 2 -3v-3a6.996 6.996 0 0 1 1.273 -3.707", "key": "svg-0" }], ["path", { "d": "M9 17v1a3 3 0 0 0 6 0v-1", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconBellOff = createReactComponent("outline", "bell-off", "BellOff", __iconNode$1nH); const __iconNode$1nG = [["path", { "d": "M13 17h-9a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v2", "key": "svg-0" }], ["path", { "d": "M9 17v1a3 3 0 0 0 4.022 2.821", "key": "svg-1" }], ["path", { "d": "M17 17v5", "key": "svg-2" }], ["path", { "d": "M21 17v5", "key": "svg-3" }]]; const IconBellPause = createReactComponent("outline", "bell-pause", "BellPause", __iconNode$1nG); const __iconNode$1nF = [["path", { "d": "M12 17h-8a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6", "key": "svg-0" }], ["path", { "d": "M9 17v1a3 3 0 0 0 3.64 2.931", "key": "svg-1" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-2" }], ["path", { "d": "M19 18v.01", "key": "svg-3" }]]; const IconBellPin = createReactComponent("outline", "bell-pin", "BellPin", __iconNode$1nF); const __iconNode$1nE = [["path", { "d": "M12.5 17h-8.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v1", "key": "svg-0" }], ["path", { "d": "M9 17v1a3 3 0 0 0 3.51 2.957", "key": "svg-1" }], ["path", { "d": "M16 19h6", "key": "svg-2" }], ["path", { "d": "M19 16v6", "key": "svg-3" }]]; const IconBellPlus = createReactComponent("outline", "bell-plus", "BellPlus", __iconNode$1nE); const __iconNode$1nD = [["path", { "d": "M13.5 17h-9.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6", "key": "svg-0" }], ["path", { "d": "M9 17v1a3 3 0 0 0 5.914 .716", "key": "svg-1" }], ["path", { "d": "M19 22v.01", "key": "svg-2" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-3" }]]; const IconBellQuestion = createReactComponent("outline", "bell-question", "BellQuestion", __iconNode$1nD); const __iconNode$1nC = [["path", { "d": "M19.364 4.636a2 2 0 0 1 0 2.828a7 7 0 0 1 -1.414 7.072l-2.122 2.12a4 4 0 0 0 -.707 3.536l-11.313 -11.312a4 4 0 0 0 3.535 -.707l2.121 -2.123a7 7 0 0 1 7.072 -1.414a2 2 0 0 1 2.828 0", "key": "svg-0" }], ["path", { "d": "M7.343 12.414l-.707 .707a3 3 0 0 0 4.243 4.243l.707 -.707", "key": "svg-1" }]]; const IconBellRinging2 = createReactComponent("outline", "bell-ringing-2", "BellRinging2", __iconNode$1nC); const __iconNode$1nB = [["path", { "d": "M10 5a2 2 0 0 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6", "key": "svg-0" }], ["path", { "d": "M9 17v1a3 3 0 0 0 6 0v-1", "key": "svg-1" }], ["path", { "d": "M21 6.727a11.05 11.05 0 0 0 -2.794 -3.727", "key": "svg-2" }], ["path", { "d": "M3 6.727a11.05 11.05 0 0 1 2.792 -3.727", "key": "svg-3" }]]; const IconBellRinging = createReactComponent("outline", "bell-ringing", "BellRinging", __iconNode$1nB); const __iconNode$1nA = [["path", { "d": "M4 10a6 6 0 1 0 12 0a6 6 0 1 0 -12 0", "key": "svg-0" }], ["path", { "d": "M13.5 15h.5a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-1a2 2 0 0 1 2 -2h.5", "key": "svg-1" }], ["path", { "d": "M16 17a5.698 5.698 0 0 0 4.467 -7.932l-.467 -1.068", "key": "svg-2" }], ["path", { "d": "M10 10v.01", "key": "svg-3" }], ["path", { "d": "M19 8a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-4" }]]; const IconBellSchool = createReactComponent("outline", "bell-school", "BellSchool", __iconNode$1nA); const __iconNode$1nz = [["path", { "d": "M11 17h-7a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6", "key": "svg-0" }], ["path", { "d": "M9 17v1a3 3 0 0 0 2.685 2.984", "key": "svg-1" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-3" }]]; const IconBellSearch = createReactComponent("outline", "bell-search", "BellSearch", __iconNode$1nz); const __iconNode$1ny = [["path", { "d": "M12.5 17h-8.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v2", "key": "svg-0" }], ["path", { "d": "M9 17v1a3 3 0 0 0 3 3", "key": "svg-1" }], ["path", { "d": "M16 22l5 -5", "key": "svg-2" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-3" }]]; const IconBellShare = createReactComponent("outline", "bell-share", "BellShare", __iconNode$1ny); const __iconNode$1nx = [["path", { "d": "M9.5 17h-5.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 3.88 5", "key": "svg-0" }], ["path", { "d": "M9 17v1a3 3 0 0 0 2.15 2.878", "key": "svg-1" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-2" }]]; const IconBellStar = createReactComponent("outline", "bell-star", "BellStar", __iconNode$1nx); const __iconNode$1nw = [["path", { "d": "M12.5 17h-8.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v1", "key": "svg-0" }], ["path", { "d": "M9 17v1a3 3 0 0 0 3.49 2.96", "key": "svg-1" }], ["path", { "d": "M19 22v-6", "key": "svg-2" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-3" }]]; const IconBellUp = createReactComponent("outline", "bell-up", "BellUp", __iconNode$1nw); const __iconNode$1nv = [["path", { "d": "M13 17h-9a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v2", "key": "svg-0" }], ["path", { "d": "M9 17v1a3 3 0 0 0 4.194 2.753", "key": "svg-1" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-2" }], ["path", { "d": "M17 22l5 -5", "key": "svg-3" }]]; const IconBellX = createReactComponent("outline", "bell-x", "BellX", __iconNode$1nv); const __iconNode$1nu = [["path", { "d": "M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6", "key": "svg-0" }], ["path", { "d": "M9 17v1a3 3 0 0 0 6 0v-1", "key": "svg-1" }], ["path", { "d": "M10 9h4l-4 4h4", "key": "svg-2" }]]; const IconBellZ = createReactComponent("outline", "bell-z", "BellZ", __iconNode$1nu); const __iconNode$1nt = [["path", { "d": "M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6", "key": "svg-0" }], ["path", { "d": "M9 17v1a3 3 0 0 0 6 0v-1", "key": "svg-1" }]]; const IconBell = createReactComponent("outline", "bell", "Bell", __iconNode$1nt); const __iconNode$1ns = [["path", { "d": "M8 22v-14a4 4 0 0 1 4 -4h.5a3.5 3.5 0 0 1 0 7h-.5h.5a4.5 4.5 0 1 1 -4.5 4.5v-.5", "key": "svg-0" }]]; const IconBeta = createReactComponent("outline", "beta", "Beta", __iconNode$1ns); const __iconNode$1nr = [["path", { "d": "M19 4v16h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12", "key": "svg-0" }], ["path", { "d": "M19 16h-12a2 2 0 0 0 -2 2", "key": "svg-1" }], ["path", { "d": "M12 7v6", "key": "svg-2" }], ["path", { "d": "M10 9h4", "key": "svg-3" }]]; const IconBible = createReactComponent("outline", "bible", "Bible", __iconNode$1nr); const __iconNode$1nq = [["path", { "d": "M2 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M16.437 16.44a3 3 0 0 0 4.123 4.123m1.44 -2.563a3 3 0 0 0 -3 -3", "key": "svg-1" }], ["path", { "d": "M12 19v-4l-3 -3l1.665 -1.332m2.215 -1.772l1.12 -.896l2 3h3", "key": "svg-2" }], ["path", { "d": "M16 5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconBikeOff = createReactComponent("outline", "bike-off", "BikeOff", __iconNode$1nq); const __iconNode$1np = [["path", { "d": "M2 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M16 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M12 19l0 -4l-3 -3l5 -4l2 3l3 0", "key": "svg-2" }], ["path", { "d": "M16 5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-3" }]]; const IconBike = createReactComponent("outline", "bike", "Bike", __iconNode$1np); const __iconNode$1no = [["path", { "d": "M11 7v-2h-1", "key": "svg-0" }], ["path", { "d": "M18 19v-1", "key": "svg-1" }], ["path", { "d": "M15.5 5h2a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-2a.5 .5 0 0 1 -.5 -.5v-4a.5 .5 0 0 1 .5 -.5", "key": "svg-2" }], ["path", { "d": "M10.5 14h2a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-2a.5 .5 0 0 1 -.5 -.5v-4a.5 .5 0 0 1 .5 -.5", "key": "svg-3" }], ["path", { "d": "M6 10v.01", "key": "svg-4" }], ["path", { "d": "M6 19v.01", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconBinaryOff = createReactComponent("outline", "binary-off", "BinaryOff", __iconNode$1no); const __iconNode$1nn = [["path", { "d": "M14 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-0" }], ["path", { "d": "M7 14a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-1" }], ["path", { "d": "M21 14a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-2" }], ["path", { "d": "M14 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-3" }], ["path", { "d": "M12 8v8", "key": "svg-4" }], ["path", { "d": "M6.316 12.496l4.368 -4.992", "key": "svg-5" }], ["path", { "d": "M17.684 12.496l-4.366 -4.99", "key": "svg-6" }]]; const IconBinaryTree2 = createReactComponent("outline", "binary-tree-2", "BinaryTree2", __iconNode$1nn); const __iconNode$1nm = [["path", { "d": "M6 20a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-0" }], ["path", { "d": "M16 4a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-1" }], ["path", { "d": "M16 20a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-2" }], ["path", { "d": "M11 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-3" }], ["path", { "d": "M21 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-4" }], ["path", { "d": "M5.058 18.306l2.88 -4.606", "key": "svg-5" }], ["path", { "d": "M10.061 10.303l2.877 -4.604", "key": "svg-6" }], ["path", { "d": "M10.065 13.705l2.876 4.6", "key": "svg-7" }], ["path", { "d": "M15.063 5.7l2.881 4.61", "key": "svg-8" }]]; const IconBinaryTree = createReactComponent("outline", "binary-tree", "BinaryTree", __iconNode$1nm); const __iconNode$1nl = [["path", { "d": "M11 10v-5h-1m8 14v-5h-1", "key": "svg-0" }], ["path", { "d": "M15 5.5a.5 .5 0 0 1 .5 -.5h2a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-2a.5 .5 0 0 1 -.5 -.5l0 -4", "key": "svg-1" }], ["path", { "d": "M10 14.5a.5 .5 0 0 1 .5 -.5h2a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-2a.5 .5 0 0 1 -.5 -.5l0 -4", "key": "svg-2" }], ["path", { "d": "M6 10h.01m-.01 9h.01", "key": "svg-3" }]]; const IconBinary = createReactComponent("outline", "binary", "Binary", __iconNode$1nl); const __iconNode$1nk = [["path", { "d": "M4 16a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M14 16a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M16.346 9.17l-.729 -1.261c-.16 -.248 -1.056 -.203 -1.117 .091l-.177 1.38", "key": "svg-2" }], ["path", { "d": "M19.761 14.813l-2.84 -5.133c-.189 -.31 -.592 -.68 -1.421 -.68c-.828 0 -1.5 .448 -1.5 1v6", "key": "svg-3" }], ["path", { "d": "M7.654 9.17l.729 -1.261c.16 -.249 1.056 -.203 1.117 .091l.177 1.38", "key": "svg-4" }], ["path", { "d": "M4.239 14.813l2.84 -5.133c.189 -.31 .592 -.68 1.421 -.68c.828 0 1.5 .448 1.5 1v6", "key": "svg-5" }], ["path", { "d": "M10 12h4v2h-4l0 -2", "key": "svg-6" }]]; const IconBinoculars = createReactComponent("outline", "binoculars", "Binoculars", __iconNode$1nk); const __iconNode$1nj = [["path", { "d": "M10.586 10.586a2 2 0 1 0 2.836 2.82", "key": "svg-0" }], ["path", { "d": "M11.939 14c0 .173 .048 .351 .056 .533v.217a4.75 4.75 0 0 1 -4.533 4.745h-.217", "key": "svg-1" }], ["path", { "d": "M2.495 14.745a4.75 4.75 0 0 1 7.737 -3.693", "key": "svg-2" }], ["path", { "d": "M16.745 19.495a4.75 4.75 0 0 1 -4.69 -5.503h-.06", "key": "svg-3" }], ["path", { "d": "M14.533 10.538a4.75 4.75 0 0 1 6.957 3.987v.217", "key": "svg-4" }], ["path", { "d": "M10.295 10.929a4.75 4.75 0 0 1 -2.988 -3.64m.66 -3.324a4.75 4.75 0 0 1 .5 -.66l.164 -.172", "key": "svg-5" }], ["path", { "d": "M15.349 3.133a4.75 4.75 0 0 1 -.836 7.385", "key": "svg-6" }], ["path", { "d": "M3 3l18 18", "key": "svg-7" }]]; const IconBiohazardOff = createReactComponent("outline", "biohazard-off", "BiohazardOff", __iconNode$1nj); const __iconNode$1ni = [["path", { "d": "M10 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M11.939 14c0 .173 .048 .351 .056 .533l0 .217a4.75 4.75 0 0 1 -4.533 4.745l-.217 0m-4.75 -4.75a4.75 4.75 0 0 1 7.737 -3.693m6.513 8.443a4.75 4.75 0 0 1 -4.69 -5.503l-.06 0m1.764 -2.944a4.75 4.75 0 0 1 7.731 3.477l0 .217m-11.195 -3.813a4.75 4.75 0 0 1 -1.828 -7.624l.164 -.172m6.718 0a4.75 4.75 0 0 1 -1.665 7.798", "key": "svg-1" }]]; const IconBiohazard = createReactComponent("outline", "biohazard", "Biohazard", __iconNode$1ni); const __iconNode$1nh = [["path", { "d": "M17.707 3.707l2.586 2.586a1 1 0 0 1 0 1.414l-.586 .586a1 1 0 0 0 0 1.414l.586 .586a1 1 0 0 1 0 1.414l-8.586 8.586a1 1 0 0 1 -1.414 0l-.586 -.586a1 1 0 0 0 -1.414 0l-.586 .586a1 1 0 0 1 -1.414 0l-2.586 -2.586a1 1 0 0 1 0 -1.414l.586 -.586a1 1 0 0 0 0 -1.414l-.586 -.586a1 1 0 0 1 0 -1.414l8.586 -8.586a1 1 0 0 1 1.414 0l.586 .586a1 1 0 0 0 1.414 0l.586 -.586a1 1 0 0 1 1.414 0", "key": "svg-0" }], ["path", { "d": "M8 16l3.2 -3.2", "key": "svg-1" }], ["path", { "d": "M12.8 11.2l3.2 -3.2", "key": "svg-2" }], ["path", { "d": "M14 8l2 2", "key": "svg-3" }], ["path", { "d": "M8 14l2 2", "key": "svg-4" }], ["path", { "d": "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-5" }]]; const IconBlade = createReactComponent("outline", "blade", "Blade", __iconNode$1nh); const __iconNode$1ng = [["path", { "d": "M5 19h14a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-7.1 12.25a2 2 0 0 0 1.75 2.75", "key": "svg-0" }], ["path", { "d": "M11 12h-1a2 2 0 1 0 0 4h1", "key": "svg-1" }], ["path", { "d": "M14 12v4h2", "key": "svg-2" }]]; const IconBleachChlorine = createReactComponent("outline", "bleach-chlorine", "BleachChlorine", __iconNode$1ng); const __iconNode$1nf = [["path", { "d": "M5 19h14a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-7.1 12.25a2 2 0 0 0 1.75 2.75", "key": "svg-0" }], ["path", { "d": "M6.576 19l7.907 -13.733", "key": "svg-1" }], ["path", { "d": "M11.719 19.014l5.346 -9.284", "key": "svg-2" }]]; const IconBleachNoChlorine = createReactComponent("outline", "bleach-no-chlorine", "BleachNoChlorine", __iconNode$1nf); const __iconNode$1ne = [["path", { "d": "M5 19h14m1.986 -1.977a2 2 0 0 0 -.146 -.773l-7.1 -12.25a2 2 0 0 0 -3.5 0l-.815 1.405m-1.488 2.568l-4.797 8.277a2 2 0 0 0 1.75 2.75", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconBleachOff = createReactComponent("outline", "bleach-off", "BleachOff", __iconNode$1ne); const __iconNode$1nd = [["path", { "d": "M5 19h14a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-7.1 12.25a2 2 0 0 0 1.75 2.75", "key": "svg-0" }]]; const IconBleach = createReactComponent("outline", "bleach", "Bleach", __iconNode$1nd); const __iconNode$1nc = [["path", { "d": "M8 9.5a6.5 6.5 0 1 0 13 0a6.5 6.5 0 1 0 -13 0", "key": "svg-0" }], ["path", { "d": "M3 14.5a6.5 6.5 0 1 0 13 0a6.5 6.5 0 1 0 -13 0", "key": "svg-1" }]]; const IconBlendMode = createReactComponent("outline", "blend-mode", "BlendMode", __iconNode$1nc); const __iconNode$1nb = [["path", { "d": "M9 10h-3a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h10.802a1 1 0 0 1 .984 1.179l-1.786 9.821", "key": "svg-0" }], ["path", { "d": "M8 4l2 11", "key": "svg-1" }], ["path", { "d": "M11 15h4a3 3 0 0 1 3 3v2a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-2a3 3 0 0 1 3 -3", "key": "svg-2" }], ["path", { "d": "M12 4v-1h2v1", "key": "svg-3" }], ["path", { "d": "M13 18v.01", "key": "svg-4" }]]; const IconBlender = createReactComponent("outline", "blender", "Blender", __iconNode$1nb); const __iconNode$1na = [["path", { "d": "M9 4a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-0" }], ["path", { "d": "M4 21l3 -4", "key": "svg-1" }], ["path", { "d": "M13 21l-2 -4l-3 -3l1 -6", "key": "svg-2" }], ["path", { "d": "M3 12l2 -3l4 -1l6 4", "key": "svg-3" }], ["path", { "d": "M16.5 14l3.5 7", "key": "svg-4" }]]; const IconBlind = createReactComponent("outline", "blind", "Blind", __iconNode$1na); const __iconNode$1n9 = [["path", { "d": "M5.897 20.188c1.67 .752 3.896 .812 6.103 .812s4.434 -.059 6.104 -.812c.868 -.392 1.614 -.982 2.133 -1.856c.514 -.865 .763 -1.94 .763 -3.234c0 -2.577 -.983 -5.315 -2.557 -7.416c-1.57 -2.094 -3.833 -3.682 -6.443 -3.682s-4.873 1.588 -6.443 3.682c-1.574 2.101 -2.557 4.84 -2.557 7.416c0 1.295 .249 2.369 .763 3.234c.519 .874 1.265 1.464 2.134 1.856", "key": "svg-0" }]]; const IconBlob = createReactComponent("outline", "blob", "Blob", __iconNode$1n9); const __iconNode$1n8 = [["path", { "d": "M6 15h15", "key": "svg-0" }], ["path", { "d": "M21 19h-15", "key": "svg-1" }], ["path", { "d": "M15 11h6", "key": "svg-2" }], ["path", { "d": "M21 7h-6", "key": "svg-3" }], ["path", { "d": "M9 9h1a1 1 0 1 1 -1 1v-2.5a2 2 0 0 1 2 -2", "key": "svg-4" }], ["path", { "d": "M3 9h1a1 1 0 1 1 -1 1v-2.5a2 2 0 0 1 2 -2", "key": "svg-5" }]]; const IconBlockquote = createReactComponent("outline", "blockquote", "Blockquote", __iconNode$1n8); const __iconNode$1n7 = [["path", { "d": "M14 4a1 1 0 0 1 1 -1h5a1 1 0 0 1 1 1v5a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1l0 -5", "key": "svg-0" }], ["path", { "d": "M3 14h12a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h3a2 2 0 0 1 2 2v12", "key": "svg-1" }]]; const IconBlocks = createReactComponent("outline", "blocks", "Blocks", __iconNode$1n7); const __iconNode$1n6 = [["path", { "d": "M7 8l10 8l-5 4l0 -16l5 4l-10 8", "key": "svg-0" }], ["path", { "d": "M4 12l1 0", "key": "svg-1" }], ["path", { "d": "M18 12l1 0", "key": "svg-2" }]]; const IconBluetoothConnected = createReactComponent("outline", "bluetooth-connected", "BluetoothConnected", __iconNode$1n6); const __iconNode$1n5 = [["path", { "d": "M3 3l18 18", "key": "svg-0" }], ["path", { "d": "M16.438 16.45l-4.438 3.55v-8m0 -4v-4l5 4l-2.776 2.22m-2.222 1.779l-5 4", "key": "svg-1" }]]; const IconBluetoothOff = createReactComponent("outline", "bluetooth-off", "BluetoothOff", __iconNode$1n5); const __iconNode$1n4 = [["path", { "d": "M7 8l10 8l-5 4v-16l1 .802m0 6.396l-6 4.802", "key": "svg-0" }], ["path", { "d": "M16 6l4 4", "key": "svg-1" }], ["path", { "d": "M20 6l-4 4", "key": "svg-2" }]]; const IconBluetoothX = createReactComponent("outline", "bluetooth-x", "BluetoothX", __iconNode$1n4); const __iconNode$1n3 = [["path", { "d": "M7 8l10 8l-5 4l0 -16l5 4l-10 8", "key": "svg-0" }]]; const IconBluetooth = createReactComponent("outline", "bluetooth", "Bluetooth", __iconNode$1n3); const __iconNode$1n2 = [["path", { "d": "M12 3v5m0 4v8", "key": "svg-0" }], ["path", { "d": "M5.641 5.631a9 9 0 1 0 12.719 12.738m1.68 -2.318a9 9 0 0 0 -12.074 -12.098", "key": "svg-1" }], ["path", { "d": "M16 12h5", "key": "svg-2" }], ["path", { "d": "M13 9h7", "key": "svg-3" }], ["path", { "d": "M12 6h6", "key": "svg-4" }], ["path", { "d": "M12 18h6", "key": "svg-5" }], ["path", { "d": "M12 15h3m4 0h1", "key": "svg-6" }], ["path", { "d": "M3 3l18 18", "key": "svg-7" }]]; const IconBlurOff = createReactComponent("outline", "blur-off", "BlurOff", __iconNode$1n2); const __iconNode$1n1 = [["path", { "d": "M12 21a9.01 9.01 0 0 0 2.32 -.302a9 9 0 0 0 1.74 -16.733a9 9 0 1 0 -4.06 17.035", "key": "svg-0" }], ["path", { "d": "M12 3v17", "key": "svg-1" }], ["path", { "d": "M12 12h9", "key": "svg-2" }], ["path", { "d": "M12 9h8", "key": "svg-3" }], ["path", { "d": "M12 6h6", "key": "svg-4" }], ["path", { "d": "M12 18h6", "key": "svg-5" }], ["path", { "d": "M12 15h8", "key": "svg-6" }]]; const IconBlur = createReactComponent("outline", "blur", "Blur", __iconNode$1n1); const __iconNode$1n0 = [["path", { "d": "M18 16v-8h2a2 2 0 1 1 0 4h-2", "key": "svg-0" }], ["path", { "d": "M6 14a2 2 0 0 1 -2 2h-2v-8h2a2 2 0 1 1 0 4h-2h2a2 2 0 0 1 2 2", "key": "svg-1" }], ["path", { "d": "M9 16v-8l3 6l3 -6v8", "key": "svg-2" }]]; const IconBmp = createReactComponent("outline", "bmp", "Bmp", __iconNode$1n0); const __iconNode$1m$ = [["path", { "d": "M4 8v-2a2 2 0 0 1 2 -2h2", "key": "svg-0" }], ["path", { "d": "M4 16v2a2 2 0 0 0 2 2h2", "key": "svg-1" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2", "key": "svg-2" }], ["path", { "d": "M16 20h2a2 2 0 0 0 2 -2v-2", "key": "svg-3" }], ["path", { "d": "M11 8a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-4" }], ["path", { "d": "M10 17v-1a2 2 0 1 1 4 0v1", "key": "svg-5" }], ["path", { "d": "M8 10c.666 .666 1.334 1 2 1h4c.666 0 1.334 -.334 2 -1", "key": "svg-6" }], ["path", { "d": "M12 11v3", "key": "svg-7" }]]; const IconBodyScan = createReactComponent("outline", "body-scan", "BodyScan", __iconNode$1m$); const __iconNode$1m_ = [["path", { "d": "M9 5h4a3.5 3.5 0 0 1 2.222 6.204m-3.222 .796h-5v-5", "key": "svg-0" }], ["path", { "d": "M17.107 17.112a3.5 3.5 0 0 1 -3.107 1.888h-7v-7", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconBoldOff = createReactComponent("outline", "bold-off", "BoldOff", __iconNode$1m_); const __iconNode$1mZ = [["path", { "d": "M7 5h6a3.5 3.5 0 0 1 0 7h-6l0 -7", "key": "svg-0" }], ["path", { "d": "M13 12h1a3.5 3.5 0 0 1 0 7h-7v-7", "key": "svg-1" }]]; const IconBold = createReactComponent("outline", "bold", "Bold", __iconNode$1mZ); const __iconNode$1mY = [["path", { "d": "M3 3l18 18", "key": "svg-0" }], ["path", { "d": "M15.212 15.21l-4.212 5.79v-7h-6l3.79 -5.21m1.685 -2.32l2.525 -3.47v6m1 1h5l-2.104 2.893", "key": "svg-1" }]]; const IconBoltOff = createReactComponent("outline", "bolt-off", "BoltOff", __iconNode$1mY); const __iconNode$1mX = [["path", { "d": "M13 3l0 7l6 0l-8 11l0 -7l-6 0l8 -11", "key": "svg-0" }]]; const IconBolt = createReactComponent("outline", "bolt", "Bolt", __iconNode$1mX); const __iconNode$1mW = [["path", { "d": "M15.349 5.349l3.301 3.301a1.2 1.2 0 0 1 0 1.698l-.972 .972a7.5 7.5 0 1 1 -5 -5l.972 -.972a1.2 1.2 0 0 1 1.698 0l.001 .001", "key": "svg-0" }], ["path", { "d": "M17 7l1.293 -1.293a2.414 2.414 0 0 0 .707 -1.707a1 1 0 0 1 1 -1h1", "key": "svg-1" }], ["path", { "d": "M7 13a3 3 0 0 1 3 -3", "key": "svg-2" }]]; const IconBomb = createReactComponent("outline", "bomb", "Bomb", __iconNode$1mW); const __iconNode$1mV = [["path", { "d": "M12.5 8.502l.38 -.38a3 3 0 1 1 5.12 -2.122a3 3 0 1 1 -2.12 5.122l-.372 .372m-2.008 2.008l-2.378 2.378a3 3 0 1 1 -5.117 2.297l0 -.177l-.176 0a3 3 0 1 1 2.298 -5.115l2.378 -2.378", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconBoneOff = createReactComponent("outline", "bone-off", "BoneOff", __iconNode$1mV); const __iconNode$1mU = [["path", { "d": "M15 3a3 3 0 0 1 3 3a3 3 0 1 1 -2.12 5.122l-4.758 4.758a3 3 0 1 1 -5.117 2.297l0 -.177l-.176 0a3 3 0 1 1 2.298 -5.115l4.758 -4.758a3 3 0 0 1 2.12 -5.122l-.005 -.005", "key": "svg-0" }]]; const IconBone = createReactComponent("outline", "bone", "Bone", __iconNode$1mU); const __iconNode$1mT = [["path", { "d": "M9 5v-2h4v6m1.5 1.5l2.5 -2.5l2 2l-2.5 2.5m-.5 3.505a5 5 0 1 1 -7 -4.589v-2.416", "key": "svg-0" }], ["path", { "d": "M8 3h6", "key": "svg-1" }], ["path", { "d": "M6.1 17h9.8", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconBongOff = createReactComponent("outline", "bong-off", "BongOff", __iconNode$1mT); const __iconNode$1mS = [["path", { "d": "M13 3v8.416c.134 .059 .265 .123 .393 .193l3.607 -3.609l2 2l-3.608 3.608a5 5 0 1 1 -6.392 -2.192v-8.416h4", "key": "svg-0" }], ["path", { "d": "M8 3h6", "key": "svg-1" }], ["path", { "d": "M6.1 17h9.8", "key": "svg-2" }]]; const IconBong = createReactComponent("outline", "bong", "Bong", __iconNode$1mS); const __iconNode$1mR = [["path", { "d": "M19 4v16h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12", "key": "svg-0" }], ["path", { "d": "M19 16h-12a2 2 0 0 0 -2 2", "key": "svg-1" }], ["path", { "d": "M9 8h6", "key": "svg-2" }]]; const IconBook2 = createReactComponent("outline", "book-2", "Book2", __iconNode$1mR); const __iconNode$1mQ = [["path", { "d": "M12 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12v5", "key": "svg-0" }], ["path", { "d": "M13 16h-7a2 2 0 0 0 -2 2", "key": "svg-1" }], ["path", { "d": "M15 19l3 3l3 -3", "key": "svg-2" }], ["path", { "d": "M18 22v-9", "key": "svg-3" }]]; const IconBookDownload = createReactComponent("outline", "book-download", "BookDownload", __iconNode$1mQ); const __iconNode$1mP = [["path", { "d": "M3 19a9 9 0 0 1 9 0a9 9 0 0 1 5.899 -1.096", "key": "svg-0" }], ["path", { "d": "M3 6a9 9 0 0 1 2.114 -.884m3.8 -.21c1.07 .17 2.116 .534 3.086 1.094a9 9 0 0 1 9 0", "key": "svg-1" }], ["path", { "d": "M3 6v13", "key": "svg-2" }], ["path", { "d": "M12 6v2m0 4v7", "key": "svg-3" }], ["path", { "d": "M21 6v11", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconBookOff = createReactComponent("outline", "book-off", "BookOff", __iconNode$1mP); const __iconNode$1mO = [["path", { "d": "M14 20h-8a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12v5", "key": "svg-0" }], ["path", { "d": "M11 16h-5a2 2 0 0 0 -2 2", "key": "svg-1" }], ["path", { "d": "M15 16l3 -3l3 3", "key": "svg-2" }], ["path", { "d": "M18 13v9", "key": "svg-3" }]]; const IconBookUpload = createReactComponent("outline", "book-upload", "BookUpload", __iconNode$1mO); const __iconNode$1mN = [["path", { "d": "M3 19a9 9 0 0 1 9 0a9 9 0 0 1 9 0", "key": "svg-0" }], ["path", { "d": "M3 6a9 9 0 0 1 9 0a9 9 0 0 1 9 0", "key": "svg-1" }], ["path", { "d": "M3 6l0 13", "key": "svg-2" }], ["path", { "d": "M12 6l0 13", "key": "svg-3" }], ["path", { "d": "M21 6l0 13", "key": "svg-4" }]]; const IconBook = createReactComponent("outline", "book", "Book", __iconNode$1mN); const __iconNode$1mM = [["path", { "d": "M10.02 18.32l-4.02 2.68v-14a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v4.5", "key": "svg-0" }], ["path", { "d": "M14 21v-4a2 2 0 1 1 4 0v4", "key": "svg-1" }], ["path", { "d": "M14 19h4", "key": "svg-2" }], ["path", { "d": "M21 15v6", "key": "svg-3" }]]; const IconBookmarkAi = createReactComponent("outline", "bookmark-ai", "BookmarkAi", __iconNode$1mM); const __iconNode$1mL = [["path", { "d": "M12 17l-6 4v-14a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v4", "key": "svg-0" }], ["path", { "d": "M18.42 15.61a2.1 2.1 0 1 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39", "key": "svg-1" }]]; const IconBookmarkEdit = createReactComponent("outline", "bookmark-edit", "BookmarkEdit", __iconNode$1mL); const __iconNode$1mK = [["path", { "d": "M12 17l-6 4v-14a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v8", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }]]; const IconBookmarkMinus = createReactComponent("outline", "bookmark-minus", "BookmarkMinus", __iconNode$1mK); const __iconNode$1mJ = [["path", { "d": "M7.708 3.721a3.982 3.982 0 0 1 2.292 -.721h4a4 4 0 0 1 4 4v7m0 4v3l-6 -4l-6 4v-14c0 -.308 .035 -.609 .1 -.897", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconBookmarkOff = createReactComponent("outline", "bookmark-off", "BookmarkOff", __iconNode$1mJ); const __iconNode$1mI = [["path", { "d": "M12 17l-6 4v-14a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v5", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }]]; const IconBookmarkPlus = createReactComponent("outline", "bookmark-plus", "BookmarkPlus", __iconNode$1mI); const __iconNode$1mH = [["path", { "d": "M15 19l-3 -2l-6 4v-14a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v4", "key": "svg-0" }], ["path", { "d": "M19 22v.01", "key": "svg-1" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-2" }]]; const IconBookmarkQuestion = createReactComponent("outline", "bookmark-question", "BookmarkQuestion", __iconNode$1mH); const __iconNode$1mG = [["path", { "d": "M18 7v14l-6 -4l-6 4v-14a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4", "key": "svg-0" }]]; const IconBookmark = createReactComponent("outline", "bookmark", "Bookmark", __iconNode$1mG); const __iconNode$1mF = [["path", { "d": "M11 7h2a2 2 0 0 1 2 2v2m0 4v6l-5 -3l-5 3v-12a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M9.265 4a2 2 0 0 1 1.735 -1h6a2 2 0 0 1 2 2v10", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconBookmarksOff = createReactComponent("outline", "bookmarks-off", "BookmarksOff", __iconNode$1mF); const __iconNode$1mE = [["path", { "d": "M15 10v11l-5 -3l-5 3v-11a3 3 0 0 1 3 -3h4a3 3 0 0 1 3 3", "key": "svg-0" }], ["path", { "d": "M11 3h5a3 3 0 0 1 3 3v11", "key": "svg-1" }]]; const IconBookmarks = createReactComponent("outline", "bookmarks", "Bookmarks", __iconNode$1mE); const __iconNode$1mD = [["path", { "d": "M9 9v10a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-14", "key": "svg-0" }], ["path", { "d": "M8 4a1 1 0 0 1 1 1", "key": "svg-1" }], ["path", { "d": "M9 5a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4", "key": "svg-2" }], ["path", { "d": "M13 13v6a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-10", "key": "svg-3" }], ["path", { "d": "M5 8h3", "key": "svg-4" }], ["path", { "d": "M9 16h4", "key": "svg-5" }], ["path", { "d": "M14.254 10.244l-1.218 -4.424a1.02 1.02 0 0 1 .634 -1.219l.133 -.041l2.184 -.53c.562 -.135 1.133 .19 1.282 .732l3.236 11.75", "key": "svg-6" }], ["path", { "d": "M19.585 19.589l-1.572 .38c-.562 .136 -1.133 -.19 -1.282 -.731l-.952 -3.458", "key": "svg-7" }], ["path", { "d": "M14 9l4 -1", "key": "svg-8" }], ["path", { "d": "M19.207 15.199l.716 -.18", "key": "svg-9" }], ["path", { "d": "M3 3l18 18", "key": "svg-10" }]]; const IconBooksOff = createReactComponent("outline", "books-off", "BooksOff", __iconNode$1mD); const __iconNode$1mC = [["path", { "d": "M5 5a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -14", "key": "svg-0" }], ["path", { "d": "M9 5a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -14", "key": "svg-1" }], ["path", { "d": "M5 8h4", "key": "svg-2" }], ["path", { "d": "M9 16h4", "key": "svg-3" }], ["path", { "d": "M13.803 4.56l2.184 -.53c.562 -.135 1.133 .19 1.282 .732l3.695 13.418a1.02 1.02 0 0 1 -.634 1.219l-.133 .041l-2.184 .53c-.562 .135 -1.133 -.19 -1.282 -.732l-3.695 -13.418a1.02 1.02 0 0 1 .634 -1.219l.133 -.041", "key": "svg-4" }], ["path", { "d": "M14 9l4 -1", "key": "svg-5" }], ["path", { "d": "M16 16l3.923 -.98", "key": "svg-6" }]]; const IconBooks = createReactComponent("outline", "books", "Books", __iconNode$1mC); const __iconNode$1mB = [["path", { "d": "M3 9.662c2 2.338 2 4.338 0 6.338c3 .5 4.5 1 5 4c2 -3 6 -4 9 0c0 -3 1 -4 4 -4.004q -3 -2.995 0 -5.996c-3 0 -5 -2 -5 -5c-2 4 -5 3 -7.5 -1c-.5 3 -2.5 5 -5.5 5.662", "key": "svg-0" }]]; const IconBoom = createReactComponent("outline", "boom", "Boom", __iconNode$1mB); const __iconNode$1mA = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }], ["path", { "d": "M4 12l16 0", "key": "svg-1" }], ["path", { "d": "M12 4l0 16", "key": "svg-2" }]]; const IconBorderAll = createReactComponent("outline", "border-all", "BorderAll", __iconNode$1mA); const __iconNode$1mz = [["path", { "d": "M4 20h16", "key": "svg-0" }], ["path", { "d": "M4 16v-.01", "key": "svg-1" }], ["path", { "d": "M20 16v-.01", "key": "svg-2" }], ["path", { "d": "M4 12v-.01", "key": "svg-3" }], ["path", { "d": "M20 12v-.01", "key": "svg-4" }], ["path", { "d": "M4 8v-.01", "key": "svg-5" }], ["path", { "d": "M20 8v-.01", "key": "svg-6" }], ["path", { "d": "M4 4v-.01", "key": "svg-7" }], ["path", { "d": "M8 4v-.01", "key": "svg-8" }], ["path", { "d": "M12 4v-.01", "key": "svg-9" }], ["path", { "d": "M16 4v-.01", "key": "svg-10" }], ["path", { "d": "M20 4v-.01", "key": "svg-11" }], ["path", { "d": "M15 12h-6", "key": "svg-12" }], ["path", { "d": "M12 9v6", "key": "svg-13" }]]; const IconBorderBottomPlus = createReactComponent("outline", "border-bottom-plus", "BorderBottomPlus", __iconNode$1mz); const __iconNode$1my = [["path", { "d": "M20 20l-16 0", "key": "svg-0" }], ["path", { "d": "M4 4l0 .01", "key": "svg-1" }], ["path", { "d": "M8 4l0 .01", "key": "svg-2" }], ["path", { "d": "M12 4l0 .01", "key": "svg-3" }], ["path", { "d": "M16 4l0 .01", "key": "svg-4" }], ["path", { "d": "M20 4l0 .01", "key": "svg-5" }], ["path", { "d": "M4 8l0 .01", "key": "svg-6" }], ["path", { "d": "M12 8l0 .01", "key": "svg-7" }], ["path", { "d": "M20 8l0 .01", "key": "svg-8" }], ["path", { "d": "M4 12l0 .01", "key": "svg-9" }], ["path", { "d": "M8 12l0 .01", "key": "svg-10" }], ["path", { "d": "M12 12l0 .01", "key": "svg-11" }], ["path", { "d": "M16 12l0 .01", "key": "svg-12" }], ["path", { "d": "M20 12l0 .01", "key": "svg-13" }], ["path", { "d": "M4 16l0 .01", "key": "svg-14" }], ["path", { "d": "M12 16l0 .01", "key": "svg-15" }], ["path", { "d": "M20 16l0 .01", "key": "svg-16" }]]; const IconBorderBottom = createReactComponent("outline", "border-bottom", "BorderBottom", __iconNode$1my); const __iconNode$1mx = [["path", { "d": "M4 20c0 -6.559 0 -9.838 1.628 -12.162a9 9 0 0 1 2.21 -2.21c2.324 -1.628 5.602 -1.628 12.162 -1.628", "key": "svg-0" }]]; const IconBorderCornerIos = createReactComponent("outline", "border-corner-ios", "BorderCornerIos", __iconNode$1mx); const __iconNode$1mw = [["path", { "d": "M4 20v-5c0 -6.075 4.925 -11 11 -11h5", "key": "svg-0" }]]; const IconBorderCornerPill = createReactComponent("outline", "border-corner-pill", "BorderCornerPill", __iconNode$1mw); const __iconNode$1mv = [["path", { "d": "M4 20v-10a6 6 0 0 1 6 -6h10", "key": "svg-0" }]]; const IconBorderCornerRounded = createReactComponent("outline", "border-corner-rounded", "BorderCornerRounded", __iconNode$1mv); const __iconNode$1mu = [["path", { "d": "M4 20v-15a1 1 0 0 1 1 -1h15", "key": "svg-0" }]]; const IconBorderCornerSquare = createReactComponent("outline", "border-corner-square", "BorderCornerSquare", __iconNode$1mu); const __iconNode$1mt = [["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2", "key": "svg-0" }], ["path", { "d": "M20 16v2a2 2 0 0 1 -2 2h-2", "key": "svg-1" }], ["path", { "d": "M8 20h-2a2 2 0 0 1 -2 -2v-2", "key": "svg-2" }], ["path", { "d": "M4 8v-2a2 2 0 0 1 2 -2h2", "key": "svg-3" }]]; const IconBorderCorners = createReactComponent("outline", "border-corners", "BorderCorners", __iconNode$1mt); const __iconNode$1ms = [["path", { "d": "M4 12l16 0", "key": "svg-0" }], ["path", { "d": "M4 4l0 .01", "key": "svg-1" }], ["path", { "d": "M8 4l0 .01", "key": "svg-2" }], ["path", { "d": "M12 4l0 .01", "key": "svg-3" }], ["path", { "d": "M16 4l0 .01", "key": "svg-4" }], ["path", { "d": "M20 4l0 .01", "key": "svg-5" }], ["path", { "d": "M4 8l0 .01", "key": "svg-6" }], ["path", { "d": "M12 8l0 .01", "key": "svg-7" }], ["path", { "d": "M20 8l0 .01", "key": "svg-8" }], ["path", { "d": "M4 16l0 .01", "key": "svg-9" }], ["path", { "d": "M12 16l0 .01", "key": "svg-10" }], ["path", { "d": "M20 16l0 .01", "key": "svg-11" }], ["path", { "d": "M4 20l0 .01", "key": "svg-12" }], ["path", { "d": "M8 20l0 .01", "key": "svg-13" }], ["path", { "d": "M12 20l0 .01", "key": "svg-14" }], ["path", { "d": "M16 20l0 .01", "key": "svg-15" }], ["path", { "d": "M20 20l0 .01", "key": "svg-16" }]]; const IconBorderHorizontal = createReactComponent("outline", "border-horizontal", "BorderHorizontal", __iconNode$1ms); const __iconNode$1mr = [["path", { "d": "M4 12l16 0", "key": "svg-0" }], ["path", { "d": "M12 4l0 16", "key": "svg-1" }], ["path", { "d": "M4 4l0 .01", "key": "svg-2" }], ["path", { "d": "M8 4l0 .01", "key": "svg-3" }], ["path", { "d": "M16 4l0 .01", "key": "svg-4" }], ["path", { "d": "M20 4l0 .01", "key": "svg-5" }], ["path", { "d": "M4 8l0 .01", "key": "svg-6" }], ["path", { "d": "M20 8l0 .01", "key": "svg-7" }], ["path", { "d": "M4 16l0 .01", "key": "svg-8" }], ["path", { "d": "M20 16l0 .01", "key": "svg-9" }], ["path", { "d": "M4 20l0 .01", "key": "svg-10" }], ["path", { "d": "M8 20l0 .01", "key": "svg-11" }], ["path", { "d": "M16 20l0 .01", "key": "svg-12" }], ["path", { "d": "M20 20l0 .01", "key": "svg-13" }]]; const IconBorderInner = createReactComponent("outline", "border-inner", "BorderInner", __iconNode$1mr); const __iconNode$1mq = [["path", { "d": "M4 20v-16", "key": "svg-0" }], ["path", { "d": "M8 4v.01", "key": "svg-1" }], ["path", { "d": "M12 4v.01", "key": "svg-2" }], ["path", { "d": "M16 4v.01", "key": "svg-3" }], ["path", { "d": "M20 4v.01", "key": "svg-4" }], ["path", { "d": "M20 8v.01", "key": "svg-5" }], ["path", { "d": "M20 12v.01", "key": "svg-6" }], ["path", { "d": "M20 16v.01", "key": "svg-7" }], ["path", { "d": "M8 20v.01", "key": "svg-8" }], ["path", { "d": "M12 20v.01", "key": "svg-9" }], ["path", { "d": "M16 20v.01", "key": "svg-10" }], ["path", { "d": "M20 20v.01", "key": "svg-11" }], ["path", { "d": "M9 12h6", "key": "svg-12" }], ["path", { "d": "M12 9v6", "key": "svg-13" }]]; const IconBorderLeftPlus = createReactComponent("outline", "border-left-plus", "BorderLeftPlus", __iconNode$1mq); const __iconNode$1mp = [["path", { "d": "M4 20l0 -16", "key": "svg-0" }], ["path", { "d": "M8 4l0 .01", "key": "svg-1" }], ["path", { "d": "M12 4l0 .01", "key": "svg-2" }], ["path", { "d": "M16 4l0 .01", "key": "svg-3" }], ["path", { "d": "M20 4l0 .01", "key": "svg-4" }], ["path", { "d": "M12 8l0 .01", "key": "svg-5" }], ["path", { "d": "M20 8l0 .01", "key": "svg-6" }], ["path", { "d": "M8 12l0 .01", "key": "svg-7" }], ["path", { "d": "M12 12l0 .01", "key": "svg-8" }], ["path", { "d": "M16 12l0 .01", "key": "svg-9" }], ["path", { "d": "M20 12l0 .01", "key": "svg-10" }], ["path", { "d": "M12 16l0 .01", "key": "svg-11" }], ["path", { "d": "M20 16l0 .01", "key": "svg-12" }], ["path", { "d": "M8 20l0 .01", "key": "svg-13" }], ["path", { "d": "M12 20l0 .01", "key": "svg-14" }], ["path", { "d": "M16 20l0 .01", "key": "svg-15" }], ["path", { "d": "M20 20l0 .01", "key": "svg-16" }]]; const IconBorderLeft = createReactComponent("outline", "border-left", "BorderLeft", __iconNode$1mp); const __iconNode$1mo = [["path", { "d": "M4 4l0 .01", "key": "svg-0" }], ["path", { "d": "M8 4l0 .01", "key": "svg-1" }], ["path", { "d": "M12 4l0 .01", "key": "svg-2" }], ["path", { "d": "M16 4l0 .01", "key": "svg-3" }], ["path", { "d": "M20 4l0 .01", "key": "svg-4" }], ["path", { "d": "M4 8l0 .01", "key": "svg-5" }], ["path", { "d": "M12 8l0 .01", "key": "svg-6" }], ["path", { "d": "M20 8l0 .01", "key": "svg-7" }], ["path", { "d": "M4 12l0 .01", "key": "svg-8" }], ["path", { "d": "M8 12l0 .01", "key": "svg-9" }], ["path", { "d": "M12 12l0 .01", "key": "svg-10" }], ["path", { "d": "M16 12l0 .01", "key": "svg-11" }], ["path", { "d": "M20 12l0 .01", "key": "svg-12" }], ["path", { "d": "M4 16l0 .01", "key": "svg-13" }], ["path", { "d": "M12 16l0 .01", "key": "svg-14" }], ["path", { "d": "M20 16l0 .01", "key": "svg-15" }], ["path", { "d": "M4 20l0 .01", "key": "svg-16" }], ["path", { "d": "M8 20l0 .01", "key": "svg-17" }], ["path", { "d": "M12 20l0 .01", "key": "svg-18" }], ["path", { "d": "M16 20l0 .01", "key": "svg-19" }], ["path", { "d": "M20 20l0 .01", "key": "svg-20" }]]; const IconBorderNone = createReactComponent("outline", "border-none", "BorderNone", __iconNode$1mo); const __iconNode$1mn = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }], ["path", { "d": "M12 8l0 .01", "key": "svg-1" }], ["path", { "d": "M8 12l0 .01", "key": "svg-2" }], ["path", { "d": "M12 12l0 .01", "key": "svg-3" }], ["path", { "d": "M16 12l0 .01", "key": "svg-4" }], ["path", { "d": "M12 16l0 .01", "key": "svg-5" }]]; const IconBorderOuter = createReactComponent("outline", "border-outer", "BorderOuter", __iconNode$1mn); const __iconNode$1mm = [["path", { "d": "M4 12v-4a4 4 0 0 1 4 -4h4", "key": "svg-0" }], ["path", { "d": "M16 4l0 .01", "key": "svg-1" }], ["path", { "d": "M20 4l0 .01", "key": "svg-2" }], ["path", { "d": "M20 8l0 .01", "key": "svg-3" }], ["path", { "d": "M20 12l0 .01", "key": "svg-4" }], ["path", { "d": "M4 16l0 .01", "key": "svg-5" }], ["path", { "d": "M20 16l0 .01", "key": "svg-6" }], ["path", { "d": "M4 20l0 .01", "key": "svg-7" }], ["path", { "d": "M8 20l0 .01", "key": "svg-8" }], ["path", { "d": "M12 20l0 .01", "key": "svg-9" }], ["path", { "d": "M16 20l0 .01", "key": "svg-10" }], ["path", { "d": "M20 20l0 .01", "key": "svg-11" }]]; const IconBorderRadius = createReactComponent("outline", "border-radius", "BorderRadius", __iconNode$1mm); const __iconNode$1ml = [["path", { "d": "M20 20v-16", "key": "svg-0" }], ["path", { "d": "M16 4v.01", "key": "svg-1" }], ["path", { "d": "M12 4v.01", "key": "svg-2" }], ["path", { "d": "M8 4v.01", "key": "svg-3" }], ["path", { "d": "M4 4v.01", "key": "svg-4" }], ["path", { "d": "M4 8v.01", "key": "svg-5" }], ["path", { "d": "M4 12v.01", "key": "svg-6" }], ["path", { "d": "M4 16v.01", "key": "svg-7" }], ["path", { "d": "M16 20v.01", "key": "svg-8" }], ["path", { "d": "M12 20v.01", "key": "svg-9" }], ["path", { "d": "M8 20v.01", "key": "svg-10" }], ["path", { "d": "M4 20v.01", "key": "svg-11" }], ["path", { "d": "M15 12h-6", "key": "svg-12" }], ["path", { "d": "M12 9v6", "key": "svg-13" }]]; const IconBorderRightPlus = createReactComponent("outline", "border-right-plus", "BorderRightPlus", __iconNode$1ml); const __iconNode$1mk = [["path", { "d": "M20 4l0 16", "key": "svg-0" }], ["path", { "d": "M4 4l0 .01", "key": "svg-1" }], ["path", { "d": "M8 4l0 .01", "key": "svg-2" }], ["path", { "d": "M12 4l0 .01", "key": "svg-3" }], ["path", { "d": "M16 4l0 .01", "key": "svg-4" }], ["path", { "d": "M4 8l0 .01", "key": "svg-5" }], ["path", { "d": "M12 8l0 .01", "key": "svg-6" }], ["path", { "d": "M4 12l0 .01", "key": "svg-7" }], ["path", { "d": "M8 12l0 .01", "key": "svg-8" }], ["path", { "d": "M12 12l0 .01", "key": "svg-9" }], ["path", { "d": "M16 12l0 .01", "key": "svg-10" }], ["path", { "d": "M4 16l0 .01", "key": "svg-11" }], ["path", { "d": "M12 16l0 .01", "key": "svg-12" }], ["path", { "d": "M4 20l0 .01", "key": "svg-13" }], ["path", { "d": "M8 20l0 .01", "key": "svg-14" }], ["path", { "d": "M12 20l0 .01", "key": "svg-15" }], ["path", { "d": "M16 20l0 .01", "key": "svg-16" }]]; const IconBorderRight = createReactComponent("outline", "border-right", "BorderRight", __iconNode$1mk); const __iconNode$1mj = [["path", { "d": "M4 8v8", "key": "svg-0" }], ["path", { "d": "M20 16v-8", "key": "svg-1" }], ["path", { "d": "M8 4h8", "key": "svg-2" }], ["path", { "d": "M8 20h8", "key": "svg-3" }]]; const IconBorderSides = createReactComponent("outline", "border-sides", "BorderSides", __iconNode$1mj); const __iconNode$1mi = [["path", { "d": "M4 18v.01", "key": "svg-0" }], ["path", { "d": "M8 18v.01", "key": "svg-1" }], ["path", { "d": "M12 18v.01", "key": "svg-2" }], ["path", { "d": "M16 18v.01", "key": "svg-3" }], ["path", { "d": "M20 18v.01", "key": "svg-4" }], ["path", { "d": "M18 12h2", "key": "svg-5" }], ["path", { "d": "M11 12h2", "key": "svg-6" }], ["path", { "d": "M4 12h2", "key": "svg-7" }], ["path", { "d": "M4 6h16", "key": "svg-8" }]]; const IconBorderStyle2 = createReactComponent("outline", "border-style-2", "BorderStyle2", __iconNode$1mi); const __iconNode$1mh = [["path", { "d": "M4 20v-14a2 2 0 0 1 2 -2h14", "key": "svg-0" }], ["path", { "d": "M20 8v.01", "key": "svg-1" }], ["path", { "d": "M20 12v.01", "key": "svg-2" }], ["path", { "d": "M20 16v.01", "key": "svg-3" }], ["path", { "d": "M8 20v.01", "key": "svg-4" }], ["path", { "d": "M12 20v.01", "key": "svg-5" }], ["path", { "d": "M16 20v.01", "key": "svg-6" }], ["path", { "d": "M20 20v.01", "key": "svg-7" }]]; const IconBorderStyle = createReactComponent("outline", "border-style", "BorderStyle", __iconNode$1mh); const __iconNode$1mg = [["path", { "d": "M4 4h16", "key": "svg-0" }], ["path", { "d": "M4 8v.01", "key": "svg-1" }], ["path", { "d": "M20 8v.01", "key": "svg-2" }], ["path", { "d": "M4 12v.01", "key": "svg-3" }], ["path", { "d": "M20 12v.01", "key": "svg-4" }], ["path", { "d": "M4 16v.01", "key": "svg-5" }], ["path", { "d": "M15 12h-6", "key": "svg-6" }], ["path", { "d": "M12 9v6", "key": "svg-7" }], ["path", { "d": "M20 16v.01", "key": "svg-8" }], ["path", { "d": "M4 20v.01", "key": "svg-9" }], ["path", { "d": "M8 20v.01", "key": "svg-10" }], ["path", { "d": "M12 20v.01", "key": "svg-11" }], ["path", { "d": "M16 20v.01", "key": "svg-12" }], ["path", { "d": "M20 20v.01", "key": "svg-13" }]]; const IconBorderTopPlus = createReactComponent("outline", "border-top-plus", "BorderTopPlus", __iconNode$1mg); const __iconNode$1mf = [["path", { "d": "M4 4l16 0", "key": "svg-0" }], ["path", { "d": "M4 8l0 .01", "key": "svg-1" }], ["path", { "d": "M12 8l0 .01", "key": "svg-2" }], ["path", { "d": "M20 8l0 .01", "key": "svg-3" }], ["path", { "d": "M4 12l0 .01", "key": "svg-4" }], ["path", { "d": "M8 12l0 .01", "key": "svg-5" }], ["path", { "d": "M12 12l0 .01", "key": "svg-6" }], ["path", { "d": "M16 12l0 .01", "key": "svg-7" }], ["path", { "d": "M20 12l0 .01", "key": "svg-8" }], ["path", { "d": "M4 16l0 .01", "key": "svg-9" }], ["path", { "d": "M12 16l0 .01", "key": "svg-10" }], ["path", { "d": "M20 16l0 .01", "key": "svg-11" }], ["path", { "d": "M4 20l0 .01", "key": "svg-12" }], ["path", { "d": "M8 20l0 .01", "key": "svg-13" }], ["path", { "d": "M12 20l0 .01", "key": "svg-14" }], ["path", { "d": "M16 20l0 .01", "key": "svg-15" }], ["path", { "d": "M20 20l0 .01", "key": "svg-16" }]]; const IconBorderTop = createReactComponent("outline", "border-top", "BorderTop", __iconNode$1mf); const __iconNode$1me = [["path", { "d": "M12 4l0 16", "key": "svg-0" }], ["path", { "d": "M4 4l0 .01", "key": "svg-1" }], ["path", { "d": "M8 4l0 .01", "key": "svg-2" }], ["path", { "d": "M16 4l0 .01", "key": "svg-3" }], ["path", { "d": "M20 4l0 .01", "key": "svg-4" }], ["path", { "d": "M4 8l0 .01", "key": "svg-5" }], ["path", { "d": "M20 8l0 .01", "key": "svg-6" }], ["path", { "d": "M4 12l0 .01", "key": "svg-7" }], ["path", { "d": "M8 12l0 .01", "key": "svg-8" }], ["path", { "d": "M16 12l0 .01", "key": "svg-9" }], ["path", { "d": "M20 12l0 .01", "key": "svg-10" }], ["path", { "d": "M4 16l0 .01", "key": "svg-11" }], ["path", { "d": "M20 16l0 .01", "key": "svg-12" }], ["path", { "d": "M4 20l0 .01", "key": "svg-13" }], ["path", { "d": "M8 20l0 .01", "key": "svg-14" }], ["path", { "d": "M16 20l0 .01", "key": "svg-15" }], ["path", { "d": "M20 20l0 .01", "key": "svg-16" }]]; const IconBorderVertical = createReactComponent("outline", "border-vertical", "BorderVertical", __iconNode$1me); const __iconNode$1md = [["path", { "d": "M7 10.5c0 -.828 .746 -1.5 1.667 -1.5h6.666c.92 0 1.667 .672 1.667 1.5v3c0 .828 -.746 1.5 -1.667 1.5h-6.666c-.92 0 -1.667 -.672 -1.667 -1.5v-3", "key": "svg-0" }], ["path", { "d": "M12 7v2", "key": "svg-1" }], ["path", { "d": "M10 12v.01", "key": "svg-2" }], ["path", { "d": "M14 12v.01", "key": "svg-3" }], ["path", { "d": "M4 8v-2a2 2 0 0 1 2 -2h2", "key": "svg-4" }], ["path", { "d": "M4 16v2a2 2 0 0 0 2 2h2", "key": "svg-5" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2", "key": "svg-6" }], ["path", { "d": "M16 20h2a2 2 0 0 0 2 -2v-2", "key": "svg-7" }]]; const IconBotId = createReactComponent("outline", "bot-id", "BotId", __iconNode$1md); const __iconNode$1mc = [["path", { "d": "M10 5h4v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2", "key": "svg-0" }], ["path", { "d": "M14 3.5c0 1.626 .507 3.212 1.45 4.537l.05 .07a8.093 8.093 0 0 1 1.5 4.694v.199m0 4v2a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2v-6.2a8.09 8.09 0 0 1 1.35 -4.474m1.336 -2.63a7.822 7.822 0 0 0 .314 -2.196", "key": "svg-1" }], ["path", { "d": "M7 14.803a2.4 2.4 0 0 0 1 -.803a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 .866 -.142", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconBottleOff = createReactComponent("outline", "bottle-off", "BottleOff", __iconNode$1mc); const __iconNode$1mb = [["path", { "d": "M10 5h4v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2", "key": "svg-0" }], ["path", { "d": "M14 3.5c0 1.626 .507 3.212 1.45 4.537l.05 .07a8.093 8.093 0 0 1 1.5 4.694v6.199a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2v-6.2c0 -1.682 .524 -3.322 1.5 -4.693l.05 -.07a7.823 7.823 0 0 0 1.45 -4.537", "key": "svg-1" }], ["path", { "d": "M7 14.803a2.4 2.4 0 0 0 1 -.803a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 1 -.805", "key": "svg-2" }]]; const IconBottle = createReactComponent("outline", "bottle", "Bottle", __iconNode$1mb); const __iconNode$1ma = [["path", { "d": "M20 15.5c-3 -1 -5.5 -.5 -8 4.5c-.5 -3 -1.5 -5.5 -3 -8", "key": "svg-0" }], ["path", { "d": "M6 9a2 2 0 1 1 0 -4a2 2 0 0 1 0 4", "key": "svg-1" }]]; const IconBounceLeft = createReactComponent("outline", "bounce-left", "BounceLeft", __iconNode$1ma); const __iconNode$1m9 = [["path", { "d": "M4 15.5c3 -1 5.5 -.5 8 4.5c.5 -3 1.5 -5.5 3 -8", "key": "svg-0" }], ["path", { "d": "M18 9a2 2 0 1 1 0 -4a2 2 0 0 1 0 4", "key": "svg-1" }]]; const IconBounceRight = createReactComponent("outline", "bounce-right", "BounceRight", __iconNode$1m9); const __iconNode$1m8 = [["path", { "d": "M17 3h4v4", "key": "svg-0" }], ["path", { "d": "M21 3l-15 15", "key": "svg-1" }], ["path", { "d": "M3 18h3v3", "key": "svg-2" }], ["path", { "d": "M16.5 20c1.576 -1.576 2.5 -4.095 2.5 -6.5c0 -4.81 -3.69 -8.5 -8.5 -8.5c-2.415 0 -4.922 .913 -6.5 2.5l12.5 12.5", "key": "svg-3" }]]; const IconBow = createReactComponent("outline", "bow", "Bow", __iconNode$1m8); const __iconNode$1m7 = [["path", { "d": "M4 11h16a1 1 0 0 1 1 1v.5c0 1.5 -2.517 5.573 -4 6.5v1a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-1c-1.687 -1.054 -4 -5 -4 -6.5v-.5a1 1 0 0 1 1 -1", "key": "svg-0" }], ["path", { "d": "M19 7l-14 1", "key": "svg-1" }], ["path", { "d": "M19 2l-14 3", "key": "svg-2" }]]; const IconBowlChopsticks = createReactComponent("outline", "bowl-chopsticks", "BowlChopsticks", __iconNode$1m7); const __iconNode$1m6 = [["path", { "d": "M4 11h16a1 1 0 0 1 1 1v.5c0 1.5 -2.517 5.573 -4 6.5v1a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-1c-1.687 -1.054 -4 -5 -4 -6.5v-.5a1 1 0 0 1 1 -1", "key": "svg-0" }], ["path", { "d": "M8 7c1.657 0 3 -.895 3 -2s-1.343 -2 -3 -2s-3 .895 -3 2s1.343 2 3 2", "key": "svg-1" }], ["path", { "d": "M11 5h9", "key": "svg-2" }]]; const IconBowlSpoon = createReactComponent("outline", "bowl-spoon", "BowlSpoon", __iconNode$1m6); const __iconNode$1m5 = [["path", { "d": "M4 8h16a1 1 0 0 1 1 1v.5c0 1.5 -2.517 5.573 -4 6.5v1a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-1c-1.687 -1.054 -4 -5 -4 -6.5v-.5a1 1 0 0 1 1 -1", "key": "svg-0" }]]; const IconBowl = createReactComponent("outline", "bowl", "Bowl", __iconNode$1m5); const __iconNode$1m4 = [["path", { "d": "M7 11v.01", "key": "svg-0" }], ["path", { "d": "M11 10v.01", "key": "svg-1" }], ["path", { "d": "M10 14v.01", "key": "svg-2" }], ["path", { "d": "M11.059 6.07a8 8 0 1 0 .32 15.81", "key": "svg-3" }], ["path", { "d": "M15.969 9h4", "key": "svg-4" }], ["path", { "d": "M14.969 5c0 1.5 1 2 1 4c0 2.5 -2 4.5 -2 7c0 2.6 1.9 6 1.9 6h4.1s2 -3.4 2 -6c0 -2.5 -2 -4.5 -2 -7c0 -2 1 -2.5 1 -4a3 3 0 1 0 -6 0", "key": "svg-5" }]]; const IconBowling = createReactComponent("outline", "bowling", "Bowling", __iconNode$1m4); const __iconNode$1m3 = [["path", { "d": "M5 13h5a1 1 0 0 1 1 1v5a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1v-5a1 1 0 0 1 1 -1", "key": "svg-0" }], ["path", { "d": "M4 9v.01", "key": "svg-1" }], ["path", { "d": "M4 4v.01", "key": "svg-2" }], ["path", { "d": "M9 4v.01", "key": "svg-3" }], ["path", { "d": "M15 4v.01", "key": "svg-4" }], ["path", { "d": "M15 20v.01", "key": "svg-5" }], ["path", { "d": "M20 4v.01", "key": "svg-6" }], ["path", { "d": "M20 9v.01", "key": "svg-7" }], ["path", { "d": "M20 15v.01", "key": "svg-8" }], ["path", { "d": "M20 20v.01", "key": "svg-9" }]]; const IconBoxAlignBottomLeft = createReactComponent("outline", "box-align-bottom-left", "BoxAlignBottomLeft", __iconNode$1m3); const __iconNode$1m2 = [["path", { "d": "M19 13h-5a1 1 0 0 0 -1 1v5a1 1 0 0 0 1 1h5a1 1 0 0 0 1 -1v-5a1 1 0 0 0 -1 -1", "key": "svg-0" }], ["path", { "d": "M20 9v.01", "key": "svg-1" }], ["path", { "d": "M20 4v.01", "key": "svg-2" }], ["path", { "d": "M15 4v.01", "key": "svg-3" }], ["path", { "d": "M9 4v.01", "key": "svg-4" }], ["path", { "d": "M9 20v.01", "key": "svg-5" }], ["path", { "d": "M4 4v.01", "key": "svg-6" }], ["path", { "d": "M4 9v.01", "key": "svg-7" }], ["path", { "d": "M4 15v.01", "key": "svg-8" }], ["path", { "d": "M4 20v.01", "key": "svg-9" }]]; const IconBoxAlignBottomRight = createReactComponent("outline", "box-align-bottom-right", "BoxAlignBottomRight", __iconNode$1m2); const __iconNode$1m1 = [["path", { "d": "M4 14h16v5a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1v-5", "key": "svg-0" }], ["path", { "d": "M4 9v.01", "key": "svg-1" }], ["path", { "d": "M4 4v.01", "key": "svg-2" }], ["path", { "d": "M9 4v.01", "key": "svg-3" }], ["path", { "d": "M15 4v.01", "key": "svg-4" }], ["path", { "d": "M20 4v.01", "key": "svg-5" }], ["path", { "d": "M20 9v.01", "key": "svg-6" }]]; const IconBoxAlignBottom = createReactComponent("outline", "box-align-bottom", "BoxAlignBottom", __iconNode$1m1); const __iconNode$1m0 = [["path", { "d": "M10.002 20.003v-16h-5a1 1 0 0 0 -1 1v14a1 1 0 0 0 1 1h5", "key": "svg-0" }], ["path", { "d": "M15.002 20.003h-.01", "key": "svg-1" }], ["path", { "d": "M20.003 20.003h-.011", "key": "svg-2" }], ["path", { "d": "M20.003 15.002h-.011", "key": "svg-3" }], ["path", { "d": "M20.003 9.002h-.011", "key": "svg-4" }], ["path", { "d": "M20.003 4.002h-.011", "key": "svg-5" }], ["path", { "d": "M15.002 4.002h-.01", "key": "svg-6" }]]; const IconBoxAlignLeft = createReactComponent("outline", "box-align-left", "BoxAlignLeft", __iconNode$1m0); const __iconNode$1l$ = [["path", { "d": "M13.998 20.003v-16h5a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-5", "key": "svg-0" }], ["path", { "d": "M8.998 20.003h.01", "key": "svg-1" }], ["path", { "d": "M3.997 20.003h.011", "key": "svg-2" }], ["path", { "d": "M3.997 15.002h.011", "key": "svg-3" }], ["path", { "d": "M3.997 9.002h.011", "key": "svg-4" }], ["path", { "d": "M3.997 4.002h.011", "key": "svg-5" }], ["path", { "d": "M8.998 4.002h.01", "key": "svg-6" }]]; const IconBoxAlignRight = createReactComponent("outline", "box-align-right", "BoxAlignRight", __iconNode$1l$); const __iconNode$1l_ = [["path", { "d": "M11 5v5a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1v-5a1 1 0 0 1 1 -1h5a1 1 0 0 1 1 1", "key": "svg-0" }], ["path", { "d": "M15 4h-.01", "key": "svg-1" }], ["path", { "d": "M20 4h-.01", "key": "svg-2" }], ["path", { "d": "M20 9h-.01", "key": "svg-3" }], ["path", { "d": "M20 15h-.01", "key": "svg-4" }], ["path", { "d": "M4 15h-.01", "key": "svg-5" }], ["path", { "d": "M20 20h-.01", "key": "svg-6" }], ["path", { "d": "M15 20h-.01", "key": "svg-7" }], ["path", { "d": "M9 20h-.01", "key": "svg-8" }], ["path", { "d": "M4 20h-.01", "key": "svg-9" }]]; const IconBoxAlignTopLeft = createReactComponent("outline", "box-align-top-left", "BoxAlignTopLeft", __iconNode$1l_); const __iconNode$1lZ = [["path", { "d": "M19 11.01h-5a1 1 0 0 1 -1 -1v-5a1 1 0 0 1 1 -1h5a1 1 0 0 1 1 1v5a1 1 0 0 1 -1 1", "key": "svg-0" }], ["path", { "d": "M20 15.01v-.01", "key": "svg-1" }], ["path", { "d": "M20 20.01v-.01", "key": "svg-2" }], ["path", { "d": "M15 20.01v-.01", "key": "svg-3" }], ["path", { "d": "M9 20.01v-.01", "key": "svg-4" }], ["path", { "d": "M9 4.01v-.01", "key": "svg-5" }], ["path", { "d": "M4 20.01v-.01", "key": "svg-6" }], ["path", { "d": "M4 15.01v-.01", "key": "svg-7" }], ["path", { "d": "M4 9.01v-.01", "key": "svg-8" }], ["path", { "d": "M4 4.01v-.01", "key": "svg-9" }]]; const IconBoxAlignTopRight = createReactComponent("outline", "box-align-top-right", "BoxAlignTopRight", __iconNode$1lZ); const __iconNode$1lY = [["path", { "d": "M4 10.005h16v-5a1 1 0 0 0 -1 -1h-14a1 1 0 0 0 -1 1v5", "key": "svg-0" }], ["path", { "d": "M4 15.005v-.01", "key": "svg-1" }], ["path", { "d": "M4 20.005v-.01", "key": "svg-2" }], ["path", { "d": "M9 20.005v-.01", "key": "svg-3" }], ["path", { "d": "M15 20.005v-.01", "key": "svg-4" }], ["path", { "d": "M20 20.005v-.01", "key": "svg-5" }], ["path", { "d": "M20 15.005v-.01", "key": "svg-6" }]]; const IconBoxAlignTop = createReactComponent("outline", "box-align-top", "BoxAlignTop", __iconNode$1lY); const __iconNode$1lX = [["path", { "d": "M8 8h8v8h-8l0 -8", "key": "svg-0" }], ["path", { "d": "M4 4v.01", "key": "svg-1" }], ["path", { "d": "M8 4v.01", "key": "svg-2" }], ["path", { "d": "M12 4v.01", "key": "svg-3" }], ["path", { "d": "M16 4v.01", "key": "svg-4" }], ["path", { "d": "M20 4v.01", "key": "svg-5" }], ["path", { "d": "M4 20v.01", "key": "svg-6" }], ["path", { "d": "M8 20v.01", "key": "svg-7" }], ["path", { "d": "M12 20v.01", "key": "svg-8" }], ["path", { "d": "M16 20v.01", "key": "svg-9" }], ["path", { "d": "M20 20v.01", "key": "svg-10" }], ["path", { "d": "M20 16v.01", "key": "svg-11" }], ["path", { "d": "M20 12v.01", "key": "svg-12" }], ["path", { "d": "M20 8v.01", "key": "svg-13" }], ["path", { "d": "M4 16v.01", "key": "svg-14" }], ["path", { "d": "M4 12v.01", "key": "svg-15" }], ["path", { "d": "M4 8v.01", "key": "svg-16" }]]; const IconBoxMargin = createReactComponent("outline", "box-margin", "BoxMargin", __iconNode$1lX); const __iconNode$1lW = [["path", { "d": "M8 4h10a2 2 0 0 1 2 2v10m-.586 3.414a2 2 0 0 1 -1.414 .586h-12a2 2 0 0 1 -2 -2v-12c0 -.547 .22 -1.043 .576 -1.405", "key": "svg-0" }], ["path", { "d": "M12 8h4v4m0 4h-8v-8", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconBoxModel2Off = createReactComponent("outline", "box-model-2-off", "BoxModel2Off", __iconNode$1lW); const __iconNode$1lV = [["path", { "d": "M8 8h8v8h-8l0 -8", "key": "svg-0" }], ["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-1" }]]; const IconBoxModel2 = createReactComponent("outline", "box-model-2", "BoxModel2", __iconNode$1lV); const __iconNode$1lU = [["path", { "d": "M12 8h4v4m0 4h-8v-8", "key": "svg-0" }], ["path", { "d": "M8 4h10a2 2 0 0 1 2 2v10m-.586 3.414a2 2 0 0 1 -1.414 .586h-12a2 2 0 0 1 -2 -2v-12c0 -.547 .22 -1.043 .576 -1.405", "key": "svg-1" }], ["path", { "d": "M16 16l3.3 3.3", "key": "svg-2" }], ["path", { "d": "M16 8l3.3 -3.3", "key": "svg-3" }], ["path", { "d": "M8 8l-3.3 -3.3", "key": "svg-4" }], ["path", { "d": "M8 16l-3.3 3.3", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconBoxModelOff = createReactComponent("outline", "box-model-off", "BoxModelOff", __iconNode$1lU); const __iconNode$1lT = [["path", { "d": "M8 8h8v8h-8l0 -8", "key": "svg-0" }], ["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-1" }], ["path", { "d": "M16 16l3.3 3.3", "key": "svg-2" }], ["path", { "d": "M16 8l3.3 -3.3", "key": "svg-3" }], ["path", { "d": "M8 8l-3.3 -3.3", "key": "svg-4" }], ["path", { "d": "M8 16l-3.3 3.3", "key": "svg-5" }]]; const IconBoxModel = createReactComponent("outline", "box-model", "BoxModel", __iconNode$1lT); const __iconNode$1lS = [["path", { "d": "M14 6a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M7 5a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2l0 -10", "key": "svg-1" }], ["path", { "d": "M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2", "key": "svg-2" }]]; const IconBoxMultiple0 = createReactComponent("outline", "box-multiple-0", "BoxMultiple0", __iconNode$1lS); const __iconNode$1lR = [["path", { "d": "M7 5a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2l0 -10", "key": "svg-0" }], ["path", { "d": "M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2", "key": "svg-1" }], ["path", { "d": "M14 14v-8l-2 2", "key": "svg-2" }]]; const IconBoxMultiple1 = createReactComponent("outline", "box-multiple-1", "BoxMultiple1", __iconNode$1lR); const __iconNode$1lQ = [["path", { "d": "M7 5a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2l0 -10", "key": "svg-0" }], ["path", { "d": "M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2", "key": "svg-1" }], ["path", { "d": "M12 8a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 0", "key": "svg-2" }]]; const IconBoxMultiple2 = createReactComponent("outline", "box-multiple-2", "BoxMultiple2", __iconNode$1lQ); const __iconNode$1lP = [["path", { "d": "M7 5a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2l0 -10", "key": "svg-0" }], ["path", { "d": "M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2", "key": "svg-1" }], ["path", { "d": "M14 10a2 2 0 1 0 -2 -2", "key": "svg-2" }], ["path", { "d": "M12 12a2 2 0 1 0 2 -2", "key": "svg-3" }]]; const IconBoxMultiple3 = createReactComponent("outline", "box-multiple-3", "BoxMultiple3", __iconNode$1lP); const __iconNode$1lO = [["path", { "d": "M7 5a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2l0 -10", "key": "svg-0" }], ["path", { "d": "M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2", "key": "svg-1" }], ["path", { "d": "M15 14v-8l-4 6h5", "key": "svg-2" }]]; const IconBoxMultiple4 = createReactComponent("outline", "box-multiple-4", "BoxMultiple4", __iconNode$1lO); const __iconNode$1lN = [["path", { "d": "M7 5a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2l0 -10", "key": "svg-0" }], ["path", { "d": "M12 14h2a2 2 0 1 0 0 -4h-2v-4h4", "key": "svg-1" }], ["path", { "d": "M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2", "key": "svg-2" }]]; const IconBoxMultiple5 = createReactComponent("outline", "box-multiple-5", "BoxMultiple5", __iconNode$1lN); const __iconNode$1lM = [["path", { "d": "M7 5a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2l0 -10", "key": "svg-0" }], ["path", { "d": "M12 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M16 8a2 2 0 1 0 -4 0v4", "key": "svg-2" }], ["path", { "d": "M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2", "key": "svg-3" }]]; const IconBoxMultiple6 = createReactComponent("outline", "box-multiple-6", "BoxMultiple6", __iconNode$1lM); const __iconNode$1lL = [["path", { "d": "M7 5a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2l0 -10", "key": "svg-0" }], ["path", { "d": "M12 6h4l-2 8", "key": "svg-1" }], ["path", { "d": "M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2", "key": "svg-2" }]]; const IconBoxMultiple7 = createReactComponent("outline", "box-multiple-7", "BoxMultiple7", __iconNode$1lL); const __iconNode$1lK = [["path", { "d": "M7 5a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2l0 -10", "key": "svg-0" }], ["path", { "d": "M12 8a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M12 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2", "key": "svg-3" }]]; const IconBoxMultiple8 = createReactComponent("outline", "box-multiple-8", "BoxMultiple8", __iconNode$1lK); const __iconNode$1lJ = [["path", { "d": "M7 5a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2l0 -10", "key": "svg-0" }], ["path", { "d": "M12 8a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M12 12a2 2 0 1 0 4 0v-4", "key": "svg-2" }], ["path", { "d": "M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2", "key": "svg-3" }]]; const IconBoxMultiple9 = createReactComponent("outline", "box-multiple-9", "BoxMultiple9", __iconNode$1lJ); const __iconNode$1lI = [["path", { "d": "M7 5a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2l0 -10", "key": "svg-0" }], ["path", { "d": "M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2", "key": "svg-1" }]]; const IconBoxMultiple = createReactComponent("outline", "box-multiple", "BoxMultiple", __iconNode$1lI); const __iconNode$1lH = [["path", { "d": "M17.765 17.757l-5.765 3.243l-8 -4.5v-9l2.236 -1.258m2.57 -1.445l3.194 -1.797l8 4.5v8.5", "key": "svg-0" }], ["path", { "d": "M14.561 10.559l5.439 -3.059", "key": "svg-1" }], ["path", { "d": "M12 12v9", "key": "svg-2" }], ["path", { "d": "M12 12l-8 -4.5", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconBoxOff = createReactComponent("outline", "box-off", "BoxOff", __iconNode$1lH); const __iconNode$1lG = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }], ["path", { "d": "M8 16v.01", "key": "svg-1" }], ["path", { "d": "M8 12v.01", "key": "svg-2" }], ["path", { "d": "M8 8v.01", "key": "svg-3" }], ["path", { "d": "M16 16v.01", "key": "svg-4" }], ["path", { "d": "M16 12v.01", "key": "svg-5" }], ["path", { "d": "M16 8v.01", "key": "svg-6" }], ["path", { "d": "M12 8v.01", "key": "svg-7" }], ["path", { "d": "M12 16v.01", "key": "svg-8" }]]; const IconBoxPadding = createReactComponent("outline", "box-padding", "BoxPadding", __iconNode$1lG); const __iconNode$1lF = [["path", { "d": "M12 3l8 4.5l0 9l-8 4.5l-8 -4.5l0 -9l8 -4.5", "key": "svg-0" }], ["path", { "d": "M12 12l8 -4.5", "key": "svg-1" }], ["path", { "d": "M12 12l0 9", "key": "svg-2" }], ["path", { "d": "M12 12l-8 -4.5", "key": "svg-3" }]]; const IconBox = createReactComponent("outline", "box", "Box", __iconNode$1lF); const __iconNode$1lE = [["path", { "d": "M5.176 5.177c-.113 .251 -.176 .53 -.176 .823v3c0 1.657 -.895 3 -2 3c1.105 0 2 1.343 2 3v3a2 2 0 0 0 2 2", "key": "svg-0" }], ["path", { "d": "M17 4a2 2 0 0 1 2 2v3c0 1.657 .895 3 2 3c-1.105 0 -2 1.343 -2 3m-.176 3.821a2 2 0 0 1 -1.824 1.179", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconBracesOff = createReactComponent("outline", "braces-off", "BracesOff", __iconNode$1lE); const __iconNode$1lD = [["path", { "d": "M7 4a2 2 0 0 0 -2 2v3a2 3 0 0 1 -2 3a2 3 0 0 1 2 3v3a2 2 0 0 0 2 2", "key": "svg-0" }], ["path", { "d": "M17 4a2 2 0 0 1 2 2v3a2 3 0 0 0 2 3a2 3 0 0 0 -2 3v3a2 2 0 0 1 -2 2", "key": "svg-1" }]]; const IconBraces = createReactComponent("outline", "braces", "Braces", __iconNode$1lD); const __iconNode$1lC = [["path", { "d": "M8 4h.01", "key": "svg-0" }], ["path", { "d": "M6.453 6.474l-3.453 5.526l5 8", "key": "svg-1" }], ["path", { "d": "M16 4l5 8l-1.917 3.067", "key": "svg-2" }], ["path", { "d": "M17.535 17.544l-1.535 2.456", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconBracketsAngleOff = createReactComponent("outline", "brackets-angle-off", "BracketsAngleOff", __iconNode$1lC); const __iconNode$1lB = [["path", { "d": "M8 4l-5 8l5 8", "key": "svg-0" }], ["path", { "d": "M16 4l5 8l-5 8", "key": "svg-1" }]]; const IconBracketsAngle = createReactComponent("outline", "brackets-angle", "BracketsAngle", __iconNode$1lB); const __iconNode$1lA = [["path", { "d": "M14 4h4v16h-4", "key": "svg-0" }], ["path", { "d": "M5 16h.01", "key": "svg-1" }], ["path", { "d": "M9 16h.01", "key": "svg-2" }], ["path", { "d": "M13 16h.01", "key": "svg-3" }]]; const IconBracketsContainEnd = createReactComponent("outline", "brackets-contain-end", "BracketsContainEnd", __iconNode$1lA); const __iconNode$1lz = [["path", { "d": "M9 4h-4v16h4", "key": "svg-0" }], ["path", { "d": "M18 16h-.01", "key": "svg-1" }], ["path", { "d": "M14 16h-.01", "key": "svg-2" }], ["path", { "d": "M10 16h-.01", "key": "svg-3" }]]; const IconBracketsContainStart = createReactComponent("outline", "brackets-contain-start", "BracketsContainStart", __iconNode$1lz); const __iconNode$1ly = [["path", { "d": "M7 4h-4v16h4", "key": "svg-0" }], ["path", { "d": "M17 4h4v16h-4", "key": "svg-1" }], ["path", { "d": "M8 16h.01", "key": "svg-2" }], ["path", { "d": "M12 16h.01", "key": "svg-3" }], ["path", { "d": "M16 16h.01", "key": "svg-4" }]]; const IconBracketsContain = createReactComponent("outline", "brackets-contain", "BracketsContain", __iconNode$1ly); const __iconNode$1lx = [["path", { "d": "M5 5v15h3", "key": "svg-0" }], ["path", { "d": "M16 4h3v11m0 4v1h-3", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconBracketsOff = createReactComponent("outline", "brackets-off", "BracketsOff", __iconNode$1lx); const __iconNode$1lw = [["path", { "d": "M8 4h-3v16h3", "key": "svg-0" }], ["path", { "d": "M16 4h3v16h-3", "key": "svg-1" }]]; const IconBrackets = createReactComponent("outline", "brackets", "Brackets", __iconNode$1lw); const __iconNode$1lv = [["path", { "d": "M15 5a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-0" }], ["path", { "d": "M7 5a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-1" }], ["path", { "d": "M7 19a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-2" }], ["path", { "d": "M16 12h.01", "key": "svg-3" }], ["path", { "d": "M8 12h.01", "key": "svg-4" }], ["path", { "d": "M16 19h.01", "key": "svg-5" }]]; const IconBraille = createReactComponent("outline", "braille", "Braille", __iconNode$1lv); const __iconNode$1lu = [["path", { "d": "M15.5 13a3.5 3.5 0 0 0 -3.5 3.5v1a3.5 3.5 0 0 0 7 0v-1.8", "key": "svg-0" }], ["path", { "d": "M8.5 13a3.5 3.5 0 0 1 3.5 3.5v1a3.5 3.5 0 0 1 -7 0v-1.8", "key": "svg-1" }], ["path", { "d": "M17.5 16a3.5 3.5 0 0 0 0 -7h-.5", "key": "svg-2" }], ["path", { "d": "M19 9.3v-2.8a3.5 3.5 0 0 0 -7 0", "key": "svg-3" }], ["path", { "d": "M6.5 16a3.5 3.5 0 0 1 0 -7h.5", "key": "svg-4" }], ["path", { "d": "M5 9.3v-2.8a3.5 3.5 0 0 1 7 0v10", "key": "svg-5" }]]; const IconBrain = createReactComponent("outline", "brain", "Brain", __iconNode$1lu); const __iconNode$1lt = [["path", { "d": "M14 11s6.054 -1.05 6 -4.5c-.038 -2.324 -2.485 -3.19 -3.016 -1.5c0 0 -.502 -2 -2.01 -2c-1.508 0 -2.984 3 -.974 8", "key": "svg-0" }], ["path", { "d": "M13.98 11s6.075 -1.05 6.02 -4.5c-.038 -2.324 -2.493 -3.19 -3.025 -1.5c0 0 -.505 -2 -2.017 -2c-1.513 0 -3 3 -.977 8l-.001 0", "key": "svg-1" }], ["path", { "d": "M13 13.98l.062 .309l.081 .35l.075 .29l.092 .328l.11 .358l.061 .188l.139 .392c.64 1.73 1.841 3.837 3.88 3.805c2.324 -.038 3.19 -2.493 1.5 -3.025l.148 -.045l.165 -.058a4.13 4.13 0 0 0 .098 -.039l.222 -.098c.586 -.28 1.367 -.832 1.367 -1.777c0 -1.513 -3 -3 -8 -.977", "key": "svg-2" }], ["path", { "d": "M10.02 13l-.309 .062l-.35 .081l-.29 .075l-.328 .092l-.358 .11l-.188 .061l-.392 .139c-1.73 .64 -3.837 1.84 -3.805 3.88c.038 2.324 2.493 3.19 3.025 1.5l.045 .148l.058 .165l.039 .098l.098 .222c.28 .586 .832 1.367 1.777 1.367c1.513 0 3 -3 .977 -8", "key": "svg-3" }], ["path", { "d": "M11 10.02l-.062 -.309l-.081 -.35l-.075 -.29l-.092 -.328l-.11 -.358l-.128 -.382l-.148 -.399c-.658 -1.687 -1.844 -3.634 -3.804 -3.604c-2.324 .038 -3.19 2.493 -1.5 3.025l-.148 .045l-.164 .058a4.13 4.13 0 0 0 -.1 .039l-.22 .098c-.588 .28 -1.368 .832 -1.368 1.777c0 1.513 3 3 8 .977", "key": "svg-4" }]]; const IconBrand4chan = createReactComponent("outline", "brand-4chan", "Brand4chan", __iconNode$1lt); const __iconNode$1ls = [["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-0" }], ["path", { "d": "M8 13.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0", "key": "svg-1" }], ["path", { "d": "M8 8h8v8", "key": "svg-2" }]]; const IconBrandAbstract = createReactComponent("outline", "brand-abstract", "BrandAbstract", __iconNode$1ls); const __iconNode$1lr = [["path", { "d": "M3 12c0 -4.243 0 -6.364 1.318 -7.682s3.44 -1.318 7.682 -1.318s6.364 0 7.682 1.318s1.318 3.44 1.318 7.682s0 6.364 -1.318 7.682s-3.44 1.318 -7.682 1.318s-6.364 0 -7.682 -1.318s-1.318 -3.44 -1.318 -7.682", "key": "svg-0" }], ["path", { "d": "M12 15.79l-.82 -2.653m-4.864 2.652l.82 -2.652m0 0l.686 -2.218c.559 -1.806 .838 -2.708 1.336 -2.708s.777 .902 1.335 2.708l.686 2.218m-4.043 0h4.043", "key": "svg-1" }], ["path", { "d": "M13.895 12.824v1.07a1.895 1.895 0 0 0 3.54 .942m-3.54 -2.012v-.824a1.895 1.895 0 1 1 3.79 0v.824l-3.79 0", "key": "svg-2" }]]; const IconBrandAdobeAfterEffect = createReactComponent("outline", "brand-adobe-after-effect", "BrandAdobeAfterEffect", __iconNode$1lr); const __iconNode$1lq = [["path", { "d": "M3 12c0 -4.243 0 -6.364 1.318 -7.682s3.44 -1.318 7.682 -1.318s6.364 0 7.682 1.318s1.318 3.44 1.318 7.682s0 6.364 -1.318 7.682s-3.44 1.318 -7.682 1.318s-6.364 0 -7.682 -1.318s-1.318 -3.44 -1.318 -7.682", "key": "svg-0" }], ["path", { "d": "M12.947 15.79l-.82 -2.653m-4.864 2.652l.82 -2.652m0 0l.687 -2.218c.558 -1.806 .838 -2.708 1.335 -2.708c.498 0 .777 .902 1.336 2.708l.686 2.218m-4.043 0h4.043", "key": "svg-1" }], ["path", { "d": "M15.789 15.789v-4.736", "key": "svg-2" }], ["path", { "d": "M15.789 8.684v-.473", "key": "svg-3" }]]; const IconBrandAdobeIllustrator = createReactComponent("outline", "brand-adobe-illustrator", "BrandAdobeIllustrator", __iconNode$1lq); const __iconNode$1lp = [["path", { "d": "M3 12c0 -4.243 0 -6.364 1.318 -7.682s3.44 -1.318 7.682 -1.318s6.364 0 7.682 1.318s1.318 3.44 1.318 7.682s0 6.364 -1.318 7.682s-3.44 1.318 -7.682 1.318s-6.364 0 -7.682 -1.318s-1.318 -3.44 -1.318 -7.682", "key": "svg-0" }], ["path", { "d": "M15 11v4c0 1.1 -.657 .997 -1.6 .997a2.35 2.35 0 0 1 -1.697 -.731a2.55 2.55 0 0 1 -.703 -1.767c0 -.663 .253 -1.299 .703 -1.767a2.35 2.35 0 0 1 1.697 -.732h1.6", "key": "svg-1" }], ["path", { "d": "M15 11v-3", "key": "svg-2" }], ["path", { "d": "M8 8v8", "key": "svg-3" }]]; const IconBrandAdobeIndesign = createReactComponent("outline", "brand-adobe-indesign", "BrandAdobeIndesign", __iconNode$1lp); const __iconNode$1lo = [["path", { "d": "M3 12c0 -4.243 0 -6.364 1.318 -7.682s3.44 -1.318 7.682 -1.318s6.364 0 7.682 1.318s1.318 3.44 1.318 7.682s0 6.364 -1.318 7.682s-3.44 1.318 -7.682 1.318s-6.364 0 -7.682 -1.318s-1.318 -3.44 -1.318 -7.682", "key": "svg-0" }], ["path", { "d": "M6.79 15.79v-3.79m0 0v-2.724c0 -.11 0 -.165 .004 -.211c.044 -.45 .4 -.806 .85 -.85c.046 -.004 .101 -.004 .211 -.004h1.303a1.895 1.895 0 1 1 0 3.789l-2.368 0", "key": "svg-1" }], ["path", { "d": "M17.178 11.263c-.164 -.659 -.935 -1.158 -1.862 -1.158c-1.047 0 -1.895 .637 -1.895 1.421c0 .785 .848 1.421 1.895 1.421c1.046 0 1.895 .637 1.895 1.421c0 .785 -.849 1.421 -1.895 1.421c-.93 0 -1.704 -.502 -1.864 -1.165", "key": "svg-2" }]]; const IconBrandAdobePhotoshop = createReactComponent("outline", "brand-adobe-photoshop", "BrandAdobePhotoshop", __iconNode$1lo); const __iconNode$1ln = [["path", { "d": "M3 12c0 -4.243 0 -6.364 1.318 -7.682s3.44 -1.318 7.682 -1.318s6.364 0 7.682 1.318s1.318 3.44 1.318 7.682s0 6.364 -1.318 7.682s-3.44 1.318 -7.682 1.318s-6.364 0 -7.682 -1.318s-1.318 -3.44 -1.318 -7.682", "key": "svg-0" }], ["path", { "d": "M7.263 15.79v-3.79m0 0v-3.248c0 -.335 .222 -.541 .542 -.541h1.353a1.895 1.895 0 1 1 0 3.789l-1.895 0", "key": "svg-1" }], ["path", { "d": "M13.895 10.579v1.895m0 0v3.315m0 -3.315c.531 -.709 1.026 -1.592 1.894 -1.832q .22 -.062 .474 -.063", "key": "svg-2" }]]; const IconBrandAdobePremiere = createReactComponent("outline", "brand-adobe-premiere", "BrandAdobePremiere", __iconNode$1ln); const __iconNode$1lm = [["path", { "d": "M3 12c0 -4.243 0 -6.364 1.318 -7.682s3.44 -1.318 7.682 -1.318s6.364 0 7.682 1.318s1.318 3.44 1.318 7.682s0 6.364 -1.318 7.682s-3.44 1.318 -7.682 1.318s-6.364 0 -7.682 -1.318s-1.318 -3.44 -1.318 -7.682", "key": "svg-0" }], ["path", { "d": "M6 8l5 8", "key": "svg-1" }], ["path", { "d": "M6 16l5 -8", "key": "svg-2" }], ["path", { "d": "M18 11v4c0 1.1 -.517 .997 -1.5 .997a2.5 2.5 0 0 1 -2.5 -2.497a2.5 2.5 0 0 1 2.5 -2.5l1.5 0v-3", "key": "svg-3" }]]; const IconBrandAdobeXd = createReactComponent("outline", "brand-adobe-xd", "BrandAdobeXd", __iconNode$1lm); const __iconNode$1ll = [["path", { "d": "M12.893 4.514l7.977 14a.993 .993 0 0 1 -.394 1.365a1.04 1.04 0 0 1 -.5 .127h-3.476l-4.5 -8l-2.5 4h1.5l2 4h-8.977c-.565 0 -1.023 -.45 -1.023 -1c0 -.171 .045 -.34 .13 -.49l7.977 -13.993a1.034 1.034 0 0 1 1.786 0l0 -.009", "key": "svg-0" }]]; const IconBrandAdobe = createReactComponent("outline", "brand-adobe", "BrandAdobe", __iconNode$1ll); const __iconNode$1lk = [["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-0" }], ["path", { "d": "M8.863 16.922c1.137 -.422 1.637 -.922 3.137 -.922s2 .5 3.138 .922c.713 .264 1.516 -.102 1.778 -.772c.126 -.32 .11 -.673 -.044 -.983l-3.708 -7.474c-.297 -.598 -1.058 -.859 -1.7 -.583a1.24 1.24 0 0 0 -.627 .583l-3.709 7.474c-.321 .648 -.017 1.415 .679 1.714c.332 .143 .715 .167 1.056 .04l0 .001", "key": "svg-1" }]]; const IconBrandAdonisJs = createReactComponent("outline", "brand-adonis-js", "BrandAdonisJs", __iconNode$1lk); const __iconNode$1lj = [["path", { "d": "M12 10c-2 0 -3 1 -3 3c0 1.5 1.494 3.535 3 5.5c1 1 1.5 1.5 2.5 2s2.5 1 4.5 -.5s1.5 -3.5 .5 -6s-2.333 -5.5 -5 -9.5c-.834 -1 -1.5 -1.5 -2.503 -1.5c-1 0 -1.623 .45 -2.497 1.5c-2.667 4 -4 7 -5 9.5s-1.5 4.5 .5 6s3.5 1 4.5 .5s1.5 -1 2.5 -2c1.506 -1.965 3 -4 3 -5.5c0 -2 -1 -3 -3 -3", "key": "svg-0" }]]; const IconBrandAirbnb = createReactComponent("outline", "brand-airbnb", "BrandAirbnb", __iconNode$1lj); const __iconNode$1li = [["path", { "d": "M3 10v8l7 -3v-2.6l-7 -2.4", "key": "svg-0" }], ["path", { "d": "M3 6l9 3l9 -3l-9 -3l-9 3", "key": "svg-1" }], ["path", { "d": "M14 12.3v8.7l7 -3v-8l-7 2.3", "key": "svg-2" }]]; const IconBrandAirtable = createReactComponent("outline", "brand-airtable", "BrandAirtable", __iconNode$1li); const __iconNode$1lh = [["path", { "d": "M15.5 11c-.414 -1.477 -1.886 -2.5 -3.5 -2.5a3.47 3.47 0 0 0 -3.5 3.5a3.47 3.47 0 0 0 3.5 3.5c.974 0 1.861 -.357 2.5 -1l4.5 4.5v-15h-7c-4.386 0 -8 3.582 -8 8s3.614 8 8 8a7.577 7.577 0 0 0 2.998 -.614", "key": "svg-0" }]]; const IconBrandAlgolia = createReactComponent("outline", "brand-algolia", "BrandAlgolia", __iconNode$1lh); const __iconNode$1lg = [["path", { "d": "M19 3h-14a2 2 0 0 0 -2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-14a2 2 0 0 0 -2 -2", "key": "svg-0" }], ["path", { "d": "M7 7h10", "key": "svg-1" }], ["path", { "d": "M12 3v7", "key": "svg-2" }], ["path", { "d": "M21 17.314c-2.971 -1.923 -15 -8.779 -15 -1.864c0 1.716 1.52 2.55 2.985 2.55c3.512 0 6.814 -5.425 6.814 -8h-6.604", "key": "svg-3" }]]; const IconBrandAlipay = createReactComponent("outline", "brand-alipay", "BrandAlipay", __iconNode$1lg); const __iconNode$1lf = [["path", { "d": "M3 11.5l4.5 4.5h9l-9 -9l-4.5 4.5", "key": "svg-0" }], ["path", { "d": "M16.5 16l4.5 -4.5l-4.5 -4.5l-4.5 4.5", "key": "svg-1" }]]; const IconBrandAlpineJs = createReactComponent("outline", "brand-alpine-js", "BrandAlpineJs", __iconNode$1lf); const __iconNode$1le = [["path", { "d": "M17 12.5a15.198 15.198 0 0 1 -7.37 1.44a14.62 14.62 0 0 1 -6.63 -2.94", "key": "svg-0" }], ["path", { "d": "M19.5 15c.907 -1.411 1.451 -3.323 1.5 -5c-1.197 -.773 -2.577 -.935 -4 -1", "key": "svg-1" }]]; const IconBrandAmazon = createReactComponent("outline", "brand-amazon", "BrandAmazon", __iconNode$1le); const __iconNode$1ld = [["path", { "d": "M16 16v-7c0 -.566 -.434 -1 -1 -1h-7l-5 -5h17c.566 0 1 .434 1 1v17l-5 -5", "key": "svg-0" }], ["path", { "d": "M11.293 20.707l4.707 -4.707h-7a1 1 0 0 1 -1 -1v-7l-4.707 4.707a1 1 0 0 0 -.293 .707v6.586a1 1 0 0 0 1 1h6.586a1 1 0 0 0 .707 -.293", "key": "svg-1" }]]; const IconBrandAmd = createReactComponent("outline", "brand-amd", "BrandAmd", __iconNode$1ld); const __iconNode$1lc = [["path", { "d": "M3 8.5c0 1.33 .472 2.55 1.257 3.5a5.5 5.5 0 0 0 7.743 7.743a5.5 5.5 0 0 0 7.743 -7.743a5.5 5.5 0 0 0 -7.743 -7.743a5.5 5.5 0 0 0 -9 4.243", "key": "svg-0" }], ["path", { "d": "M10 9.5c0 -.828 .895 -1.5 2 -1.5s2 .672 2 1.5v5c0 .828 -.895 1.5 -2 1.5s-2 -.672 -2 -1.5l0 -5", "key": "svg-1" }]]; const IconBrandAmie = createReactComponent("outline", "brand-amie", "BrandAmie", __iconNode$1lc); const __iconNode$1lb = [["path", { "d": "M10 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M9.591 3.635l-7.13 14.082c-1.712 3.38 1.759 5.45 3.69 3.573l1.86 -1.81c3.142 -3.054 4.959 -2.99 8.039 .11l1.329 1.337c2.372 2.387 5.865 .078 4.176 -3.225l-7.195 -14.067c-1.114 -2.18 -3.666 -2.18 -4.77 0", "key": "svg-1" }]]; const IconBrandAmigo = createReactComponent("outline", "brand-amigo", "BrandAmigo", __iconNode$1lb); const __iconNode$1la = [["path", { "d": "M10.646 12.774c-1.939 .396 -4.467 .317 -6.234 -.601c-2.454 -1.263 -1.537 -4.66 1.423 -4.982c2.254 -.224 3.814 -.354 5.65 .214c.835 .256 1.93 .569 1.355 3.281c-.191 1.067 -1.07 1.904 -2.194 2.088", "key": "svg-0" }], ["path", { "d": "M5.84 7.132c.083 -.564 .214 -1.12 .392 -1.661c.456 -.936 1.095 -2.068 3.985 -2.456a22.464 22.464 0 0 1 2.867 .08c1.776 .14 2.643 1.234 3.287 3.368c.339 1.157 .46 2.342 .629 3.537v11l-12.704 -.019c-.552 -2.386 -.262 -5.894 .204 -8.481", "key": "svg-1" }], ["path", { "d": "M17 10c.991 .163 2.105 .383 3.069 .67c.255 .13 .52 .275 .534 .505c.264 3.434 .57 7.448 .278 9.825h-3.881", "key": "svg-2" }]]; const IconBrandAmongUs = createReactComponent("outline", "brand-among-us", "BrandAmongUs", __iconNode$1la); const __iconNode$1l9 = [["path", { "d": "M4 10l0 6", "key": "svg-0" }], ["path", { "d": "M20 10l0 6", "key": "svg-1" }], ["path", { "d": "M7 9h10v8a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-8a5 5 0 0 1 10 0", "key": "svg-2" }], ["path", { "d": "M8 3l1 2", "key": "svg-3" }], ["path", { "d": "M16 3l-1 2", "key": "svg-4" }], ["path", { "d": "M9 18l0 3", "key": "svg-5" }], ["path", { "d": "M15 18l0 3", "key": "svg-6" }]]; const IconBrandAndroid = createReactComponent("outline", "brand-android", "BrandAndroid", __iconNode$1l9); const __iconNode$1l8 = [["path", { "d": "M5.428 17.245l6.076 3.471a1 1 0 0 0 .992 0l6.076 -3.471a1 1 0 0 0 .495 -.734l1.323 -9.704a1 1 0 0 0 -.658 -1.078l-7.4 -2.612a1 1 0 0 0 -.665 0l-7.399 2.613a1 1 0 0 0 -.658 1.078l1.323 9.704a1 1 0 0 0 .495 .734l0 -.001", "key": "svg-0" }], ["path", { "d": "M9 15l3 -8l3 8", "key": "svg-1" }], ["path", { "d": "M10 13h4", "key": "svg-2" }]]; const IconBrandAngular = createReactComponent("outline", "brand-angular", "BrandAngular", __iconNode$1l8); const __iconNode$1l7 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9.647 12.294l6.353 3.706l-4 -9l-4 9", "key": "svg-1" }]]; const IconBrandAnsible = createReactComponent("outline", "brand-ansible", "BrandAnsible", __iconNode$1l7); const __iconNode$1l6 = [["path", { "d": "M2 5c7.109 4.1 10.956 10.131 12 14c1.074 -4.67 4.49 -8.94 8 -11", "key": "svg-0" }], ["path", { "d": "M12 8a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M7 9c-.278 5.494 -2.337 7.33 -4 10c4.013 -2 6.02 -5 15.05 -5c4.012 0 3.51 2.5 1 3c2 .5 2.508 5 -2.007 2", "key": "svg-2" }]]; const IconBrandAo3 = createReactComponent("outline", "brand-ao3", "BrandAo3", __iconNode$1l6); const __iconNode$1l5 = [["path", { "d": "M4 8a4 4 0 0 1 4 -4h8a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4l0 -8", "key": "svg-0" }], ["path", { "d": "M9 8a3 3 0 0 0 6 0", "key": "svg-1" }]]; const IconBrandAppgallery = createReactComponent("outline", "brand-appgallery", "BrandAppgallery", __iconNode$1l5); const __iconNode$1l4 = [["path", { "d": "M10 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M20 12.5v4.75a.734 .734 0 0 1 -.055 .325a.704 .704 0 0 1 -.348 .366l-5.462 2.58a5 5 0 0 1 -4.27 0l-5.462 -2.58a.705 .705 0 0 1 -.401 -.691l0 -4.75", "key": "svg-1" }], ["path", { "d": "M4.431 12.216l5.634 -2.332a5.065 5.065 0 0 1 3.87 0l5.634 2.332a.692 .692 0 0 1 .028 1.269l-5.462 2.543a5.064 5.064 0 0 1 -4.27 0l-5.462 -2.543a.691 .691 0 0 1 .028 -1.27", "key": "svg-2" }], ["path", { "d": "M12 7l0 6", "key": "svg-3" }]]; const IconBrandAppleArcade = createReactComponent("outline", "brand-apple-arcade", "BrandAppleArcade", __iconNode$1l4); const __iconNode$1l3 = [["path", { "d": "M4 14l6 6h-6l0 -6", "key": "svg-0" }], ["path", { "d": "M20 10l-6 -6h6l0 6", "key": "svg-1" }], ["path", { "d": "M4 4v4l12 12h4v-4l-12 -12l-4 0", "key": "svg-2" }]]; const IconBrandAppleNews = createReactComponent("outline", "brand-apple-news", "BrandAppleNews", __iconNode$1l3); const __iconNode$1l2 = [["path", { "d": "M18.364 18.364a9 9 0 1 0 -12.728 0", "key": "svg-0" }], ["path", { "d": "M11.766 22h.468a2 2 0 0 0 1.985 -1.752l.5 -4a2 2 0 0 0 -1.985 -2.248h-1.468a2 2 0 0 0 -1.985 2.248l.5 4a2 2 0 0 0 1.985 1.752", "key": "svg-1" }], ["path", { "d": "M10 9a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }]]; const IconBrandApplePodcast = createReactComponent("outline", "brand-apple-podcast", "BrandApplePodcast", __iconNode$1l2); const __iconNode$1l1 = [["path", { "d": "M8.286 7.008c-3.216 0 -4.286 3.23 -4.286 5.92c0 3.229 2.143 8.072 4.286 8.072c1.165 -.05 1.799 -.538 3.214 -.538c1.406 0 1.607 .538 3.214 .538s4.286 -3.229 4.286 -5.381c-.03 -.011 -2.649 -.434 -2.679 -3.23c-.02 -2.335 2.589 -3.179 2.679 -3.228c-1.096 -1.606 -3.162 -2.113 -3.75 -2.153c-1.535 -.12 -3.032 1.077 -3.75 1.077c-.729 0 -2.036 -1.077 -3.214 -1.077", "key": "svg-0" }], ["path", { "d": "M12 4a2 2 0 0 0 2 -2a2 2 0 0 0 -2 2", "key": "svg-1" }]]; const IconBrandApple = createReactComponent("outline", "brand-apple", "BrandApple", __iconNode$1l1); const __iconNode$1l0 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M8 16l1.106 -1.99m1.4 -2.522l2.494 -4.488", "key": "svg-1" }], ["path", { "d": "M7 14h5m2.9 0h2.1", "key": "svg-2" }], ["path", { "d": "M16 16l-2.51 -4.518m-1.487 -2.677l-1 -1.805", "key": "svg-3" }]]; const IconBrandAppstore = createReactComponent("outline", "brand-appstore", "BrandAppstore", __iconNode$1l0); const __iconNode$1k$ = [["path", { "d": "M4.687 14.694l-.987 2.103c-.502 1.07 -.125 2.387 .908 2.945c1.096 .59 2.444 .13 2.972 -.995l.9 -1.92", "key": "svg-0" }], ["path", { "d": "M18.317 14.576c1.818 -1.6 3.16 -3.78 3.64 -6.217c.235 -1.194 -.525 -2.351 -1.695 -2.586a2.14 2.14 0 0 0 -1.625 .326c-.478 .323 -.81 .826 -.922 1.398c-.208 1.054 -.695 2.037 -1.366 2.872", "key": "svg-1" }], ["path", { "d": "M12.68 12.759a5.4 5.4 0 0 1 -1.283 .157c-.336 0 -.683 -.04 -1.03 -.115c-1.44 -.31 -2.89 -1.215 -3.709 -2.315a3.7 3.7 0 0 1 -.487 -.853a2.157 2.157 0 0 0 -2.818 -1.213c-1.107 .455 -1.641 1.736 -1.196 2.86c.508 1.278 1.404 2.45 2.53 3.415a11.2 11.2 0 0 0 3.791 2.133c.953 .31 1.942 .483 2.916 .483a9.8 9.8 0 0 0 3.162 -.537", "key": "svg-2" }], ["path", { "d": "M10.37 12.801l.943 -2.013c.09 -.19 .357 -.19 .446 0l.923 1.97h.006h-.006l1.88 4.015l.923 1.971a2.16 2.16 0 0 0 1.957 1.254q .29 0 .576 -.081c1.303 -.365 1.92 -1.887 1.339 -3.129l-1.04 -2.218l-1.968 -4.204l-.003 .003l.003 -.003l-2.862 -6.112a2.16 2.16 0 0 0 -1.954 -1.254c-.833 0 -1.593 .488 -1.953 1.254l-2.92 6.232", "key": "svg-3" }]]; const IconBrandArc = createReactComponent("outline", "brand-arc", "BrandArc", __iconNode$1k$); const __iconNode$1k_ = [["path", { "d": "M9 7a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M14 16a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M4 16a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }]]; const IconBrandAsana = createReactComponent("outline", "brand-asana", "BrandAsana", __iconNode$1k_); const __iconNode$1kZ = [["path", { "d": "M14.972 3.483c.163 .196 .247 .46 .413 .987l3.64 11.53a15.5 15.5 0 0 0 -4.352 -1.42l-2.37 -7.723a.31 .31 0 0 0 -.296 -.213a.31 .31 0 0 0 -.295 .214l-2.342 7.718a15.5 15.5 0 0 0 -4.37 1.422l3.657 -11.53c.168 -.527 .251 -.79 .415 -.986c.144 -.172 .331 -.306 .544 -.388c.242 -.094 .527 -.094 1.099 -.094h2.612c.572 0 .858 0 1.1 .094c.213 .082 .4 .217 .545 .39", "key": "svg-0" }], ["path", { "d": "M9 18c0 1.5 2 3 3 4c1 -1 3 -3 3 -4q -3 1.5 -6 0", "key": "svg-1" }]]; const IconBrandAstro = createReactComponent("outline", "brand-astro", "BrandAstro", __iconNode$1kZ); const __iconNode$1kY = [["path", { "d": "M12 14.5l-5.5 3.5l2 -6l-4.5 -4h6l2 -5l2 5h6l-4.5 4l2 6l-5.5 -3.5", "key": "svg-0" }], ["path", { "d": "M20.507 8.872l-2.01 -5.872h-12.994l-2.009 5.872c-1.242 3.593 -.135 7.094 3.249 9.407l5.257 3.721l5.257 -3.721c3.385 -2.313 4.49 -5.814 3.25 -9.407", "key": "svg-1" }]]; const IconBrandAuth0 = createReactComponent("outline", "brand-auth0", "BrandAuth0", __iconNode$1kY); const __iconNode$1kX = [["path", { "d": "M17 18.5a15.198 15.198 0 0 1 -7.37 1.44a14.62 14.62 0 0 1 -6.63 -2.94", "key": "svg-0" }], ["path", { "d": "M19.5 21c.907 -1.411 1.451 -3.323 1.5 -5c-1.197 -.773 -2.577 -.935 -4 -1", "key": "svg-1" }], ["path", { "d": "M3 11v-4.5a1.5 1.5 0 0 1 3 0v4.5", "key": "svg-2" }], ["path", { "d": "M3 9h3", "key": "svg-3" }], ["path", { "d": "M9 5l1.2 6l1.8 -4l1.8 4l1.2 -6", "key": "svg-4" }], ["path", { "d": "M18 10.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75", "key": "svg-5" }]]; const IconBrandAws = createReactComponent("outline", "brand-aws", "BrandAws", __iconNode$1kX); const __iconNode$1kW = [["path", { "d": "M6 7.5l-4 9.5h4l6 -15l-6 5.5", "key": "svg-0" }], ["path", { "d": "M22 20l-7 -15l-3 7l4 5l-8 3l14 0", "key": "svg-1" }]]; const IconBrandAzure = createReactComponent("outline", "brand-azure", "BrandAzure", __iconNode$1kW); const __iconNode$1kV = [["path", { "d": "M5 20l14 -8l-14 -8l0 16", "key": "svg-0" }], ["path", { "d": "M19 20l-14 -8l14 -8l0 16", "key": "svg-1" }]]; const IconBrandBackbone = createReactComponent("outline", "brand-backbone", "BrandBackbone", __iconNode$1kV); const __iconNode$1kU = [["path", { "d": "M22 9.43c0 5.838 -4.477 10.57 -10 10.57s-10 -4.662 -10 -10.5c0 -2.667 1.83 -5.01 4.322 -5.429c2.492 -.418 4.9 1.392 5.678 3.929c.768 -2.54 3.177 -4.354 5.668 -3.931c2.495 .417 4.332 2.69 4.332 5.36", "key": "svg-0" }], ["path", { "d": "M7.5 10c0 2.761 2.015 5 4.5 5s4.5 -2.239 4.5 -5", "key": "svg-1" }]]; const IconBrandBadoo = createReactComponent("outline", "brand-badoo", "BrandBadoo", __iconNode$1kU); const __iconNode$1kT = [["path", { "d": "M4 9.5a1 1.5 0 1 0 2 0a1 1.5 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M14.463 11.596c1.282 1.774 3.476 3.416 3.476 3.416s1.921 1.574 .593 3.636c-1.328 2.063 -4.892 1.152 -4.892 1.152s-1.416 -.44 -3.06 -.088c-1.644 .356 -3.06 .22 -3.06 .22s-2.055 -.22 -2.47 -2.304c-.416 -2.084 1.918 -3.638 2.102 -3.858c.182 -.222 1.409 -.966 2.284 -2.394c.875 -1.428 3.337 -2.287 5.027 .221", "key": "svg-1" }], ["path", { "d": "M8 4.5a1 1.5 0 1 0 2 0a1 1.5 0 1 0 -2 0", "key": "svg-2" }], ["path", { "d": "M14 4.5a1 1.5 0 1 0 2 0a1 1.5 0 1 0 -2 0", "key": "svg-3" }], ["path", { "d": "M18 9.5a1 1.5 0 1 0 2 0a1 1.5 0 1 0 -2 0", "key": "svg-4" }]]; const IconBrandBaidu = createReactComponent("outline", "brand-baidu", "BrandBaidu", __iconNode$1kT); const __iconNode$1kS = [["path", { "d": "M8.5 6h13.5l-7 12h-13l6.5 -12", "key": "svg-0" }]]; const IconBrandBandcamp = createReactComponent("outline", "brand-bandcamp", "BrandBandcamp", __iconNode$1kS); const __iconNode$1kR = [["path", { "d": "M6.885 7l-2.536 4.907c-2.021 3.845 -2.499 8.775 3.821 9.093h6.808c4.86 -.207 7.989 -2.975 4.607 -9.093l-2.988 -4.907", "key": "svg-0" }], ["path", { "d": "M15.078 4h-5.136l3.678 8.768c.547 1.14 .847 1.822 .162 2.676c-.053 .093 -1.332 1.907 -3.053 1.495c-.825 -.187 -1.384 -.926 -1.32 -1.74c.04 -.91 .62 -1.717 1.488 -2.074a4.463 4.463 0 0 1 2.723 -.358", "key": "svg-1" }]]; const IconBrandBandlab = createReactComponent("outline", "brand-bandlab", "BrandBandlab", __iconNode$1kR); const __iconNode$1kQ = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 12.5a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0", "key": "svg-1" }], ["path", { "d": "M9 12v-8", "key": "svg-2" }]]; const IconBrandBeats = createReactComponent("outline", "brand-beats", "BrandBeats", __iconNode$1kQ); const __iconNode$1kP = [["path", { "d": "M12 17.5a3.5 3.5 0 0 0 3.5 -3.5c0 -1.838 -1.159 -3.002 -3.005 -3.372c-.746 -.15 -1.37 -.745 -1.37 -1.506c0 -1.142 .934 -2.095 2.058 -1.894c3.61 .645 5.817 3.058 5.817 6.772a7 7 0 1 1 -14 0v-9.25a1.75 1.75 0 1 1 3.5 0v9.25a3.5 3.5 0 0 0 3.5 3.5", "key": "svg-0" }]]; const IconBrandBebo = createReactComponent("outline", "brand-bebo", "BrandBebo", __iconNode$1kP); const __iconNode$1kO = [["path", { "d": "M3 18v-12h4.5a3 3 0 0 1 0 6a3 3 0 0 1 0 6h-4.5", "key": "svg-0" }], ["path", { "d": "M3 12l4.5 0", "key": "svg-1" }], ["path", { "d": "M14 13h7a3.5 3.5 0 0 0 -7 0v2a3.5 3.5 0 0 0 6.64 1", "key": "svg-2" }], ["path", { "d": "M16 6l3 0", "key": "svg-3" }]]; const IconBrandBehance = createReactComponent("outline", "brand-behance", "BrandBehance", __iconNode$1kO); const __iconNode$1kN = [["path", { "d": "M3 10a4 4 0 0 1 4 -4h10a4 4 0 0 1 4 4v6a4 4 0 0 1 -4 4h-10a4 4 0 0 1 -4 -4v-6", "key": "svg-0" }], ["path", { "d": "M8 3l2 3", "key": "svg-1" }], ["path", { "d": "M16 3l-2 3", "key": "svg-2" }], ["path", { "d": "M9 13v-2", "key": "svg-3" }], ["path", { "d": "M15 11v2", "key": "svg-4" }]]; const IconBrandBilibili = createReactComponent("outline", "brand-bilibili", "BrandBilibili", __iconNode$1kN); const __iconNode$1kM = [["path", { "d": "M6 8l2 2l4 -4l4 4l2 -2l-6 -6l-6 6", "key": "svg-0" }], ["path", { "d": "M6 16l2 -2l4 4l3.5 -3.5l2 2l-5.5 5.5l-6 -6", "key": "svg-1" }], ["path", { "d": "M20 10l2 2l-2 2l-2 -2l2 -2", "key": "svg-2" }], ["path", { "d": "M4 10l2 2l-2 2l-2 -2l2 -2", "key": "svg-3" }], ["path", { "d": "M12 10l2 2l-2 2l-2 -2l2 -2", "key": "svg-4" }]]; const IconBrandBinance = createReactComponent("outline", "brand-binance", "BrandBinance", __iconNode$1kM); const __iconNode$1kL = [["path", { "d": "M5 3l4 1.5v12l6 -2.5l-2 -1l-1 -4l7 2.5v4.5l-10 5l-4 -2l0 -16", "key": "svg-0" }]]; const IconBrandBing = createReactComponent("outline", "brand-bing", "BrandBing", __iconNode$1kL); const __iconNode$1kK = [["path", { "d": "M3.648 4a.64 .64 0 0 0 -.64 .744l3.14 14.528c.07 .417 .43 .724 .852 .728h10a.644 .644 0 0 0 .642 -.539l3.35 -14.71a.641 .641 0 0 0 -.64 -.744l-16.704 -.007", "key": "svg-0" }], ["path", { "d": "M14 15h-4l-1 -6h6l-1 6", "key": "svg-1" }]]; const IconBrandBitbucket = createReactComponent("outline", "brand-bitbucket", "BrandBitbucket", __iconNode$1kK); const __iconNode$1kJ = [["path", { "d": "M7 6a1 1 0 0 0 -1 -1h-2l-.5 2h2.5a1 1 0 0 0 1 -1", "key": "svg-0" }], ["path", { "d": "M6 12a1 1 0 0 0 -1 -1h-2l-.5 2h2.5a1 1 0 0 0 1 -1", "key": "svg-1" }], ["path", { "d": "M13 12a1 1 0 0 0 -1 -1h-2l-.5 2h2.5a1 1 0 0 0 1 -1", "key": "svg-2" }], ["path", { "d": "M14 6a1 1 0 0 0 -1 -1h-2l-.5 2h2.5a1 1 0 0 0 1 -1", "key": "svg-3" }], ["path", { "d": "M12 18a1 1 0 0 0 -1 -1h-2l-.5 2h2.5a1 1 0 0 0 1 -1", "key": "svg-4" }], ["path", { "d": "M20 15a1 1 0 0 0 -1 -1h-2l-.5 2h2.5a1 1 0 0 0 1 -1", "key": "svg-5" }], ["path", { "d": "M21 9a1 1 0 0 0 -1 -1h-2l-.5 2h2.5a1 1 0 0 0 1 -1", "key": "svg-6" }]]; const IconBrandBlackberry = createReactComponent("outline", "brand-blackberry", "BrandBlackberry", __iconNode$1kJ); const __iconNode$1kI = [["path", { "d": "M9 14a6 5 0 1 0 12 0a6 5 0 1 0 -12 0", "key": "svg-0" }], ["path", { "d": "M14 14a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }], ["path", { "d": "M3 16l9 -6.5", "key": "svg-2" }], ["path", { "d": "M6 9h9", "key": "svg-3" }], ["path", { "d": "M13 5l5.65 5", "key": "svg-4" }]]; const IconBrandBlender = createReactComponent("outline", "brand-blender", "BrandBlender", __iconNode$1kI); const __iconNode$1kH = [["path", { "d": "M8 21h8a5 5 0 0 0 5 -5v-3a3 3 0 0 0 -3 -3h-1v-2a5 5 0 0 0 -5 -5h-4a5 5 0 0 0 -5 5v8a5 5 0 0 0 5 5", "key": "svg-0" }], ["path", { "d": "M7 8.5a1.5 1.5 0 0 1 1.5 -1.5h3a1.5 1.5 0 0 1 1.5 1.5a1.5 1.5 0 0 1 -1.5 1.5h-3a1.5 1.5 0 0 1 -1.5 -1.5", "key": "svg-1" }], ["path", { "d": "M7 15.5a1.5 1.5 0 0 1 1.5 -1.5h7a1.5 1.5 0 0 1 1.5 1.5a1.5 1.5 0 0 1 -1.5 1.5h-7a1.5 1.5 0 0 1 -1.5 -1.5", "key": "svg-2" }]]; const IconBrandBlogger = createReactComponent("outline", "brand-blogger", "BrandBlogger", __iconNode$1kH); const __iconNode$1kG = [["path", { "d": "M6.335 5.144c-1.654 -1.199 -4.335 -2.127 -4.335 .826c0 .59 .35 4.953 .556 5.661c.713 2.463 3.13 2.75 5.444 2.369c-4.045 .665 -4.889 3.208 -2.667 5.41c1.03 1.018 1.913 1.59 2.667 1.59c2 0 3.134 -2.769 3.5 -3.5c.333 -.667 .5 -1.167 .5 -1.5c0 .333 .167 .833 .5 1.5c.366 .731 1.5 3.5 3.5 3.5c.754 0 1.637 -.571 2.667 -1.59c2.222 -2.203 1.378 -4.746 -2.667 -5.41c2.314 .38 4.73 .094 5.444 -2.369c.206 -.708 .556 -5.072 .556 -5.661c0 -2.953 -2.68 -2.025 -4.335 -.826c-2.293 1.662 -4.76 5.048 -5.665 6.856c-.905 -1.808 -3.372 -5.194 -5.665 -6.856", "key": "svg-0" }]]; const IconBrandBluesky = createReactComponent("outline", "brand-bluesky", "BrandBluesky", __iconNode$1kG); const __iconNode$1kF = [["path", { "d": "M4 18v-9.5a4.5 4.5 0 0 1 4.5 -4.5h7a4.5 4.5 0 0 1 4.5 4.5v7a4.5 4.5 0 0 1 -4.5 4.5h-9.5a2 2 0 0 1 -2 -2", "key": "svg-0" }], ["path", { "d": "M8 12h3.5a2 2 0 1 1 0 4h-3.5v-7a1 1 0 0 1 1 -1h1.5a2 2 0 1 1 0 4h-1.5", "key": "svg-1" }], ["path", { "d": "M16 16l.01 0", "key": "svg-2" }]]; const IconBrandBooking = createReactComponent("outline", "brand-booking", "BrandBooking", __iconNode$1kF); const __iconNode$1kE = [["path", { "d": "M2 12a2 2 0 0 0 2 -2v-4a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4a2 2 0 0 0 2 2", "key": "svg-0" }], ["path", { "d": "M2 12a2 2 0 0 1 2 2v4a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-4a2 2 0 0 1 2 -2", "key": "svg-1" }], ["path", { "d": "M9 16v-8h3.5a2 2 0 1 1 0 4h-3.5h4a2 2 0 1 1 0 4h-4", "key": "svg-2" }]]; const IconBrandBootstrap = createReactComponent("outline", "brand-bootstrap", "BrandBootstrap", __iconNode$1kE); const __iconNode$1kD = [["path", { "d": "M5 16l1 -9l5 -5l6.5 6l-3.5 4l5 5l-8 5l-6 -6", "key": "svg-0" }]]; const IconBrandBulma = createReactComponent("outline", "brand-bulma", "BrandBulma", __iconNode$1kD); const __iconNode$1kC = [["path", { "d": "M7 12h10", "key": "svg-0" }], ["path", { "d": "M9 8h6", "key": "svg-1" }], ["path", { "d": "M10 16h4", "key": "svg-2" }], ["path", { "d": "M16.268 3h-8.536a1.46 1.46 0 0 0 -1.268 .748l-4.268 7.509a1.507 1.507 0 0 0 0 1.486l4.268 7.509c.26 .462 .744 .747 1.268 .748h8.536a1.46 1.46 0 0 0 1.268 -.748l4.268 -7.509a1.507 1.507 0 0 0 0 -1.486l-4.268 -7.509a1.46 1.46 0 0 0 -1.268 -.748", "key": "svg-3" }]]; const IconBrandBumble = createReactComponent("outline", "brand-bumble", "BrandBumble", __iconNode$1kC); const __iconNode$1kB = [["path", { "d": "M3.9 7.205a17.764 17.764 0 0 0 4.008 2.753a7.917 7.917 0 0 0 4.57 .567c1.5 -.33 2.907 -1 4.121 -1.956a12.107 12.107 0 0 0 2.892 -2.903c.603 -.94 .745 -1.766 .484 -2.231c-.261 -.465 -.927 -.568 -1.72 -.257a7.564 7.564 0 0 0 -2.608 2.034a18.425 18.425 0 0 0 -2.588 3.884a34.927 34.927 0 0 0 -2.093 5.073a12.908 12.908 0 0 0 -.677 3.515c-.07 .752 .07 1.51 .405 2.184c.323 .562 1.06 1.132 2.343 1.132c3.474 0 5.093 -3.53 5.463 -5.62c.24 -1.365 -.085 -3.197 -1.182 -4.01", "key": "svg-0" }]]; const IconBrandBunpo = createReactComponent("outline", "brand-bunpo", "BrandBunpo", __iconNode$1kB); const __iconNode$1kA = [["path", { "d": "M10 9a3 3 0 0 0 -3 -3h-.5a3.5 3.5 0 0 0 -3.5 3.5v5a3.5 3.5 0 0 0 3.5 3.5h.5a3 3 0 0 0 3 -3", "key": "svg-0" }], ["path", { "d": "M16 7l-1 10", "key": "svg-1" }], ["path", { "d": "M20 7l-1 10", "key": "svg-2" }], ["path", { "d": "M14 10h7.5", "key": "svg-3" }], ["path", { "d": "M21 14h-7.5", "key": "svg-4" }]]; const IconBrandCSharp = createReactComponent("outline", "brand-c-sharp", "BrandCSharp", __iconNode$1kA); const __iconNode$1kz = [["path", { "d": "M20.84 12c0 2.05 .985 3.225 -.04 5c-1.026 1.775 -2.537 1.51 -4.314 2.534c-1.776 1.026 -2.302 2.466 -4.353 2.466c-2.051 0 -2.576 -1.441 -4.353 -2.466c-1.776 -1.024 -3.288 -.759 -4.314 -2.534c-1.025 -1.775 -.04 -2.95 -.04 -5s-.985 -3.225 .04 -5c1.026 -1.775 2.537 -1.51 4.314 -2.534c1.776 -1.026 2.302 -2.466 4.353 -2.466s2.577 1.441 4.353 2.466c1.776 1.024 3.288 .759 4.313 2.534c1.026 1.775 .04 2.95 .04 5l.001 0", "key": "svg-0" }]]; const IconBrandCake = createReactComponent("outline", "brand-cake", "BrandCake", __iconNode$1kz); const __iconNode$1ky = [["path", { "d": "M12 11l8 2c1.361 -.545 2 -1.248 2 -2v-3.8c0 -1.765 -4.479 -3.2 -10.002 -3.2c-5.522 0 -9.998 1.435 -9.998 3.2v2.8c0 1.766 4.478 4 10 4v-3", "key": "svg-0" }], ["path", { "d": "M12 14v3l8 2c1.362 -.547 2 -1.246 2 -2v-3c0 .754 -.638 1.453 -2 2l-8 -2", "key": "svg-1" }], ["path", { "d": "M2 17c0 1.766 4.476 3 9.998 3l.002 -3c-5.522 0 -10 -1.734 -10 -3.5v3.5", "key": "svg-2" }], ["path", { "d": "M2 10v4", "key": "svg-3" }], ["path", { "d": "M22 10v4", "key": "svg-4" }]]; const IconBrandCakephp = createReactComponent("outline", "brand-cakephp", "BrandCakephp", __iconNode$1ky); const __iconNode$1kx = [["path", { "d": "M3 18l9 -6.462l-9 -5.538v12h18v-12l-9 5.538", "key": "svg-0" }]]; const IconBrandCampaignmonitor = createReactComponent("outline", "brand-campaignmonitor", "BrandCampaignmonitor", __iconNode$1kx); const __iconNode$1kw = [["path", { "d": "M14 10v-.2a1.8 1.8 0 0 0 -1.8 -1.8h-.4a1.8 1.8 0 0 0 -1.8 1.8v4.4a1.8 1.8 0 0 0 1.8 1.8h.4a1.8 1.8 0 0 0 1.8 -1.8v-.2", "key": "svg-0" }], ["path", { "d": "M3 6a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12", "key": "svg-1" }]]; const IconBrandCarbon = createReactComponent("outline", "brand-carbon", "BrandCarbon", __iconNode$1kw); const __iconNode$1kv = [["path", { "d": "M17.1 8.648a.568 .568 0 0 1 -.761 .011a5.682 5.682 0 0 0 -3.659 -1.34c-1.102 0 -2.205 .363 -2.205 1.374c0 1.023 1.182 1.364 2.546 1.875c2.386 .796 4.363 1.796 4.363 4.137c0 2.545 -1.977 4.295 -5.204 4.488l-.295 1.364a.557 .557 0 0 1 -.546 .443h-2.034l-.102 -.011a.568 .568 0 0 1 -.432 -.67l.318 -1.444a7.432 7.432 0 0 1 -3.273 -1.784v-.011a.545 .545 0 0 1 0 -.773l1.137 -1.102c.214 -.2 .547 -.2 .761 0a5.495 5.495 0 0 0 3.852 1.5c1.478 0 2.466 -.625 2.466 -1.614c0 -.989 -1 -1.25 -2.886 -1.954c-2 -.716 -3.898 -1.728 -3.898 -4.091c0 -2.75 2.284 -4.091 4.989 -4.216l.284 -1.398a.545 .545 0 0 1 .545 -.432h2.023l.114 .012a.544 .544 0 0 1 .42 .647l-.307 1.557a8.528 8.528 0 0 1 2.818 1.58l.023 .022c.216 .228 .216 .569 0 .773l-1.057 1.057", "key": "svg-0" }]]; const IconBrandCashapp = createReactComponent("outline", "brand-cashapp", "BrandCashapp", __iconNode$1kv); const __iconNode$1ku = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M12 9h8.4", "key": "svg-2" }], ["path", { "d": "M14.598 13.5l-4.2 7.275", "key": "svg-3" }], ["path", { "d": "M9.402 13.5l-4.2 -7.275", "key": "svg-4" }]]; const IconBrandChrome = createReactComponent("outline", "brand-chrome", "BrandChrome", __iconNode$1ku); const __iconNode$1kt = [["path", { "d": "M9.65 6.956a5.39 5.39 0 0 0 7.494 7.495", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-1" }], ["path", { "d": "M17.7 12.137a5.738 5.738 0 1 1 -5.737 -5.737", "key": "svg-2" }], ["path", { "d": "M17.7 12.338v-1.175c0 -.47 .171 -.92 .476 -1.253a1.56 1.56 0 0 1 1.149 -.52c.827 0 1.523 .676 1.62 1.573c.037 .344 .055 .69 .055 1.037", "key": "svg-3" }], ["path", { "d": "M11.662 6.4h1.175c.47 0 .92 -.176 1.253 -.49c.333 -.314 .52 -.74 .52 -1.184c0 -.852 -.676 -1.57 -1.573 -1.67a9.496 9.496 0 0 0 -1.037 -.056", "key": "svg-4" }]]; const IconBrandCinema4d = createReactComponent("outline", "brand-cinema-4d", "BrandCinema4d", __iconNode$1kt); const __iconNode$1ks = [["path", { "d": "M3 11a1 1 0 1 1 -1 1.013a1 1 0 0 1 1 -1v-.013", "key": "svg-0" }], ["path", { "d": "M21 11a1 1 0 1 1 -1 1.013a1 1 0 0 1 1 -1v-.013", "key": "svg-1" }], ["path", { "d": "M8 12h8", "key": "svg-2" }], ["path", { "d": "M13 9l3 3l-3 3", "key": "svg-3" }]]; const IconBrandCitymapper = createReactComponent("outline", "brand-citymapper", "BrandCitymapper", __iconNode$1ks); const __iconNode$1kr = [["path", { "d": "M13.031 7.007c2.469 -.007 3.295 1.293 3.969 2.993c4 0 4.994 3.825 5 6h-20c-.001 -1.64 1.36 -2.954 3 -3c0 -1.5 1 -3 3 -3c.66 -1.942 2.562 -2.986 5.031 -2.993", "key": "svg-0" }], ["path", { "d": "M12 13h6", "key": "svg-1" }], ["path", { "d": "M17 10l-2.5 6", "key": "svg-2" }]]; const IconBrandCloudflare = createReactComponent("outline", "brand-cloudflare", "BrandCloudflare", __iconNode$1kr); const __iconNode$1kq = [["path", { "d": "M9.695 12.985a5.972 5.972 0 0 0 -3.295 -.985c-1.257 0 -2.436 .339 -3.4 1a9 9 0 1 1 18 0c-.966 -.664 -2.14 -1 -3.4 -1a6 6 0 0 0 -5.605 8.144", "key": "svg-0" }]]; const IconBrandCodecov = createReactComponent("outline", "brand-codecov", "BrandCodecov", __iconNode$1kq); const __iconNode$1kp = [["path", { "d": "M3 15l9 6l9 -6l-9 -6l-9 6", "key": "svg-0" }], ["path", { "d": "M3 9l9 6l9 -6l-9 -6l-9 6", "key": "svg-1" }], ["path", { "d": "M3 9l0 6", "key": "svg-2" }], ["path", { "d": "M21 9l0 6", "key": "svg-3" }], ["path", { "d": "M12 3l0 6", "key": "svg-4" }], ["path", { "d": "M12 15l0 6", "key": "svg-5" }]]; const IconBrandCodepen = createReactComponent("outline", "brand-codepen", "BrandCodepen", __iconNode$1kp); const __iconNode$1ko = [["path", { "d": "M20 7.5v9l-4 2.25l-4 2.25l-4 -2.25l-4 -2.25v-9l4 -2.25l4 -2.25l4 2.25l4 2.25", "key": "svg-0" }], ["path", { "d": "M12 12l4 -2.25l4 -2.25", "key": "svg-1" }], ["path", { "d": "M12 12l0 9", "key": "svg-2" }], ["path", { "d": "M12 12l-4 -2.25l-4 -2.25", "key": "svg-3" }], ["path", { "d": "M20 12l-4 2v4.75", "key": "svg-4" }], ["path", { "d": "M4 12l4 2l0 4.75", "key": "svg-5" }], ["path", { "d": "M8 5.25l4 2.25l4 -2.25", "key": "svg-6" }]]; const IconBrandCodesandbox = createReactComponent("outline", "brand-codesandbox", "BrandCodesandbox", __iconNode$1ko); const __iconNode$1kn = [["path", { "d": "M14 14a3 2 0 1 0 6 0a3 2 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M4.526 17.666c-1.133 -.772 -1.897 -1.924 -2.291 -3.456c-.398 -1.54 -.29 -2.937 .32 -4.19c.61 -1.255 1.59 -2.34 2.938 -3.254c1.348 -.914 2.93 -1.625 4.749 -2.132c1.81 -.504 3.516 -.708 5.12 -.61c1.608 .1 2.979 .537 4.112 1.31s1.897 1.924 2.291 3.456c.398 1.541 .29 2.938 -.32 4.192c-.61 1.253 -1.59 2.337 -2.938 3.252c-1.348 .915 -2.93 1.626 -4.749 2.133c-1.81 .503 -3.516 .707 -5.12 .61c-1.608 -.102 -2.979 -.538 -4.112 -1.31", "key": "svg-1" }], ["path", { "d": "M11 12.508c-.53 -.316 -1.23 -.508 -2 -.508c-1.657 0 -3 .895 -3 2s1.343 2 3 2c.767 0 1.467 -.192 2 -.508", "key": "svg-2" }]]; const IconBrandCohost = createReactComponent("outline", "brand-cohost", "BrandCohost", __iconNode$1kn); const __iconNode$1km = [["path", { "d": "M12.95 22c-4.503 0 -8.445 -3.04 -9.61 -7.413c-1.165 -4.373 .737 -8.988 4.638 -11.25a9.906 9.906 0 0 1 12.008 1.598l-3.335 3.367a5.185 5.185 0 0 0 -7.354 .013a5.252 5.252 0 0 0 0 7.393a5.185 5.185 0 0 0 7.354 .013l3.349 3.367a9.887 9.887 0 0 1 -7.05 2.912", "key": "svg-0" }]]; const IconBrandCoinbase = createReactComponent("outline", "brand-coinbase", "BrandCoinbase", __iconNode$1km); const __iconNode$1kl = [["path", { "d": "M5.343 17.657a8 8 0 1 0 0 -11.314", "key": "svg-0" }], ["path", { "d": "M13.828 9.172a4 4 0 1 0 0 5.656", "key": "svg-1" }]]; const IconBrandComedyCentral = createReactComponent("outline", "brand-comedy-central", "BrandComedyCentral", __iconNode$1kl); const __iconNode$1kk = [["path", { "d": "M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0", "key": "svg-0" }], ["path", { "d": "M12 3c-3.263 3.212 -3 7.654 -3 12c4.59 .244 8.814 -.282 12 -3", "key": "svg-1" }], ["path", { "d": "M9.5 9a4.494 4.494 0 0 1 5.5 5.5", "key": "svg-2" }]]; const IconBrandCoreos = createReactComponent("outline", "brand-coreos", "BrandCoreos", __iconNode$1kk); const __iconNode$1kj = [["path", { "d": "M6 12h12v-2a2 2 0 0 1 2 -2a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2a2 2 0 0 1 2 2v2", "key": "svg-0" }], ["path", { "d": "M6 15h12", "key": "svg-1" }], ["path", { "d": "M6 18h12", "key": "svg-2" }], ["path", { "d": "M21 11v7", "key": "svg-3" }], ["path", { "d": "M3 11v7", "key": "svg-4" }]]; const IconBrandCouchdb = createReactComponent("outline", "brand-couchdb", "BrandCouchdb", __iconNode$1kj); const __iconNode$1ki = [["path", { "d": "M3.1 13c3.267 0 5.9 -.167 7.9 -.5c3 -.5 4 -2 4 -3.5a3 3 0 1 0 -6 0c0 1.554 1.807 3 3 4c1.193 1 2 2.5 2 3.5a1.5 1.5 0 1 1 -3 0c0 -2 4 -3.5 7 -3.5h2.9", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-1" }]]; const IconBrandCouchsurfing = createReactComponent("outline", "brand-couchsurfing", "BrandCouchsurfing", __iconNode$1ki); const __iconNode$1kh = [["path", { "d": "M18 12h4", "key": "svg-0" }], ["path", { "d": "M20 10v4", "key": "svg-1" }], ["path", { "d": "M11 12h4", "key": "svg-2" }], ["path", { "d": "M13 10v4", "key": "svg-3" }], ["path", { "d": "M9 9a3 3 0 0 0 -3 -3h-.5a3.5 3.5 0 0 0 -3.5 3.5v5a3.5 3.5 0 0 0 3.5 3.5h.5a3 3 0 0 0 3 -3", "key": "svg-4" }]]; const IconBrandCpp = createReactComponent("outline", "brand-cpp", "BrandCpp", __iconNode$1kh); const __iconNode$1kg = [["path", { "d": "M20 4h-8a8 8 0 1 0 0 16h8a8 8 0 0 0 -8 -8a8 8 0 0 0 8 -8", "key": "svg-0" }], ["path", { "d": "M4 12h8", "key": "svg-1" }], ["path", { "d": "M12 4v16", "key": "svg-2" }]]; const IconBrandCraft = createReactComponent("outline", "brand-craft", "BrandCraft", __iconNode$1kg); const __iconNode$1kf = [["path", { "d": "M3 19v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2", "key": "svg-0" }], ["path", { "d": "M10.414 11.586a2 2 0 1 0 0 2.828", "key": "svg-1" }], ["path", { "d": "M13 13a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M13 7v6", "key": "svg-3" }]]; const IconBrandCrunchbase = createReactComponent("outline", "brand-crunchbase", "BrandCrunchbase", __iconNode$1kf); const __iconNode$1ke = [["path", { "d": "M20 4l-2 14.5l-6 2l-6 -2l-2 -14.5l16 0", "key": "svg-0" }], ["path", { "d": "M8.5 8h7l-4.5 4h4l-.5 3.5l-2.5 .75l-2.5 -.75l-.1 -.5", "key": "svg-1" }]]; const IconBrandCss3 = createReactComponent("outline", "brand-css3", "BrandCss3", __iconNode$1ke); const __iconNode$1kd = [["path", { "d": "M6.04 14.831l4.46 -4.331", "key": "svg-0" }], ["path", { "d": "M12.555 20.82c4.55 -3.456 7.582 -8.639 8.426 -14.405a1.668 1.668 0 0 0 -.934 -1.767a19.647 19.647 0 0 0 -8.047 -1.648a19.647 19.647 0 0 0 -8.047 1.647a1.668 1.668 0 0 0 -.934 1.767c.844 5.766 3.875 10.95 8.426 14.406a.948 .948 0 0 0 1.11 0", "key": "svg-1" }], ["path", { "d": "M20 5c-2 0 -4.37 3.304 -8 6.644c-3.63 -3.34 -6 -6.644 -8 -6.644", "key": "svg-2" }], ["path", { "d": "M17.738 15l-4.238 -4.5", "key": "svg-3" }]]; const IconBrandCtemplar = createReactComponent("outline", "brand-ctemplar", "BrandCtemplar", __iconNode$1kd); const __iconNode$1kc = [["path", { "d": "M20 10.99c-.01 5.52 -4.48 10 -10 10.01v-2.26l-.01 -.01c-4.28 -1.11 -6.86 -5.47 -5.76 -9.75a8 8 0 0 1 9.74 -5.76c3.53 .91 6.03 4.13 6.03 7.78v-.01", "key": "svg-0" }], ["path", { "d": "M10.5 8l-.5 -1", "key": "svg-1" }], ["path", { "d": "M13.5 14l.5 1", "key": "svg-2" }], ["path", { "d": "M9 12.5l-1 .5", "key": "svg-3" }], ["path", { "d": "M11 14l-.5 1", "key": "svg-4" }], ["path", { "d": "M13 8l.5 -1", "key": "svg-5" }], ["path", { "d": "M16 12.5l-1 -.5", "key": "svg-6" }], ["path", { "d": "M9 10l-1 -.5", "key": "svg-7" }]]; const IconBrandCucumber = createReactComponent("outline", "brand-cucumber", "BrandCucumber", __iconNode$1kc); const __iconNode$1kb = [["path", { "d": "M4.5 10l-2.5 -4l15.298 6.909a.2 .2 0 0 1 .09 .283l-3.388 5.808", "key": "svg-0" }], ["path", { "d": "M10 19l-3.388 -5.808a.2 .2 0 0 1 .09 -.283l15.298 -6.909l-2.5 4", "key": "svg-1" }]]; const IconBrandCupra = createReactComponent("outline", "brand-cupra", "BrandCupra", __iconNode$1kb); const __iconNode$1ka = [["path", { "d": "M19.48 17.007a9 9 0 1 0 -7.48 3.993c.896 0 1.691 -.573 1.974 -1.423l3.526 -10.577", "key": "svg-0" }], ["path", { "d": "M13.5 9l2 6", "key": "svg-1" }], ["path", { "d": "M10.764 9.411a3 3 0 1 0 -.023 5.19", "key": "svg-2" }]]; const IconBrandCypress = createReactComponent("outline", "brand-cypress", "BrandCypress", __iconNode$1ka); const __iconNode$1k9 = [["path", { "d": "M3 4h1.8c3.976 0 7.2 3.582 7.2 8s-3.224 8 -7.2 8h-1.8", "key": "svg-0" }], ["path", { "d": "M12 4h5.472c1.948 0 3.528 1.79 3.528 4s-1.58 4 -3.528 4", "key": "svg-1" }], ["path", { "d": "M17.472 12h-2.472", "key": "svg-2" }], ["path", { "d": "M17.472 12h-2.352", "key": "svg-3" }], ["path", { "d": "M17.472 12c1.948 0 3.528 1.79 3.528 4s-1.58 4 -3.528 4h-5.472", "key": "svg-4" }]]; const IconBrandD3 = createReactComponent("outline", "brand-d3", "BrandD3", __iconNode$1k9); const __iconNode$1k8 = [["path", { "d": "M3 17l9 5l9 -5v-3l-9 5l-9 -5v-3l9 5l9 -5v-3l-9 5l-9 -5l9 -5l5.418 3.01", "key": "svg-0" }]]; const IconBrandDatabricks = createReactComponent("outline", "brand-databricks", "BrandDatabricks", __iconNode$1k8); const __iconNode$1k7 = [["path", { "d": "M20.779 10.007a9 9 0 1 0 -10.77 10.772", "key": "svg-0" }], ["path", { "d": "M13 21h8v-7", "key": "svg-1" }], ["path", { "d": "M12 8v4l3 3", "key": "svg-2" }]]; const IconBrandDaysCounter = createReactComponent("outline", "brand-days-counter", "BrandDaysCounter", __iconNode$1k7); const __iconNode$1k6 = [["path", { "d": "M3 18l18 -12h-18l9 14l9 -14v10l-18 -10l0 12", "key": "svg-0" }]]; const IconBrandDcos = createReactComponent("outline", "brand-dcos", "BrandDcos", __iconNode$1k6); const __iconNode$1k5 = [["path", { "d": "M12 17c-2.397 -.943 -4 -3.153 -4 -5.635c0 -2.19 1.039 -3.14 1.604 -3.595c2.646 -2.133 6.396 -.27 6.396 3.23c0 2.5 -2.905 2.121 -3.5 1.5c-.595 -.621 -1 -1.5 -.5 -2.5", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-1" }]]; const IconBrandDebian = createReactComponent("outline", "brand-debian", "BrandDebian", __iconNode$1k5); const __iconNode$1k4 = [["path", { "d": "M3 16.5h2v.5h-2l0 -.5", "key": "svg-0" }], ["path", { "d": "M8 16.5h2.5v.5h-2.5l0 -.5", "key": "svg-1" }], ["path", { "d": "M16 17h-2.5v-.5h2.5l0 .5", "key": "svg-2" }], ["path", { "d": "M21.5 17h-2.5v-.5h2.5l0 .5", "key": "svg-3" }], ["path", { "d": "M21.5 13h-2.5v.5h2.5l0 -.5", "key": "svg-4" }], ["path", { "d": "M21.5 9.5h-2.5v.5h2.5l0 -.5", "key": "svg-5" }], ["path", { "d": "M21.5 6h-2.5v.5h2.5l0 -.5", "key": "svg-6" }], ["path", { "d": "M16 13h-2.5v.5h2.5l0 -.5", "key": "svg-7" }], ["path", { "d": "M8 13.5h2.5v-.5h-2.5l0 .5", "key": "svg-8" }], ["path", { "d": "M8 9.5h2.5v.5h-2.5l0 -.5", "key": "svg-9" }]]; const IconBrandDeezer = createReactComponent("outline", "brand-deezer", "BrandDeezer", __iconNode$1k4); const __iconNode$1k3 = [["path", { "d": "M15 11l1 -9l5 .5l-1 13.5l-3 6l-12.5 -2.5l-1.5 -6l7 -1.5l-1.5 -7.5l4.5 -1l2 7.5", "key": "svg-0" }], ["path", { "d": "M14.5 15.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "fill": "currentColor", "key": "svg-1" }], ["path", { "d": "M10.5 14.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "fill": "currentColor", "key": "svg-2" }]]; const IconBrandDeliveroo = createReactComponent("outline", "brand-deliveroo", "BrandDeliveroo", __iconNode$1k3); const __iconNode$1k2 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M13.47 20.882l-1.47 -5.882c-2.649 -.088 -5 -1.624 -5 -3.5c0 -1.933 2.239 -3.5 5 -3.5s4 1 5 3c.024 .048 .69 2.215 2 6.5", "key": "svg-1" }], ["path", { "d": "M12 11h.01", "key": "svg-2" }]]; const IconBrandDeno = createReactComponent("outline", "brand-deno", "BrandDeno", __iconNode$1k2); const __iconNode$1k1 = [["path", { "d": "M11 11h2v2h-2l0 -2", "key": "svg-0" }], ["path", { "d": "M3.634 15.634l1.732 -1l1 1.732l-1.732 1l-1 -1.732", "key": "svg-1" }], ["path", { "d": "M11 19h2v2h-2l0 -2", "key": "svg-2" }], ["path", { "d": "M18.634 14.634l1.732 1l-1 1.732l-1.732 -1l1 -1.732", "key": "svg-3" }], ["path", { "d": "M17.634 7.634l1.732 -1l1 1.732l-1.732 1l-1 -1.732", "key": "svg-4" }], ["path", { "d": "M11 3h2v2h-2l0 -2", "key": "svg-5" }], ["path", { "d": "M3.634 8.366l1 -1.732l1.732 1l-1 1.732l-1.732 -1", "key": "svg-6" }]]; const IconBrandDenodo = createReactComponent("outline", "brand-denodo", "BrandDenodo", __iconNode$1k1); const __iconNode$1k0 = [["path", { "d": "M18 3v4l-3.857 6h3.857v4h-6.429l-2.571 4h-3v-4l3.857 -6h-3.857v-4h6.429l2.571 -4l3 0", "key": "svg-0" }]]; const IconBrandDeviantart = createReactComponent("outline", "brand-deviantart", "BrandDeviantart", __iconNode$1k0); const __iconNode$1j$ = [["path", { "d": "M6 15h-3v-4h3", "key": "svg-0" }], ["path", { "d": "M15 15h-3v-4h3", "key": "svg-1" }], ["path", { "d": "M9 15v-4", "key": "svg-2" }], ["path", { "d": "M15 11v7h-3", "key": "svg-3" }], ["path", { "d": "M6 7v8", "key": "svg-4" }], ["path", { "d": "M21 15h-3v-4h3", "key": "svg-5" }], ["path", { "d": "M21 11v7h-3", "key": "svg-6" }]]; const IconBrandDigg = createReactComponent("outline", "brand-digg", "BrandDigg", __iconNode$1j$); const __iconNode$1j_ = [["path", { "d": "M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0", "key": "svg-0" }], ["path", { "d": "M8 7.5l7.02 2.632a1 1 0 0 1 .567 1.33l-1.087 2.538h1.5l-5 4l1 -4c-3.1 .03 -3.114 -3.139 -4 -6.5", "key": "svg-1" }]]; const IconBrandDingtalk = createReactComponent("outline", "brand-dingtalk", "BrandDingtalk", __iconNode$1j_); const __iconNode$1jZ = [["path", { "d": "M8 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-0" }], ["path", { "d": "M14 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-1" }], ["path", { "d": "M15.5 17c0 1 1.5 3 2 3c1.5 0 2.833 -1.667 3.5 -3c.667 -1.667 .5 -5.833 -1.5 -11.5c-1.457 -1.015 -3 -1.34 -4.5 -1.5l-.972 1.923a11.913 11.913 0 0 0 -4.053 0l-.975 -1.923c-1.5 .16 -3.043 .485 -4.5 1.5c-2 5.667 -2.167 9.833 -1.5 11.5c.667 1.333 2 3 3.5 3c.5 0 2 -2 2 -3", "key": "svg-2" }], ["path", { "d": "M7 16.5c3.5 1 6.5 1 10 0", "key": "svg-3" }]]; const IconBrandDiscord = createReactComponent("outline", "brand-discord", "BrandDiscord", __iconNode$1jZ); const __iconNode$1jY = [["path", { "d": "M3.22 5.838c-1.307 -.15 -1.22 -.578 -1.22 -.794c0 -.216 .424 -1.044 4.34 -1.044c4.694 0 14.66 3.645 14.66 10.042s-8.71 4.931 -10.435 4.52c-1.724 -.412 -5.565 -2.256 -5.565 -4.174c0 -1.395 3.08 -2.388 6.715 -2.388c3.634 0 5.285 1.041 5.285 2c0 .5 -.074 1.229 -1 1.5", "key": "svg-0" }], ["path", { "d": "M10.02 8a505.153 505.153 0 0 0 0 13", "key": "svg-1" }]]; const IconBrandDisney = createReactComponent("outline", "brand-disney", "BrandDisney", __iconNode$1jY); const __iconNode$1jX = [["path", { "d": "M11.847 21c-2.259 0 -4.323 -.667 -5.919 -2h-3.928l1.708 -3.266c-.545 -1.174 -.759 -2.446 -.758 -3.734c0 -4.97 3.84 -9 8.898 -9c5.052 0 9.152 4.03 9.152 9c0 4.972 -4.098 9 -9.153 9", "key": "svg-0" }], ["path", { "d": "M11.485 15h-1.485v-6h1.485c2.112 0 3.515 .823 3.515 2.981v.035c0 2.18 -1.403 2.984 -3.515 2.984", "key": "svg-1" }]]; const IconBrandDisqus = createReactComponent("outline", "brand-disqus", "BrandDisqus", __iconNode$1jX); const __iconNode$1jW = [["path", { "d": "M3 6a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12", "key": "svg-0" }], ["path", { "d": "M12 7v8.5l-2.015 .201a2.715 2.715 0 1 1 0 -5.402l2.015 .201", "key": "svg-1" }], ["path", { "d": "M16 7v.01", "key": "svg-2" }], ["path", { "d": "M16 10v5.586c0 .905 -.36 1.774 -1 2.414", "key": "svg-3" }]]; const IconBrandDjango = createReactComponent("outline", "brand-django", "BrandDjango", __iconNode$1jW); const __iconNode$1jV = [["path", { "d": "M22 12.54c-1.804 -.345 -2.701 -1.08 -3.523 -2.94c-.487 .696 -1.102 1.568 -.92 2.4c.028 .238 -.32 1 -.557 1h-14c0 5.208 3.164 7 6.196 7c4.124 .022 7.828 -1.376 9.854 -5c1.146 -.101 2.296 -1.505 2.95 -2.46", "key": "svg-0" }], ["path", { "d": "M5 10h3v3h-3l0 -3", "key": "svg-1" }], ["path", { "d": "M8 10h3v3h-3l0 -3", "key": "svg-2" }], ["path", { "d": "M11 10h3v3h-3l0 -3", "key": "svg-3" }], ["path", { "d": "M8 7h3v3h-3l0 -3", "key": "svg-4" }], ["path", { "d": "M11 7h3v3h-3l0 -3", "key": "svg-5" }], ["path", { "d": "M11 4h3v3h-3l0 -3", "key": "svg-6" }], ["path", { "d": "M4.571 18c1.5 0 2.047 -.074 2.958 -.78", "key": "svg-7" }], ["path", { "d": "M10 16l0 .01", "key": "svg-8" }]]; const IconBrandDocker = createReactComponent("outline", "brand-docker", "BrandDocker", __iconNode$1jV); const __iconNode$1jU = [["path", { "d": "M5 14a7 7 0 1 0 14 0a7 7 0 1 0 -14 0", "key": "svg-0" }], ["path", { "d": "M9 14h6", "key": "svg-1" }], ["path", { "d": "M12 11l3 3l-3 3", "key": "svg-2" }], ["path", { "d": "M10 3l6.9 6", "key": "svg-3" }]]; const IconBrandDoctrine = createReactComponent("outline", "brand-doctrine", "BrandDoctrine", __iconNode$1jU); const __iconNode$1jT = [["path", { "d": "M21 6v12h-.89c-3.34 0 -6.047 -2.686 -6.047 -6s2.707 -6 6.046 -6h.891", "key": "svg-0" }], ["path", { "d": "M3.063 6v12h.891c3.34 0 6.046 -2.686 6.046 -6s-2.707 -6 -6.046 -6h-.89", "key": "svg-1" }]]; const IconBrandDolbyDigital = createReactComponent("outline", "brand-dolby-digital", "BrandDolbyDigital", __iconNode$1jT); const __iconNode$1jS = [["path", { "d": "M4 20h16", "key": "svg-0" }], ["path", { "d": "M5 4h14", "key": "svg-1" }], ["path", { "d": "M8 8h8a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-2a2 2 0 0 1 2 -2", "key": "svg-2" }], ["path", { "d": "M16 14l-2 6", "key": "svg-3" }], ["path", { "d": "M8 17l1 3", "key": "svg-4" }]]; const IconBrandDouban = createReactComponent("outline", "brand-douban", "BrandDouban", __iconNode$1jS); const __iconNode$1jR = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 3.6c5 6 7 10.5 7.5 16.2", "key": "svg-1" }], ["path", { "d": "M6.4 19c3.5 -3.5 6 -6.5 14.5 -6.4", "key": "svg-2" }], ["path", { "d": "M3.1 10.75c5 0 9.814 -.38 15.314 -5", "key": "svg-3" }]]; const IconBrandDribbble = createReactComponent("outline", "brand-dribbble", "BrandDribbble", __iconNode$1jR); const __iconNode$1jQ = [["path", { "d": "M7.5 10.625l-4.5 -2.813l4.5 -2.812l4.5 2.813m-4.5 2.812l4.5 -2.813m-4.5 2.813l-4.5 2.823l4.5 2.802m0 -5.625l4.5 2.823m0 -5.636l4.5 2.791l4.5 -2.812l-4.5 -2.791l-4.5 2.813m-4.5 8.438l4.5 -2.802m-4.5 2.802v1.123l4.5 2.627l4.5 -2.627v-1.123m-4.5 -2.802l4.5 -2.823l4.5 2.823l-4.5 2.802m-4.5 -2.802l4.5 2.802", "key": "svg-0" }]]; const IconBrandDropbox = createReactComponent("outline", "brand-dropbox", "BrandDropbox", __iconNode$1jQ); const __iconNode$1jP = [["path", { "d": "M17.637 7.416a7.907 7.907 0 0 1 1.76 8.666a8 8 0 0 1 -7.397 4.918a8 8 0 0 1 -7.396 -4.918a7.907 7.907 0 0 1 1.759 -8.666l5.637 -5.416l5.637 5.416", "key": "svg-0" }], ["path", { "d": "M14.466 10.923a3.595 3.595 0 0 1 .77 3.877a3.5 3.5 0 0 1 -3.236 2.2a3.5 3.5 0 0 1 -3.236 -2.2a3.595 3.595 0 0 1 .77 -3.877l2.466 -2.423l2.466 2.423", "key": "svg-1" }]]; const IconBrandDrops = createReactComponent("outline", "brand-drops", "BrandDrops", __iconNode$1jP); const __iconNode$1jO = [["path", { "d": "M12 2c0 4.308 -7 6 -7 12a7 7 0 0 0 14 0c0 -6 -7 -7.697 -7 -12", "key": "svg-0" }], ["path", { "d": "M12 11.33a65.753 65.753 0 0 1 -2.012 2.023c-1 .957 -1.988 1.967 -1.988 3.647c0 2.17 1.79 4 4 4s4 -1.827 4 -4c0 -1.676 -.989 -2.685 -1.983 -3.642c-.42 -.404 -2.259 -2.357 -5.517 -5.858l3.5 3.83", "key": "svg-1" }]]; const IconBrandDrupal = createReactComponent("outline", "brand-drupal", "BrandDrupal", __iconNode$1jO); const __iconNode$1jN = [["path", { "d": "M20.978 11.372a9 9 0 1 0 -1.593 5.773", "key": "svg-0" }], ["path", { "d": "M20.978 11.372c.21 2.993 -5.034 2.413 -6.913 1.486c1.392 -1.6 .402 -4.038 -2.274 -3.851c-1.745 .122 -2.927 1.157 -2.784 3.202c.28 3.99 4.444 6.205 10.36 4.79", "key": "svg-1" }], ["path", { "d": "M3.022 12.628c-.283 -4.043 8.717 -7.228 11.248 -2.688", "key": "svg-2" }], ["path", { "d": "M12.628 20.978c-2.993 .21 -5.162 -4.725 -3.567 -9.748", "key": "svg-3" }]]; const IconBrandEdge = createReactComponent("outline", "brand-edge", "BrandEdge", __iconNode$1jN); const __iconNode$1jM = [["path", { "d": "M14 2a5 5 0 0 1 5 5c0 .712 -.232 1.387 -.5 2c1.894 .042 3.5 1.595 3.5 3.5c0 1.869 -1.656 3.4 -3.5 3.5c.333 .625 .5 1.125 .5 1.5a2.5 2.5 0 0 1 -2.5 2.5c-.787 0 -1.542 -.432 -2 -1c-.786 1.73 -2.476 3 -4.5 3a5 5 0 0 1 -4.583 -7a3.5 3.5 0 0 1 -.11 -6.992l.195 0a2.5 2.5 0 0 1 2 -4c.787 0 1.542 .432 2 1c.786 -1.73 2.476 -3 4.5 -3l-.002 -.008", "key": "svg-0" }], ["path", { "d": "M8.5 9l-3 -1", "key": "svg-1" }], ["path", { "d": "M9.5 5l-1 4l1 2l5 2l4 -4", "key": "svg-2" }], ["path", { "d": "M18.499 16l-3 -.5l-1 -2.5", "key": "svg-3" }], ["path", { "d": "M14.5 19l1 -3.5", "key": "svg-4" }], ["path", { "d": "M5.417 15l4.083 -4", "key": "svg-5" }]]; const IconBrandElastic = createReactComponent("outline", "brand-elastic", "BrandElastic", __iconNode$1jM); const __iconNode$1jL = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M17.5 15l-3 -6l-3 6h-5l1.5 -3", "key": "svg-1" }], ["path", { "d": "M17 14h-2", "key": "svg-2" }], ["path", { "d": "M6.5 12h3.5", "key": "svg-3" }], ["path", { "d": "M8 9h3", "key": "svg-4" }]]; const IconBrandElectronicArts = createReactComponent("outline", "brand-electronic-arts", "BrandElectronicArts", __iconNode$1jL); const __iconNode$1jK = [["path", { "d": "M3 12.958c8.466 1.647 11.112 -1.196 12.17 -2.294c2.116 -2.196 0 -6.589 -2.646 -5.49c-2.644 1.096 -6.35 7.686 -3.174 12.078c2.116 2.928 6 2.178 11.65 -2.252", "key": "svg-0" }]]; const IconBrandEmber = createReactComponent("outline", "brand-ember", "BrandEmber", __iconNode$1jK); const __iconNode$1jJ = [["path", { "d": "M4.711 17.875c-.534 -1.339 -1.35 -4.178 .129 -6.47c1.415 -2.193 3.769 -3.608 5.099 -4.278l-5.229 10.748l.001 0", "key": "svg-0" }], ["path", { "d": "M19.715 12.508c-.54 3.409 -2.094 6.156 -4.155 7.348c-4.069 2.353 -8.144 .45 -9.297 -.188c.877 -1.436 4.433 -7.22 6.882 -10.591c2.714 -3.737 5.864 -5.978 6.565 -6.077c0 .201 .03 .55 .071 1.03c.144 1.709 .443 5.264 -.066 8.478", "key": "svg-1" }]]; const IconBrandEnvato = createReactComponent("outline", "brand-envato", "BrandEnvato", __iconNode$1jJ); const __iconNode$1jI = [["path", { "d": "M14 12h-5", "key": "svg-0" }], ["path", { "d": "M3 8a5 5 0 0 1 5 -5h8a5 5 0 0 1 5 5v8a5 5 0 0 1 -5 5h-8a5 5 0 0 1 -5 -5l0 -8", "key": "svg-1" }], ["path", { "d": "M15 16h-5a1 1 0 0 1 -1 -1v-6a1 1 0 0 1 1 -1h5", "key": "svg-2" }]]; const IconBrandEtsy = createReactComponent("outline", "brand-etsy", "BrandEtsy", __iconNode$1jI); const __iconNode$1jH = [["path", { "d": "M4 8h5v-5", "key": "svg-0" }], ["path", { "d": "M17.9 19c.6 -2.5 1.1 -5.471 1.1 -9c0 -4.5 -2 -5 -3 -5c-1.906 0 -3 -.5 -3.5 -1c-.354 -.354 -.5 -1 -1.5 -1h-2l-5 5c0 6 2.5 8 5 8c1 0 1.5 -.5 2 -1.5s1.414 -.326 2.5 0c1.044 .313 2.01 .255 2.5 .5c1 .5 2 1.5 2 3c0 .5 0 3 -3 3s-3 -3 -1 -3", "key": "svg-1" }], ["path", { "d": "M15 10h1", "key": "svg-2" }]]; const IconBrandEvernote = createReactComponent("outline", "brand-evernote", "BrandEvernote", __iconNode$1jH); const __iconNode$1jG = [["path", { "d": "M7 10v4h3v7h4v-7h3l1 -4h-4v-2a1 1 0 0 1 1 -1h3v-4h-3a5 5 0 0 0 -5 5v2h-3", "key": "svg-0" }]]; const IconBrandFacebook = createReactComponent("outline", "brand-facebook", "BrandFacebook", __iconNode$1jG); const __iconNode$1jF = [["path", { "d": "M7.833 12.278l4.445 -4.445", "key": "svg-0" }], ["path", { "d": "M10.055 14.5l2.223 -2.222", "key": "svg-1" }], ["path", { "d": "M12.278 16.722l.555 -.555", "key": "svg-2" }], ["path", { "d": "M19.828 14.828a4 4 0 0 0 0 -5.656l-5 -5a4 4 0 0 0 -5.656 0l-5 5a4 4 0 0 0 0 5.656l6.171 6.172h3.314l6.171 -6.172", "key": "svg-3" }]]; const IconBrandFeedly = createReactComponent("outline", "brand-feedly", "BrandFeedly", __iconNode$1jF); const __iconNode$1jE = [["path", { "d": "M12 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M6 6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3a3 3 0 0 1 -3 3h-6a3 3 0 0 1 -3 -3", "key": "svg-1" }], ["path", { "d": "M9 9a3 3 0 0 0 0 6h3m-3 0a3 3 0 1 0 3 3v-15", "key": "svg-2" }]]; const IconBrandFigma = createReactComponent("outline", "brand-figma", "BrandFigma", __iconNode$1jE); const __iconNode$1jD = [["path", { "d": "M16 15.824a4.062 4.062 0 0 1 -2.25 .033c-.738 -.201 -2.018 -.08 -2.75 .143l4.583 -5h-6.583", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-1" }], ["path", { "d": "M8 15l2 -8h5", "key": "svg-2" }]]; const IconBrandFilezilla = createReactComponent("outline", "brand-filezilla", "BrandFilezilla", __iconNode$1jD); const __iconNode$1jC = [["path", { "d": "M3 5a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1l0 -14", "key": "svg-0" }], ["path", { "d": "M7 8v1", "key": "svg-1" }], ["path", { "d": "M17 8v1", "key": "svg-2" }], ["path", { "d": "M12.5 4c-.654 1.486 -1.26 3.443 -1.5 9h2.5c-.19 2.867 .094 5.024 .5 7", "key": "svg-3" }], ["path", { "d": "M7 15.5c3.667 2 6.333 2 10 0", "key": "svg-4" }]]; const IconBrandFinder = createReactComponent("outline", "brand-finder", "BrandFinder", __iconNode$1jC); const __iconNode$1jB = [["path", { "d": "M4.53 17.05l6.15 -11.72h-.02c.38 -.74 1.28 -1.02 2.01 -.63c.26 .14 .48 .36 .62 .62l1.06 2.01", "key": "svg-0" }], ["path", { "d": "M15.47 6.45c.58 -.59 1.53 -.59 2.11 -.01c.22 .22 .36 .5 .41 .81l1.5 9.11c.1 .62 -.2 1.24 -.76 1.54l-6.07 2.9c-.46 .25 -1.01 .26 -1.46 0l-6.02 -2.92c-.55 -.31 -.85 -.92 -.75 -1.54l1.96 -12.04c.12 -.82 .89 -1.38 1.7 -1.25c.46 .07 .87 .36 1.09 .77l1.24 1.76", "key": "svg-1" }], ["path", { "d": "M4.57 17.18l10.93 -10.68", "key": "svg-2" }]]; const IconBrandFirebase = createReactComponent("outline", "brand-firebase", "BrandFirebase", __iconNode$1jB); const __iconNode$1jA = [["path", { "d": "M4.028 7.82a9 9 0 1 0 12.823 -3.4c-1.636 -1.02 -3.064 -1.02 -4.851 -1.02h-1.647", "key": "svg-0" }], ["path", { "d": "M4.914 9.485c-1.756 -1.569 -.805 -5.38 .109 -6.17c.086 .896 .585 1.208 1.111 1.685c.88 -.275 1.313 -.282 1.867 0c.82 -.91 1.694 -2.354 2.628 -2.093c-1.082 1.741 -.07 3.733 1.371 4.173c-.17 .975 -1.484 1.913 -2.76 2.686c-1.296 .938 -.722 1.85 0 2.234c.949 .506 3.611 -1 4.545 .354c-1.698 .102 -1.536 3.107 -3.983 2.727c2.523 .957 4.345 .462 5.458 -.34c1.965 -1.52 2.879 -3.542 2.879 -5.557c-.014 -1.398 .194 -2.695 -1.26 -4.75", "key": "svg-1" }]]; const IconBrandFirefox = createReactComponent("outline", "brand-firefox", "BrandFirefox", __iconNode$1jA); const __iconNode$1jz = [["path", { "d": "M15 3h-2a6 6 0 0 0 -6 6h-3v4h3v8h4v-7h4v7h4v-11h-8v-1.033a1.967 1.967 0 0 1 2 -1.967h2v-4", "key": "svg-0" }]]; const IconBrandFiverr = createReactComponent("outline", "brand-fiverr", "BrandFiverr", __iconNode$1jz); const __iconNode$1jy = [["path", { "d": "M4 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M14 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }]]; const IconBrandFlickr = createReactComponent("outline", "brand-flickr", "BrandFlickr", __iconNode$1jy); const __iconNode$1jx = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M7 12a5 5 0 1 0 10 0a5 5 0 1 0 -10 0", "key": "svg-1" }], ["path", { "d": "M8.5 20l3.5 -8l-6.5 6", "key": "svg-2" }], ["path", { "d": "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-3" }]]; const IconBrandFlightradar24 = createReactComponent("outline", "brand-flightradar24", "BrandFlightradar24", __iconNode$1jx); const __iconNode$1jw = [["path", { "d": "M3.973 3h16.054c.537 0 .973 .436 .973 .973v4.052a.973 .973 0 0 1 -.973 .973h-5.025v4.831c0 .648 -.525 1.173 -1.173 1.173h-4.829v5.025a.973 .973 0 0 1 -.974 .973h-4.053a.973 .973 0 0 1 -.973 -.973v-16.054c0 -.537 .436 -.973 .973 -.973", "key": "svg-0" }]]; const IconBrandFlipboard = createReactComponent("outline", "brand-flipboard", "BrandFlipboard", __iconNode$1jw); const __iconNode$1jv = [["path", { "d": "M7 14l-3 -3l8 -8h6l-11 11", "key": "svg-0" }], ["path", { "d": "M14 21l-5 -5l5 -5h5l-5 5l5 5l-5 0", "key": "svg-1" }]]; const IconBrandFlutter = createReactComponent("outline", "brand-flutter", "BrandFlutter", __iconNode$1jv); const __iconNode$1ju = [["path", { "d": "M8 3h7.5l-.5 4h-3v3h3v3.5h-3v6.5l-4 1l0 -18", "key": "svg-0" }]]; const IconBrandFortnite = createReactComponent("outline", "brand-fortnite", "BrandFortnite", __iconNode$1ju); const __iconNode$1jt = [["path", { "d": "M7 3h10c.644 0 1.11 .696 .978 1.33l-1.984 9.859a1.014 1.014 0 0 1 -1 .811h-2.254c-.308 0 -.6 .141 -.793 .382l-4.144 5.25c-.599 .752 -1.809 .331 -1.809 -.632v-16c0 -.564 .44 -1 1 -1l.006 0", "key": "svg-0" }], ["path", { "d": "M12 9l5 0", "key": "svg-1" }]]; const IconBrandFoursquare = createReactComponent("outline", "brand-foursquare", "BrandFoursquare", __iconNode$1jt); const __iconNode$1js = [["path", { "d": "M12 12l-8 -8v16l16 -16v16l-4 -4", "key": "svg-0" }], ["path", { "d": "M20 12l-8 8l-4 -4", "key": "svg-1" }]]; const IconBrandFramerMotion = createReactComponent("outline", "brand-framer-motion", "BrandFramerMotion", __iconNode$1js); const __iconNode$1jr = [["path", { "d": "M6 15h12l-12 -12h12v6h-12v6l6 6v-6", "key": "svg-0" }]]; const IconBrandFramer = createReactComponent("outline", "brand-framer", "BrandFramer", __iconNode$1jr); const __iconNode$1jq = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M8 13h8a4 4 0 1 1 -8 0", "key": "svg-1" }]]; const IconBrandFunimation = createReactComponent("outline", "brand-funimation", "BrandFunimation", __iconNode$1jq); const __iconNode$1jp = [["path", { "d": "M3.296 14.297l6.407 6.407a9.018 9.018 0 0 1 -6.325 -6.116l-.082 -.291", "key": "svg-0" }], ["path", { "d": "M16 13h5c-.41 3.603 -3.007 6.59 -6.386 7.614l-11.228 -11.229a9 9 0 0 1 15.66 -2.985", "key": "svg-1" }]]; const IconBrandGatsby = createReactComponent("outline", "brand-gatsby", "BrandGatsby", __iconNode$1jp); const __iconNode$1jo = [["path", { "d": "M15 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M11 8a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }], ["path", { "d": "M11 16a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }], ["path", { "d": "M12 15v-6", "key": "svg-3" }], ["path", { "d": "M15 11l-2 -2", "key": "svg-4" }], ["path", { "d": "M11 7l-1.9 -1.9", "key": "svg-5" }], ["path", { "d": "M13.446 2.6l7.955 7.954a2.045 2.045 0 0 1 0 2.892l-7.955 7.955a2.045 2.045 0 0 1 -2.892 0l-7.955 -7.955a2.045 2.045 0 0 1 0 -2.892l7.955 -7.955a2.045 2.045 0 0 1 2.892 0", "key": "svg-6" }]]; const IconBrandGit = createReactComponent("outline", "brand-git", "BrandGit", __iconNode$1jo); const __iconNode$1jn = [["path", { "d": "M4 18v-5.5c0 -.667 .167 -1.333 .5 -2", "key": "svg-0" }], ["path", { "d": "M12 7.5c0 -1 -.01 -4.07 -4 -3.5c-3.5 .5 -4 2.5 -4 3.5c0 1.5 0 4 3 4c4 0 5 -2.5 5 -4", "key": "svg-1" }], ["path", { "d": "M4 12c-1.333 .667 -2 1.333 -2 2c0 1 0 3 1.5 4c3 2 6.5 3 8.5 3s5.499 -1 8.5 -3c1.5 -1 1.5 -3 1.5 -4c0 -.667 -.667 -1.333 -2 -2", "key": "svg-2" }], ["path", { "d": "M20 18v-5.5c0 -.667 -.167 -1.333 -.5 -2", "key": "svg-3" }], ["path", { "d": "M12 7.5l0 -.297l.01 -.269l.027 -.298l.013 -.105l.033 -.215c.014 -.073 .029 -.146 .046 -.22l.06 -.223c.336 -1.118 1.262 -2.237 3.808 -1.873c2.838 .405 3.703 1.797 3.93 2.842l.036 .204c0 .033 .01 .066 .013 .098l.016 .185l0 .171l0 .49l-.015 .394l-.02 .271c-.122 1.366 -.655 2.845 -2.962 2.845c-3.256 0 -4.524 -1.656 -4.883 -3.081l-.053 -.242a3.865 3.865 0 0 1 -.036 -.235l-.021 -.227a3.518 3.518 0 0 1 -.007 -.215l.005 0", "key": "svg-4" }], ["path", { "d": "M10 15v2", "key": "svg-5" }], ["path", { "d": "M14 15v2", "key": "svg-6" }]]; const IconBrandGithubCopilot = createReactComponent("outline", "brand-github-copilot", "BrandGithubCopilot", __iconNode$1jn); const __iconNode$1jm = [["path", { "d": "M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5", "key": "svg-0" }]]; const IconBrandGithub = createReactComponent("outline", "brand-github", "BrandGithub", __iconNode$1jm); const __iconNode$1jl = [["path", { "d": "M21 14l-9 7l-9 -7l3 -11l3 7h6l3 -7l3 11", "key": "svg-0" }]]; const IconBrandGitlab = createReactComponent("outline", "brand-gitlab", "BrandGitlab", __iconNode$1jl); const __iconNode$1jk = [["path", { "d": "M16 20h3a1 1 0 0 0 1 -1v-14a1 1 0 0 0 -1 -1h-3v16", "key": "svg-0" }], ["path", { "d": "M5 20h3v-16h-3a1 1 0 0 0 -1 1v14a1 1 0 0 0 1 1", "key": "svg-1" }], ["path", { "d": "M16 4l-4 4l-4 -4", "key": "svg-2" }], ["path", { "d": "M4 6.5l8 7.5l8 -7.5", "key": "svg-3" }]]; const IconBrandGmail = createReactComponent("outline", "brand-gmail", "BrandGmail", __iconNode$1jk); const __iconNode$1jj = [["path", { "d": "M15.695 14.305c1.061 1.06 2.953 .888 4.226 -.384c1.272 -1.273 1.444 -3.165 .384 -4.226c-1.061 -1.06 -2.953 -.888 -4.226 .384c-1.272 1.273 -1.444 3.165 -.384 4.226", "key": "svg-0" }], ["path", { "d": "M12.68 9.233c-1.084 -.497 -2.545 -.191 -3.591 .846c-1.284 1.273 -1.457 3.165 -.388 4.226c1.07 1.06 2.978 .888 4.261 -.384a3.669 3.669 0 0 0 1.038 -1.921h-2.427", "key": "svg-1" }], ["path", { "d": "M5.5 15h-1.5", "key": "svg-2" }], ["path", { "d": "M6 9h-2", "key": "svg-3" }], ["path", { "d": "M5 12h-3", "key": "svg-4" }]]; const IconBrandGolang = createReactComponent("outline", "brand-golang", "BrandGolang", __iconNode$1jj); const __iconNode$1ji = [["path", { "d": "M10 10.105a1.105 1.105 0 0 1 1.105 -1.105h1.79a1.105 1.105 0 0 1 1.105 1.105v9.79a1.105 1.105 0 0 1 -1.105 1.105h-1.79a1.105 1.105 0 0 1 -1.105 -1.105l0 -9.79", "key": "svg-0" }], ["path", { "d": "M17 4.105a1.105 1.105 0 0 1 1.105 -1.105h1.79a1.105 1.105 0 0 1 1.105 1.105v15.79a1.105 1.105 0 0 1 -1.105 1.105h-1.79a1.105 1.105 0 0 1 -1.105 -1.105l0 -15.79", "key": "svg-1" }], ["path", { "d": "M3 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }]]; const IconBrandGoogleAnalytics = createReactComponent("outline", "brand-google-analytics", "BrandGoogleAnalytics", __iconNode$1ji); const __iconNode$1jh = [["path", { "d": "M17.73 19.875a2.225 2.225 0 0 1 -1.948 1.125h-7.283a2.222 2.222 0 0 1 -1.947 -1.158l-4.272 -6.75a2.269 2.269 0 0 1 0 -2.184l4.272 -6.75a2.225 2.225 0 0 1 1.946 -1.158h7.285c.809 0 1.554 .443 1.947 1.158l3.98 6.75a2.33 2.33 0 0 1 0 2.25l-3.98 6.75v-.033", "key": "svg-0" }], ["path", { "d": "M8 11.5a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0", "key": "svg-1" }], ["path", { "d": "M14 14l2 2", "key": "svg-2" }]]; const IconBrandGoogleBigQuery = createReactComponent("outline", "brand-google-big-query", "BrandGoogleBigQuery", __iconNode$1jh); const __iconNode$1jg = [["path", { "d": "M12 10l-6 10l-3 -5l6 -10l3 5", "key": "svg-0" }], ["path", { "d": "M9 15h12l-3 5h-12", "key": "svg-1" }], ["path", { "d": "M15 15l-6 -10h6l6 10l-6 0", "key": "svg-2" }]]; const IconBrandGoogleDrive = createReactComponent("outline", "brand-google-drive", "BrandGoogleDrive", __iconNode$1jg); const __iconNode$1jf = [["path", { "d": "M12 8.866l-2.733 -2.734a3.866 3.866 0 0 0 -5.467 5.467l2.733 2.734l5.467 5.467l8.202 -8.201a3.866 3.866 0 0 0 -5.469 -5.466l-8.201 8.2", "key": "svg-0" }]]; const IconBrandGoogleFit = createReactComponent("outline", "brand-google-fit", "BrandGoogleFit", __iconNode$1jf); const __iconNode$1je = [["path", { "d": "M19.072 21h-14.144a1.928 1.928 0 0 1 -1.928 -1.928v-6.857c0 -.512 .203 -1 .566 -1.365l7.07 -7.063a1.928 1.928 0 0 1 2.727 0l7.071 7.063c.363 .362 .566 .853 .566 1.365v6.857a1.928 1.928 0 0 1 -1.928 1.928", "key": "svg-0" }], ["path", { "d": "M7 13v4h10v-4l-5 -5", "key": "svg-1" }], ["path", { "d": "M14.8 5.2l-11.8 11.8", "key": "svg-2" }], ["path", { "d": "M7 17v4", "key": "svg-3" }], ["path", { "d": "M17 17v4", "key": "svg-4" }]]; const IconBrandGoogleHome = createReactComponent("outline", "brand-google-home", "BrandGoogleHome", __iconNode$1je); const __iconNode$1jd = [["path", { "d": "M9.5 9.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0", "key": "svg-0" }], ["path", { "d": "M6.428 12.494l7.314 -9.252", "key": "svg-1" }], ["path", { "d": "M10.002 7.935l-2.937 -2.545", "key": "svg-2" }], ["path", { "d": "M17.693 6.593l-8.336 9.979", "key": "svg-3" }], ["path", { "d": "M17.591 6.376c.472 .907 .715 1.914 .709 2.935a7.263 7.263 0 0 1 -.72 3.18a19.085 19.085 0 0 1 -2.089 3c-.784 .933 -1.49 1.93 -2.11 2.98c-.314 .62 -.568 1.27 -.757 1.938c-.121 .36 -.277 .591 -.622 .591c-.315 0 -.463 -.136 -.626 -.593a10.595 10.595 0 0 0 -.779 -1.978a18.18 18.18 0 0 0 -1.423 -2.091c-.877 -1.184 -2.179 -2.535 -2.853 -4.071a7.077 7.077 0 0 1 -.621 -2.967a6.226 6.226 0 0 1 1.476 -4.055a6.25 6.25 0 0 1 4.811 -2.245a6.462 6.462 0 0 1 1.918 .284a6.255 6.255 0 0 1 3.686 3.092", "key": "svg-4" }]]; const IconBrandGoogleMaps = createReactComponent("outline", "brand-google-maps", "BrandGoogleMaps", __iconNode$1jd); const __iconNode$1jc = [["path", { "d": "M11 5v13.982a2 2 0 0 0 4 0v-13.982a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M6.63 8.407a2.125 2.125 0 0 0 -.074 2.944c.77 .834 2.051 .869 2.862 .077l4.95 -4.834c.812 -.792 .846 -2.11 .076 -2.945a1.984 1.984 0 0 0 -2.861 -.077l-4.953 4.835", "key": "svg-1" }]]; const IconBrandGoogleOne = createReactComponent("outline", "brand-google-one", "BrandGoogleOne", __iconNode$1jc); const __iconNode$1jb = [["path", { "d": "M7.5 7c2.485 0 4.5 1.974 4.5 4.409v.591h-8.397a.61 .61 0 0 1 -.426 -.173a.585 .585 0 0 1 -.177 -.418c0 -2.435 2.015 -4.409 4.5 -4.409", "key": "svg-0" }], ["path", { "d": "M16.5 17c-2.485 0 -4.5 -1.974 -4.5 -4.409v-.591h8.397c.333 0 .603 .265 .603 .591c0 2.435 -2.015 4.409 -4.5 4.409", "key": "svg-1" }], ["path", { "d": "M7 16.5c0 -2.485 1.972 -4.5 4.405 -4.5h.595v8.392a.61 .61 0 0 1 -.173 .431a.584 .584 0 0 1 -.422 .177c-2.433 0 -4.405 -2.015 -4.405 -4.5", "key": "svg-2" }], ["path", { "d": "M17 7.5c0 2.485 -1.972 4.5 -4.405 4.5h-.595v-8.397a.61 .61 0 0 1 .175 -.428a.584 .584 0 0 1 .42 -.175c2.433 0 4.405 2.015 4.405 4.5", "key": "svg-3" }]]; const IconBrandGooglePhotos = createReactComponent("outline", "brand-google-photos", "BrandGooglePhotos", __iconNode$1jb); const __iconNode$1ja = [["path", { "d": "M4 3.71v16.58a.7 .7 0 0 0 1.05 .606l14.622 -8.42a.55 .55 0 0 0 0 -.953l-14.622 -8.419a.7 .7 0 0 0 -1.05 .607l0 -.001", "key": "svg-0" }], ["path", { "d": "M15 9l-10.5 11.5", "key": "svg-1" }], ["path", { "d": "M4.5 3.5l10.5 11.5", "key": "svg-2" }]]; const IconBrandGooglePlay = createReactComponent("outline", "brand-google-play", "BrandGooglePlay", __iconNode$1ja); const __iconNode$1j9 = [["path", { "d": "M12 3v2", "key": "svg-0" }], ["path", { "d": "M12 19v2", "key": "svg-1" }], ["path", { "d": "M12 8v8", "key": "svg-2" }], ["path", { "d": "M8 17v2", "key": "svg-3" }], ["path", { "d": "M4 11v2", "key": "svg-4" }], ["path", { "d": "M20 11v2", "key": "svg-5" }], ["path", { "d": "M8 5v8", "key": "svg-6" }], ["path", { "d": "M16 7v-2", "key": "svg-7" }], ["path", { "d": "M16 19v-8", "key": "svg-8" }]]; const IconBrandGooglePodcasts = createReactComponent("outline", "brand-google-podcasts", "BrandGooglePodcasts", __iconNode$1j9); const __iconNode$1j8 = [["path", { "d": "M20.945 11a9 9 0 1 1 -3.284 -5.997l-2.655 2.392a5.5 5.5 0 1 0 2.119 6.605h-4.125v-3h7.945", "key": "svg-0" }]]; const IconBrandGoogle = createReactComponent("outline", "brand-google", "BrandGoogle", __iconNode$1j8); const __iconNode$1j7 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M15.697 9.434a4.5 4.5 0 1 0 .217 4.788", "key": "svg-1" }], ["path", { "d": "M13.5 14h2.5v2.5", "key": "svg-2" }]]; const IconBrandGrammarly = createReactComponent("outline", "brand-grammarly", "BrandGrammarly", __iconNode$1j7); const __iconNode$1j6 = [["path", { "d": "M4 8l8 -5l8 5v8l-8 5l-8 -5l0 -8", "key": "svg-0" }], ["path", { "d": "M12 4l7.5 12h-15l7.5 -12", "key": "svg-1" }], ["path", { "d": "M11 3a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-2" }], ["path", { "d": "M11 21a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-3" }], ["path", { "d": "M3 8a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-4" }], ["path", { "d": "M3 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-5" }], ["path", { "d": "M19 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-6" }], ["path", { "d": "M19 8a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-7" }]]; const IconBrandGraphql = createReactComponent("outline", "brand-graphql", "BrandGraphql", __iconNode$1j6); const __iconNode$1j5 = [["path", { "d": "M5.64 5.632a9 9 0 1 0 6.36 -2.632v7.714", "key": "svg-0" }]]; const IconBrandGravatar = createReactComponent("outline", "brand-gravatar", "BrandGravatar", __iconNode$1j5); const __iconNode$1j4 = [["path", { "d": "M13 13.282c0 .492 .784 1.718 2.102 1.718c1.318 0 2.898 -.966 2.898 -2.062c0 -.817 -.932 -.938 -1.409 -.938c-.228 0 -3.591 .111 -3.591 1.282", "key": "svg-0" }], ["path", { "d": "M12 21c-2.984 0 -6.471 -2.721 -6.63 -2.982c-2.13 -3.49 -2.37 -13.703 -2.37 -13.703l1.446 -1.315c2.499 .39 5.023 .617 7.554 .68a58.626 58.626 0 0 0 7.554 -.68l1.446 1.315s-.24 10.213 -2.37 13.704c-.16 .26 -3.646 2.981 -6.63 2.981", "key": "svg-1" }], ["path", { "d": "M11 13.282c0 .492 -.784 1.718 -2.102 1.718c-1.318 0 -2.898 -.966 -2.898 -2.062c0 -.817 .932 -.938 1.409 -.938c.228 0 3.591 .111 3.591 1.282", "key": "svg-2" }]]; const IconBrandGrindr = createReactComponent("outline", "brand-grindr", "BrandGrindr", __iconNode$1j4); const __iconNode$1j3 = [["path", { "d": "M14 13h6", "key": "svg-0" }], ["path", { "d": "M4 12c0 -9.296 9.5 -9 9.5 -9c-2.808 0 -4.5 4.373 -4.5 9s1.763 8.976 4.572 8.976c0 .023 -9.572 1.092 -9.572 -8.976", "key": "svg-1" }], ["path", { "d": "M14.5 3c1.416 0 3.853 1.16 4.5 2v3.5", "key": "svg-2" }], ["path", { "d": "M15 13v8s2.77 -.37 4 -2v-6", "key": "svg-3" }], ["path", { "d": "M13.5 21h1.5", "key": "svg-4" }], ["path", { "d": "M13.5 3h1", "key": "svg-5" }]]; const IconBrandGuardian = createReactComponent("outline", "brand-guardian", "BrandGuardian", __iconNode$1j3); const __iconNode$1j2 = [["path", { "d": "M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0", "key": "svg-0" }], ["path", { "d": "M13.5 13h2.5v3", "key": "svg-1" }], ["path", { "d": "M15.024 9.382a4 4 0 1 0 -3.024 6.618c1.862 0 2.554 -1.278 3 -3", "key": "svg-2" }]]; const IconBrandGumroad = createReactComponent("outline", "brand-gumroad", "BrandGumroad", __iconNode$1j2); const __iconNode$1j1 = [["path", { "d": "M19.484 5.667c-1.146 -.904 -3.35 -2.394 -6.497 -3.429c-.484 -.159 -.725 -.238 -1.04 -.238c-.314 0 -.556 .08 -1.04 .238c-3.147 1.035 -5.35 2.525 -6.496 3.43c-.402 .317 -.604 .476 -.797 .816c-.194 .341 -.233 .62 -.309 1.178a33 33 0 0 0 -.305 4.338c0 1.742 .165 3.317 .305 4.338c.076 .558 .115 .837 .309 1.178c.193 .34 .395 .5 .797 .817c1.146 .904 3.35 2.394 6.497 3.429c.483 .159 .725 .238 1.04 .238c.314 0 .555 -.08 1.04 -.238c3.146 -1.035 5.35 -2.525 6.496 -3.43c.402 -.317 .603 -.476 .797 -.816c.194 -.341 .232 -.62 .309 -1.178c.14 -1.021 .305 -2.596 .305 -4.338s-.165 -3.317 -.305 -4.338c-.077 -.558 -.115 -.837 -.309 -1.178s-.395 -.5 -.797 -.817", "key": "svg-0" }], ["path", { "d": "M9 8v7", "key": "svg-1" }], ["path", { "d": "M9 12h6", "key": "svg-2" }], ["path", { "d": "M16 16h-2l1 1l1 -1", "key": "svg-3" }], ["path", { "d": "M8 8h2l-1 -1l-1 1", "key": "svg-4" }], ["path", { "d": "M15 9v7", "key": "svg-5" }]]; const IconBrandHackerrank = createReactComponent("outline", "brand-hackerrank", "BrandHackerrank", __iconNode$1j1); const __iconNode$1j0 = [["path", { "d": "M2 16v-8", "key": "svg-0" }], ["path", { "d": "M6 8v8", "key": "svg-1" }], ["path", { "d": "M2 12h4", "key": "svg-2" }], ["path", { "d": "M9 16h2a2 2 0 1 0 0 -4h-2h2a2 2 0 1 0 0 -4h-2v8", "key": "svg-3" }], ["path", { "d": "M19 8a4 4 0 1 1 0 8a4 4 0 0 1 0 -8", "key": "svg-4" }], ["path", { "d": "M18 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-5" }]]; const IconBrandHbo = createReactComponent("outline", "brand-hbo", "BrandHbo", __iconNode$1j0); const __iconNode$1i$ = [["path", { "d": "M6.744 4.325l7.82 -1.267a4.456 4.456 0 0 1 5.111 3.686l1.267 7.82a4.456 4.456 0 0 1 -3.686 5.111l-7.82 1.267a4.456 4.456 0 0 1 -5.111 -3.686l-1.267 -7.82a4.456 4.456 0 0 1 3.686 -5.111", "key": "svg-0" }], ["path", { "d": "M7.252 7.704l7.897 -1.28a1 1 0 0 1 1.147 .828l.36 2.223l-9.562 3.51l-.67 -4.134a1 1 0 0 1 .828 -1.147", "key": "svg-1" }]]; const IconBrandHeadlessui = createReactComponent("outline", "brand-headlessui", "BrandHeadlessui", __iconNode$1i$); const __iconNode$1i_ = [["path", { "d": "M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M9 8v8", "key": "svg-1" }], ["path", { "d": "M15 8v8", "key": "svg-2" }], ["path", { "d": "M9 12h6", "key": "svg-3" }]]; const IconBrandHexo = createReactComponent("outline", "brand-hexo", "BrandHexo", __iconNode$1i_); const __iconNode$1iZ = [["path", { "d": "M17.802 17.292s.077 -.055 .2 -.149c1.843 -1.425 3 -3.49 3 -5.789c0 -4.286 -4.03 -7.764 -9 -7.764c-4.97 0 -9 3.478 -9 7.764c0 4.288 4.03 7.646 9 7.646c.424 0 1.12 -.028 2.088 -.084c1.262 .82 3.104 1.493 4.716 1.493c.499 0 .734 -.41 .414 -.828c-.486 -.596 -1.156 -1.551 -1.416 -2.29l-.002 .001", "key": "svg-0" }], ["path", { "d": "M7.5 13.5c2.5 2.5 6.5 2.5 9 0", "key": "svg-1" }]]; const IconBrandHipchat = createReactComponent("outline", "brand-hipchat", "BrandHipchat", __iconNode$1iZ); const __iconNode$1iY = [["path", { "d": "M20 4l-2 14.5l-6 2l-6 -2l-2 -14.5l16 0", "key": "svg-0" }], ["path", { "d": "M15.5 8h-7l.5 4h6l-.5 3.5l-2.5 .75l-2.5 -.75l-.1 -.5", "key": "svg-1" }]]; const IconBrandHtml5 = createReactComponent("outline", "brand-html5", "BrandHtml5", __iconNode$1iY); const __iconNode$1iX = [["path", { "d": "M12.5 8l4 4l-4 4h4.5l4 -4l-4 -4l-4.5 0", "key": "svg-0" }], ["path", { "d": "M3.5 8l4 4l-4 4h4.5l4 -4l-4 -4l-4.5 0", "key": "svg-1" }]]; const IconBrandInertia = createReactComponent("outline", "brand-inertia", "BrandInertia", __iconNode$1iX); const __iconNode$1iW = [["path", { "d": "M14.936 6.063a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M5.52 5c.002 -.033 -1.69 1.568 1.02 3.733c-1.092 2.015 .853 2.992 .853 2.992c-.972 1.879 1.39 2.805 1.39 2.805c-1 2.39 -2 4.68 -3.555 6.454c1.495 .09 2.04 -.196 2.9 -.844c3.386 -2.552 4.937 -6.471 5.765 -8.62c.385 -1.001 -.323 -2.47 -1.247 -2.964c-2.52 -1.35 -7.178 -3.526 -7.127 -3.555", "key": "svg-1" }]]; const IconBrandInfakt = createReactComponent("outline", "brand-infakt", "BrandInfakt", __iconNode$1iW); const __iconNode$1iV = [["path", { "d": "M4 8a4 4 0 0 1 4 -4h8a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4l0 -8", "key": "svg-0" }], ["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-1" }], ["path", { "d": "M16.5 7.5v.01", "key": "svg-2" }]]; const IconBrandInstagram = createReactComponent("outline", "brand-instagram", "BrandInstagram", __iconNode$1iV); const __iconNode$1iU = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }], ["path", { "d": "M7 8v3", "key": "svg-1" }], ["path", { "d": "M10 7v6", "key": "svg-2" }], ["path", { "d": "M14 7v6", "key": "svg-3" }], ["path", { "d": "M17 8v3", "key": "svg-4" }], ["path", { "d": "M7 15c4 2.667 6 2.667 10 0", "key": "svg-5" }]]; const IconBrandIntercom = createReactComponent("outline", "brand-intercom", "BrandIntercom", __iconNode$1iU); const __iconNode$1iT = [["path", { "d": "M2 7v1c0 1.087 1.078 2 2 2c1.107 0 2 -.91 2 -2c0 1.09 .893 2 2 2s2 -.91 2 -2c0 1.09 .893 2 2 2s2 -.91 2 -2c0 1.09 .893 2 2 2s2 -.91 2 -2c0 1.09 .893 2 2 2c.922 0 2 -.913 2 -2v-1c-.009 -.275 -.538 -.964 -1.588 -2.068a3 3 0 0 0 -2.174 -.932h-12.476a3 3 0 0 0 -2.174 .932c-1.05 1.104 -1.58 1.793 -1.588 2.068", "key": "svg-0" }], ["path", { "d": "M4 10c-.117 6.28 .154 9.765 .814 10.456c1.534 .367 4.355 .535 7.186 .536c2.83 -.001 5.652 -.169 7.186 -.536c.99 -1.037 .898 -9.559 .814 -10.456", "key": "svg-1" }], ["path", { "d": "M10 16l2 -2l2 2", "key": "svg-2" }], ["path", { "d": "M12 14v4", "key": "svg-3" }]]; const IconBrandItch = createReactComponent("outline", "brand-itch", "BrandItch", __iconNode$1iT); const __iconNode$1iS = [["path", { "d": "M20 4l-2 14.5l-6 2l-6 -2l-2 -14.5l16 0", "key": "svg-0" }], ["path", { "d": "M7.5 8h3v8l-2 -1", "key": "svg-1" }], ["path", { "d": "M16.5 8h-2.5a.5 .5 0 0 0 -.5 .5v3a.5 .5 0 0 0 .5 .5h1.423a.5 .5 0 0 1 .495 .57l-.418 2.93l-2 .5", "key": "svg-2" }]]; const IconBrandJavascript = createReactComponent("outline", "brand-javascript", "BrandJavascript", __iconNode$1iS); const __iconNode$1iR = [["path", { "d": "M20 4h-9v1.5a2.5 2.5 0 0 0 2.5 2.5h1.5a1 1 0 0 1 1 1v1.5a2.5 2.5 0 0 0 2.5 2.5h1.5v-9", "key": "svg-0" }], ["path", { "d": "M15 8h-8v1.5a2.5 2.5 0 0 0 2.5 2.5h1.5a1 1 0 0 1 1 1v1.5a2.5 2.5 0 0 0 2.5 2.5h1.5v-8a1 1 0 0 0 -1 -1", "key": "svg-1" }], ["path", { "d": "M11 12h-8v1.5a2.5 2.5 0 0 0 2.5 2.5h1.5a1 1 0 0 1 1 1v1.5a2.5 2.5 0 0 0 2.5 2.5h1.5v-8a1 1 0 0 0 -1 -1", "key": "svg-2" }]]; const IconBrandJira = createReactComponent("outline", "brand-jira", "BrandJira", __iconNode$1iR); const __iconNode$1iQ = [["path", { "d": "M2 12l10 7.422l10 -7.422", "key": "svg-0" }], ["path", { "d": "M7 9l5 4l5 -4", "key": "svg-1" }], ["path", { "d": "M11 6l1 .8l1 -.8l-1 -.8l-1 .8", "key": "svg-2" }]]; const IconBrandJuejin = createReactComponent("outline", "brand-juejin", "BrandJuejin", __iconNode$1iQ); const __iconNode$1iP = [["path", { "d": "M10 8v7", "key": "svg-0" }], ["path", { "d": "M14 10l-2 2.5l2 2.5", "key": "svg-1" }], ["path", { "d": "M12 4c4.97 0 9 3.358 9 7.5c0 4.142 -4.03 7.5 -9 7.5c-.67 0 -1.323 -.061 -1.95 -.177l-3.05 2.177l.592 -2.962c-2.741 -1.284 -4.592 -3.73 -4.592 -6.538c0 -4.142 4.03 -7.5 9 -7.5", "key": "svg-2" }]]; const IconBrandKakoTalk = createReactComponent("outline", "brand-kako-talk", "BrandKakoTalk", __iconNode$1iP); const __iconNode$1iO = [["path", { "d": "M10.586 9.506h-2.43c-.434 -.932 -.7 -1.506 -1.596 -1.506l-2.404 .019c-.662 0 -1.353 .592 -1.103 1.487l2.216 9.436c.486 1.743 .811 2.058 1.145 2.058h.64", "key": "svg-0" }], ["path", { "d": "M14.275 3h5.645c.84 0 1.24 .714 1.02 1.287l-4.687 15.109c-.42 1.133 -1.159 1.603 -2.354 1.603h-7.485c.39 0 .76 -.618 1.296 -2.061l4.457 -14.49c.326 -.83 .76 -1.448 2.108 -1.448", "key": "svg-1" }]]; const IconBrandKbin = createReactComponent("outline", "brand-kbin", "BrandKbin", __iconNode$1iO); const __iconNode$1iN = [["path", { "d": "M4 4h5v4h3v-2h2v-2h6v4h-2v2h-2v4h2v2h2v4h-6v-2h-2v-2h-3v4h-5l0 -16", "key": "svg-0" }]]; const IconBrandKick = createReactComponent("outline", "brand-kick", "BrandKick", __iconNode$1iN); const __iconNode$1iM = [["path", { "d": "M11 9l2.975 -4.65c.615 -.9 1.405 -1.35 2.377 -1.35c.79 0 1.474 .286 2.054 .858c.576 .574 .866 1.256 .866 2.054c0 .588 -.153 1.109 -.46 1.559l-2.812 4.029l3.465 4.912c.356 .46 .535 1 .535 1.613a2.92 2.92 0 0 1 -.843 2.098c-.561 .584 -1.242 .877 -2.04 .877c-.876 0 -1.545 -.29 -2 -.87l-4.112 -5.697v3.067c0 .876 -.313 1.69 -.611 2.175c-.543 .883 -1.35 1.325 -2.389 1.325c-.944 0 -1.753 -.327 -2.271 -.974c-.486 -.6 -.729 -1.392 -.729 -2.38v-11.371c0 -.934 .247 -1.706 .74 -2.313c.512 -.641 1.347 -.962 2.26 -.962c.868 0 1.821 .321 2.4 .962c.323 .356 .515 .714 .6 1.08c.052 .224 0 .643 0 1.26v2.698l-.005 0", "key": "svg-0" }]]; const IconBrandKickstarter = createReactComponent("outline", "brand-kickstarter", "BrandKickstarter", __iconNode$1iM); const __iconNode$1iL = [["path", { "d": "M20 20h-16v-16h16", "key": "svg-0" }], ["path", { "d": "M4 20l16 -16", "key": "svg-1" }], ["path", { "d": "M4 12l8 -8", "key": "svg-2" }], ["path", { "d": "M12 12l8 8", "key": "svg-3" }]]; const IconBrandKotlin = createReactComponent("outline", "brand-kotlin", "BrandKotlin", __iconNode$1iL); const __iconNode$1iK = [["path", { "d": "M3 17l8 5l7 -4v-8l-4 -2.5l4 -2.5l4 2.5v4l-11 6.5l-4 -2.5v-7.5l-4 -2.5l0 11.5", "key": "svg-0" }], ["path", { "d": "M11 18v4", "key": "svg-1" }], ["path", { "d": "M7 15.5l7 -4", "key": "svg-2" }], ["path", { "d": "M14 7.5v4", "key": "svg-3" }], ["path", { "d": "M14 11.5l4 2.5", "key": "svg-4" }], ["path", { "d": "M11 13v-7.5l-4 -2.5l-4 2.5", "key": "svg-5" }], ["path", { "d": "M7 8l4 -2.5", "key": "svg-6" }], ["path", { "d": "M18 10l4 -2.5", "key": "svg-7" }]]; const IconBrandLaravel = createReactComponent("outline", "brand-laravel", "BrandLaravel", __iconNode$1iK); const __iconNode$1iJ = [["path", { "d": "M20 8c-.83 -1 -1.388 -1 -2 -1c-.612 0 -2 .271 -2 2s1.384 2.233 3 3c1.616 .767 2.125 1.812 2 3s-1 2 -3 2s-3 -1 -3.5 -2s-1.585 -4.78 -2.497 -6a5 5 0 1 0 -1 7", "key": "svg-0" }]]; const IconBrandLastfm = createReactComponent("outline", "brand-lastfm", "BrandLastfm", __iconNode$1iJ); const __iconNode$1iI = [["path", { "d": "M12 13h7.5", "key": "svg-0" }], ["path", { "d": "M9.424 7.268l4.999 -4.999", "key": "svg-1" }], ["path", { "d": "M16.633 16.644l-2.402 2.415a3.189 3.189 0 0 1 -4.524 0l-3.77 -3.787a3.223 3.223 0 0 1 0 -4.544l3.77 -3.787a3.189 3.189 0 0 1 4.524 0l2.302 2.313", "key": "svg-2" }]]; const IconBrandLeetcode = createReactComponent("outline", "brand-leetcode", "BrandLeetcode", __iconNode$1iI); const __iconNode$1iH = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M6 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M10 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M14 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }]]; const IconBrandLetterboxd = createReactComponent("outline", "brand-letterboxd", "BrandLetterboxd", __iconNode$1iH); const __iconNode$1iG = [["path", { "d": "M21 10.663c0 -4.224 -4.041 -7.663 -9 -7.663s-9 3.439 -9 7.663c0 3.783 3.201 6.958 7.527 7.56c1.053 .239 .932 .644 .696 2.133c-.039 .238 -.184 .932 .777 .512c.96 -.42 5.18 -3.201 7.073 -5.48c1.304 -1.504 1.927 -3.029 1.927 -4.715v-.01", "key": "svg-0" }]]; const IconBrandLine = createReactComponent("outline", "brand-line", "BrandLine", __iconNode$1iG); const __iconNode$1iF = [["path", { "d": "M8 11v5", "key": "svg-0" }], ["path", { "d": "M8 8v.01", "key": "svg-1" }], ["path", { "d": "M12 16v-5", "key": "svg-2" }], ["path", { "d": "M16 16v-3a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M3 7a4 4 0 0 1 4 -4h10a4 4 0 0 1 4 4v10a4 4 0 0 1 -4 4h-10a4 4 0 0 1 -4 -4l0 -10", "key": "svg-4" }]]; const IconBrandLinkedin = createReactComponent("outline", "brand-linkedin", "BrandLinkedin", __iconNode$1iF); const __iconNode$1iE = [["path", { "d": "M4 10h16", "key": "svg-0" }], ["path", { "d": "M6.5 4.5l11 11", "key": "svg-1" }], ["path", { "d": "M6.5 15.5l11 -11", "key": "svg-2" }], ["path", { "d": "M12 10v-8", "key": "svg-3" }], ["path", { "d": "M12 15v7", "key": "svg-4" }]]; const IconBrandLinktree = createReactComponent("outline", "brand-linktree", "BrandLinktree", __iconNode$1iE); const __iconNode$1iD = [["path", { "d": "M5 21h3.5l2.5 -6l2.5 -1l2.5 7h4l1 -4.5l-2 -1l-7 -12l-6 -.5l1.5 4l2.5 .5l1 2.5l-7 8l1 3", "key": "svg-0" }]]; const IconBrandLinqpad = createReactComponent("outline", "brand-linqpad", "BrandLinqpad", __iconNode$1iD); const __iconNode$1iC = [["path", { "d": "M20.982 18.777c-.372 .548 -.652 1.223 -1.406 1.223c-1.269 0 -1.337 -1.913 -2.607 -1.913c-1.27 0 -1.2 1.913 -2.47 1.913c-1.268 0 -1.337 -1.913 -2.607 -1.913c-1.269 0 -1.2 1.913 -2.47 1.913c-1.268 0 -1.337 -1.913 -2.607 -1.913c-1.27 0 -1.2 1.913 -2.47 1.913c-.398 0 -.679 -.189 -.915 -.448a10.414 10.414 0 0 1 -1.43 -5.29c0 -5.669 4.477 -10.262 10 -10.262c5.524 0 10 4.594 10 10.261c0 1.62 -.366 3.152 -1.018 4.516", "key": "svg-0" }], ["path", { "d": "M20.982 18.777c-.372 .548 -.652 1.223 -1.406 1.223c-1.269 0 -1.337 -1.913 -2.607 -1.913c-1.27 0 -1.2 1.913 -2.47 1.913c-1.268 0 -1.337 -1.913 -2.607 -1.913c-1.269 0 -1.2 1.913 -2.47 1.913c-1.268 0 -1.337 -1.913 -2.607 -1.913c-1.27 0 -1.2 1.913 -2.47 1.913c-.398 0 -.679 -.189 -.915 -.448a10.414 10.414 0 0 1 -1.43 -5.29c0 -5.669 4.477 -10.262 10 -10.262c5.524 0 10 4.594 10 10.261c0 1.62 -.366 3.152 -1.018 4.516", "key": "svg-1" }], ["path", { "d": "M11.5 16c3.167 0 4.5 -1.748 4.5 -4.231c0 -2.484 -2.014 -4.769 -4.5 -4.769c-2.485 0 -4.5 2.286 -4.5 4.769s1.333 4.231 4.5 4.231", "key": "svg-2" }], ["path", { "d": "M10 11a1 1 0 1 0 0 -2a1 1 0 0 0 0 2", "key": "svg-3" }]]; const IconBrandLivewire = createReactComponent("outline", "brand-livewire", "BrandLivewire", __iconNode$1iC); const __iconNode$1iB = [["path", { "d": "M17.464 6.518a6 6 0 1 0 -3.023 7.965", "key": "svg-0" }], ["path", { "d": "M17.482 17.464a6 6 0 1 0 -7.965 -3.023", "key": "svg-1" }], ["path", { "d": "M6.54 17.482a6 6 0 1 0 3.024 -7.965", "key": "svg-2" }], ["path", { "d": "M6.518 6.54a6 6 0 1 0 7.965 3.024", "key": "svg-3" }]]; const IconBrandLoom = createReactComponent("outline", "brand-loom", "BrandLoom", __iconNode$1iB); const __iconNode$1iA = [["path", { "d": "M17 12a2 2 0 1 0 4 0a9 9 0 1 0 -2.987 6.697", "key": "svg-0" }], ["path", { "d": "M7 12a5 5 0 1 0 10 0a5 5 0 1 0 -10 0", "key": "svg-1" }], ["path", { "d": "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }], ["path", { "d": "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-3" }]]; const IconBrandMailgun = createReactComponent("outline", "brand-mailgun", "BrandMailgun", __iconNode$1iA); const __iconNode$1iz = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M11 16c1.22 -.912 2 -2.36 2 -4a5.01 5.01 0 0 0 -2 -4", "key": "svg-1" }], ["path", { "d": "M14 9h-2", "key": "svg-2" }], ["path", { "d": "M14 15h-2", "key": "svg-3" }], ["path", { "d": "M10 12h.01", "key": "svg-4" }]]; const IconBrandMantine = createReactComponent("outline", "brand-mantine", "BrandMantine", __iconNode$1iz); const __iconNode$1iy = [["path", { "d": "M11 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M12 9.765a3 3 0 1 0 0 4.47", "key": "svg-1" }], ["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10", "key": "svg-2" }]]; const IconBrandMastercard = createReactComponent("outline", "brand-mastercard", "BrandMastercard", __iconNode$1iy); const __iconNode$1ix = [["path", { "d": "M18.648 15.254c-1.816 1.763 -6.648 1.626 -6.648 1.626a18.262 18.262 0 0 1 -3.288 -.256c1.127 1.985 4.12 2.81 8.982 2.475c-1.945 2.013 -13.598 5.257 -13.668 -7.636l-.026 -1.154c0 -3.036 .023 -4.115 1.352 -5.633c1.671 -1.91 6.648 -1.666 6.648 -1.666s4.977 -.243 6.648 1.667c1.329 1.518 1.352 2.597 1.352 5.633s-.456 4.074 -1.352 4.944", "key": "svg-0" }], ["path", { "d": "M12 11.204v-2.926c0 -1.258 -.895 -2.278 -2 -2.278s-2 1.02 -2 2.278v4.722m4 -4.722c0 -1.258 .895 -2.278 2 -2.278s2 1.02 2 2.278v4.722", "key": "svg-1" }]]; const IconBrandMastodon = createReactComponent("outline", "brand-mastodon", "BrandMastodon", __iconNode$1ix); const __iconNode$1iw = [["path", { "d": "M4 3h-1v18h1", "key": "svg-0" }], ["path", { "d": "M20 21h1v-18h-1", "key": "svg-1" }], ["path", { "d": "M7 9v6", "key": "svg-2" }], ["path", { "d": "M12 15v-3.5a2.5 2.5 0 1 0 -5 0v.5", "key": "svg-3" }], ["path", { "d": "M17 15v-3.5a2.5 2.5 0 1 0 -5 0v.5", "key": "svg-4" }]]; const IconBrandMatrix = createReactComponent("outline", "brand-matrix", "BrandMatrix", __iconNode$1iw); const __iconNode$1iv = [["path", { "d": "M20 20c0 -3.952 -.966 -16 -4.038 -16s-3.962 9.087 -3.962 14.756c0 -5.669 -.896 -14.756 -3.962 -14.756c-3.065 0 -4.038 12.048 -4.038 16", "key": "svg-0" }]]; const IconBrandMcdonalds = createReactComponent("outline", "brand-mcdonalds", "BrandMcdonalds", __iconNode$1iv); const __iconNode$1iu = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }], ["path", { "d": "M8 9h1l3 3l3 -3h1", "key": "svg-1" }], ["path", { "d": "M8 15l2 0", "key": "svg-2" }], ["path", { "d": "M14 15l2 0", "key": "svg-3" }], ["path", { "d": "M9 9l0 6", "key": "svg-4" }], ["path", { "d": "M15 9l0 6", "key": "svg-5" }]]; const IconBrandMedium = createReactComponent("outline", "brand-medium", "BrandMedium", __iconNode$1iu); const __iconNode$1it = [["path", { "d": "M5.455 10.82c.935 -2.163 3.045 -3.82 5.545 -3.82c2.104 0 2.844 1.915 2 4l-2 6", "key": "svg-0" }], ["path", { "d": "M6.981 7l-3.981 9.914", "key": "svg-1" }], ["path", { "d": "M13 11c.937 -2.16 3.071 -3.802 5.42 -3.972c2.104 0 3.128 1.706 2.284 3.792l-2.454 6.094c-.853 1.676 .75 2.586 2.75 2.086", "key": "svg-2" }]]; const IconBrandMeetup = createReactComponent("outline", "brand-meetup", "BrandMeetup", __iconNode$1it); const __iconNode$1is = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 3v9", "key": "svg-1" }], ["path", { "d": "M12 12l7 5", "key": "svg-2" }], ["path", { "d": "M12 12l-7 5", "key": "svg-3" }]]; const IconBrandMercedes = createReactComponent("outline", "brand-mercedes", "BrandMercedes", __iconNode$1is); const __iconNode$1ir = [["path", { "d": "M3 20l1.3 -3.9a9 8 0 1 1 3.4 2.9l-4.7 1", "key": "svg-0" }], ["path", { "d": "M8 13l3 -2l2 2l3 -2", "key": "svg-1" }]]; const IconBrandMessenger = createReactComponent("outline", "brand-messenger", "BrandMessenger", __iconNode$1ir); const __iconNode$1iq = [["path", { "d": "M12 10.174c1.766 -2.784 3.315 -4.174 4.648 -4.174c2 0 3.263 2.213 4 5.217c.704 2.869 .5 6.783 -2 6.783c-1.114 0 -2.648 -1.565 -4.148 -3.652a27.627 27.627 0 0 1 -2.5 -4.174", "key": "svg-0" }], ["path", { "d": "M12 10.174c-1.766 -2.784 -3.315 -4.174 -4.648 -4.174c-2 0 -3.263 2.213 -4 5.217c-.704 2.869 -.5 6.783 2 6.783c1.114 0 2.648 -1.565 4.148 -3.652c1 -1.391 1.833 -2.783 2.5 -4.174", "key": "svg-1" }]]; const IconBrandMeta = createReactComponent("outline", "brand-meta", "BrandMeta", __iconNode$1iq); const __iconNode$1ip = [["path", { "d": "M3 7v10l7 4v-18l-7 4", "key": "svg-0" }], ["path", { "d": "M21 7v10l-7 4v-18l7 4", "key": "svg-1" }]]; const IconBrandMetabrainz = createReactComponent("outline", "brand-metabrainz", "BrandMetabrainz", __iconNode$1ip); const __iconNode$1io = [["path", { "d": "M21 16.008v-8.018a1.98 1.98 0 0 0 -1 -1.717l-7 -4.008a2.016 2.016 0 0 0 -2 0l-7 4.008c-.619 .355 -1 1.01 -1 1.718v8.018c0 .709 .381 1.363 1 1.717l7 4.008c.62 .354 1.38 .354 2 0l7 -4.008c.619 -.355 1 -1.01 1 -1.718", "key": "svg-0" }], ["path", { "d": "M12 22v-10", "key": "svg-1" }], ["path", { "d": "M12 12l8.73 -5.04", "key": "svg-2" }], ["path", { "d": "M3.27 6.96l8.73 5.04", "key": "svg-3" }], ["path", { "d": "M12 17l3.003 -1.668m3 -1.667l2.997 -1.665m-9 5l-9 -5", "key": "svg-4" }], ["path", { "d": "M15 17l3 -1.67v-3l-3 1.67l0 3", "key": "svg-5" }]]; const IconBrandMinecraft = createReactComponent("outline", "brand-minecraft", "BrandMinecraft", __iconNode$1io); const __iconNode$1in = [["path", { "d": "M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0", "key": "svg-0" }], ["path", { "d": "M8 11.503a2.5 2.5 0 1 0 4 2v-3a2.5 2.5 0 1 1 4 2", "key": "svg-1" }]]; const IconBrandMiniprogram = createReactComponent("outline", "brand-miniprogram", "BrandMiniprogram", __iconNode$1in); const __iconNode$1im = [["path", { "d": "M2 12a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0", "key": "svg-0" }], ["path", { "d": "M19 12a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0", "key": "svg-1" }], ["path", { "d": "M11 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }]]; const IconBrandMixpanel = createReactComponent("outline", "brand-mixpanel", "BrandMixpanel", __iconNode$1im); const __iconNode$1il = [["path", { "d": "M18 15.5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0", "key": "svg-0" }], ["path", { "d": "M9.5 7a1.5 1.5 0 0 1 1.339 2.177l-4.034 7.074c-.264 .447 -.75 .749 -1.305 .749a1.5 1.5 0 0 1 -1.271 -2.297l3.906 -6.827a1.5 1.5 0 0 1 1.365 -.876", "key": "svg-1" }], ["path", { "d": "M16.5 7a1.5 1.5 0 0 1 1.339 2.177l-4.034 7.074c-.264 .447 -.75 .749 -1.305 .749a1.5 1.5 0 0 1 -1.271 -2.297l3.906 -6.827a1.5 1.5 0 0 1 1.365 -.876", "key": "svg-2" }]]; const IconBrandMonday = createReactComponent("outline", "brand-monday", "BrandMonday", __iconNode$1il); const __iconNode$1ik = [["path", { "d": "M12 3v19", "key": "svg-0" }], ["path", { "d": "M18 11.227c0 3.273 -1.812 4.77 -6 9.273c-4.188 -4.503 -6 -6 -6 -9.273c0 -4.454 3.071 -6.927 6 -9.227c2.929 2.3 6 4.773 6 9.227", "key": "svg-1" }]]; const IconBrandMongodb = createReactComponent("outline", "brand-mongodb", "BrandMongodb", __iconNode$1ik); const __iconNode$1ij = [["path", { "d": "M18.316 5h-12.632l-3.418 4.019a1.089 1.089 0 0 0 .019 1.447l9.714 10.534l9.715 -10.49a1.09 1.09 0 0 0 .024 -1.444l-3.422 -4.066", "key": "svg-0" }], ["path", { "d": "M9 11l3 3l3 -3", "key": "svg-1" }]]; const IconBrandMyOppo = createReactComponent("outline", "brand-my-oppo", "BrandMyOppo", __iconNode$1ij); const __iconNode$1ii = [["path", { "d": "M13 21c-1.427 -1.026 -3.59 -3.854 -4 -6c-.486 .77 -1.501 2 -2 2c-1.499 -.888 -.574 -3.973 0 -6c-1.596 -1.433 -2.468 -2.458 -2.5 -4c-3.35 -3.44 -.444 -5.27 2.5 -3h1c8.482 .5 6.421 8.07 9 11.5c2.295 .522 3.665 2.254 5 3.5c-2.086 -.2 -2.784 -.344 -3.5 0c.478 1.64 2.123 2.2 3.5 3", "key": "svg-0" }], ["path", { "d": "M9 7h.01", "key": "svg-1" }]]; const IconBrandMysql = createReactComponent("outline", "brand-mysql", "BrandMysql", __iconNode$1ii); const __iconNode$1ih = [["path", { "d": "M7 3h10v18h-10l0 -18", "key": "svg-0" }]]; const IconBrandNationalGeographic = createReactComponent("outline", "brand-national-geographic", "BrandNationalGeographic", __iconNode$1ih); const __iconNode$1ig = [["path", { "d": "M12.182 2c1.94 .022 3.879 .382 5.818 1.08l.364 .135a23.075 23.075 0 0 1 3.636 1.785c0 5.618 -1.957 10.258 -5.87 13.92c-1.24 1.239 -2.5 2.204 -3.78 2.898l-.35 .182c-1.4 -.703 -2.777 -1.729 -4.13 -3.079c-3.912 -3.663 -5.87 -8.303 -5.87 -13.921c2.545 -1.527 5.09 -2.471 7.636 -2.832l.364 -.048a16.786 16.786 0 0 1 1.818 -.12h.364", "key": "svg-0" }], ["path", { "d": "M2.1 7.07c2.073 6.72 5.373 7.697 9.9 2.93c0 -4 1.357 -6.353 4.07 -7.06l.59 -.11", "key": "svg-1" }], ["path", { "d": "M16.35 18.51s2.65 -5.51 -4.35 -8.51", "key": "svg-2" }]]; const IconBrandNem = createReactComponent("outline", "brand-nem", "BrandNem", __iconNode$1ig); const __iconNode$1if = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M15.5 9.43a1 1 0 0 1 .5 .874v3.268a1 1 0 0 1 -.515 .874l-3 1.917a1 1 0 0 1 -.97 0l-3 -1.917a1 1 0 0 1 -.515 -.873v-3.269a1 1 0 0 1 .514 -.874l3 -1.786c.311 -.173 .69 -.173 1 0l3 1.787h-.014l0 -.001", "key": "svg-1" }], ["path", { "d": "M12 21v-9l-7.5 -4.5", "key": "svg-2" }], ["path", { "d": "M12 12l7.5 -4.5", "key": "svg-3" }], ["path", { "d": "M12 3v4.5", "key": "svg-4" }], ["path", { "d": "M19.5 16l-3.5 -2", "key": "svg-5" }], ["path", { "d": "M8 14l-3.5 2", "key": "svg-6" }]]; const IconBrandNetbeans = createReactComponent("outline", "brand-netbeans", "BrandNetbeans", __iconNode$1if); const __iconNode$1ie = [["path", { "d": "M9 4c-2.93 1.346 -5 5.046 -5 8.492c0 4.508 4 7.508 8 7.508c4 0 8 -3 8 -7c0 -3.513 -3.5 -5.513 -6 -5.513c-2.5 0 -5 1.513 -5 4.513c0 2 1.5 3 3 3c1.5 0 3 -1 3 -3c0 -3.513 -2 -4.508 -2 -6.515c0 -3.504 3.5 -2.603 4 -1.502", "key": "svg-0" }]]; const IconBrandNeteaseMusic = createReactComponent("outline", "brand-netease-music", "BrandNeteaseMusic", __iconNode$1ie); const __iconNode$1id = [["path", { "d": "M9 3l10 18h-4l-10 -18l4 0", "key": "svg-0" }], ["path", { "d": "M5 3v18h4v-10.5", "key": "svg-1" }], ["path", { "d": "M19 21v-18h-4v10.5", "key": "svg-2" }]]; const IconBrandNetflix = createReactComponent("outline", "brand-netflix", "BrandNetflix", __iconNode$1id); const __iconNode$1ic = [["path", { "d": "M17 3l5 3v12l-5 3l-10 -6v-6l10 6v-6l-5 -3l5 -3", "key": "svg-0" }], ["path", { "d": "M12 6l-5 -3l-5 3v12l5 3l4.7 -3.13", "key": "svg-1" }]]; const IconBrandNexo = createReactComponent("outline", "brand-nexo", "BrandNexo", __iconNode$1ic); const __iconNode$1ib = [["path", { "d": "M7 12a5 5 0 1 0 10 0a5 5 0 1 0 -10 0", "key": "svg-0" }], ["path", { "d": "M2 12.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0", "key": "svg-1" }], ["path", { "d": "M17 12.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0", "key": "svg-2" }]]; const IconBrandNextcloud = createReactComponent("outline", "brand-nextcloud", "BrandNextcloud", __iconNode$1ib); const __iconNode$1ia = [["path", { "d": "M9 15v-6l7.745 10.65a9 9 0 1 1 2.255 -1.993", "key": "svg-0" }], ["path", { "d": "M15 12v-3", "key": "svg-1" }]]; const IconBrandNextjs = createReactComponent("outline", "brand-nextjs", "BrandNextjs", __iconNode$1ia); const __iconNode$1i9 = [["path", { "d": "M9 9v8.044a2 2 0 0 1 -2.996 1.734l-1.568 -.9a3 3 0 0 1 -1.436 -2.561v-6.635a3 3 0 0 1 1.436 -2.56l6 -3.667a3 3 0 0 1 3.128 0l6 3.667a3 3 0 0 1 1.436 2.561v6.634a3 3 0 0 1 -1.436 2.56l-6 3.667a3 3 0 0 1 -3.128 0", "key": "svg-0" }], ["path", { "d": "M17 9h-3.5a1.5 1.5 0 0 0 0 3h2a1.5 1.5 0 0 1 0 3h-3.5", "key": "svg-1" }]]; const IconBrandNodejs = createReactComponent("outline", "brand-nodejs", "BrandNodejs", __iconNode$1i9); const __iconNode$1i8 = [["path", { "d": "M9.992 15l-2.007 -3l-4.015 8c-2.212 -3.061 -2.625 -7.098 -.915 -10.463a10.14 10.14 0 0 1 8.945 -5.537a10.14 10.14 0 0 1 8.945 5.537c1.71 3.365 1.297 7.402 -.915 10.463l-4.517 -8l-1.505 1.5", "key": "svg-0" }], ["path", { "d": "M14.5 15l-3 -6l-2.5 4.5", "key": "svg-1" }]]; const IconBrandNordVpn = createReactComponent("outline", "brand-nord-vpn", "BrandNordVpn", __iconNode$1i8); const __iconNode$1i7 = [["path", { "d": "M11 17.5v-6.5h.5l4 6h.5v-6.5", "key": "svg-0" }], ["path", { "d": "M19.077 20.071l-11.53 .887a1 1 0 0 1 -.876 -.397l-2.471 -3.294a1 1 0 0 1 -.2 -.6v-10.741a1 1 0 0 1 .923 -.997l11.389 -.876a2 2 0 0 1 1.262 .33l1.535 1.023a2 2 0 0 1 .891 1.664v12.004a1 1 0 0 1 -.923 .997", "key": "svg-1" }], ["path", { "d": "M4.5 5.5l2.5 2.5", "key": "svg-2" }], ["path", { "d": "M20 7l-13 1v12.5", "key": "svg-3" }]]; const IconBrandNotion = createReactComponent("outline", "brand-notion", "BrandNotion", __iconNode$1i7); const __iconNode$1i6 = [["path", { "d": "M1 8h22v7h-12v2h-4v-2h-6l0 -7", "key": "svg-0" }], ["path", { "d": "M7 8v7", "key": "svg-1" }], ["path", { "d": "M14 8v7", "key": "svg-2" }], ["path", { "d": "M17 11v4", "key": "svg-3" }], ["path", { "d": "M4 11v4", "key": "svg-4" }], ["path", { "d": "M11 11v1", "key": "svg-5" }], ["path", { "d": "M20 11v4", "key": "svg-6" }]]; const IconBrandNpm = createReactComponent("outline", "brand-npm", "BrandNpm", __iconNode$1i6); const __iconNode$1i5 = [["path", { "d": "M12.146 8.583l-1.3 -2.09a1.046 1.046 0 0 0 -1.786 .017l-5.91 9.908a1.046 1.046 0 0 0 .897 1.582h3.913", "key": "svg-0" }], ["path", { "d": "M20.043 18c.743 0 1.201 -.843 .82 -1.505l-4.044 -7.013a.936 .936 0 0 0 -1.638 0l-4.043 7.013c-.382 .662 .076 1.505 .819 1.505h8.086", "key": "svg-1" }]]; const IconBrandNuxt = createReactComponent("outline", "brand-nuxt", "BrandNuxt", __iconNode$1i5); const __iconNode$1i4 = [["path", { "d": "M11.036 5.058a8 8 0 1 0 8.706 9.965", "key": "svg-0" }], ["path", { "d": "M12 21v-11l-7.5 4", "key": "svg-1" }], ["path", { "d": "M17.5 3a2.5 2.5 0 1 1 0 5l-11 -5a2.5 2.5 0 0 0 -.67 4.91", "key": "svg-2" }], ["path", { "d": "M9 12v8", "key": "svg-3" }], ["path", { "d": "M16 13h-.01", "key": "svg-4" }]]; const IconBrandNytimes = createReactComponent("outline", "brand-nytimes", "BrandNytimes", __iconNode$1i4); const __iconNode$1i3 = [["path", { "d": "M2 12a10 10 0 1 0 20 0a10 10 0 1 0 -20 0", "key": "svg-0" }], ["path", { "d": "M12.556 6c.65 0 1.235 .373 1.508 .947l2.839 7.848a1.646 1.646 0 0 1 -1.01 2.108a1.673 1.673 0 0 1 -2.068 -.851l-.46 -1.052h-2.73l-.398 .905a1.67 1.67 0 0 1 -1.977 1.045l-.153 -.047a1.647 1.647 0 0 1 -1.056 -1.956l2.824 -7.852a1.664 1.664 0 0 1 1.409 -1.087l1.272 -.008", "key": "svg-1" }]]; const IconBrandOauth = createReactComponent("outline", "brand-oauth", "BrandOauth", __iconNode$1i3); const __iconNode$1i2 = [["path", { "d": "M4 18h9v-12l-5 2v5l-4 2v-8l9 -4l7 2v13l-7 3l-9 -3", "key": "svg-0" }]]; const IconBrandOffice = createReactComponent("outline", "brand-office", "BrandOffice", __iconNode$1i2); const __iconNode$1i1 = [["path", { "d": "M10 9a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M20 12c0 8 0 8 -8 8s-8 0 -8 -8s0 -8 8 -8s8 0 8 8", "key": "svg-1" }], ["path", { "d": "M9.5 13c1.333 .667 3.667 .667 5 0", "key": "svg-2" }], ["path", { "d": "M9.5 17l2.5 -3l2.5 3", "key": "svg-3" }], ["path", { "d": "M12 13.5v.5", "key": "svg-4" }]]; const IconBrandOkRu = createReactComponent("outline", "brand-ok-ru", "BrandOkRu", __iconNode$1i1); const __iconNode$1i0 = [["path", { "d": "M18.456 10.45a6.45 6.45 0 0 0 -12 -2.151a4.857 4.857 0 0 0 -4.44 5.241a4.856 4.856 0 0 0 5.236 4.444h10.751a3.771 3.771 0 0 0 3.99 -3.54a3.772 3.772 0 0 0 -3.538 -3.992l.001 -.002", "key": "svg-0" }]]; const IconBrandOnedrive = createReactComponent("outline", "brand-onedrive", "BrandOnedrive", __iconNode$1i0); const __iconNode$1h$ = [["path", { "d": "M8.5 6a6.5 6.5 0 1 0 0 13a6.5 6.5 0 0 0 0 -13", "key": "svg-0" }], ["path", { "d": "M8.5 15a2.5 2.5 0 1 1 0 -5a2.5 2.5 0 0 1 0 5", "key": "svg-1" }], ["path", { "d": "M14 16c2.5 0 6.42 -1.467 7 -4h-6c3 -1 6.44 -3.533 7 -6h-4c-3.03 0 -3.764 -.196 -5 1.5", "key": "svg-2" }]]; const IconBrandOnlyfans = createReactComponent("outline", "brand-onlyfans", "BrandOnlyfans", __iconNode$1h$); const __iconNode$1h_ = [["path", { "d": "M12 3a9 9 0 0 1 3.618 17.243l-2.193 -5.602a3 3 0 1 0 -2.849 0l-2.193 5.603a9 9 0 0 1 3.617 -17.244", "key": "svg-0" }]]; const IconBrandOpenSource = createReactComponent("outline", "brand-open-source", "BrandOpenSource", __iconNode$1h_); const __iconNode$1hZ = [["path", { "d": "M11.217 19.384a3.501 3.501 0 0 0 6.783 -1.217v-5.167l-6 -3.35", "key": "svg-0" }], ["path", { "d": "M5.214 15.014a3.501 3.501 0 0 0 4.446 5.266l4.34 -2.534v-6.946", "key": "svg-1" }], ["path", { "d": "M6 7.63c-1.391 -.236 -2.787 .395 -3.534 1.689a3.474 3.474 0 0 0 1.271 4.745l4.263 2.514l6 -3.348", "key": "svg-2" }], ["path", { "d": "M12.783 4.616a3.501 3.501 0 0 0 -6.783 1.217v5.067l6 3.45", "key": "svg-3" }], ["path", { "d": "M18.786 8.986a3.501 3.501 0 0 0 -4.446 -5.266l-4.34 2.534v6.946", "key": "svg-4" }], ["path", { "d": "M18 16.302c1.391 .236 2.787 -.395 3.534 -1.689a3.474 3.474 0 0 0 -1.271 -4.745l-4.308 -2.514l-5.955 3.42", "key": "svg-5" }]]; const IconBrandOpenai = createReactComponent("outline", "brand-openai", "BrandOpenai", __iconNode$1hZ); const __iconNode$1hY = [["path", { "d": "M15.618 20.243l-2.193 -5.602a3 3 0 1 0 -2.849 0l-2.193 5.603", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-1" }]]; const IconBrandOpenvpn = createReactComponent("outline", "brand-openvpn", "BrandOpenvpn", __iconNode$1hY); const __iconNode$1hX = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 12a3 5 0 1 0 6 0a3 5 0 1 0 -6 0", "key": "svg-1" }]]; const IconBrandOpera = createReactComponent("outline", "brand-opera", "BrandOpera", __iconNode$1hX); const __iconNode$1hW = [["path", { "d": "M12.077 20h-5.077v-16h11v14h-5.077", "key": "svg-0" }]]; const IconBrandPagekit = createReactComponent("outline", "brand-pagekit", "BrandPagekit", __iconNode$1hW); const __iconNode$1hV = [["path", { "d": "M12 3a9 9 0 1 0 9 9", "key": "svg-0" }], ["path", { "d": "M21 12a9 9 0 0 0 -9 -9", "opacity": ".5", "key": "svg-1" }], ["path", { "d": "M10 9v6l5 -3l-5 -3", "key": "svg-2" }]]; const IconBrandParsinta = createReactComponent("outline", "brand-parsinta", "BrandParsinta", __iconNode$1hV); const __iconNode$1hU = [["path", { "d": "M20 8.408c-.003 -2.299 -1.746 -4.182 -3.79 -4.862c-2.54 -.844 -5.888 -.722 -8.312 .453c-2.939 1.425 -3.862 4.545 -3.896 7.656c-.028 2.559 .22 9.297 3.92 9.345c2.75 .036 3.159 -3.603 4.43 -5.356c.906 -1.247 2.071 -1.599 3.506 -1.963c2.465 -.627 4.146 -2.626 4.142 -5.273", "key": "svg-0" }]]; const IconBrandPatreon = createReactComponent("outline", "brand-patreon", "BrandPatreon", __iconNode$1hU); const __iconNode$1hT = [["path", { "d": "M10 13l2.5 0c2.5 0 5 -2.5 5 -5c0 -3 -1.9 -5 -5 -5h-5.5c-.5 0 -1 .5 -1 1l-2 14c0 .5 .5 1 1 1h2.8l1.2 -5c.1 -.6 .4 -1 1 -1m7.5 -5.8c1.7 1 2.5 2.8 2.5 4.8c0 2.5 -2.5 4.5 -5 4.5h-2.6l-.6 3.6a1 1 0 0 1 -1 .8l-2.7 0a.5 .5 0 0 1 -.5 -.6l.2 -1.4", "key": "svg-0" }]]; const IconBrandPaypal = createReactComponent("outline", "brand-paypal", "BrandPaypal", __iconNode$1hT); const __iconNode$1hS = [["path", { "d": "M6.375 21l3.938 -13.838", "key": "svg-0" }], ["path", { "d": "M3 6c16.731 0 21.231 9.881 4.5 11", "key": "svg-1" }], ["path", { "d": "M21 19v-14a2 2 0 0 0 -2 -2h-14a2 2 0 0 0 -2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2", "key": "svg-2" }]]; const IconBrandPaypay = createReactComponent("outline", "brand-paypay", "BrandPaypay", __iconNode$1hS); const __iconNode$1hR = [["path", { "d": "M15 16.25l-.816 -.36l-.462 -.196c-1.444 -.592 -2 -.593 -3.447 0l-.462 .195l-.817 .359a4.5 4.5 0 1 1 0 -8.49l1.054 .462l.434 .178c1.292 .507 1.863 .48 3.237 -.082l.462 -.195l.817 -.359a4.5 4.5 0 1 1 0 8.49", "key": "svg-0" }]]; const IconBrandPeanut = createReactComponent("outline", "brand-peanut", "BrandPeanut", __iconNode$1hR); const __iconNode$1hQ = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M4 16c5.713 -2.973 11 -3.5 13.449 -11.162", "key": "svg-1" }], ["path", { "d": "M5 17.5c5.118 -2.859 15 0 14 -11", "key": "svg-2" }]]; const IconBrandPepsi = createReactComponent("outline", "brand-pepsi", "BrandPepsi", __iconNode$1hQ); const __iconNode$1hP = [["path", { "d": "M2 12a10 9 0 1 0 20 0a10 9 0 1 0 -20 0", "key": "svg-0" }], ["path", { "d": "M5.5 15l.395 -1.974l.605 -3.026h1.32a1 1 0 0 1 .986 1.164l-.167 1a1 1 0 0 1 -.986 .836h-1.653", "key": "svg-1" }], ["path", { "d": "M15.5 15l.395 -1.974l.605 -3.026h1.32a1 1 0 0 1 .986 1.164l-.167 1a1 1 0 0 1 -.986 .836h-1.653", "key": "svg-2" }], ["path", { "d": "M12 7.5l-1 5.5", "key": "svg-3" }], ["path", { "d": "M11.6 10h2.4l-.5 3", "key": "svg-4" }]]; const IconBrandPhp = createReactComponent("outline", "brand-php", "BrandPhp", __iconNode$1hP); const __iconNode$1hO = [["path", { "d": "M5 9a7 7 0 1 0 14 0a7 7 0 1 0 -14 0", "key": "svg-0" }], ["path", { "d": "M9 9a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M5 9v11a2 2 0 1 0 4 0v-4.5", "key": "svg-2" }]]; const IconBrandPicsart = createReactComponent("outline", "brand-picsart", "BrandPicsart", __iconNode$1hO); const __iconNode$1hN = [["path", { "d": "M8 20l4 -9", "key": "svg-0" }], ["path", { "d": "M10.7 14c.437 1.263 1.43 2 2.55 2c2.071 0 3.75 -1.554 3.75 -4a5 5 0 1 0 -9.7 1.7", "key": "svg-1" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-2" }]]; const IconBrandPinterest = createReactComponent("outline", "brand-pinterest", "BrandPinterest", __iconNode$1hN); const __iconNode$1hM = [["path", { "d": "M20.993 11.63a9 9 0 0 1 -9.362 9.362l9.362 -9.362", "key": "svg-0" }], ["path", { "d": "M12 3a9.001 9.001 0 0 1 8.166 5.211l-11.955 11.955a9 9 0 0 1 3.789 -17.166", "key": "svg-1" }], ["path", { "d": "M12 12l-6 6", "key": "svg-2" }]]; const IconBrandPlanetscale = createReactComponent("outline", "brand-planetscale", "BrandPlanetscale", __iconNode$1hM); const __iconNode$1hL = [["path", { "d": "M3 17h4v4h-4l0 -4", "key": "svg-0" }], ["path", { "d": "M10 17h4v4h-4l0 -4", "key": "svg-1" }], ["path", { "d": "M17 17h4v4h-4l0 -4", "key": "svg-2" }], ["path", { "d": "M17 10h4v4h-4l0 -4", "key": "svg-3" }], ["path", { "d": "M17 3h4v4h-4l0 -4", "key": "svg-4" }], ["path", { "d": "M10 10h4v4h-4l0 -4", "key": "svg-5" }], ["path", { "d": "M10 3h4v4h-4l0 -4", "key": "svg-6" }], ["path", { "d": "M3 3h4v4h-4l0 -4", "key": "svg-7" }]]; const IconBrandPnpm = createReactComponent("outline", "brand-pnpm", "BrandPnpm", __iconNode$1hL); const __iconNode$1hK = [["path", { "d": "M5 4h14a2 2 0 0 1 2 2v6a9 9 0 0 1 -18 0v-6a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M8 11l4 4l4 -4", "key": "svg-1" }]]; const IconBrandPocket = createReactComponent("outline", "brand-pocket", "BrandPocket", __iconNode$1hK); const __iconNode$1hJ = [["path", { "d": "M6.706 6l-3.706 6l3.706 6h1.059l8.47 -12h1.06l3.705 6l-3.706 6", "key": "svg-0" }]]; const IconBrandPolymer = createReactComponent("outline", "brand-polymer", "BrandPolymer", __iconNode$1hJ); const __iconNode$1hI = [["path", { "d": "M4.887 20h11.868c.893 0 1.664 -.665 1.847 -1.592l2.358 -12c.212 -1.081 -.442 -2.14 -1.462 -2.366a1.784 1.784 0 0 0 -.385 -.042h-11.868c-.893 0 -1.664 .665 -1.847 1.592l-2.358 12c-.212 1.081 .442 2.14 1.462 2.366c.127 .028 .256 .042 .385 .042", "key": "svg-0" }], ["path", { "d": "M9 8l4 4l-6 4", "key": "svg-1" }], ["path", { "d": "M12 16h3", "key": "svg-2" }]]; const IconBrandPowershell = createReactComponent("outline", "brand-powershell", "BrandPowershell", __iconNode$1hI); const __iconNode$1hH = [["path", { "d": "M6 21l12 -7v-7.5l-6 -3.5l-6 3.5l6 3.5v7.5l-6 -3.5l0 7", "key": "svg-0" }]]; const IconBrandPrintables = createReactComponent("outline", "brand-printables", "BrandPrintables", __iconNode$1hH); const __iconNode$1hG = [["path", { "d": "M4.186 16.202l3.615 5.313c.265 .39 .754 .57 1.215 .447l10.166 -2.718a1.086 1.086 0 0 0 .713 -1.511l-7.505 -15.483a.448 .448 0 0 0 -.787 -.033l-7.453 12.838a1.07 1.07 0 0 0 .037 1.147l-.001 0", "key": "svg-0" }], ["path", { "d": "M8.5 22l3.5 -20", "key": "svg-1" }]]; const IconBrandPrisma = createReactComponent("outline", "brand-prisma", "BrandPrisma", __iconNode$1hG); const __iconNode$1hF = [["path", { "d": "M10 16v-8h2.5a2.5 2.5 0 1 1 0 5h-2.5", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-1" }]]; const IconBrandProducthunt = createReactComponent("outline", "brand-producthunt", "BrandProducthunt", __iconNode$1hF); const __iconNode$1hE = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M11 8v8h2a4 4 0 1 0 0 -8h-2", "key": "svg-1" }], ["path", { "d": "M8 8v8", "key": "svg-2" }]]; const IconBrandPushbullet = createReactComponent("outline", "brand-pushbullet", "BrandPushbullet", __iconNode$1hE); const __iconNode$1hD = [["path", { "d": "M6.16 10.985c-.83 -1.935 1.53 -7.985 8.195 -7.985c3.333 0 4.645 1.382 4.645 3.9c0 2.597 -2.612 6.1 -9 6.1", "key": "svg-0" }], ["path", { "d": "M12.5 6l-5.5 15", "key": "svg-1" }]]; const IconBrandPushover = createReactComponent("outline", "brand-pushover", "BrandPushover", __iconNode$1hD); const __iconNode$1hC = [["path", { "d": "M12 9h-7a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h3", "key": "svg-0" }], ["path", { "d": "M12 15h7a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-3", "key": "svg-1" }], ["path", { "d": "M8 9v-4a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v5a2 2 0 0 1 -2 2h-4a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h4a2 2 0 0 0 2 -2v-4", "key": "svg-2" }], ["path", { "d": "M11 6l0 .01", "key": "svg-3" }], ["path", { "d": "M13 18l0 .01", "key": "svg-4" }]]; const IconBrandPython = createReactComponent("outline", "brand-python", "BrandPython", __iconNode$1hC); const __iconNode$1hB = [["path", { "d": "M6 9.748a14.716 14.716 0 0 0 11.995 -.052c.275 -9.236 -11.104 -11.256 -11.995 .052", "key": "svg-0" }], ["path", { "d": "M18 10c.984 2.762 1.949 4.765 2 7.153c.014 .688 -.664 1.346 -1.184 .303c-.346 -.696 -.952 -1.181 -1.816 -1.456", "key": "svg-1" }], ["path", { "d": "M17 16c.031 1.831 .147 3.102 -1 4", "key": "svg-2" }], ["path", { "d": "M8 20c-1.099 -.87 -.914 -2.24 -1 -4", "key": "svg-3" }], ["path", { "d": "M6 10c-.783 2.338 -1.742 4.12 -1.968 6.43c-.217 2.227 .716 1.644 1.16 .917c.296 -.487 .898 -.934 1.808 -1.347", "key": "svg-4" }], ["path", { "d": "M15.898 13l-.476 -2", "key": "svg-5" }], ["path", { "d": "M8 20l-1.5 1c-.5 .5 -.5 1 .5 1h10c1 0 1 -.5 .5 -1l-1.5 -1", "key": "svg-6" }], ["path", { "d": "M12.75 7a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-7" }], ["path", { "d": "M9.25 7a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-8" }]]; const IconBrandQq = createReactComponent("outline", "brand-qq", "BrandQq", __iconNode$1hB); const __iconNode$1hA = [["path", { "d": "M14 5.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0", "key": "svg-0" }], ["path", { "d": "M6 3h5v5h-5l0 -5", "key": "svg-1" }], ["path", { "d": "M11 11v10a5 5 0 0 1 -.217 -9.995l.217 -.005", "key": "svg-2" }]]; const IconBrandRadixUi = createReactComponent("outline", "brand-radix-ui", "BrandRadixUi", __iconNode$1hA); const __iconNode$1hz = [["path", { "d": "M6.357 9c-2.637 .68 -4.357 1.845 -4.357 3.175c0 2.107 4.405 3.825 9.85 3.825c.74 0 1.26 -.039 1.95 -.097", "key": "svg-0" }], ["path", { "d": "M9.837 15.9c-.413 -.596 -.806 -1.133 -1.18 -1.8c-2.751 -4.9 -3.488 -9.77 -1.63 -10.873c1.15 -.697 3.047 .253 4.974 2.254", "key": "svg-1" }], ["path", { "d": "M6.429 15.387c-.702 2.688 -.56 4.716 .56 5.395c1.783 1.08 5.387 -1.958 8.043 -6.804c.36 -.67 .683 -1.329 .968 -1.978", "key": "svg-2" }], ["path", { "d": "M12 18.52c1.928 2 3.817 2.95 4.978 2.253c1.85 -1.102 1.121 -5.972 -1.633 -10.873c-.384 -.677 -.777 -1.204 -1.18 -1.8", "key": "svg-3" }], ["path", { "d": "M17.66 15c2.612 -.687 4.34 -1.85 4.34 -3.176c0 -2.11 -4.408 -3.824 -9.845 -3.824c-.747 0 -1.266 .029 -1.955 .087", "key": "svg-4" }], ["path", { "d": "M8 12c.285 -.66 .607 -1.308 .968 -1.978c2.647 -4.844 6.253 -7.89 8.046 -6.801c1.11 .679 1.262 2.706 .56 5.393", "key": "svg-5" }], ["path", { "d": "M12.26 12.015h-.01c-.01 .13 -.12 .24 -.26 .24a.263 .263 0 0 1 -.25 -.26c0 -.14 .11 -.25 .24 -.25h-.01c.13 -.01 .25 .11 .25 .24", "key": "svg-6" }]]; const IconBrandReactNative = createReactComponent("outline", "brand-react-native", "BrandReactNative", __iconNode$1hz); const __iconNode$1hy = [["path", { "d": "M6.306 8.711c-2.602 .723 -4.306 1.926 -4.306 3.289c0 2.21 4.477 4 10 4c.773 0 1.526 -.035 2.248 -.102", "key": "svg-0" }], ["path", { "d": "M17.692 15.289c2.603 -.722 4.308 -1.926 4.308 -3.289c0 -2.21 -4.477 -4 -10 -4c-.773 0 -1.526 .035 -2.25 .102", "key": "svg-1" }], ["path", { "d": "M6.305 15.287c-.676 2.615 -.485 4.693 .695 5.373c1.913 1.105 5.703 -1.877 8.464 -6.66c.387 -.67 .733 -1.339 1.036 -2", "key": "svg-2" }], ["path", { "d": "M17.694 8.716c.677 -2.616 .487 -4.696 -.694 -5.376c-1.913 -1.105 -5.703 1.877 -8.464 6.66c-.387 .67 -.733 1.34 -1.037 2", "key": "svg-3" }], ["path", { "d": "M12 5.424c-1.925 -1.892 -3.82 -2.766 -5 -2.084c-1.913 1.104 -1.226 5.877 1.536 10.66c.386 .67 .793 1.304 1.212 1.896", "key": "svg-4" }], ["path", { "d": "M12 18.574c1.926 1.893 3.821 2.768 5 2.086c1.913 -1.104 1.226 -5.877 -1.536 -10.66c-.375 -.65 -.78 -1.283 -1.212 -1.897", "key": "svg-5" }], ["path", { "d": "M11.5 12.866a1 1 0 1 0 1 -1.732a1 1 0 0 0 -1 1.732", "key": "svg-6" }]]; const IconBrandReact = createReactComponent("outline", "brand-react", "BrandReact", __iconNode$1hy); const __iconNode$1hx = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M18 18h-3v-6h3", "key": "svg-1" }], ["path", { "d": "M18 15h-3", "key": "svg-2" }], ["path", { "d": "M8 18v-6h2.5a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-3" }], ["path", { "d": "M12 18l-2 -3", "key": "svg-4" }]]; const IconBrandReason = createReactComponent("outline", "brand-reason", "BrandReason", __iconNode$1hx); const __iconNode$1hw = [["path", { "d": "M12 8c2.648 0 5.028 .826 6.675 2.14a2.5 2.5 0 0 1 2.326 4.36c0 3.59 -4.03 6.5 -9 6.5c-4.875 0 -8.845 -2.8 -9 -6.294l-1 -.206a2.5 2.5 0 0 1 2.326 -4.36c1.646 -1.313 4.026 -2.14 6.674 -2.14l.999 0", "key": "svg-0" }], ["path", { "d": "M12 8l1 -5l6 1", "key": "svg-1" }], ["path", { "d": "M18 4a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }], ["path", { "d": "M8.5 13a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-3" }], ["path", { "d": "M14.5 13a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-4" }], ["path", { "d": "M10 17c.667 .333 1.333 .5 2 .5s1.333 -.167 2 -.5", "key": "svg-5" }]]; const IconBrandReddit = createReactComponent("outline", "brand-reddit", "BrandReddit", __iconNode$1hw); const __iconNode$1hv = [["path", { "d": "M6 10.5l1.436 -4c.318 -.876 .728 -1.302 1.359 -1.302c.219 0 1.054 .365 1.88 .583c.825 .219 .733 -.329 .908 -.487c.176 -.158 .355 -.294 .61 -.294c.242 0 .553 .048 1.692 .448c.759 .267 1.493 .574 2.204 .922c1.175 .582 1.426 .913 1.595 1.507l.816 4.623c2.086 .898 3.5 2.357 3.5 3.682c0 1.685 -1.2 3.818 -5.957 3.818c-6.206 0 -14.043 -4.042 -14.043 -7.32c0 -1.044 1.333 -1.77 4 -2.18", "key": "svg-0" }], ["path", { "d": "M6 10.5c0 .969 4.39 3.5 9.5 3.5c1.314 0 3 .063 3 -1.5", "key": "svg-1" }]]; const IconBrandRedhat = createReactComponent("outline", "brand-redhat", "BrandRedhat", __iconNode$1hv); const __iconNode$1hu = [["path", { "d": "M16.54 7c-.805 -2.365 -2.536 -4 -4.54 -4c-2.774 0 -5.023 2.632 -5.023 6.496c0 1.956 1.582 4.727 2.512 6", "key": "svg-0" }], ["path", { "d": "M4.711 11.979c-1.656 1.877 -2.214 4.185 -1.211 5.911c1.387 2.39 5.138 2.831 8.501 .9c1.703 -.979 2.875 -3.362 3.516 -4.798", "key": "svg-1" }], ["path", { "d": "M15.014 19.99c2.511 0 4.523 -.438 5.487 -2.1c1.387 -2.39 -.215 -5.893 -3.579 -7.824c-1.702 -.979 -4.357 -1.235 -5.927 -1.07", "key": "svg-2" }], ["path", { "d": "M10.493 9.862c.48 .276 1.095 .112 1.372 -.366a1 1 0 0 0 -.367 -1.365a1.007 1.007 0 0 0 -1.373 .366a1 1 0 0 0 .368 1.365", "key": "svg-3" }], ["path", { "d": "M8.5 15.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-4" }], ["path", { "d": "M14.5 14a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-5" }]]; const IconBrandRedux = createReactComponent("outline", "brand-redux", "BrandRedux", __iconNode$1hu); const __iconNode$1ht = [["path", { "d": "M5 10h3v10h-3l0 -10", "key": "svg-0" }], ["path", { "d": "M14.5 4h-9.5v3h9.4a1.5 1.5 0 0 1 0 3h-3.4v4l4 6h4l-5 -7h.5a4.5 4.5 0 1 0 0 -9", "key": "svg-1" }]]; const IconBrandRevolut = createReactComponent("outline", "brand-revolut", "BrandRevolut", __iconNode$1ht); const __iconNode$1hs = [["path", { "d": "M19.993 9.108c.383 .4 .687 .863 .893 1.368a4.195 4.195 0 0 1 .006 3.166a4.37 4.37 0 0 1 -.887 1.372a20.233 20.233 0 0 1 -2.208 2a20.615 20.615 0 0 1 -2.495 1.669a21.322 21.322 0 0 1 -5.622 2.202a4.213 4.213 0 0 1 -3.002 -.404a3.98 3.98 0 0 1 -1.163 -.967a3.796 3.796 0 0 1 -.695 -1.312c-1.199 -3.902 -1.022 -8.312 .134 -12.23c.609 -2.057 2.643 -3.349 4.737 -2.874c3.88 .88 7.52 3.147 10.302 6.01", "key": "svg-0" }], ["path", { "d": "M14.044 13.034c.67 -.505 .67 -1.489 0 -2.01a14.824 14.824 0 0 0 -1.498 -1.044a15.783 15.783 0 0 0 -1.62 -.865c-.77 -.35 -1.63 .139 -1.753 .973a15.385 15.385 0 0 0 -.1 3.786a1.232 1.232 0 0 0 1.715 1.027a14.783 14.783 0 0 0 1.694 -.827a14.46 14.46 0 0 0 1.562 -1.035v-.005", "key": "svg-1" }]]; const IconBrandRumble = createReactComponent("outline", "brand-rumble", "BrandRumble", __iconNode$1hs); const __iconNode$1hr = [["path", { "d": "M10.139 3.463c.473 -1.95 3.249 -1.95 3.722 0a1.916 1.916 0 0 0 2.859 1.185c1.714 -1.045 3.678 .918 2.633 2.633a1.916 1.916 0 0 0 1.184 2.858c1.95 .473 1.95 3.249 0 3.722a1.916 1.916 0 0 0 -1.185 2.859c1.045 1.714 -.918 3.678 -2.633 2.633a1.916 1.916 0 0 0 -2.858 1.184c-.473 1.95 -3.249 1.95 -3.722 0a1.916 1.916 0 0 0 -2.859 -1.185c-1.714 1.045 -3.678 -.918 -2.633 -2.633a1.916 1.916 0 0 0 -1.184 -2.858c-1.95 -.473 -1.95 -3.249 0 -3.722a1.916 1.916 0 0 0 1.185 -2.859c-1.045 -1.714 .918 -3.678 2.633 -2.633a1.914 1.914 0 0 0 2.858 -1.184", "key": "svg-0" }], ["path", { "d": "M8 12h6a2 2 0 1 0 0 -4h-6v8v-4", "key": "svg-1" }], ["path", { "d": "M19 16h-2a2 2 0 0 1 -2 -2a2 2 0 0 0 -2 -2h-1", "key": "svg-2" }], ["path", { "d": "M9 8h-4", "key": "svg-3" }], ["path", { "d": "M5 16h4", "key": "svg-4" }]]; const IconBrandRust = createReactComponent("outline", "brand-rust", "BrandRust", __iconNode$1hr); const __iconNode$1hq = [["path", { "d": "M8 16l2 -6l6 -2l-2 6l-6 2", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-1" }]]; const IconBrandSafari = createReactComponent("outline", "brand-safari", "BrandSafari", __iconNode$1hq); const __iconNode$1hp = [["path", { "d": "M4 12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v7a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -7", "key": "svg-0" }], ["path", { "d": "M7 10v-1.862c0 -2.838 2.239 -5.138 5 -5.138s5 2.3 5 5.138v1.862", "key": "svg-1" }], ["path", { "d": "M10.485 17.577c.337 .29 .7 .423 1.515 .423h.413c.323 0 .633 -.133 .862 -.368a1.27 1.27 0 0 0 .356 -.886c0 -.332 -.128 -.65 -.356 -.886a1.203 1.203 0 0 0 -.862 -.368h-.826a1.2 1.2 0 0 1 -.861 -.367a1.27 1.27 0 0 1 -.356 -.886c0 -.332 .128 -.651 .356 -.886a1.2 1.2 0 0 1 .861 -.368h.413c.816 0 1.178 .133 1.515 .423", "key": "svg-2" }]]; const IconBrandSamsungpass = createReactComponent("outline", "brand-samsungpass", "BrandSamsungpass", __iconNode$1hp); const __iconNode$1ho = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 10.523c2.46 -.826 4 -.826 4 -2.155c0 -1.366 -1.347 -1.366 -2.735 -1.366c-1.91 0 -3.352 .49 -4.537 1.748c-.848 .902 -1.027 2.449 -.153 3.307c.973 .956 3.206 1.789 2.884 3.493c-.233 1.235 -1.469 1.823 -2.617 1.202c-.782 -.424 -.454 -1.746 .626 -2.512s2.822 -.992 4.1 -.24c.98 .575 1.046 1.724 .434 2.193", "key": "svg-1" }]]; const IconBrandSass = createReactComponent("outline", "brand-sass", "BrandSass", __iconNode$1ho); const __iconNode$1hn = [["path", { "d": "M3 18a1.93 1.93 0 0 0 .306 1.076a2 2 0 0 0 1.584 .924c.646 .033 -.537 0 .11 0h3a4.992 4.992 0 0 0 -3.66 -4.81c.558 -.973 1.24 -2.149 2.04 -3.531a9 9 0 0 1 5.62 8.341h4c.663 0 2.337 0 3 0a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-1.84 3.176c4.482 2.05 7.6 6.571 7.6 11.824", "key": "svg-0" }]]; const IconBrandSentry = createReactComponent("outline", "brand-sentry", "BrandSentry", __iconNode$1hn); const __iconNode$1hm = [["path", { "d": "M4.281 16.606a8.968 8.968 0 0 1 1.363 -10.977a9.033 9.033 0 0 1 11.011 -1.346c-1.584 4.692 -2.415 6.96 -4.655 8.717c-1.584 1.242 -3.836 2.24 -7.719 3.606m16.335 -7.306c2.113 7.59 -4.892 13.361 -11.302 11.264c1.931 -3.1 3.235 -4.606 4.686 -6.065c1.705 -1.715 3.591 -3.23 6.616 -5.199", "key": "svg-0" }]]; const IconBrandSharik = createReactComponent("outline", "brand-sharik", "BrandSharik", __iconNode$1hm); const __iconNode$1hl = [["path", { "d": "M10 12l2 -2a2.828 2.828 0 0 1 4 0a2.828 2.828 0 0 1 0 4l-3 3", "key": "svg-0" }], ["path", { "d": "M14 12l-2 2a2.828 2.828 0 1 1 -4 -4l3 -3", "key": "svg-1" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-2" }]]; const IconBrandShazam = createReactComponent("outline", "brand-shazam", "BrandShazam", __iconNode$1hl); const __iconNode$1hk = [["path", { "d": "M4 7l.867 12.143a2 2 0 0 0 2 1.857h10.276a2 2 0 0 0 2 -1.857l.867 -12.143h-16l-.01 0", "key": "svg-0" }], ["path", { "d": "M8.5 7c0 -1.653 1.5 -4 3.5 -4s3.5 2.347 3.5 4", "key": "svg-1" }], ["path", { "d": "M9.5 17c.413 .462 1 1 2.5 1s2.5 -.897 2.5 -2s-1 -1.5 -2.5 -2s-2 -1.47 -2 -2c0 -1.104 1 -2 2 -2s1.5 0 2.5 1", "key": "svg-2" }]]; const IconBrandShopee = createReactComponent("outline", "brand-shopee", "BrandShopee", __iconNode$1hk); const __iconNode$1hj = [["path", { "d": "M3.262 10.878l8 8.789c.4 .44 1.091 .44 1.491 0l8 -8.79c.313 -.344 .349 -.859 .087 -1.243l-3.537 -5.194a1 1 0 0 0 -.823 -.436h-8.926a1 1 0 0 0 -.823 .436l-3.54 5.192c-.263 .385 -.227 .901 .087 1.246l-.016 0", "key": "svg-0" }]]; const IconBrandSketch = createReactComponent("outline", "brand-sketch", "BrandSketch", __iconNode$1hj); const __iconNode$1hi = [["path", { "d": "M12 3a9 9 0 0 1 8.603 11.65a4.5 4.5 0 0 1 -5.953 5.953a9 9 0 0 1 -11.253 -11.253a4.5 4.5 0 0 1 5.953 -5.954a8.987 8.987 0 0 1 2.65 -.396", "key": "svg-0" }], ["path", { "d": "M8 14.5c.5 2 2.358 2.5 4 2.5c2.905 0 4 -1.187 4 -2.5c0 -1.503 -1.927 -2.5 -4 -2.5s-4 -1 -4 -2.5c0 -1.313 1.095 -2.5 4 -2.5c1.642 0 3.5 .5 4 2.5", "key": "svg-1" }]]; const IconBrandSkype = createReactComponent("outline", "brand-skype", "BrandSkype", __iconNode$1hi); const __iconNode$1hh = [["path", { "d": "M12 12v-6a2 2 0 0 1 4 0v6m0 -2a2 2 0 1 1 2 2h-6", "key": "svg-0" }], ["path", { "d": "M12 12h6a2 2 0 0 1 0 4h-6m2 0a2 2 0 1 1 -2 2v-6", "key": "svg-1" }], ["path", { "d": "M12 12v6a2 2 0 0 1 -4 0v-6m0 2a2 2 0 1 1 -2 -2h6", "key": "svg-2" }], ["path", { "d": "M12 12h-6a2 2 0 0 1 0 -4h6m-2 0a2 2 0 1 1 2 -2v6", "key": "svg-3" }]]; const IconBrandSlack = createReactComponent("outline", "brand-slack", "BrandSlack", __iconNode$1hh); const __iconNode$1hg = [["path", { "d": "M16.882 7.842a4.882 4.882 0 0 0 -9.764 0c0 4.273 -.213 6.409 -4.118 8.118c2 .882 2 .882 3 3c3 0 4 2 6 2s3 -2 6 -2c1 -2.118 1 -2.118 3 -3c-3.906 -1.709 -4.118 -3.845 -4.118 -8.118m-13.882 8.119c4 -2.118 4 -4.118 1 -7.118m17 7.118c-4 -2.118 -4 -4.118 -1 -7.118", "key": "svg-0" }]]; const IconBrandSnapchat = createReactComponent("outline", "brand-snapchat", "BrandSnapchat", __iconNode$1hg); const __iconNode$1hf = [["path", { "d": "M8.152 3.115a.46 .46 0 0 0 -.609 0c-2.943 2.58 -4.529 5.441 -4.543 8.378c0 2.928 1.586 5.803 4.543 8.392a.46 .46 0 0 0 .61 0c2.957 -2.589 4.547 -5.464 4.547 -8.392c0 -2.928 -1.6 -5.799 -4.548 -8.378", "key": "svg-0" }], ["path", { "d": "M8 20l12.09 -.011c.503 0 .91 -.434 .91 -.969v-6.063c0 -.535 -.407 -.968 -.91 -.968h-7.382", "key": "svg-1" }]]; const IconBrandSnapseed = createReactComponent("outline", "brand-snapseed", "BrandSnapseed", __iconNode$1hf); const __iconNode$1he = [["path", { "d": "M14 21v-5.5l4.5 2.5", "key": "svg-0" }], ["path", { "d": "M10 21v-5.5l-4.5 2.5", "key": "svg-1" }], ["path", { "d": "M3.5 14.5l4.5 -2.5l-4.5 -2.5", "key": "svg-2" }], ["path", { "d": "M20.5 9.5l-4.5 2.5l4.5 2.5", "key": "svg-3" }], ["path", { "d": "M10 3v5.5l-4.5 -2.5", "key": "svg-4" }], ["path", { "d": "M14 3v5.5l4.5 -2.5", "key": "svg-5" }], ["path", { "d": "M12 11l1 1l-1 1l-1 -1l1 -1", "key": "svg-6" }]]; const IconBrandSnowflake = createReactComponent("outline", "brand-snowflake", "BrandSnowflake", __iconNode$1he); const __iconNode$1hd = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M11 11h1l3 -4l-4 4", "key": "svg-1" }], ["path", { "d": "M12 13h1l-4 4l3 -4", "key": "svg-2" }]]; const IconBrandSocketIo = createReactComponent("outline", "brand-socket-io", "BrandSocketIo", __iconNode$1hd); const __iconNode$1hc = [["path", { "d": "M2 17.5c4.667 3 8 4.5 10 4.5c2.5 0 4 -1.5 4 -3.5s-1.5 -3.5 -4 -3.5c-2 0 -5.333 .833 -10 2.5", "key": "svg-0" }], ["path", { "d": "M5 13.5c4.667 -1.667 8 -2.5 10 -2.5c2.5 0 4 1.5 4 3.5c0 .738 -.204 1.408 -.588 1.96l-2.883 3.825", "key": "svg-1" }], ["path", { "d": "M22 6.5c-4 -3 -8 -4.5 -10 -4.5c-2.04 0 -2.618 .463 -3.419 1.545", "key": "svg-2" }], ["path", { "d": "M2 17.5l3 -4", "key": "svg-3" }], ["path", { "d": "M22 6.5l-3 4", "key": "svg-4" }], ["path", { "d": "M8.581 3.545l-2.953 3.711", "key": "svg-5" }], ["path", { "d": "M7.416 12.662c-1.51 -.476 -2.416 -1.479 -2.416 -3.162c0 -2.5 1.5 -3.5 4 -3.5c1.688 0 5.087 1.068 8.198 3.204a114.76 114.76 0 0 1 1.802 1.296l-2.302 .785", "key": "svg-6" }]]; const IconBrandSolidjs = createReactComponent("outline", "brand-solidjs", "BrandSolidjs", __iconNode$1hc); const __iconNode$1hb = [["path", { "d": "M17 11h1c1.38 0 3 1.274 3 3c0 1.657 -1.5 3 -3 3l-6 0v-10c3 0 4.5 1.5 5 4", "key": "svg-0" }], ["path", { "d": "M9 8l0 9", "key": "svg-1" }], ["path", { "d": "M6 17l0 -7", "key": "svg-2" }], ["path", { "d": "M3 16l0 -2", "key": "svg-3" }]]; const IconBrandSoundcloud = createReactComponent("outline", "brand-soundcloud", "BrandSoundcloud", __iconNode$1hb); const __iconNode$1ha = [["path", { "d": "M15 6a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M14 20h6v-6a3 3 0 0 0 -6 0v6", "key": "svg-1" }], ["path", { "d": "M11 8v2.5a3.5 3.5 0 0 1 -3.5 3.5h-.5a3 3 0 0 1 0 -6h4", "key": "svg-2" }]]; const IconBrandSpacehey = createReactComponent("outline", "brand-spacehey", "BrandSpacehey", __iconNode$1ha); const __iconNode$1h9 = [["path", { "d": "M5.636 19.364a9 9 0 1 1 12.728 0", "key": "svg-0" }], ["path", { "d": "M16 9l-4 4", "key": "svg-1" }]]; const IconBrandSpeedtest = createReactComponent("outline", "brand-speedtest", "BrandSpeedtest", __iconNode$1h9); const __iconNode$1h8 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M8 11.973c2.5 -1.473 5.5 -.973 7.5 .527", "key": "svg-1" }], ["path", { "d": "M9 15c1.5 -1 4 -1 5 .5", "key": "svg-2" }], ["path", { "d": "M7 9c2 -1 6 -2 10 .5", "key": "svg-3" }]]; const IconBrandSpotify = createReactComponent("outline", "brand-spotify", "BrandSpotify", __iconNode$1h8); const __iconNode$1h7 = [["path", { "d": "M4 17v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-1", "key": "svg-0" }], ["path", { "d": "M8 16h8", "key": "svg-1" }], ["path", { "d": "M8.322 12.582l7.956 .836", "key": "svg-2" }], ["path", { "d": "M8.787 9.168l7.826 1.664", "key": "svg-3" }], ["path", { "d": "M10.096 5.764l7.608 2.472", "key": "svg-4" }]]; const IconBrandStackoverflow = createReactComponent("outline", "brand-stackoverflow", "BrandStackoverflow", __iconNode$1h7); const __iconNode$1h6 = [["path", { "d": "M17 6a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M17 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M3 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M7 12h3l3.5 6h3.5", "key": "svg-3" }], ["path", { "d": "M17 6h-3.5l-3.5 6", "key": "svg-4" }]]; const IconBrandStackshare = createReactComponent("outline", "brand-stackshare", "BrandStackshare", __iconNode$1h6); const __iconNode$1h5 = [["path", { "d": "M16.5 5a4.5 4.5 0 1 1 -.653 8.953l-4.347 3.009l0 .038a3 3 0 0 1 -2.824 3l-.176 0a3 3 0 0 1 -2.94 -2.402l-2.56 -1.098v-3.5l3.51 1.755a2.989 2.989 0 0 1 2.834 -.635l2.727 -3.818a4.5 4.5 0 0 1 4.429 -5.302", "key": "svg-0" }], ["path", { "d": "M15.5 9.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "fill": "currentColor", "key": "svg-1" }]]; const IconBrandSteam = createReactComponent("outline", "brand-steam", "BrandSteam", __iconNode$1h5); const __iconNode$1h4 = [["path", { "d": "M16 3l-8 4.5l8 4.5", "key": "svg-0" }], ["path", { "d": "M8 12l8 4.5l-8 4.5", "key": "svg-1" }]]; const IconBrandStocktwits = createReactComponent("outline", "brand-stocktwits", "BrandStocktwits", __iconNode$1h4); const __iconNode$1h3 = [["path", { "d": "M3 17a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M3 7a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }], ["path", { "d": "M19 17a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }], ["path", { "d": "M19 7a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-3" }], ["path", { "d": "M11 3a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-4" }], ["path", { "d": "M11 21a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-5" }], ["path", { "d": "M12 21l-8 -4v-10l8 -4l8 4v10l-8 4", "key": "svg-6" }], ["path", { "d": "M9.1 15a2.1 2.1 0 0 1 -.648 -4.098c.282 -1.648 1.319 -2.902 3.048 -2.902c1.694 0 2.906 1.203 3.23 2.8h.17a2.1 2.1 0 0 1 .202 4.19l-.202 .01h-5.8", "key": "svg-7" }], ["path", { "d": "M4 7l4.323 2.702", "key": "svg-8" }], ["path", { "d": "M16.413 14.758l3.587 2.242", "key": "svg-9" }], ["path", { "d": "M4 17l3.529 -2.206", "key": "svg-10" }], ["path", { "d": "M14.609 10.37l5.391 -3.37", "key": "svg-11" }], ["path", { "d": "M12 3v5", "key": "svg-12" }], ["path", { "d": "M12 15v6", "key": "svg-13" }]]; const IconBrandStorj = createReactComponent("outline", "brand-storj", "BrandStorj", __iconNode$1h3); const __iconNode$1h2 = [["path", { "d": "M5 4l.5 16.5l13.5 .5v-18l-14 1", "key": "svg-0" }], ["path", { "d": "M9 15c.6 1.5 1.639 2 3.283 2h-.283c1.8 0 3 -.974 3 -2.435c0 -1.194 -.831 -1.799 -2.147 -2.333l-1.975 -.802c-1.15 -.467 -1.878 -1.422 -1.878 -2.467c0 -.97 .899 -1.786 2.087 -1.893l.613 -.055c1.528 -.138 3 .762 3.3 1.985", "key": "svg-1" }], ["path", { "d": "M16 3.5v1", "key": "svg-2" }]]; const IconBrandStorybook = createReactComponent("outline", "brand-storybook", "BrandStorybook", __iconNode$1h2); const __iconNode$1h1 = [["path", { "d": "M4.103 22c2.292 -2.933 16.825 -2.43 16.825 -11.538c0 -6.298 -4.974 -8.462 -8.451 -8.462c-3.477 0 -9.477 3.036 -9.477 11.241c0 6.374 1.103 8.759 1.103 8.759", "key": "svg-0" }]]; const IconBrandStorytel = createReactComponent("outline", "brand-storytel", "BrandStorytel", __iconNode$1h1); const __iconNode$1h0 = [["path", { "d": "M15 13l-5 -10l-5 10m6 0l4 8l4 -8", "key": "svg-0" }]]; const IconBrandStrava = createReactComponent("outline", "brand-strava", "BrandStrava", __iconNode$1h0); const __iconNode$1g$ = [["path", { "d": "M11.453 8.056c0 -.623 .518 -.979 1.442 -.979c1.69 0 3.41 .343 4.605 .923l.5 -4c-.948 -.449 -2.82 -1 -5.5 -1c-1.895 0 -3.373 .087 -4.5 1c-1.172 .956 -2 2.33 -2 4c0 3.03 1.958 4.906 5 6c1.961 .69 3 .743 3 1.5c0 .735 -.851 1.5 -2 1.5c-1.423 0 -3.963 -.609 -5.5 -1.5l-.5 4c1.321 .734 3.474 1.5 6 1.5c2 0 3.957 -.468 5.084 -1.36c1.263 -.979 1.916 -2.268 1.916 -4.14c0 -3.096 -1.915 -4.547 -5 -5.637c-1.646 -.605 -2.544 -1.07 -2.544 -1.807l-.003 0", "key": "svg-0" }]]; const IconBrandStripe = createReactComponent("outline", "brand-stripe", "BrandStripe", __iconNode$1g$); const __iconNode$1g_ = [["path", { "d": "M19 8l-14 4.5v-5.5l14 -4.5l0 5.5", "key": "svg-0" }], ["path", { "d": "M19 17l-14 4.5v-5.5l14 -4.5l0 5.5", "key": "svg-1" }], ["path", { "d": "M19 11.5l-14 -4.5", "key": "svg-2" }], ["path", { "d": "M5 12.5l14 4.5", "key": "svg-3" }]]; const IconBrandSublimeText = createReactComponent("outline", "brand-sublime-text", "BrandSublimeText", __iconNode$1g_); const __iconNode$1gZ = [["path", { "d": "M14.277 16l3.252 -3.252a1.61 1.61 0 0 0 -2.277 -2.276l-3.252 3.251l-3.252 -3.251a1.61 1.61 0 0 0 -2.276 2.276l3.251 3.252l-3.251 3.252a1.61 1.61 0 1 0 2.276 2.277l3.252 -3.252l3.252 3.252a1.61 1.61 0 1 0 2.277 -2.277l-3.252 -3.252", "key": "svg-0" }], ["path", { "d": "M9 5a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }]]; const IconBrandSugarizer = createReactComponent("outline", "brand-sugarizer", "BrandSugarizer", __iconNode$1gZ); const __iconNode$1gY = [["path", { "d": "M4 14h8v7l8 -11h-8v-7l-8 11", "key": "svg-0" }]]; const IconBrandSupabase = createReactComponent("outline", "brand-supabase", "BrandSupabase", __iconNode$1gY); const __iconNode$1gX = [["path", { "d": "M16 12l4 3l-8 7l-8 -7l4 -3", "key": "svg-0" }], ["path", { "d": "M12 3l-8 6l8 6l8 -6l-8 -6", "key": "svg-1" }], ["path", { "d": "M12 15h8", "key": "svg-2" }]]; const IconBrandSuperhuman = createReactComponent("outline", "brand-superhuman", "BrandSuperhuman", __iconNode$1gX); const __iconNode$1gW = [["path", { "d": "M10 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M15 15h.5c3.038 0 5.5 -1.343 5.5 -3s-2.462 -3 -5.5 -3c-1.836 0 -3.462 .49 -4.46 1.245", "key": "svg-1" }], ["path", { "d": "M9 9h-.5c-3.038 0 -5.5 1.343 -5.5 3s2.462 3 5.5 3c1.844 0 3.476 -.495 4.474 -1.255", "key": "svg-2" }], ["path", { "d": "M15 9v-.5c0 -3.038 -1.343 -5.5 -3 -5.5s-3 2.462 -3 5.5c0 1.833 .49 3.457 1.241 4.456", "key": "svg-3" }], ["path", { "d": "M9 15v.5c0 3.038 1.343 5.5 3 5.5s3 -2.462 3 -5.5c0 -1.842 -.494 -3.472 -1.252 -4.47", "key": "svg-4" }]]; const IconBrandSupernova = createReactComponent("outline", "brand-supernova", "BrandSupernova", __iconNode$1gW); const __iconNode$1gV = [["path", { "d": "M19.954 9.447c-.237 -6.217 0 -6.217 -6 -6.425c-5.774 -.208 -6.824 1 -7.91 5.382c-2.884 11.816 -3.845 14.716 4.792 11.198c9.392 -3.831 9.297 -5.382 9.114 -10.155l.004 0", "key": "svg-0" }], ["path", { "d": "M8 16h.452c1.943 .007 3.526 -1.461 3.543 -3.286v-2.428c.018 -1.828 1.607 -3.298 3.553 -3.286h.452", "key": "svg-1" }]]; const IconBrandSurfshark = createReactComponent("outline", "brand-surfshark", "BrandSurfshark", __iconNode$1gV); const __iconNode$1gU = [["path", { "d": "M15 8l-5 3l.821 -.495c1.86 -1.15 4.412 -.49 5.574 1.352a3.91 3.91 0 0 1 -1.264 5.42l-5.053 3.126c-1.86 1.151 -4.312 .591 -5.474 -1.251a3.91 3.91 0 0 1 1.263 -5.42l.26 -.16", "key": "svg-0" }], ["path", { "d": "M8 17l5 -3l-.822 .496c-1.86 1.151 -4.411 .491 -5.574 -1.351a3.91 3.91 0 0 1 1.264 -5.42l5.054 -3.127c1.86 -1.15 4.311 -.59 5.474 1.252a3.91 3.91 0 0 1 -1.264 5.42l-.26 .16", "key": "svg-1" }]]; const IconBrandSvelte = createReactComponent("outline", "brand-svelte", "BrandSvelte", __iconNode$1gU); const __iconNode$1gT = [["path", { "d": "M20.547 15.828c1.33 -4.126 -1.384 -9.521 -6.047 -12.828c-.135 -.096 2.39 6.704 1.308 9.124c-2.153 -1.454 -4.756 -3.494 -7.808 -6.124l-.5 2l-3.5 -1c4.36 4.748 7.213 7.695 8.56 8.841c-4.658 2.089 -10.65 -.978 -10.56 -.841c1.016 1.545 6 6 11 6c2 0 3.788 -.502 4.742 -1.389c.005 -.005 .432 -.446 1.378 -.17c.504 .148 1.463 .667 2.88 1.559v-1.507c0 -1.377 -.515 -2.67 -1.453 -3.665", "key": "svg-0" }]]; const IconBrandSwift = createReactComponent("outline", "brand-swift", "BrandSwift", __iconNode$1gT); const __iconNode$1gS = [["path", { "d": "M6 13c.458 .667 1.125 1 2 1c1.313 0 2 -.875 2 -1.5c0 -1.5 -2 -1 -2 -2c0 -.625 .516 -1.5 1.5 -1.5c2.5 0 1.563 2 5.5 2c.667 0 1 -.333 1 -1", "key": "svg-0" }], ["path", { "d": "M9 17c-.095 .667 .238 1 1 1c1.714 0 2.714 -2 3 -6c.286 -4 1.571 -6 3 -6c.571 0 .905 .333 1 1", "key": "svg-1" }], ["path", { "d": "M22 12c0 5.523 -4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10a10 10 0 0 1 10 10", "key": "svg-2" }]]; const IconBrandSymfony = createReactComponent("outline", "brand-symfony", "BrandSymfony", __iconNode$1gS); const __iconNode$1gR = [["path", { "d": "M8 9l3 3l-3 3", "key": "svg-0" }], ["path", { "d": "M13 15h3", "key": "svg-1" }], ["path", { "d": "M3 7a4 4 0 0 1 4 -4h10a4 4 0 0 1 4 4v10a4 4 0 0 1 -4 4h-10a4 4 0 0 1 -4 -4l0 -10", "key": "svg-2" }]]; const IconBrandTabler = createReactComponent("outline", "brand-tabler", "BrandTabler", __iconNode$1gR); const __iconNode$1gQ = [["path", { "d": "M20 12l-12 6.75m12 -6.75l-12 -6.75m12 6.75v-4.527l-8 -4.473l-4 2.25m12 6.75v4.5l-8 4.5l-4 -2.25m0 -13.5l-4 2.222v9.028l4 2.25l12 -6.75", "key": "svg-0" }]]; const IconBrandTabnine = createReactComponent("outline", "brand-tabnine", "BrandTabnine", __iconNode$1gQ); const __iconNode$1gP = [["path", { "d": "M11.667 6c-2.49 0 -4.044 1.222 -4.667 3.667c.933 -1.223 2.023 -1.68 3.267 -1.375c.71 .174 1.217 .68 1.778 1.24c.916 .912 2 1.968 4.288 1.968c2.49 0 4.044 -1.222 4.667 -3.667c-.933 1.223 -2.023 1.68 -3.267 1.375c-.71 -.174 -1.217 -.68 -1.778 -1.24c-.916 -.912 -1.975 -1.968 -4.288 -1.968m-4 6.5c-2.49 0 -4.044 1.222 -4.667 3.667c.933 -1.223 2.023 -1.68 3.267 -1.375c.71 .174 1.217 .68 1.778 1.24c.916 .912 1.975 1.968 4.288 1.968c2.49 0 4.044 -1.222 4.667 -3.667c-.933 1.223 -2.023 1.68 -3.267 1.375c-.71 -.174 -1.217 -.68 -1.778 -1.24c-.916 -.912 -1.975 -1.968 -4.288 -1.968", "key": "svg-0" }]]; const IconBrandTailwind = createReactComponent("outline", "brand-tailwind", "BrandTailwind", __iconNode$1gP); const __iconNode$1gO = [["path", { "d": "M2 5c.968 .555 1.335 1.104 2 2", "key": "svg-0" }], ["path", { "d": "M2 10c5.007 3.674 2.85 6.544 0 10", "key": "svg-1" }], ["path", { "d": "M10 4c-.137 4.137 -2.258 5.286 -3.709 6.684", "key": "svg-2" }], ["path", { "d": "M10 6c2.194 -.8 3.736 -.852 6.056 -.993c4.206 -.158 5.523 2.264 5.803 5.153c.428 4.396 -.077 7.186 -2.117 9.298c-1.188 1.23 -3.238 2.62 -7.207 .259", "key": "svg-3" }], ["path", { "d": "M11 10h6", "key": "svg-4" }], ["path", { "d": "M13 10v6.493", "key": "svg-5" }], ["path", { "d": "M8 13h10", "key": "svg-6" }], ["path", { "d": "M16 15.512l.853 1.72", "key": "svg-7" }], ["path", { "d": "M16.5 17c-1.145 .361 -7 3 -8.5 -.5", "key": "svg-8" }], ["path", { "d": "M11.765 8.539l-1.765 2.461", "key": "svg-9" }]]; const IconBrandTaobao = createReactComponent("outline", "brand-taobao", "BrandTaobao", __iconNode$1gO); const __iconNode$1gN = [["path", { "d": "M3 7h10v10h-10l0 -10", "key": "svg-0" }], ["path", { "d": "M6 10h4", "key": "svg-1" }], ["path", { "d": "M8 10v4", "key": "svg-2" }], ["path", { "d": "M8.104 17c.47 2.274 2.483 4 4.896 4a5 5 0 0 0 5 -5v-7h-5", "key": "svg-3" }], ["path", { "d": "M18 18a4 4 0 0 0 4 -4v-5h-4", "key": "svg-4" }], ["path", { "d": "M13.003 8.83a3 3 0 1 0 -1.833 -1.833", "key": "svg-5" }], ["path", { "d": "M15.83 8.36a2.5 2.5 0 1 0 .594 -4.117", "key": "svg-6" }]]; const IconBrandTeams = createReactComponent("outline", "brand-teams", "BrandTeams", __iconNode$1gN); const __iconNode$1gM = [["path", { "d": "M2 8h4", "key": "svg-0" }], ["path", { "d": "M4 8v8", "key": "svg-1" }], ["path", { "d": "M13 8h-4v8h4", "key": "svg-2" }], ["path", { "d": "M9 12h2.5", "key": "svg-3" }], ["path", { "d": "M16 8v8h2a3 3 0 0 0 3 -3v-2a3 3 0 0 0 -3 -3h-2", "key": "svg-4" }]]; const IconBrandTed = createReactComponent("outline", "brand-ted", "BrandTed", __iconNode$1gM); const __iconNode$1gL = [["path", { "d": "M15 10l-4 4l6 6l4 -16l-18 7l4 2l2 6l3 -4", "key": "svg-0" }]]; const IconBrandTelegram = createReactComponent("outline", "brand-telegram", "BrandTelegram", __iconNode$1gL); const __iconNode$1gK = [["path", { "d": "M15 15.5l-11.476 -6.216a1 1 0 0 1 -.524 -.88v-4.054a1.35 1.35 0 0 1 2.03 -1.166l9.97 5.816v10.65a1.35 1.35 0 0 1 -2.03 1.166l-3.474 -2.027a1 1 0 0 1 -.496 -.863v-11.926", "key": "svg-0" }], ["path", { "d": "M15 15.5l5.504 -3.21a1 1 0 0 0 .496 -.864v-3.576a1.35 1.35 0 0 0 -2.03 -1.166l-3.97 2.316", "key": "svg-1" }]]; const IconBrandTerraform = createReactComponent("outline", "brand-terraform", "BrandTerraform", __iconNode$1gK); const __iconNode$1gJ = [["path", { "d": "M12 21l3 -11c2.359 0 3 0 3 1c0 0 1.18 -1.745 2 -3c-3.077 -1.464 -6 -1 -6 -1l-2 2l-2 -2s-2.923 -.464 -6 1c.82 1.255 2 3 2 3c0 -1 .744 -1 3 -1l3 11", "key": "svg-0" }], ["path", { "d": "M20 5c-5.114 -2 -10.886 -2 -16 0", "key": "svg-1" }]]; const IconBrandTesla = createReactComponent("outline", "brand-tesla", "BrandTesla", __iconNode$1gJ); const __iconNode$1gI = [["path", { "d": "M14.08 20.188c-1.15 1.083 -3.02 1.083 -4.17 0l-6.93 -6.548c-.96 -.906 -1.27 -2.624 -.69 -3.831l2.4 -5.018c.47 -.991 1.72 -1.791 2.78 -1.791h9.06c1.06 0 2.31 .802 2.78 1.79l2.4 5.019c.58 1.207 .26 2.925 -.69 3.83c-3.453 3.293 -3.466 3.279 -6.94 6.549", "key": "svg-0" }], ["path", { "d": "M12 15v-7", "key": "svg-1" }], ["path", { "d": "M8 8h8", "key": "svg-2" }]]; const IconBrandTether = createReactComponent("outline", "brand-tether", "BrandTether", __iconNode$1gI); const __iconNode$1gH = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M8 9h8m-4 0v8", "key": "svg-1" }]]; const IconBrandThingiverse = createReactComponent("outline", "brand-thingiverse", "BrandThingiverse", __iconNode$1gH); const __iconNode$1gG = [["path", { "d": "M19 7.5c-1.333 -3 -3.667 -4.5 -7 -4.5c-5 0 -8 2.5 -8 9s3.5 9 8 9s7 -3 7 -5s-1 -5 -7 -5c-2.5 0 -3 1.25 -3 2.5c0 1.5 1 2.5 2.5 2.5c2.5 0 3.5 -1.5 3.5 -5s-2 -4 -3 -4s-1.833 .333 -2.5 1", "key": "svg-0" }]]; const IconBrandThreads = createReactComponent("outline", "brand-threads", "BrandThreads", __iconNode$1gG); const __iconNode$1gF = [["path", { "d": "M8 22l-5 -19l19 5.5l-14 13.5", "key": "svg-0" }], ["path", { "d": "M12.573 17.58l-6.152 -1.576l8.796 -9.466l1.914 6.64", "key": "svg-1" }], ["path", { "d": "M12.573 17.58l-1.573 -6.58l6.13 2.179", "key": "svg-2" }], ["path", { "d": "M9.527 4.893l1.473 6.107l-6.31 -1.564l4.837 -4.543", "key": "svg-3" }]]; const IconBrandThreejs = createReactComponent("outline", "brand-threejs", "BrandThreejs", __iconNode$1gF); const __iconNode$1gE = [["path", { "d": "M5.333 6l3.334 3.25l3.333 -3.25l3.333 3.25l3.334 -3.25l3.333 3.25l-3.333 3.25l-3.334 -3.25l-3.333 3.25l3.333 3.25l-3.333 3.25l-3.333 -3.25l3.333 -3.25l-3.333 -3.25l-3.334 3.25l-3.333 -3.25l3.333 -3.25", "key": "svg-0" }]]; const IconBrandTidal = createReactComponent("outline", "brand-tidal", "BrandTidal", __iconNode$1gE); const __iconNode$1gD = [["path", { "d": "M21 7.917v4.034a9.948 9.948 0 0 1 -5 -1.951v4.5a6.5 6.5 0 1 1 -8 -6.326v4.326a2.5 2.5 0 1 0 4 2v-11.5h4.083a6.005 6.005 0 0 0 4.917 4.917", "key": "svg-0" }]]; const IconBrandTiktok = createReactComponent("outline", "brand-tiktok", "BrandTiktok", __iconNode$1gD); const __iconNode$1gC = [["path", { "d": "M18.918 8.174c2.56 4.982 .501 11.656 -5.38 12.626c-7.702 1.687 -12.84 -7.716 -7.054 -13.229c.309 -.305 1.161 -1.095 1.516 -1.349c0 .528 .27 3.475 1 3.167c3 0 4 -4.222 3.587 -7.389c2.7 1.411 4.987 3.376 6.331 6.174", "key": "svg-0" }]]; const IconBrandTinder = createReactComponent("outline", "brand-tinder", "BrandTinder", __iconNode$1gC); const __iconNode$1gB = [["path", { "d": "M4.417 8.655a.524 .524 0 0 1 -.405 -.622l.986 -4.617a.524 .524 0 0 1 .626 -.404l14.958 3.162c.285 .06 .467 .339 .406 .622l-.987 4.618a.524 .524 0 0 1 -.625 .404l-4.345 -.92c-.198 -.04 -.315 .024 -.353 .197l-2.028 9.49a.527 .527 0 0 1 -.625 .404l-4.642 -.982a.527 .527 0 0 1 -.406 -.622l2.028 -9.493c.037 -.17 -.031 -.274 -.204 -.31l-4.384 -.927", "key": "svg-0" }]]; const IconBrandTopbuzz = createReactComponent("outline", "brand-topbuzz", "BrandTopbuzz", __iconNode$1gB); const __iconNode$1gA = [["path", { "d": "M15.588 15.537l-3.553 -3.537l-7.742 8.18c-.791 .85 .153 2.18 1.238 1.73l9.616 -4.096a1.398 1.398 0 0 0 .44 -2.277", "key": "svg-0" }], ["path", { "d": "M8.412 8.464l3.553 3.536l7.742 -8.18c.791 -.85 -.153 -2.18 -1.238 -1.73l-9.616 4.098a1.398 1.398 0 0 0 -.44 2.277l-.001 -.001", "key": "svg-1" }]]; const IconBrandTorchain = createReactComponent("outline", "brand-torchain", "BrandTorchain", __iconNode$1gA); const __iconNode$1gz = [["path", { "d": "M2 12a10 7 0 1 0 20 0a10 7 0 1 0 -20 0", "key": "svg-0" }], ["path", { "d": "M9 12c0 3.866 1.343 7 3 7s3 -3.134 3 -7s-1.343 -7 -3 -7s-3 3.134 -3 7", "key": "svg-1" }], ["path", { "d": "M6.415 6.191c-.888 .503 -1.415 1.13 -1.415 1.809c0 1.657 3.134 3 7 3s7 -1.343 7 -3c0 -.678 -.525 -1.304 -1.41 -1.806", "key": "svg-2" }]]; const IconBrandToyota = createReactComponent("outline", "brand-toyota", "BrandToyota", __iconNode$1gz); const __iconNode$1gy = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }], ["path", { "d": "M7 7h3v10h-3l0 -10", "key": "svg-1" }], ["path", { "d": "M14 7h3v6h-3l0 -6", "key": "svg-2" }]]; const IconBrandTrello = createReactComponent("outline", "brand-trello", "BrandTrello", __iconNode$1gy); const __iconNode$1gx = [["path", { "d": "M5 13.5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0", "key": "svg-0" }], ["path", { "d": "M16 13.5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0", "key": "svg-1" }], ["path", { "d": "M17.5 9a4.5 4.5 0 1 0 3.5 1.671l1 -1.671h-4.5", "key": "svg-2" }], ["path", { "d": "M6.5 9a4.5 4.5 0 1 1 -3.5 1.671l-1 -1.671h4.5", "key": "svg-3" }], ["path", { "d": "M10.5 15.5l1.5 2l1.5 -2", "key": "svg-4" }], ["path", { "d": "M9 6.75c2 -.667 4 -.667 6 0", "key": "svg-5" }]]; const IconBrandTripadvisor = createReactComponent("outline", "brand-tripadvisor", "BrandTripadvisor", __iconNode$1gx); const __iconNode$1gw = [["path", { "d": "M14 21h4v-4h-4v-6h4v-4h-4v-4h-4v1a3 3 0 0 1 -3 3h-1v4h4v6a4 4 0 0 0 4 4", "key": "svg-0" }]]; const IconBrandTumblr = createReactComponent("outline", "brand-tumblr", "BrandTumblr", __iconNode$1gw); const __iconNode$1gv = [["path", { "d": "M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0", "key": "svg-0" }], ["path", { "d": "M8 9a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }], ["path", { "d": "M14 9a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }], ["path", { "d": "M14 15a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-3" }], ["path", { "d": "M8 15a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-4" }]]; const IconBrandTwilio = createReactComponent("outline", "brand-twilio", "BrandTwilio", __iconNode$1gv); const __iconNode$1gu = [["path", { "d": "M4 5v11a1 1 0 0 0 1 1h2v4l4 -4h5.584c.266 0 .52 -.105 .707 -.293l2.415 -2.414c.187 -.188 .293 -.442 .293 -.708v-8.585a1 1 0 0 0 -1 -1h-14a1 1 0 0 0 -1 1l.001 0", "key": "svg-0" }], ["path", { "d": "M16 8l0 4", "key": "svg-1" }], ["path", { "d": "M12 8l0 4", "key": "svg-2" }]]; const IconBrandTwitch = createReactComponent("outline", "brand-twitch", "BrandTwitch", __iconNode$1gu); const __iconNode$1gt = [["path", { "d": "M22 4.01c-1 .49 -1.98 .689 -3 .99c-1.121 -1.265 -2.783 -1.335 -4.38 -.737s-2.643 2.06 -2.62 3.737v1c-3.245 .083 -6.135 -1.395 -8 -4c0 0 -4.182 7.433 4 11c-1.872 1.247 -3.739 2.088 -6 2c3.308 1.803 6.913 2.423 10.034 1.517c3.58 -1.04 6.522 -3.723 7.651 -7.742a13.84 13.84 0 0 0 .497 -3.753c0 -.249 1.51 -2.772 1.818 -4.013l0 .001", "key": "svg-0" }]]; const IconBrandTwitter = createReactComponent("outline", "brand-twitter", "BrandTwitter", __iconNode$1gt); const __iconNode$1gs = [["path", { "d": "M15 17.5c.32 .32 .754 .5 1.207 .5h.543c.69 0 1.25 -.56 1.25 -1.25v-.25a1.5 1.5 0 0 0 -1.5 -1.5a1.5 1.5 0 0 1 -1.5 -1.5v-.25c0 -.69 .56 -1.25 1.25 -1.25h.543c.453 0 .887 .18 1.207 .5", "key": "svg-0" }], ["path", { "d": "M9 12h4", "key": "svg-1" }], ["path", { "d": "M11 12v6", "key": "svg-2" }], ["path", { "d": "M21 19v-14a2 2 0 0 0 -2 -2h-14a2 2 0 0 0 -2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2", "key": "svg-3" }]]; const IconBrandTypescript = createReactComponent("outline", "brand-typescript", "BrandTypescript", __iconNode$1gs); const __iconNode$1gr = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 10a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", "key": "svg-1" }], ["path", { "d": "M3 12h6", "key": "svg-2" }]]; const IconBrandUber = createReactComponent("outline", "brand-uber", "BrandUber", __iconNode$1gr); const __iconNode$1gq = [["path", { "d": "M10 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M17.723 7.41a7.992 7.992 0 0 0 -3.74 -2.162m-3.971 0a7.993 7.993 0 0 0 -3.789 2.216m-1.881 3.215a8 8 0 0 0 -.342 2.32c0 .738 .1 1.453 .287 2.132m1.96 3.428a7.993 7.993 0 0 0 3.759 2.19m4 0a7.993 7.993 0 0 0 3.747 -2.186m1.962 -3.43a8.008 8.008 0 0 0 .287 -2.131c0 -.764 -.107 -1.503 -.307 -2.203", "key": "svg-1" }], ["path", { "d": "M3 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M17 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }]]; const IconBrandUbuntu = createReactComponent("outline", "brand-ubuntu", "BrandUbuntu", __iconNode$1gq); const __iconNode$1gp = [["path", { "d": "M14 3l6 4v7", "key": "svg-0" }], ["path", { "d": "M18 17l-6 4l-6 -4", "key": "svg-1" }], ["path", { "d": "M4 14v-7l6 -4", "key": "svg-2" }], ["path", { "d": "M4 7l8 5v9", "key": "svg-3" }], ["path", { "d": "M20 7l-8 5", "key": "svg-4" }]]; const IconBrandUnity = createReactComponent("outline", "brand-unity", "BrandUnity", __iconNode$1gp); const __iconNode$1go = [["path", { "d": "M4 11h5v4h6v-4h5v9h-16v-9", "key": "svg-0" }], ["path", { "d": "M9 4h6v4h-6l0 -4", "key": "svg-1" }]]; const IconBrandUnsplash = createReactComponent("outline", "brand-unsplash", "BrandUnsplash", __iconNode$1go); const __iconNode$1gn = [["path", { "d": "M3 7v5a3 3 0 0 0 6 0v-5h1l4 6c.824 1.319 1.945 2 3.5 2a3.5 3.5 0 0 0 0 -7c-2.027 0 -3.137 1 -3.5 3c-.242 1.33 -.908 4 -2 8", "key": "svg-0" }]]; const IconBrandUpwork = createReactComponent("outline", "brand-upwork", "BrandUpwork", __iconNode$1gn); const __iconNode$1gm = [["path", { "d": "M14.5 14h4.5l2 -2v-6l-6.5 8", "key": "svg-0" }], ["path", { "d": "M9 19h5l-11 -13v6l6 7", "key": "svg-1" }]]; const IconBrandValorant = createReactComponent("outline", "brand-valorant", "BrandValorant", __iconNode$1gm); const __iconNode$1gl = [["path", { "d": "M3 19h18l-9 -15l-9 15", "key": "svg-0" }]]; const IconBrandVercel = createReactComponent("outline", "brand-vercel", "BrandVercel", __iconNode$1gl); const __iconNode$1gk = [["path", { "d": "M3 8.5l1 1s1.5 -1.102 2 -.5c.509 .609 1.863 7.65 2.5 9c.556 1.184 1.978 2.89 4 1.5c2 -1.5 7.5 -5.5 8.5 -11.5c.444 -2.661 -1 -4 -2.5 -4c-2 0 -4.047 1.202 -4.5 4c2.05 -1.254 2.551 1 1.5 3c-1.052 2 -2 3 -2.5 3c-.49 0 -.924 -1.165 -1.5 -3.5c-.59 -2.42 -.5 -6.5 -3 -6.5s-5.5 4.5 -5.5 4.5", "key": "svg-0" }]]; const IconBrandVimeo = createReactComponent("outline", "brand-vimeo", "BrandVimeo", __iconNode$1gk); const __iconNode$1gj = [["path", { "d": "M11.028 6c0 7.695 -.292 11.728 0 12c2.046 -5 4.246 -12.642 5.252 -14.099c.343 -.497 .768 -.93 1.257 -1.277c.603 -.39 1.292 -.76 1.463 -.575c-.07 2.319 -4.023 15.822 -4.209 16.314a6.135 6.135 0 0 1 -3.465 3.386c-3.213 .78 -3.429 -.446 -3.836 -1.134c-.95 -2.103 -1.682 -14.26 -1.445 -15.615c.05 -.523 .143 -1.851 2.491 -2c2.359 -.354 2.547 1.404 2.492 3", "key": "svg-0" }]]; const IconBrandVinted = createReactComponent("outline", "brand-vinted", "BrandVinted", __iconNode$1gj); const __iconNode$1gi = [["path", { "d": "M21 15l-1 -6l-2.5 6", "key": "svg-0" }], ["path", { "d": "M9 15l1 -6", "key": "svg-1" }], ["path", { "d": "M3 9h1v6h.5l2.5 -6", "key": "svg-2" }], ["path", { "d": "M16 9.5a.5 .5 0 0 0 -.5 -.5h-.75c-.721 0 -1.337 .521 -1.455 1.233l-.09 .534a1.059 1.059 0 0 0 1.045 1.233a1.059 1.059 0 0 1 1.045 1.233l-.09 .534a1.476 1.476 0 0 1 -1.455 1.233h-.75a.5 .5 0 0 1 -.5 -.5", "key": "svg-3" }], ["path", { "d": "M18 14h2.7", "key": "svg-4" }]]; const IconBrandVisa = createReactComponent("outline", "brand-visa", "BrandVisa", __iconNode$1gi); const __iconNode$1gh = [["path", { "d": "M4 8l2 -1l10 13l4 -2v-12l-4 -2l-10 13l-2 -1l0 -8", "key": "svg-0" }]]; const IconBrandVisualStudio = createReactComponent("outline", "brand-visual-studio", "BrandVisualStudio", __iconNode$1gh); const __iconNode$1gg = [["path", { "d": "M10 4.5l6 -1.5l-2 6.5l2 -.5l-4 7v-5l-3 1l1 -7.5", "key": "svg-0" }], ["path", { "d": "M15 6.5l7 -1.5l-10 17l-10 -17l7.741 1.5", "key": "svg-1" }]]; const IconBrandVite = createReactComponent("outline", "brand-vite", "BrandVite", __iconNode$1gg); const __iconNode$1gf = [["path", { "d": "M21.648 6.808c-2.468 4.28 -4.937 8.56 -7.408 12.836c-.397 .777 -1.366 1.301 -2.24 1.356c-.962 .102 -1.7 -.402 -2.154 -1.254c-1.563 -2.684 -3.106 -5.374 -4.66 -8.064c-.943 -1.633 -1.891 -3.266 -2.83 -4.905a2.47 2.47 0 0 1 -.06 -2.45a2.493 2.493 0 0 1 2.085 -1.307c.951 -.065 1.85 .438 2.287 1.281c.697 1.19 2.043 3.83 2.55 4.682a3.919 3.919 0 0 0 3.282 2.017c2.126 .133 3.974 -.95 4.21 -3.058c0 -.164 .228 -3.178 .846 -3.962c.619 -.784 1.64 -1.155 2.606 -.893a2.484 2.484 0 0 1 1.814 2.062c.08 .581 -.041 1.171 -.343 1.674", "key": "svg-0" }]]; const IconBrandVivaldi = createReactComponent("outline", "brand-vivaldi", "BrandVivaldi", __iconNode$1gf); const __iconNode$1ge = [["path", { "d": "M14 19h-4a8 8 0 0 1 -8 -8v-5h4v5a4 4 0 0 0 4 4v-9h4v4.5l.03 0a4.531 4.531 0 0 0 3.97 -4.496h4l-.342 1.711a6.858 6.858 0 0 1 -3.658 4.789a5.34 5.34 0 0 1 3.566 4.111l.434 2.389h-4a4.531 4.531 0 0 0 -3.97 -4.496v4.5l-.03 -.008", "key": "svg-0" }]]; const IconBrandVk = createReactComponent("outline", "brand-vk", "BrandVk", __iconNode$1ge); const __iconNode$1gd = [["path", { "d": "M13.79 4.337l3.101 9.305c.33 .985 -.113 2.07 -1.02 2.499a9.148 9.148 0 0 1 -7.742 0c-.907 -.428 -1.35 -1.514 -1.02 -2.499l3.1 -9.305c.267 -.8 .985 -1.337 1.791 -1.337c.807 0 1.525 .537 1.79 1.337", "key": "svg-0" }], ["path", { "d": "M7 14h-1.429a2 2 0 0 0 -1.923 1.45l-.571 2a2 2 0 0 0 1.923 2.55h13.998a2 2 0 0 0 1.923 -2.55l-.572 -2a2 2 0 0 0 -1.923 -1.45h-1.426", "key": "svg-1" }]]; const IconBrandVlc = createReactComponent("outline", "brand-vlc", "BrandVlc", __iconNode$1gd); const __iconNode$1gc = [["path", { "d": "M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9", "key": "svg-0" }], ["path", { "d": "M5 7l4.5 11l1.5 -5h2l1.5 5l4.5 -11", "key": "svg-1" }], ["path", { "d": "M9 4l2 6h2l2 -6", "key": "svg-2" }]]; const IconBrandVolkswagen = createReactComponent("outline", "brand-volkswagen", "BrandVolkswagen", __iconNode$1gc); const __iconNode$1gb = [["path", { "d": "M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0", "key": "svg-0" }], ["path", { "d": "M17 12a5 5 0 1 0 -10 0a5 5 0 0 0 10 0", "key": "svg-1" }], ["path", { "d": "M12 3v4", "key": "svg-2" }], ["path", { "d": "M21 12h-4", "key": "svg-3" }], ["path", { "d": "M12 21v-4", "key": "svg-4" }], ["path", { "d": "M3 12h4", "key": "svg-5" }], ["path", { "d": "M18.364 5.636l-2.828 2.828", "key": "svg-6" }], ["path", { "d": "M18.364 18.364l-2.828 -2.828", "key": "svg-7" }], ["path", { "d": "M5.636 18.364l2.828 -2.828", "key": "svg-8" }], ["path", { "d": "M5.636 5.636l2.828 2.828", "key": "svg-9" }]]; const IconBrandVsco = createReactComponent("outline", "brand-vsco", "BrandVsco", __iconNode$1gb); const __iconNode$1ga = [["path", { "d": "M16 3v18l4 -2.5v-13l-4 -2.5", "key": "svg-0" }], ["path", { "d": "M9.165 13.903l-4.165 3.597l-2 -1l4.333 -4.5m1.735 -1.802l6.932 -7.198v5l-4.795 4.141", "key": "svg-1" }], ["path", { "d": "M16 16.5l-11 -10l-2 1l13 13.5", "key": "svg-2" }]]; const IconBrandVscode = createReactComponent("outline", "brand-vscode", "BrandVscode", __iconNode$1ga); const __iconNode$1g9 = [["path", { "d": "M16.5 4l-4.5 8l-4.5 -8", "key": "svg-0" }], ["path", { "d": "M3 4l9 16l9 -16", "key": "svg-1" }]]; const IconBrandVue = createReactComponent("outline", "brand-vue", "BrandVue", __iconNode$1g9); const __iconNode$1g8 = [["path", { "d": "M12 8.04v-5.04", "key": "svg-0" }], ["path", { "d": "M15.5 10l4.5 -2.5", "key": "svg-1" }], ["path", { "d": "M15.5 14l4.5 2.5", "key": "svg-2" }], ["path", { "d": "M12 15.96v5.04", "key": "svg-3" }], ["path", { "d": "M8.5 14l-4.5 2.5", "key": "svg-4" }], ["path", { "d": "M8.5 10l-4.5 -2.505", "key": "svg-5" }]]; const IconBrandWalmart = createReactComponent("outline", "brand-walmart", "BrandWalmart", __iconNode$1g8); const __iconNode$1g7 = [["path", { "d": "M6.66 17.52a7 7 0 0 1 -3.66 -4.52c2 0 3 -1 3 -2.51c0 -3.92 2.25 -7.49 7.38 -7.49c4.62 0 7.62 3.51 7.62 8a8.08 8.08 0 0 1 -3.39 6.62", "key": "svg-0" }], ["path", { "d": "M10 18.69a17.29 17.29 0 0 0 3.33 .3h.54", "key": "svg-1" }], ["path", { "d": "M14 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M6 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M16 9h.01", "key": "svg-4" }], ["path", { "d": "M11 9h.01", "key": "svg-5" }]]; const IconBrandWaze = createReactComponent("outline", "brand-waze", "BrandWaze", __iconNode$1g7); const __iconNode$1g6 = [["path", { "d": "M17 10s-1.376 3.606 -1.5 4c-.046 -.4 -1.5 -8 -1.5 -8c-2.627 0 -3.766 1.562 -4.5 3.5c0 0 -1.843 4.593 -2 5c-.013 -.368 -.5 -4.5 -.5 -4.5c-.15 -2.371 -2.211 -3.98 -4 -3.98l2 12.98c2.745 -.013 4.72 -1.562 5.5 -3.5c0 0 1.44 -4.3 1.5 -4.5c.013 .18 1 8 1 8c2.758 0 4.694 -1.626 5.5 -3.5l3.5 -9.5c-2.732 0 -4.253 2.055 -5 4", "key": "svg-0" }]]; const IconBrandWebflow = createReactComponent("outline", "brand-webflow", "BrandWebflow", __iconNode$1g6); const __iconNode$1g5 = [["path", { "d": "M16.5 10c3.038 0 5.5 2.015 5.5 4.5c0 1.397 -.778 2.645 -2 3.47l0 2.03l-1.964 -1.178a6.649 6.649 0 0 1 -1.536 .178c-3.038 0 -5.5 -2.015 -5.5 -4.5s2.462 -4.5 5.5 -4.5", "key": "svg-0" }], ["path", { "d": "M11.197 15.698c-.69 .196 -1.43 .302 -2.197 .302a8.008 8.008 0 0 1 -2.612 -.432l-2.388 1.432v-2.801c-1.237 -1.082 -2 -2.564 -2 -4.199c0 -3.314 3.134 -6 7 -6c3.782 0 6.863 2.57 7 5.785l0 .233", "key": "svg-1" }], ["path", { "d": "M10 8h.01", "key": "svg-2" }], ["path", { "d": "M7 8h.01", "key": "svg-3" }], ["path", { "d": "M15 14h.01", "key": "svg-4" }], ["path", { "d": "M18 14h.01", "key": "svg-5" }]]; const IconBrandWechat = createReactComponent("outline", "brand-wechat", "BrandWechat", __iconNode$1g5); const __iconNode$1g4 = [["path", { "d": "M19 14.127c0 3.073 -3.502 5.873 -8 5.873c-4.126 0 -8 -2.224 -8 -5.565c0 -1.78 .984 -3.737 2.7 -5.567c2.362 -2.51 5.193 -3.687 6.551 -2.238c.415 .44 .752 1.39 .749 2.062c2 -1.615 4.308 .387 3.5 2.693c1.26 .557 2.5 .538 2.5 2.742", "key": "svg-0" }], ["path", { "d": "M15 4h1a5 5 0 0 1 5 5v1", "key": "svg-1" }]]; const IconBrandWeibo = createReactComponent("outline", "brand-weibo", "BrandWeibo", __iconNode$1g4); const __iconNode$1g3 = [["path", { "d": "M3 21l1.65 -3.8a9 9 0 1 1 3.4 2.9l-5.05 .9", "key": "svg-0" }], ["path", { "d": "M9 10a.5 .5 0 0 0 1 0v-1a.5 .5 0 0 0 -1 0v1a5 5 0 0 0 5 5h1a.5 .5 0 0 0 0 -1h-1a.5 .5 0 0 0 0 1", "key": "svg-1" }]]; const IconBrandWhatsapp = createReactComponent("outline", "brand-whatsapp", "BrandWhatsapp", __iconNode$1g3); const __iconNode$1g2 = [["path", { "d": "M3 4.984h2", "key": "svg-0" }], ["path", { "d": "M8 4.984h2.5", "key": "svg-1" }], ["path", { "d": "M14.5 4.984h2.5", "key": "svg-2" }], ["path", { "d": "M22 4.984h-2", "key": "svg-3" }], ["path", { "d": "M4 4.984l5.455 14.516l6.545 -14.516", "key": "svg-4" }], ["path", { "d": "M9 4.984l6 14.516l6 -14.516", "key": "svg-5" }]]; const IconBrandWikipedia = createReactComponent("outline", "brand-wikipedia", "BrandWikipedia", __iconNode$1g2); const __iconNode$1g1 = [["path", { "d": "M17.8 20l-12 -1.5c-1 -.1 -1.8 -.9 -1.8 -1.9v-9.2c0 -1 .8 -1.8 1.8 -1.9l12 -1.5c1.2 -.1 2.2 .8 2.2 1.9v12.1c0 1.2 -1.1 2.1 -2.2 1.9l0 .1", "key": "svg-0" }], ["path", { "d": "M12 5l0 14", "key": "svg-1" }], ["path", { "d": "M4 12l16 0", "key": "svg-2" }]]; const IconBrandWindows = createReactComponent("outline", "brand-windows", "BrandWindows", __iconNode$1g1); const __iconNode$1g0 = [["path", { "d": "M9 4c0 5.5 -.33 16 4 16s7.546 -11.27 8 -13", "key": "svg-0" }], ["path", { "d": "M3 4c.253 5.44 1.449 16 5.894 16c4.444 0 8.42 -10.036 9.106 -14", "key": "svg-1" }]]; const IconBrandWindy = createReactComponent("outline", "brand-windy", "BrandWindy", __iconNode$1g0); const __iconNode$1f$ = [["path", { "d": "M2 6l5.981 2.392l-.639 6.037c-.18 .893 .06 1.819 .65 2.514a3 3 0 0 0 2.381 1.057a4.328 4.328 0 0 0 4.132 -3.57c-.18 .893 .06 1.819 .65 2.514a3 3 0 0 0 2.38 1.056a4.328 4.328 0 0 0 4.132 -3.57l.333 -4.633", "key": "svg-0" }], ["path", { "d": "M14.504 14.429l.334 -3", "key": "svg-1" }]]; const IconBrandWish = createReactComponent("outline", "brand-wish", "BrandWish", __iconNode$1f$); const __iconNode$1f_ = [["path", { "d": "M3 9l1.5 6l1.379 -5.515a.64 .64 0 0 1 1.242 0l1.379 5.515l1.5 -6", "key": "svg-0" }], ["path", { "d": "M13 11.5v3.5", "key": "svg-1" }], ["path", { "d": "M16 9l5 6", "key": "svg-2" }], ["path", { "d": "M21 9l-5 6", "key": "svg-3" }], ["path", { "d": "M13 9h.01", "key": "svg-4" }]]; const IconBrandWix = createReactComponent("outline", "brand-wix", "BrandWix", __iconNode$1f_); const __iconNode$1fZ = [["path", { "d": "M9.5 9h3", "key": "svg-0" }], ["path", { "d": "M4 9h2.5", "key": "svg-1" }], ["path", { "d": "M11 9l3 11l4 -9", "key": "svg-2" }], ["path", { "d": "M5.5 9l3.5 11l3 -7", "key": "svg-3" }], ["path", { "d": "M18 11c.177 -.528 1 -1.364 1 -2.5c0 -1.78 -.776 -2.5 -1.875 -2.5c-.898 0 -1.125 .812 -1.125 1.429c0 1.83 2 2.058 2 3.571", "key": "svg-4" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-5" }]]; const IconBrandWordpress = createReactComponent("outline", "brand-wordpress", "BrandWordpress", __iconNode$1fZ); const __iconNode$1fY = [["path", { "d": "M4 4l11.733 16h4.267l-11.733 -16l-4.267 0", "key": "svg-0" }], ["path", { "d": "M4 20l6.768 -6.768m2.46 -2.46l6.772 -6.772", "key": "svg-1" }]]; const IconBrandX = createReactComponent("outline", "brand-x", "BrandX", __iconNode$1fY); const __iconNode$1fX = [["path", { "d": "M15.958 21h-7.917a2 2 0 0 1 -1.732 -1l-4.041 -7a2 2 0 0 1 0 -2l4.041 -7a2 2 0 0 1 1.732 -1h7.917a2 2 0 0 1 1.732 1l4.042 7a2 2 0 0 1 0 2l-4.041 7a2 2 0 0 1 -1.733 1", "key": "svg-0" }], ["path", { "d": "M15 16l-6 -8", "key": "svg-1" }], ["path", { "d": "M9 16l6 -8", "key": "svg-2" }]]; const IconBrandXamarin = createReactComponent("outline", "brand-xamarin", "BrandXamarin", __iconNode$1fX); const __iconNode$1fW = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M6.5 5c7.72 2.266 10.037 7.597 12.5 12.5", "key": "svg-1" }], ["path", { "d": "M17.5 5c-7.72 2.266 -10.037 7.597 -12.5 12.5", "key": "svg-2" }]]; const IconBrandXbox = createReactComponent("outline", "brand-xbox", "BrandXbox", __iconNode$1fW); const __iconNode$1fV = [["path", { "d": "M14.401 8.398l1.599 -2.398h5l-4 6l4 6h-5l-8 -12h-5l4 6l-4 6h5l1.596 -2.393", "key": "svg-0" }]]; const IconBrandXdeep = createReactComponent("outline", "brand-xdeep", "BrandXdeep", __iconNode$1fV); const __iconNode$1fU = [["path", { "d": "M16 21l-4 -7l6.5 -11", "key": "svg-0" }], ["path", { "d": "M7 7l2 3.5l-3 4.5", "key": "svg-1" }]]; const IconBrandXing = createReactComponent("outline", "brand-xing", "BrandXing", __iconNode$1fU); const __iconNode$1fT = [["path", { "d": "M3 6l5 0", "key": "svg-0" }], ["path", { "d": "M7 18l7 0", "key": "svg-1" }], ["path", { "d": "M4.5 6l5.5 7v5", "key": "svg-2" }], ["path", { "d": "M10 13l6 -5", "key": "svg-3" }], ["path", { "d": "M12.5 8l5 0", "key": "svg-4" }], ["path", { "d": "M20 11l0 4", "key": "svg-5" }], ["path", { "d": "M20 18l0 .01", "key": "svg-6" }]]; const IconBrandYahoo = createReactComponent("outline", "brand-yahoo", "BrandYahoo", __iconNode$1fT); const __iconNode$1fS = [["path", { "d": "M15 20v-16h-2a4 4 0 0 0 -4 4v1a4 4 0 0 0 4 4h2", "key": "svg-0" }], ["path", { "d": "M9 20l3 -7", "key": "svg-1" }]]; const IconBrandYandex = createReactComponent("outline", "brand-yandex", "BrandYandex", __iconNode$1fS); const __iconNode$1fR = [["path", { "d": "M17.845 19.308c-1.268 .814 -2.41 1.254 -3.845 1.692c-.176 .21 -.645 .544 -.912 .588a42.469 42.469 0 0 1 -4.498 .412c-.812 .006 -1.31 -.214 -1.447 -.554c-.115 -.279 .336 -2.054 .298 -1.964c-.157 .392 -.575 1.287 -.997 1.72c-.579 .6 -1.674 .4 -2.322 .051c-.71 -.386 -.07 -1.28 -.346 -1.267c-.276 .014 -.776 -1.486 -.776 -2.236c0 -.828 .622 -1.674 1.235 -2.211a6.811 6.811 0 0 1 .46 -3.143a7.414 7.414 0 0 1 2.208 -2.615s-1.353 -1.534 -.849 -2.912c.328 -.902 .46 -.895 .567 -.935c.38 -.12 .727 -.33 1.013 -.612c.78 -.88 1.96 -1.438 3.116 -1.322c0 0 .781 -2.43 1.533 -1.936c.415 .653 .671 1.218 .967 1.936c0 0 1.15 -.7 1.25 -.5c.514 1.398 .487 3.204 .211 4.67c-.324 1.408 -.84 2.691 -1.711 3.83c-.094 .16 .98 .705 1.722 2.812c.686 1.928 .278 2.438 .278 2.688s.716 .144 2.296 -.855a5.848 5.848 0 0 1 2.984 -1.145c.735 -.066 .988 -.035 1.22 1c.232 1.035 -.346 1.406 -.744 1.506c0 0 -2.09 .675 -2.911 1.302", "key": "svg-0" }]]; const IconBrandYarn = createReactComponent("outline", "brand-yarn", "BrandYarn", __iconNode$1fR); const __iconNode$1fQ = [["path", { "d": "M7 3l5 2.876v5.088l4.197 -2.73l4.803 2.731l-9.281 5.478l-2.383 1.41l-2.334 1.377l-3 1.77v-5.565l3 -1.771l-.002 -10.664", "key": "svg-0" }]]; const IconBrandYatse = createReactComponent("outline", "brand-yatse", "BrandYatse", __iconNode$1fQ); const __iconNode$1fP = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }], ["path", { "d": "M8 7l4 6l4 -6", "key": "svg-1" }], ["path", { "d": "M12 17l0 -4", "key": "svg-2" }]]; const IconBrandYcombinator = createReactComponent("outline", "brand-ycombinator", "BrandYcombinator", __iconNode$1fP); const __iconNode$1fO = [["path", { "d": "M18.608 17.75l-3.9 .268h-.027a13.83 13.83 0 0 0 -3.722 .828l-2.511 .908a4.111 4.111 0 0 1 -3.287 -.216a3.82 3.82 0 0 1 -1.98 -2.527l-1.376 -6.05a3.669 3.669 0 0 1 .536 -2.86a3.964 3.964 0 0 1 2.489 -1.661l11.25 -2.354c2.137 -.448 4.247 .85 4.713 2.9l1.403 6.162a3.677 3.677 0 0 1 -.697 3.086a4.007 4.007 0 0 1 -2.89 1.512v.002l-.001 .002", "key": "svg-0" }], ["path", { "d": "M9 10l1.208 5l4.292 -4l-5.5 -1", "key": "svg-1" }]]; const IconBrandYoutubeKids = createReactComponent("outline", "brand-youtube-kids", "BrandYoutubeKids", __iconNode$1fO); const __iconNode$1fN = [["path", { "d": "M2 8a4 4 0 0 1 4 -4h12a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-12a4 4 0 0 1 -4 -4v-8", "key": "svg-0" }], ["path", { "d": "M10 9l5 3l-5 3l0 -6", "key": "svg-1" }]]; const IconBrandYoutube = createReactComponent("outline", "brand-youtube", "BrandYoutube", __iconNode$1fN); const __iconNode$1fM = [["path", { "d": "M7.531 21c-.65 0 -1 -.15 -1.196 -.27c-.266 -.157 -.753 -.563 -1.197 -1.747a20.583 20.583 0 0 1 -1.137 -6.983c.015 -2.745 .436 -5.07 1.137 -6.975c.444 -1.2 .93 -1.605 1.197 -1.763c.192 -.103 .545 -.262 1.195 -.262c.244 0 .532 .022 .871 .075a19.093 19.093 0 0 1 6.425 2.475h.007a19.572 19.572 0 0 1 5.287 4.508c.783 .99 .879 1.627 .879 1.942c0 .315 -.096 .953 -.879 1.943a19.571 19.571 0 0 1 -5.287 4.5h-.007a19.041 19.041 0 0 1 -6.425 2.474a5.01 5.01 0 0 1 -.871 .083", "key": "svg-0" }]]; const IconBrandZalando = createReactComponent("outline", "brand-zalando", "BrandZalando", __iconNode$1fM); const __iconNode$1fL = [["path", { "d": "M3 12h6", "key": "svg-0" }], ["path", { "d": "M21 12h-6", "key": "svg-1" }], ["path", { "d": "M12 3v6", "key": "svg-2" }], ["path", { "d": "M12 15v6", "key": "svg-3" }], ["path", { "d": "M5.636 5.636l4.243 4.243", "key": "svg-4" }], ["path", { "d": "M18.364 18.364l-4.243 -4.243", "key": "svg-5" }], ["path", { "d": "M18.364 5.636l-4.243 4.243", "key": "svg-6" }], ["path", { "d": "M9.879 14.121l-4.243 4.243", "key": "svg-7" }]]; const IconBrandZapier = createReactComponent("outline", "brand-zapier", "BrandZapier", __iconNode$1fL); const __iconNode$1fK = [["path", { "d": "M3 20h18l-9 -16l-9 16", "key": "svg-0" }]]; const IconBrandZeit = createReactComponent("outline", "brand-zeit", "BrandZeit", __iconNode$1fK); const __iconNode$1fJ = [["path", { "d": "M14 6h6v12h-2l-2 2l-1 -2h-1l0 -12", "key": "svg-0" }], ["path", { "d": "M4 12h6.5", "key": "svg-1" }], ["path", { "d": "M10.5 6h-5", "key": "svg-2" }], ["path", { "d": "M6 4c-.5 2.5 -1.5 3.5 -2.5 4.5", "key": "svg-3" }], ["path", { "d": "M8 6v7c0 4.5 -2 5.5 -4 7", "key": "svg-4" }], ["path", { "d": "M11 18l-3 -5", "key": "svg-5" }]]; const IconBrandZhihu = createReactComponent("outline", "brand-zhihu", "BrandZhihu", __iconNode$1fJ); const __iconNode$1fI = [["path", { "d": "M17.011 9.385v5.128l3.989 3.487v-12l-3.989 3.385", "key": "svg-0" }], ["path", { "d": "M3.887 6h10.08c1.468 0 3.033 1.203 3.033 2.803v8.196a.991 .991 0 0 1 -.975 1h-10.373c-1.667 0 -2.652 -1.5 -2.652 -3l.01 -8a.882 .882 0 0 1 .208 -.71a.841 .841 0 0 1 .67 -.287l-.001 -.002", "key": "svg-1" }]]; const IconBrandZoom = createReactComponent("outline", "brand-zoom", "BrandZoom", __iconNode$1fI); const __iconNode$1fH = [["path", { "d": "M6.5 3h11c1.325 0 2.5 1 2.5 2.5c0 2 -1.705 3.264 -2 3.5l-4.5 4l2 -5h-9a2.5 2.5 0 0 1 0 -5", "key": "svg-0" }], ["path", { "d": "M17.5 21h-11c-1.325 0 -2.5 -1 -2.5 -2.5c0 -2 1.705 -3.264 2 -3.5l4.5 -4l-2 5h9a2.5 2.5 0 1 1 0 5", "key": "svg-1" }]]; const IconBrandZulip = createReactComponent("outline", "brand-zulip", "BrandZulip", __iconNode$1fH); const __iconNode$1fG = [["path", { "d": "M5.5 4c-1.465 0 -2.5 1.101 -2.5 2.5s1.035 2.5 2.5 2.5h2.5l-4.637 7.19a2.434 2.434 0 0 0 -.011 2.538c.473 .787 1.35 1.272 2.3 1.272h10.848c1.465 0 2.5 -1.101 2.5 -2.5s-1.035 -2.5 -2.5 -2.5h-2.5l7 -11h-15.5", "key": "svg-0" }]]; const IconBrandZwift = createReactComponent("outline", "brand-zwift", "BrandZwift", __iconNode$1fG); const __iconNode$1fF = [["path", { "d": "M8 4l10 .005v-.005a3 3 0 0 1 2 5.235v6.765m-.59 3.418c-.36 .36 -.86 .582 -1.41 .582h-12a2 2 0 0 1 -2 -2v-8.764a3 3 0 0 1 .418 -4.785", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconBreadOff = createReactComponent("outline", "bread-off", "BreadOff", __iconNode$1fF); const __iconNode$1fE = [["path", { "d": "M18 4a3 3 0 0 1 2 5.235v8.765a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-8.764a3 3 0 0 1 1.824 -5.231h12.176v-.005", "key": "svg-0" }]]; const IconBread = createReactComponent("outline", "bread", "Bread", __iconNode$1fE); const __iconNode$1fD = [["path", { "d": "M3 9a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-9", "key": "svg-0" }], ["path", { "d": "M8 7v-2a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v2", "key": "svg-1" }]]; const IconBriefcase2 = createReactComponent("outline", "briefcase-2", "Briefcase2", __iconNode$1fD); const __iconNode$1fC = [["path", { "d": "M11 7h8a2 2 0 0 1 2 2v8m-1.166 2.818a1.993 1.993 0 0 1 -.834 .182h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h2", "key": "svg-0" }], ["path", { "d": "M8.185 4.158a2 2 0 0 1 1.815 -1.158h4a2 2 0 0 1 2 2v2", "key": "svg-1" }], ["path", { "d": "M12 12v.01", "key": "svg-2" }], ["path", { "d": "M3 13a20 20 0 0 0 11.905 1.928m3.263 -.763a20 20 0 0 0 2.832 -1.165", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconBriefcaseOff = createReactComponent("outline", "briefcase-off", "BriefcaseOff", __iconNode$1fC); const __iconNode$1fB = [["path", { "d": "M3 9a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2l0 -9", "key": "svg-0" }], ["path", { "d": "M8 7v-2a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v2", "key": "svg-1" }], ["path", { "d": "M12 12l0 .01", "key": "svg-2" }], ["path", { "d": "M3 13a20 20 0 0 0 18 0", "key": "svg-3" }]]; const IconBriefcase = createReactComponent("outline", "briefcase", "Briefcase", __iconNode$1fB); const __iconNode$1fA = [["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M6 6h3.5l2.5 -2.5l2.5 2.5h3.5v3.5l2.5 2.5l-2.5 2.5v3.5h-3.5l-2.5 2.5l-2.5 -2.5h-3.5v-3.5l-2.5 -2.5l2.5 -2.5l0 -3.5", "key": "svg-1" }]]; const IconBrightness2 = createReactComponent("outline", "brightness-2", "Brightness2", __iconNode$1fA); const __iconNode$1fz = [["path", { "d": "M6 6h3.5l2.5 -2.5l2.5 2.5h3.5v3.5l2.5 2.5l-2.5 2.5v3.5h-3.5l-2.5 2.5l-2.5 -2.5h-3.5v-3.5l-2.5 -2.5l2.5 -2.5l0 -3.5", "key": "svg-0" }], ["path", { "d": "M10 14.5v-3.5a2 2 0 1 1 4 0v3.5", "key": "svg-1" }], ["path", { "d": "M10 13h4", "key": "svg-2" }]]; const IconBrightnessAuto = createReactComponent("outline", "brightness-auto", "BrightnessAuto", __iconNode$1fz); const __iconNode$1fy = [["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M12 5l0 .01", "key": "svg-1" }], ["path", { "d": "M17 7l0 .01", "key": "svg-2" }], ["path", { "d": "M19 12l0 .01", "key": "svg-3" }], ["path", { "d": "M17 17l0 .01", "key": "svg-4" }], ["path", { "d": "M12 19l0 .01", "key": "svg-5" }], ["path", { "d": "M7 17l0 .01", "key": "svg-6" }], ["path", { "d": "M5 12l0 .01", "key": "svg-7" }], ["path", { "d": "M7 7l0 .01", "key": "svg-8" }]]; const IconBrightnessDown = createReactComponent("outline", "brightness-down", "BrightnessDown", __iconNode$1fy); const __iconNode$1fx = [["path", { "d": "M12 9a3 3 0 0 0 0 6v-6", "key": "svg-0" }], ["path", { "d": "M6 6h3.5l2.5 -2.5l2.5 2.5h3.5v3.5l2.5 2.5l-2.5 2.5v3.5h-3.5l-2.5 2.5l-2.5 -2.5h-3.5v-3.5l-2.5 -2.5l2.5 -2.5l0 -3.5", "key": "svg-1" }]]; const IconBrightnessHalf = createReactComponent("outline", "brightness-half", "BrightnessHalf", __iconNode$1fx); const __iconNode$1fw = [["path", { "d": "M12 3v5m0 4v9", "key": "svg-0" }], ["path", { "d": "M5.641 5.631a9 9 0 1 0 12.719 12.738m1.68 -2.318a9 9 0 0 0 -12.074 -12.098", "key": "svg-1" }], ["path", { "d": "M12.5 8.5l4.15 -4.15", "key": "svg-2" }], ["path", { "d": "M12 14l1.025 -.983m2.065 -1.981l4.28 -4.106", "key": "svg-3" }], ["path", { "d": "M12 19.6l3.79 -3.79m2 -2l3.054 -3.054", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconBrightnessOff = createReactComponent("outline", "brightness-off", "BrightnessOff", __iconNode$1fw); const __iconNode$1fv = [["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M12 5l0 -2", "key": "svg-1" }], ["path", { "d": "M17 7l1.4 -1.4", "key": "svg-2" }], ["path", { "d": "M19 12l2 0", "key": "svg-3" }], ["path", { "d": "M17 17l1.4 1.4", "key": "svg-4" }], ["path", { "d": "M12 19l0 2", "key": "svg-5" }], ["path", { "d": "M7 17l-1.4 1.4", "key": "svg-6" }], ["path", { "d": "M6 12l-2 0", "key": "svg-7" }], ["path", { "d": "M7 7l-1.4 -1.4", "key": "svg-8" }]]; const IconBrightnessUp = createReactComponent("outline", "brightness-up", "BrightnessUp", __iconNode$1fv); const __iconNode$1fu = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 3l0 18", "key": "svg-1" }], ["path", { "d": "M12 9l4.65 -4.65", "key": "svg-2" }], ["path", { "d": "M12 14.3l7.37 -7.37", "key": "svg-3" }], ["path", { "d": "M12 19.6l8.85 -8.85", "key": "svg-4" }]]; const IconBrightness = createReactComponent("outline", "brightness", "Brightness", __iconNode$1fu); const __iconNode$1ft = [["path", { "d": "M18.364 19.364a9 9 0 0 0 -9.721 -14.717m-2.488 1.509a9 9 0 0 0 -.519 13.208", "key": "svg-0" }], ["path", { "d": "M15.536 16.536a5 5 0 0 0 -3.536 -8.536m-3 1a5 5 0 0 0 -.535 7.536", "key": "svg-1" }], ["path", { "d": "M12 12a1 1 0 1 0 1 1", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconBroadcastOff = createReactComponent("outline", "broadcast-off", "BroadcastOff", __iconNode$1ft); const __iconNode$1fs = [["path", { "d": "M18.364 19.364a9 9 0 1 0 -12.728 0", "key": "svg-0" }], ["path", { "d": "M15.536 16.536a5 5 0 1 0 -7.072 0", "key": "svg-1" }], ["path", { "d": "M11 13a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }]]; const IconBroadcast = createReactComponent("outline", "broadcast", "Broadcast", __iconNode$1fs); const __iconNode$1fr = [["path", { "d": "M4 5a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1l0 -14", "key": "svg-0" }], ["path", { "d": "M4 8h16", "key": "svg-1" }], ["path", { "d": "M8 4v4", "key": "svg-2" }], ["path", { "d": "M9.5 14.5l1.5 1.5l3 -3", "key": "svg-3" }]]; const IconBrowserCheck = createReactComponent("outline", "browser-check", "BrowserCheck", __iconNode$1fr); const __iconNode$1fq = [["path", { "d": "M4 8h8", "key": "svg-0" }], ["path", { "d": "M20 11.5v6.5a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h6.5", "key": "svg-1" }], ["path", { "d": "M8 4v4", "key": "svg-2" }], ["path", { "d": "M16 8l5 -5", "key": "svg-3" }], ["path", { "d": "M21 7.5v-4.5h-4.5", "key": "svg-4" }]]; const IconBrowserMaximize = createReactComponent("outline", "browser-maximize", "BrowserMaximize", __iconNode$1fq); const __iconNode$1fp = [["path", { "d": "M4 8h16", "key": "svg-0" }], ["path", { "d": "M12 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v9", "key": "svg-1" }], ["path", { "d": "M8 4v4", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }]]; const IconBrowserMinus = createReactComponent("outline", "browser-minus", "BrowserMinus", __iconNode$1fp); const __iconNode$1fo = [["path", { "d": "M8 4h11a1 1 0 0 1 1 1v11m-.288 3.702a1 1 0 0 1 -.712 .298h-14a1 1 0 0 1 -1 -1v-14c0 -.276 .112 -.526 .293 -.707", "key": "svg-0" }], ["path", { "d": "M4 8h4m4 0h8", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconBrowserOff = createReactComponent("outline", "browser-off", "BrowserOff", __iconNode$1fo); const __iconNode$1fn = [["path", { "d": "M4 8h16", "key": "svg-0" }], ["path", { "d": "M12 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6", "key": "svg-1" }], ["path", { "d": "M8 4v4", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }], ["path", { "d": "M19 16v6", "key": "svg-4" }]]; const IconBrowserPlus = createReactComponent("outline", "browser-plus", "BrowserPlus", __iconNode$1fn); const __iconNode$1fm = [["path", { "d": "M4 8h16", "key": "svg-0" }], ["path", { "d": "M12.5 20h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v7", "key": "svg-1" }], ["path", { "d": "M8 4v4", "key": "svg-2" }], ["path", { "d": "M16 22l5 -5", "key": "svg-3" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-4" }]]; const IconBrowserShare = createReactComponent("outline", "browser-share", "BrowserShare", __iconNode$1fm); const __iconNode$1fl = [["path", { "d": "M4 5a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1l0 -14", "key": "svg-0" }], ["path", { "d": "M4 8h16", "key": "svg-1" }], ["path", { "d": "M8 4v4", "key": "svg-2" }], ["path", { "d": "M10 16l4 -4", "key": "svg-3" }], ["path", { "d": "M14 16l-4 -4", "key": "svg-4" }]]; const IconBrowserX = createReactComponent("outline", "browser-x", "BrowserX", __iconNode$1fl); const __iconNode$1fk = [["path", { "d": "M4 8h16", "key": "svg-0" }], ["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-1" }], ["path", { "d": "M8 4v4", "key": "svg-2" }]]; const IconBrowser = createReactComponent("outline", "browser", "Browser", __iconNode$1fk); const __iconNode$1fj = [["path", { "d": "M3 17a4 4 0 1 1 4 4h-4v-4", "key": "svg-0" }], ["path", { "d": "M21 3a16 16 0 0 0 -9.309 4.704m-1.795 2.212a15.993 15.993 0 0 0 -1.696 3.284", "key": "svg-1" }], ["path", { "d": "M21 3a16 16 0 0 1 -4.697 9.302m-2.195 1.786a15.993 15.993 0 0 1 -3.308 1.712", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconBrushOff = createReactComponent("outline", "brush-off", "BrushOff", __iconNode$1fj); const __iconNode$1fi = [["path", { "d": "M3 21v-4a4 4 0 1 1 4 4h-4", "key": "svg-0" }], ["path", { "d": "M21 3a16 16 0 0 0 -12.8 10.2", "key": "svg-1" }], ["path", { "d": "M21 3a16 16 0 0 1 -10.2 12.8", "key": "svg-2" }], ["path", { "d": "M10.6 9a9 9 0 0 1 4.4 4.4", "key": "svg-3" }]]; const IconBrush = createReactComponent("outline", "brush", "Brush", __iconNode$1fi); const __iconNode$1fh = [["path", { "d": "M12.4 19a4.2 4.2 0 0 1 -1.57 -.298l-3.83 2.298v-3.134a2.668 2.668 0 0 1 -1.795 -3.773a4.8 4.8 0 0 1 2.908 -8.933a5.335 5.335 0 0 1 9.194 1.078a5.333 5.333 0 0 1 3.404 8.771", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }]]; const IconBubbleMinus = createReactComponent("outline", "bubble-minus", "BubbleMinus", __iconNode$1fh); const __iconNode$1fg = [["path", { "d": "M12.4 19a4.2 4.2 0 0 1 -1.57 -.298l-3.83 2.298v-3.134a2.668 2.668 0 0 1 -1.795 -3.773a4.8 4.8 0 0 1 2.908 -8.933a5.335 5.335 0 0 1 9.194 1.078a5.333 5.333 0 0 1 4.45 6.89", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }]]; const IconBubblePlus = createReactComponent("outline", "bubble-plus", "BubblePlus", __iconNode$1fg); const __iconNode$1ff = [["path", { "d": "M17.95 9l-1.478 8.69c-.25 1.463 -.374 2.195 -.936 2.631c-1.2 .931 -6.039 .88 -7.172 0c-.562 -.436 -.687 -1.168 -.936 -2.632l-1.478 -8.689", "key": "svg-0" }], ["path", { "d": "M6 9l.514 -1.286a5.908 5.908 0 0 1 10.972 0l.514 1.286", "key": "svg-1" }], ["path", { "d": "M5 9h14", "key": "svg-2" }], ["path", { "d": "M12 9l4 -7", "key": "svg-3" }], ["path", { "d": "M7 14c.593 .642 1.484 1.017 2.5 1c1.016 .017 1.907 -.358 2.5 -1s1.484 -1.017 2.5 -1c1.016 -.017 1.907 .358 2.5 1", "key": "svg-4" }]]; const IconBubbleTea2 = createReactComponent("outline", "bubble-tea-2", "BubbleTea2", __iconNode$1ff); const __iconNode$1fe = [["path", { "d": "M17.95 9l-1.478 8.69c-.25 1.463 -.374 2.195 -.936 2.631c-1.2 .931 -6.039 .88 -7.172 0c-.562 -.436 -.687 -1.168 -.936 -2.632l-1.478 -8.689", "key": "svg-0" }], ["path", { "d": "M6 9l.514 -1.286a5.908 5.908 0 0 1 10.972 0l.514 1.286", "key": "svg-1" }], ["path", { "d": "M5 9h14", "key": "svg-2" }], ["path", { "d": "M12 9l4 -7", "key": "svg-3" }], ["path", { "d": "M10.01 14h.01", "key": "svg-4" }], ["path", { "d": "M11.02 18h.01", "key": "svg-5" }], ["path", { "d": "M13.02 16h.01", "key": "svg-6" }]]; const IconBubbleTea = createReactComponent("outline", "bubble-tea", "BubbleTea", __iconNode$1fe); const __iconNode$1fd = [["path", { "d": "M7 10h10", "key": "svg-0" }], ["path", { "d": "M9 14h5", "key": "svg-1" }], ["path", { "d": "M12.4 3a5.34 5.34 0 0 1 4.906 3.239a5.333 5.333 0 0 1 -1.195 10.6a4.26 4.26 0 0 1 -5.28 1.863l-3.831 2.298v-3.134a2.668 2.668 0 0 1 -1.795 -3.773a4.8 4.8 0 0 1 2.908 -8.933a5.33 5.33 0 0 1 4.287 -2.16", "key": "svg-2" }]]; const IconBubbleText = createReactComponent("outline", "bubble-text", "BubbleText", __iconNode$1fd); const __iconNode$1fc = [["path", { "d": "M13.5 18.75c-.345 .09 -.727 .25 -1.1 .25a4.3 4.3 0 0 1 -1.57 -.298l-3.83 2.298v-3.134a2.668 2.668 0 0 1 -1.795 -3.773a4.8 4.8 0 0 1 2.908 -8.933a5.335 5.335 0 0 1 9.194 1.078a5.333 5.333 0 0 1 4.484 6.778", "key": "svg-0" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-1" }], ["path", { "d": "M17 22l5 -5", "key": "svg-2" }]]; const IconBubbleX = createReactComponent("outline", "bubble-x", "BubbleX", __iconNode$1fc); const __iconNode$1fb = [["path", { "d": "M12.4 3a5.34 5.34 0 0 1 4.906 3.239a5.333 5.333 0 0 1 -1.195 10.6a4.26 4.26 0 0 1 -5.28 1.863l-3.831 2.298v-3.134a2.668 2.668 0 0 1 -1.795 -3.773a4.8 4.8 0 0 1 2.908 -8.933a5.33 5.33 0 0 1 4.287 -2.16", "key": "svg-0" }]]; const IconBubble = createReactComponent("outline", "bubble", "Bubble", __iconNode$1fb); const __iconNode$1fa = [["path", { "d": "M5 16l1.465 1.638a2 2 0 1 1 -3.015 .099l1.55 -1.737", "key": "svg-0" }], ["path", { "d": "M13.737 9.737c2.299 -2.3 3.23 -5.095 2.081 -6.245c-1.15 -1.15 -3.945 -.217 -6.244 2.082c-2.3 2.299 -3.231 5.095 -2.082 6.244c1.15 1.15 3.946 .218 6.245 -2.081", "key": "svg-1" }], ["path", { "d": "M7.492 11.818c.362 .362 .768 .676 1.208 .934l6.895 4.047c1.078 .557 2.255 -.075 3.692 -1.512c1.437 -1.437 2.07 -2.614 1.512 -3.692c-.372 -.718 -1.72 -3.017 -4.047 -6.895a6.015 6.015 0 0 0 -.934 -1.208", "key": "svg-2" }]]; const IconBucketDroplet = createReactComponent("outline", "bucket-droplet", "BucketDroplet", __iconNode$1fa); const __iconNode$1f9 = [["path", { "d": "M5.029 5.036c-.655 .58 -1.029 1.25 -1.029 1.964c0 2.033 3.033 3.712 6.96 3.967m3.788 -.21c3.064 -.559 5.252 -2.029 5.252 -3.757c0 -2.21 -3.582 -4 -8 -4c-1.605 0 -3.1 .236 -4.352 .643", "key": "svg-0" }], ["path", { "d": "M4 7c0 .664 .088 1.324 .263 1.965l2.737 10.035c.5 1.5 2.239 2 5 2s4.5 -.5 5 -2c.1 -.3 .252 -.812 .457 -1.535m.862 -3.146c.262 -.975 .735 -2.76 1.418 -5.354a7.45 7.45 0 0 0 .263 -1.965", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconBucketOff = createReactComponent("outline", "bucket-off", "BucketOff", __iconNode$1f9); const __iconNode$1f8 = [["path", { "d": "M4 7a8 4 0 1 0 16 0a8 4 0 1 0 -16 0", "key": "svg-0" }], ["path", { "d": "M4 7c0 .664 .088 1.324 .263 1.965l2.737 10.035c.5 1.5 2.239 2 5 2s4.5 -.5 5 -2c.333 -1 1.246 -4.345 2.737 -10.035a7.45 7.45 0 0 0 .263 -1.965", "key": "svg-1" }]]; const IconBucket = createReactComponent("outline", "bucket", "Bucket", __iconNode$1f8); const __iconNode$1f7 = [["path", { "d": "M9.884 5.873a3 3 0 0 1 5.116 2.127v1", "key": "svg-0" }], ["path", { "d": "M13 9h3a6 6 0 0 1 1 3v1m-.298 3.705a5 5 0 0 1 -9.702 -1.705v-3a6 6 0 0 1 1 -3h1", "key": "svg-1" }], ["path", { "d": "M3 13h4", "key": "svg-2" }], ["path", { "d": "M17 13h4", "key": "svg-3" }], ["path", { "d": "M12 20v-6", "key": "svg-4" }], ["path", { "d": "M4 19l3.35 -2", "key": "svg-5" }], ["path", { "d": "M4 7l3.75 2.4", "key": "svg-6" }], ["path", { "d": "M20 7l-3.75 2.4", "key": "svg-7" }], ["path", { "d": "M3 3l18 18", "key": "svg-8" }]]; const IconBugOff = createReactComponent("outline", "bug-off", "BugOff", __iconNode$1f7); const __iconNode$1f6 = [["path", { "d": "M9 9v-1a3 3 0 0 1 6 0v1", "key": "svg-0" }], ["path", { "d": "M8 9h8a6 6 0 0 1 1 3v3a5 5 0 0 1 -10 0v-3a6 6 0 0 1 1 -3", "key": "svg-1" }], ["path", { "d": "M3 13l4 0", "key": "svg-2" }], ["path", { "d": "M17 13l4 0", "key": "svg-3" }], ["path", { "d": "M12 20l0 -6", "key": "svg-4" }], ["path", { "d": "M4 19l3.35 -2", "key": "svg-5" }], ["path", { "d": "M20 19l-3.35 -2", "key": "svg-6" }], ["path", { "d": "M4 7l3.75 2.4", "key": "svg-7" }], ["path", { "d": "M20 7l-3.75 2.4", "key": "svg-8" }]]; const IconBug = createReactComponent("outline", "bug", "Bug", __iconNode$1f6); const __iconNode$1f5 = [["path", { "d": "M3.59 7h8.82a1 1 0 0 1 .902 1.433l-1.44 3a1 1 0 0 1 -.901 .567h-5.942a1 1 0 0 1 -.901 -.567l-1.44 -3a1 1 0 0 1 .901 -1.433", "key": "svg-0" }], ["path", { "d": "M6 7l-.78 -2.342a.5 .5 0 0 1 .473 -.658h4.612a.5 .5 0 0 1 .475 .658l-.78 2.342", "key": "svg-1" }], ["path", { "d": "M8 2v2", "key": "svg-2" }], ["path", { "d": "M6 12v9h4v-9", "key": "svg-3" }], ["path", { "d": "M3 21h18", "key": "svg-4" }], ["path", { "d": "M22 5h-6l-1 -1", "key": "svg-5" }], ["path", { "d": "M18 3l2 2l-2 2", "key": "svg-6" }], ["path", { "d": "M10 17h7a2 2 0 0 1 2 2v2", "key": "svg-7" }]]; const IconBuildingAirport = createReactComponent("outline", "building-airport", "BuildingAirport", __iconNode$1f5); const __iconNode$1f4 = [["path", { "d": "M3 21l18 0", "key": "svg-0" }], ["path", { "d": "M4 21v-15a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v15", "key": "svg-1" }], ["path", { "d": "M9 21v-8a3 3 0 0 1 6 0v8", "key": "svg-2" }]]; const IconBuildingArch = createReactComponent("outline", "building-arch", "BuildingArch", __iconNode$1f4); const __iconNode$1f3 = [["path", { "d": "M3 21l18 0", "key": "svg-0" }], ["path", { "d": "M3 10l18 0", "key": "svg-1" }], ["path", { "d": "M5 6l7 -3l7 3", "key": "svg-2" }], ["path", { "d": "M4 10l0 11", "key": "svg-3" }], ["path", { "d": "M20 10l0 11", "key": "svg-4" }], ["path", { "d": "M8 14l0 3", "key": "svg-5" }], ["path", { "d": "M12 14l0 3", "key": "svg-6" }], ["path", { "d": "M16 14l0 3", "key": "svg-7" }]]; const IconBuildingBank = createReactComponent("outline", "building-bank", "BuildingBank", __iconNode$1f3); const __iconNode$1f2 = [["path", { "d": "M6 7h12a2 2 0 0 1 2 2v9a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a4 4 0 0 0 -8 0v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-9a2 2 0 0 1 2 -2", "key": "svg-0" }]]; const IconBuildingBridge2 = createReactComponent("outline", "building-bridge-2", "BuildingBridge2", __iconNode$1f2); const __iconNode$1f1 = [["path", { "d": "M6 5l0 14", "key": "svg-0" }], ["path", { "d": "M18 5l0 14", "key": "svg-1" }], ["path", { "d": "M2 15l20 0", "key": "svg-2" }], ["path", { "d": "M3 8a7.5 7.5 0 0 0 3 -2a6.5 6.5 0 0 0 12 0a7.5 7.5 0 0 0 3 2", "key": "svg-3" }], ["path", { "d": "M12 10l0 5", "key": "svg-4" }]]; const IconBuildingBridge = createReactComponent("outline", "building-bridge", "BuildingBridge", __iconNode$1f1); const __iconNode$1f0 = [["path", { "d": "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M16.616 13.924a5 5 0 1 0 -9.23 0", "key": "svg-1" }], ["path", { "d": "M20.307 15.469a9 9 0 1 0 -16.615 0", "key": "svg-2" }], ["path", { "d": "M9 21l3 -9l3 9", "key": "svg-3" }], ["path", { "d": "M10 19h4", "key": "svg-4" }]]; const IconBuildingBroadcastTower = createReactComponent("outline", "building-broadcast-tower", "BuildingBroadcastTower", __iconNode$1f0); const __iconNode$1e$ = [["path", { "d": "M3 21h18", "key": "svg-0" }], ["path", { "d": "M7 21v-18", "key": "svg-1" }], ["path", { "d": "M7 4c5.675 .908 10 5.613 10 11.28a11 11 0 0 1 -1.605 5.72", "key": "svg-2" }], ["path", { "d": "M5 9h12", "key": "svg-3" }], ["path", { "d": "M7 13h4", "key": "svg-4" }], ["path", { "d": "M7 17h4", "key": "svg-5" }]]; const IconBuildingBurjAlArab = createReactComponent("outline", "building-burj-al-arab", "BuildingBurjAlArab", __iconNode$1e$); const __iconNode$1e_ = [["path", { "d": "M6 12a6 6 0 1 0 12 0a6 6 0 1 0 -12 0", "key": "svg-0" }], ["path", { "d": "M3 8a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M10 4a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M17 8a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M3 16a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-4" }], ["path", { "d": "M17 16a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-5" }], ["path", { "d": "M8 22l4 -10l4 10", "key": "svg-6" }]]; const IconBuildingCarousel = createReactComponent("outline", "building-carousel", "BuildingCarousel", __iconNode$1e_); const __iconNode$1eZ = [["path", { "d": "M15 19v-2a3 3 0 0 0 -6 0v2a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-14h4v3h3v-3h4v3h3v-3h4v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1", "key": "svg-0" }], ["path", { "d": "M3 11l18 0", "key": "svg-1" }]]; const IconBuildingCastle = createReactComponent("outline", "building-castle", "BuildingCastle", __iconNode$1eZ); const __iconNode$1eY = [["path", { "d": "M3 21l18 0", "key": "svg-0" }], ["path", { "d": "M10 21v-4a2 2 0 0 1 4 0v4", "key": "svg-1" }], ["path", { "d": "M10 5l4 0", "key": "svg-2" }], ["path", { "d": "M12 3l0 5", "key": "svg-3" }], ["path", { "d": "M6 21v-7m-2 2l8 -8l8 8m-2 -2v7", "key": "svg-4" }]]; const IconBuildingChurch = createReactComponent("outline", "building-church", "BuildingChurch", __iconNode$1eY); const __iconNode$1eX = [["path", { "d": "M4 11h16", "key": "svg-0" }], ["path", { "d": "M12 6.5c0 1 -5 4.5 -8 4.5", "key": "svg-1" }], ["path", { "d": "M12 6.5c0 1 5 4.5 8 4.5", "key": "svg-2" }], ["path", { "d": "M6 11c-.333 5.333 -1 8.667 -2 10h4c1 0 4 -4 4 -9v-1", "key": "svg-3" }], ["path", { "d": "M18 11c.333 5.333 1 8.667 2 10h-4c-1 0 -4 -4 -4 -9v-1", "key": "svg-4" }], ["path", { "d": "M12 7v-4l2 1h-2", "key": "svg-5" }]]; const IconBuildingCircus = createReactComponent("outline", "building-circus", "BuildingCircus", __iconNode$1eX); const __iconNode$1eW = [["path", { "d": "M3 21h9", "key": "svg-0" }], ["path", { "d": "M9 8h1", "key": "svg-1" }], ["path", { "d": "M9 12h1", "key": "svg-2" }], ["path", { "d": "M9 16h1", "key": "svg-3" }], ["path", { "d": "M14 8h1", "key": "svg-4" }], ["path", { "d": "M14 12h1", "key": "svg-5" }], ["path", { "d": "M5 21v-16c0 -.53 .211 -1.039 .586 -1.414c.375 -.375 .884 -.586 1.414 -.586h10c.53 0 1.039 .211 1.414 .586c.375 .375 .586 .884 .586 1.414v7", "key": "svg-6" }], ["path", { "d": "M16 18c0 .53 .211 1.039 .586 1.414c.375 .375 .884 .586 1.414 .586c.53 0 1.039 -.211 1.414 -.586c.375 -.375 .586 -.884 .586 -1.414c0 -.53 -.211 -1.039 -.586 -1.414c-.375 -.375 -.884 -.586 -1.414 -.586c-.53 0 -1.039 .211 -1.414 .586c-.375 .375 -.586 .884 -.586 1.414", "key": "svg-7" }], ["path", { "d": "M18 14.5v1.5", "key": "svg-8" }], ["path", { "d": "M18 20v1.5", "key": "svg-9" }], ["path", { "d": "M21.032 16.25l-1.299 .75", "key": "svg-10" }], ["path", { "d": "M16.27 19l-1.3 .75", "key": "svg-11" }], ["path", { "d": "M14.97 16.25l1.3 .75", "key": "svg-12" }], ["path", { "d": "M19.733 19l1.3 .75", "key": "svg-13" }]]; const IconBuildingCog = createReactComponent("outline", "building-cog", "BuildingCog", __iconNode$1eW); const __iconNode$1eV = [["path", { "d": "M8 9l5 5v7h-5v-4m0 4h-5v-7l5 -5m1 1v-6a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v17h-8", "key": "svg-0" }], ["path", { "d": "M13 7l0 .01", "key": "svg-1" }], ["path", { "d": "M17 7l0 .01", "key": "svg-2" }], ["path", { "d": "M17 11l0 .01", "key": "svg-3" }], ["path", { "d": "M17 15l0 .01", "key": "svg-4" }]]; const IconBuildingCommunity = createReactComponent("outline", "building-community", "BuildingCommunity", __iconNode$1eV); const __iconNode$1eU = [["path", { "d": "M3 21l18 0", "key": "svg-0" }], ["path", { "d": "M4 21v-11l2.5 -4.5l5.5 -2.5l5.5 2.5l2.5 4.5v11", "key": "svg-1" }], ["path", { "d": "M10 9a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M9 21v-5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v5", "key": "svg-3" }]]; const IconBuildingCottage = createReactComponent("outline", "building-cottage", "BuildingCottage", __iconNode$1eU); const __iconNode$1eT = [["path", { "d": "M3 21h18", "key": "svg-0" }], ["path", { "d": "M19 21v-4", "key": "svg-1" }], ["path", { "d": "M19 17a2 2 0 0 0 2 -2v-2a2 2 0 1 0 -4 0v2a2 2 0 0 0 2 2", "key": "svg-2" }], ["path", { "d": "M14 21v-14a3 3 0 0 0 -3 -3h-4a3 3 0 0 0 -3 3v14", "key": "svg-3" }], ["path", { "d": "M9 17v4", "key": "svg-4" }], ["path", { "d": "M8 13h2", "key": "svg-5" }], ["path", { "d": "M8 9h2", "key": "svg-6" }]]; const IconBuildingEstate = createReactComponent("outline", "building-estate", "BuildingEstate", __iconNode$1eT); const __iconNode$1eS = [["path", { "d": "M3 21h18", "key": "svg-0" }], ["path", { "d": "M5 21v-12l5 4v-4l5 4h4", "key": "svg-1" }], ["path", { "d": "M19 21v-8l-1.436 -9.574a.5 .5 0 0 0 -.495 -.426h-1.145a.5 .5 0 0 0 -.494 .418l-1.43 8.582", "key": "svg-2" }], ["path", { "d": "M9 17h1", "key": "svg-3" }], ["path", { "d": "M14 17h1", "key": "svg-4" }]]; const IconBuildingFactory2 = createReactComponent("outline", "building-factory-2", "BuildingFactory2", __iconNode$1eS); const __iconNode$1eR = [["path", { "d": "M4 21c1.147 -4.02 1.983 -8.027 2 -12h6c.017 3.973 .853 7.98 2 12", "key": "svg-0" }], ["path", { "d": "M12.5 13h4.5c.025 2.612 .894 5.296 2 8", "key": "svg-1" }], ["path", { "d": "M9 5a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1", "key": "svg-2" }], ["path", { "d": "M3 21l19 0", "key": "svg-3" }]]; const IconBuildingFactory = createReactComponent("outline", "building-factory", "BuildingFactory", __iconNode$1eR); const __iconNode$1eQ = [["path", { "d": "M7 21h1a1 1 0 0 0 1 -1v-1a3 3 0 0 1 6 0m3 2h1a1 1 0 0 0 1 -1v-15l-3 -2l-3 2v6h-4v-6l-3 -2l-3 2v15a1 1 0 0 0 1 1h2m8 -2v1a1 1 0 0 0 1 1h2", "key": "svg-0" }], ["path", { "d": "M7 7v.01", "key": "svg-1" }], ["path", { "d": "M7 10v.01", "key": "svg-2" }], ["path", { "d": "M7 13v.01", "key": "svg-3" }], ["path", { "d": "M17 7v.01", "key": "svg-4" }], ["path", { "d": "M17 10v.01", "key": "svg-5" }], ["path", { "d": "M17 13v.01", "key": "svg-6" }]]; const IconBuildingFortress = createReactComponent("outline", "building-fortress", "BuildingFortress", __iconNode$1eQ); const __iconNode$1eP = [["path", { "d": "M3 21l18 0", "key": "svg-0" }], ["path", { "d": "M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16", "key": "svg-1" }], ["path", { "d": "M9 21v-4a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v4", "key": "svg-2" }], ["path", { "d": "M10 9l4 0", "key": "svg-3" }], ["path", { "d": "M12 7l0 4", "key": "svg-4" }]]; const IconBuildingHospital = createReactComponent("outline", "building-hospital", "BuildingHospital", __iconNode$1eP); const __iconNode$1eO = [["path", { "d": "M12 3l2 3l2 15h-8l2 -15l2 -3", "key": "svg-0" }], ["path", { "d": "M8 9l8 0", "key": "svg-1" }], ["path", { "d": "M3 11l2 -2l-2 -2", "key": "svg-2" }], ["path", { "d": "M21 11l-2 -2l2 -2", "key": "svg-3" }]]; const IconBuildingLighthouse = createReactComponent("outline", "building-lighthouse", "BuildingLighthouse", __iconNode$1eO); const __iconNode$1eN = [["path", { "d": "M3 21h9", "key": "svg-0" }], ["path", { "d": "M9 8h1", "key": "svg-1" }], ["path", { "d": "M9 12h1", "key": "svg-2" }], ["path", { "d": "M9 16h1", "key": "svg-3" }], ["path", { "d": "M14 8h1", "key": "svg-4" }], ["path", { "d": "M14 12h1", "key": "svg-5" }], ["path", { "d": "M5 21v-16c0 -.53 .211 -1.039 .586 -1.414c.375 -.375 .884 -.586 1.414 -.586h10c.53 0 1.039 .211 1.414 .586c.375 .375 .586 .884 .586 1.414v7", "key": "svg-6" }], ["path", { "d": "M16 19h6", "key": "svg-7" }]]; const IconBuildingMinus = createReactComponent("outline", "building-minus", "BuildingMinus", __iconNode$1eN); const __iconNode$1eM = [["path", { "d": "M8 18l2 -13l2 -2l2 2l2 13", "key": "svg-0" }], ["path", { "d": "M5 21v-3h14v3", "key": "svg-1" }], ["path", { "d": "M3 21l18 0", "key": "svg-2" }]]; const IconBuildingMonument = createReactComponent("outline", "building-monument", "BuildingMonument", __iconNode$1eM); const __iconNode$1eL = [["path", { "d": "M3 21h7v-2a2 2 0 1 1 4 0v2h7", "key": "svg-0" }], ["path", { "d": "M4 21v-10", "key": "svg-1" }], ["path", { "d": "M20 21v-10", "key": "svg-2" }], ["path", { "d": "M4 16h3v-3h10v3h3", "key": "svg-3" }], ["path", { "d": "M17 13a5 5 0 0 0 -10 0", "key": "svg-4" }], ["path", { "d": "M21 10.5c0 -.329 -.077 -.653 -.224 -.947l-.776 -1.553l-.776 1.553a2.118 2.118 0 0 0 -.224 .947a.5 .5 0 0 0 .5 .5h1a.5 .5 0 0 0 .5 -.5", "key": "svg-5" }], ["path", { "d": "M5 10.5c0 -.329 -.077 -.653 -.224 -.947l-.776 -1.553l-.776 1.553a2.118 2.118 0 0 0 -.224 .947a.5 .5 0 0 0 .5 .5h1a.5 .5 0 0 0 .5 -.5", "key": "svg-6" }], ["path", { "d": "M12 2a2 2 0 1 0 2 2", "key": "svg-7" }], ["path", { "d": "M12 6v2", "key": "svg-8" }]]; const IconBuildingMosque = createReactComponent("outline", "building-mosque", "BuildingMosque", __iconNode$1eL); const __iconNode$1eK = [["path", { "d": "M3 21h18", "key": "svg-0" }], ["path", { "d": "M9 12h1", "key": "svg-1" }], ["path", { "d": "M9 16h1", "key": "svg-2" }], ["path", { "d": "M14 8h1", "key": "svg-3" }], ["path", { "d": "M14 16h1", "key": "svg-4" }], ["path", { "d": "M5 21v-16", "key": "svg-5" }], ["path", { "d": "M7 3h10c1 0 2 1 2 2v10", "key": "svg-6" }], ["path", { "d": "M19 19v2", "key": "svg-7" }], ["path", { "d": "M3 3l18 18", "key": "svg-8" }]]; const IconBuildingOff = createReactComponent("outline", "building-off", "BuildingOff", __iconNode$1eK); const __iconNode$1eJ = [["path", { "d": "M3 21h7v-3a2 2 0 0 1 4 0v3h7", "key": "svg-0" }], ["path", { "d": "M6 21l0 -9", "key": "svg-1" }], ["path", { "d": "M18 21l0 -9", "key": "svg-2" }], ["path", { "d": "M6 12h12a3 3 0 0 0 3 -3a9 8 0 0 1 -9 -6a9 8 0 0 1 -9 6a3 3 0 0 0 3 3", "key": "svg-3" }]]; const IconBuildingPavilion = createReactComponent("outline", "building-pavilion", "BuildingPavilion", __iconNode$1eJ); const __iconNode$1eI = [["path", { "d": "M3 21h9", "key": "svg-0" }], ["path", { "d": "M9 8h1", "key": "svg-1" }], ["path", { "d": "M9 12h1", "key": "svg-2" }], ["path", { "d": "M9 16h1", "key": "svg-3" }], ["path", { "d": "M14 8h1", "key": "svg-4" }], ["path", { "d": "M14 12h1", "key": "svg-5" }], ["path", { "d": "M5 21v-16c0 -.53 .211 -1.039 .586 -1.414c.375 -.375 .884 -.586 1.414 -.586h10c.53 0 1.039 .211 1.414 .586c.375 .375 .586 .884 .586 1.414v7", "key": "svg-6" }], ["path", { "d": "M16 19h6", "key": "svg-7" }], ["path", { "d": "M19 16v6", "key": "svg-8" }]]; const IconBuildingPlus = createReactComponent("outline", "building-plus", "BuildingPlus", __iconNode$1eI); const __iconNode$1eH = [["path", { "d": "M3 21l18 0", "key": "svg-0" }], ["path", { "d": "M5 21v-14l8 -4v18", "key": "svg-1" }], ["path", { "d": "M19 21v-10l-6 -4", "key": "svg-2" }], ["path", { "d": "M9 9l0 .01", "key": "svg-3" }], ["path", { "d": "M9 12l0 .01", "key": "svg-4" }], ["path", { "d": "M9 15l0 .01", "key": "svg-5" }], ["path", { "d": "M9 18l0 .01", "key": "svg-6" }]]; const IconBuildingSkyscraper = createReactComponent("outline", "building-skyscraper", "BuildingSkyscraper", __iconNode$1eH); const __iconNode$1eG = [["path", { "d": "M4 12a8 2 0 1 0 16 0a8 2 0 1 0 -16 0", "key": "svg-0" }], ["path", { "d": "M4 12v7c0 .94 2.51 1.785 6 2v-3h4v3c3.435 -.225 6 -1.07 6 -2v-7", "key": "svg-1" }], ["path", { "d": "M15 6h4v-3h-4v7", "key": "svg-2" }], ["path", { "d": "M7 6h4v-3h-4v7", "key": "svg-3" }]]; const IconBuildingStadium = createReactComponent("outline", "building-stadium", "BuildingStadium", __iconNode$1eG); const __iconNode$1eF = [["path", { "d": "M3 21l18 0", "key": "svg-0" }], ["path", { "d": "M3 7v1a3 3 0 0 0 6 0v-1m0 1a3 3 0 0 0 6 0v-1m0 1a3 3 0 0 0 6 0v-1h-18l2 -4h14l2 4", "key": "svg-1" }], ["path", { "d": "M5 21l0 -10.15", "key": "svg-2" }], ["path", { "d": "M19 21l0 -10.15", "key": "svg-3" }], ["path", { "d": "M9 21v-4a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v4", "key": "svg-4" }]]; const IconBuildingStore = createReactComponent("outline", "building-store", "BuildingStore", __iconNode$1eF); const __iconNode$1eE = [["path", { "d": "M5 21h14a2 2 0 0 0 2 -2v-7a9 9 0 0 0 -18 0v7a2 2 0 0 0 2 2", "key": "svg-0" }], ["path", { "d": "M8 21v-9a4 4 0 1 1 8 0v9", "key": "svg-1" }], ["path", { "d": "M3 17h4", "key": "svg-2" }], ["path", { "d": "M17 17h4", "key": "svg-3" }], ["path", { "d": "M21 12h-4", "key": "svg-4" }], ["path", { "d": "M7 12h-4", "key": "svg-5" }], ["path", { "d": "M12 3v5", "key": "svg-6" }], ["path", { "d": "M6 6l3 3", "key": "svg-7" }], ["path", { "d": "M15 9l3 -3l-3 3", "key": "svg-8" }]]; const IconBuildingTunnel = createReactComponent("outline", "building-tunnel", "BuildingTunnel", __iconNode$1eE); const __iconNode$1eD = [["path", { "d": "M3 21v-13l9 -4l9 4v13", "key": "svg-0" }], ["path", { "d": "M13 13h4v8h-10v-6h6", "key": "svg-1" }], ["path", { "d": "M13 21v-9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v3", "key": "svg-2" }]]; const IconBuildingWarehouse = createReactComponent("outline", "building-warehouse", "BuildingWarehouse", __iconNode$1eD); const __iconNode$1eC = [["path", { "d": "M10 11a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M10 11v-2.573c0 -.18 .013 -.358 .04 -.536l.716 -4.828c.064 -.597 .597 -1.063 1.244 -1.063s1.18 .466 1.244 1.063l.716 4.828c.027 .178 .04 .357 .04 .536v2.573", "key": "svg-1" }], ["path", { "d": "M13.01 9.28l2.235 1.276c.156 .09 .305 .19 .446 .3l3.836 2.911c.487 .352 .624 1.04 .3 1.596c-.325 .556 -1 .782 -1.548 .541l-4.555 -1.68a3.624 3.624 0 0 1 -.486 -.231l-2.235 -1.277", "key": "svg-2" }], ["path", { "d": "M13 12.716l-2.236 1.277a3.624 3.624 0 0 1 -.485 .23l-4.555 1.681c-.551 .241 -1.223 .015 -1.548 -.54c-.324 -.557 -.187 -1.245 .3 -1.597l3.836 -2.91a3.41 3.41 0 0 1 .446 -.3l2.235 -1.277", "key": "svg-3" }], ["path", { "d": "M7 21h10", "key": "svg-4" }], ["path", { "d": "M10 21l1 -7", "key": "svg-5" }], ["path", { "d": "M13 14l1 7", "key": "svg-6" }]]; const IconBuildingWindTurbine = createReactComponent("outline", "building-wind-turbine", "BuildingWindTurbine", __iconNode$1eC); const __iconNode$1eB = [["path", { "d": "M3 21l18 0", "key": "svg-0" }], ["path", { "d": "M9 8l1 0", "key": "svg-1" }], ["path", { "d": "M9 12l1 0", "key": "svg-2" }], ["path", { "d": "M9 16l1 0", "key": "svg-3" }], ["path", { "d": "M14 8l1 0", "key": "svg-4" }], ["path", { "d": "M14 12l1 0", "key": "svg-5" }], ["path", { "d": "M14 16l1 0", "key": "svg-6" }], ["path", { "d": "M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16", "key": "svg-7" }]]; const IconBuilding = createReactComponent("outline", "building", "Building", __iconNode$1eB); const __iconNode$1eA = [["path", { "d": "M4 21v-15c0 -1 1 -2 2 -2h5c1 0 2 1 2 2v15", "key": "svg-0" }], ["path", { "d": "M16 8h2c1 0 2 1 2 2v11", "key": "svg-1" }], ["path", { "d": "M3 21h18", "key": "svg-2" }], ["path", { "d": "M10 12v.01", "key": "svg-3" }], ["path", { "d": "M10 16v.01", "key": "svg-4" }], ["path", { "d": "M10 8v.01", "key": "svg-5" }], ["path", { "d": "M7 12v.01", "key": "svg-6" }], ["path", { "d": "M7 16v.01", "key": "svg-7" }], ["path", { "d": "M7 8v.01", "key": "svg-8" }], ["path", { "d": "M17 12v.01", "key": "svg-9" }], ["path", { "d": "M17 16v.01", "key": "svg-10" }]]; const IconBuildings = createReactComponent("outline", "buildings", "Buildings", __iconNode$1eA); const __iconNode$1ez = [["path", { "d": "M3 12h1m8 -9v1m8 8h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7", "key": "svg-0" }], ["path", { "d": "M11.089 7.083a5 5 0 0 1 5.826 5.84m-1.378 2.611a5.012 5.012 0 0 1 -.537 .466a3.5 3.5 0 0 0 -1 3a2 2 0 1 1 -4 0a3.5 3.5 0 0 0 -1 -3a5 5 0 0 1 -.528 -7.544", "key": "svg-1" }], ["path", { "d": "M9.7 17h4.6", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconBulbOff = createReactComponent("outline", "bulb-off", "BulbOff", __iconNode$1ez); const __iconNode$1ey = [["path", { "d": "M3 12h1m8 -9v1m8 8h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7", "key": "svg-0" }], ["path", { "d": "M9 16a5 5 0 1 1 6 0a3.5 3.5 0 0 0 -1 3a2 2 0 0 1 -4 0a3.5 3.5 0 0 0 -1 -3", "key": "svg-1" }], ["path", { "d": "M9.7 17l4.6 0", "key": "svg-2" }]]; const IconBulb = createReactComponent("outline", "bulb", "Bulb", __iconNode$1ey); const __iconNode$1ex = [["path", { "d": "M2 17a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M12 17a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-1" }], ["path", { "d": "M19 13v4a2 2 0 0 0 2 2h1", "key": "svg-2" }], ["path", { "d": "M14 19h-10", "key": "svg-3" }], ["path", { "d": "M4 15h10", "key": "svg-4" }], ["path", { "d": "M9 11v-5h2a3 3 0 0 1 3 3v6", "key": "svg-5" }], ["path", { "d": "M5 15v-3a1 1 0 0 1 1 -1h8", "key": "svg-6" }], ["path", { "d": "M19 17h-3", "key": "svg-7" }]]; const IconBulldozer = createReactComponent("outline", "bulldozer", "Bulldozer", __iconNode$1ex); const __iconNode$1ew = [["path", { "d": "M4 15h16a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4", "key": "svg-0" }], ["path", { "d": "M12 4c3.783 0 6.953 2.133 7.786 5h-15.572c.833 -2.867 4.003 -5 7.786 -5", "key": "svg-1" }], ["path", { "d": "M5 12h14", "key": "svg-2" }]]; const IconBurger = createReactComponent("outline", "burger", "Burger", __iconNode$1ew); const __iconNode$1ev = [["path", { "d": "M4 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M16.18 16.172a2 2 0 0 0 2.652 2.648", "key": "svg-1" }], ["path", { "d": "M4 17h-2v-11a1 1 0 0 1 1 -1h2m4 0h8c2.761 0 5 3.134 5 7v5h-1m-5 0h-8", "key": "svg-2" }], ["path", { "d": "M16 5l1.5 7h4.5", "key": "svg-3" }], ["path", { "d": "M2 10h8m4 0h3", "key": "svg-4" }], ["path", { "d": "M7 7v3", "key": "svg-5" }], ["path", { "d": "M12 5v3", "key": "svg-6" }], ["path", { "d": "M3 3l18 18", "key": "svg-7" }]]; const IconBusOff = createReactComponent("outline", "bus-off", "BusOff", __iconNode$1ev); const __iconNode$1eu = [["path", { "d": "M3 4a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -4", "key": "svg-0" }], ["path", { "d": "M16 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M10 5h7c2.761 0 5 3.134 5 7v5h-2", "key": "svg-2" }], ["path", { "d": "M16 17h-8", "key": "svg-3" }], ["path", { "d": "M16 5l1.5 7h4.5", "key": "svg-4" }], ["path", { "d": "M9.5 10h7.5", "key": "svg-5" }], ["path", { "d": "M12 5v5", "key": "svg-6" }], ["path", { "d": "M5 9v11", "key": "svg-7" }]]; const IconBusStop = createReactComponent("outline", "bus-stop", "BusStop", __iconNode$1eu); const __iconNode$1et = [["path", { "d": "M4 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M16 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M4 17h-2v-11a1 1 0 0 1 1 -1h14a5 7 0 0 1 5 7v5h-2m-4 0h-8", "key": "svg-2" }], ["path", { "d": "M16 5l1.5 7l4.5 0", "key": "svg-3" }], ["path", { "d": "M2 10l15 0", "key": "svg-4" }], ["path", { "d": "M7 5l0 5", "key": "svg-5" }], ["path", { "d": "M12 5l0 5", "key": "svg-6" }]]; const IconBus = createReactComponent("outline", "bus", "Bus", __iconNode$1et); const __iconNode$1es = [["path", { "d": "M11 6a5 3 0 1 0 10 0a5 3 0 1 0 -10 0", "key": "svg-0" }], ["path", { "d": "M11 6v4c0 1.657 2.239 3 5 3s5 -1.343 5 -3v-4", "key": "svg-1" }], ["path", { "d": "M11 10v4c0 1.657 2.239 3 5 3s5 -1.343 5 -3v-4", "key": "svg-2" }], ["path", { "d": "M11 14v4c0 1.657 2.239 3 5 3s5 -1.343 5 -3v-4", "key": "svg-3" }], ["path", { "d": "M7 9h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-4" }], ["path", { "d": "M5 15v1m0 -8v1", "key": "svg-5" }]]; const IconBusinessplan = createReactComponent("outline", "businessplan", "Businessplan", __iconNode$1es); const __iconNode$1er = [["path", { "d": "M12 18.176a3 3 0 1 1 -4.953 -2.449l-.025 .023a4.502 4.502 0 0 1 1.483 -8.75c1.414 0 2.675 .652 3.5 1.671a4.5 4.5 0 1 1 4.983 7.079a3 3 0 1 1 -4.983 2.25l-.005 .176", "key": "svg-0" }], ["path", { "d": "M12 19v-10", "key": "svg-1" }], ["path", { "d": "M9 3l3 2l3 -2", "key": "svg-2" }]]; const IconButterfly = createReactComponent("outline", "butterfly", "Butterfly", __iconNode$1er); const __iconNode$1eq = [["path", { "d": "M6 9v1a3 3 0 0 0 3 3h1", "key": "svg-0" }], ["path", { "d": "M18 8v5a3 3 0 0 1 -.129 .872m-2.014 2a3 3 0 0 1 -.857 .124h-1", "key": "svg-1" }], ["path", { "d": "M10 21v-11m0 -4v-1a2 2 0 1 1 4 0v5m0 4v7", "key": "svg-2" }], ["path", { "d": "M7 21h10", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconCactusOff = createReactComponent("outline", "cactus-off", "CactusOff", __iconNode$1eq); const __iconNode$1ep = [["path", { "d": "M6 9v1a3 3 0 0 0 3 3h1", "key": "svg-0" }], ["path", { "d": "M18 8v5a3 3 0 0 1 -3 3h-1", "key": "svg-1" }], ["path", { "d": "M10 21v-16a2 2 0 1 1 4 0v16", "key": "svg-2" }], ["path", { "d": "M7 21h10", "key": "svg-3" }]]; const IconCactus = createReactComponent("outline", "cactus", "Cactus", __iconNode$1ep); const __iconNode$1eo = [["path", { "d": "M21 17v-5a3 3 0 0 0 -3 -3h-5m-4 0h-3a3 3 0 0 0 -3 3v8h17", "key": "svg-0" }], ["path", { "d": "M3 14.803c.312 .135 .654 .204 1 .197a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1m4 0a2.4 2.4 0 0 0 2 1c.35 .007 .692 -.062 1 -.197", "key": "svg-1" }], ["path", { "d": "M10.172 6.188c.07 -.158 .163 -.31 .278 -.451l1.55 -1.737l1.465 1.638a2 2 0 0 1 -.65 3.19", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconCakeOff = createReactComponent("outline", "cake-off", "CakeOff", __iconNode$1eo); const __iconNode$1en = [["path", { "d": "M12 15c-4.97 0 -9 -2.462 -9 -5.5s4.03 -5.5 9 -5.5s9 2.462 9 5.5s-4.03 5.5 -9 5.5", "key": "svg-0" }], ["path", { "d": "M12 6.97c3 0 4 1.036 4 1.979c0 2.805 -8 2.969 -8 -.99c0 -2.11 1.5 -3.959 4 -3.959", "key": "svg-1" }], ["path", { "d": "M21 9.333v5.334c0 2.945 -4.03 5.333 -9 5.333c-4.97 0 -9 -2.388 -9 -5.333v-5.334", "key": "svg-2" }]]; const IconCakeRoll = createReactComponent("outline", "cake-roll", "CakeRoll", __iconNode$1en); const __iconNode$1em = [["path", { "d": "M3 20h18v-8a3 3 0 0 0 -3 -3h-12a3 3 0 0 0 -3 3v8", "key": "svg-0" }], ["path", { "d": "M3 14.803c.312 .135 .654 .204 1 .197a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1c.35 .007 .692 -.062 1 -.197", "key": "svg-1" }], ["path", { "d": "M12 4l1.465 1.638a2 2 0 1 1 -3.015 .099l1.55 -1.737", "key": "svg-2" }]]; const IconCake = createReactComponent("outline", "cake", "Cake", __iconNode$1em); const __iconNode$1el = [["path", { "d": "M19.823 19.824a2 2 0 0 1 -1.823 1.176h-12a2 2 0 0 1 -2 -2v-14c0 -.295 .064 -.575 .178 -.827m2.822 -1.173h11a2 2 0 0 1 2 2v11", "key": "svg-0" }], ["path", { "d": "M10 10h-1a1 1 0 0 1 -1 -1v-1m3 -1h4a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1", "key": "svg-1" }], ["path", { "d": "M8 14v.01", "key": "svg-2" }], ["path", { "d": "M12 14v.01", "key": "svg-3" }], ["path", { "d": "M8 17v.01", "key": "svg-4" }], ["path", { "d": "M12 17v.01", "key": "svg-5" }], ["path", { "d": "M16 17v.01", "key": "svg-6" }], ["path", { "d": "M3 3l18 18", "key": "svg-7" }]]; const IconCalculatorOff = createReactComponent("outline", "calculator-off", "CalculatorOff", __iconNode$1el); const __iconNode$1ek = [["path", { "d": "M4 5a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -14", "key": "svg-0" }], ["path", { "d": "M8 8a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1l0 -1", "key": "svg-1" }], ["path", { "d": "M8 14l0 .01", "key": "svg-2" }], ["path", { "d": "M12 14l0 .01", "key": "svg-3" }], ["path", { "d": "M16 14l0 .01", "key": "svg-4" }], ["path", { "d": "M8 17l0 .01", "key": "svg-5" }], ["path", { "d": "M12 17l0 .01", "key": "svg-6" }], ["path", { "d": "M16 17l0 .01", "key": "svg-7" }]]; const IconCalculator = createReactComponent("outline", "calculator", "Calculator", __iconNode$1ek); const __iconNode$1ej = [["path", { "d": "M13.5 21h-7.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5", "key": "svg-0" }], ["path", { "d": "M16 3v4", "key": "svg-1" }], ["path", { "d": "M8 3v4", "key": "svg-2" }], ["path", { "d": "M4 11h16", "key": "svg-3" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-4" }]]; const IconCalendarBolt = createReactComponent("outline", "calendar-bolt", "CalendarBolt", __iconNode$1ej); const __iconNode$1ei = [["path", { "d": "M12.5 21h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5", "key": "svg-0" }], ["path", { "d": "M16 3v4", "key": "svg-1" }], ["path", { "d": "M8 3v4", "key": "svg-2" }], ["path", { "d": "M4 11h16", "key": "svg-3" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-4" }], ["path", { "d": "M17 21l4 -4", "key": "svg-5" }]]; const IconCalendarCancel = createReactComponent("outline", "calendar-cancel", "CalendarCancel", __iconNode$1ei); const __iconNode$1eh = [["path", { "d": "M11.5 21h-5.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6", "key": "svg-0" }], ["path", { "d": "M16 3v4", "key": "svg-1" }], ["path", { "d": "M8 3v4", "key": "svg-2" }], ["path", { "d": "M4 11h16", "key": "svg-3" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-4" }]]; const IconCalendarCheck = createReactComponent("outline", "calendar-check", "CalendarCheck", __iconNode$1eh); const __iconNode$1eg = [["path", { "d": "M10.5 21h-4.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v3", "key": "svg-0" }], ["path", { "d": "M16 3v4", "key": "svg-1" }], ["path", { "d": "M8 3v4", "key": "svg-2" }], ["path", { "d": "M4 11h10", "key": "svg-3" }], ["path", { "d": "M14 18a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-4" }], ["path", { "d": "M18 16.5v1.5l.5 .5", "key": "svg-5" }]]; const IconCalendarClock = createReactComponent("outline", "calendar-clock", "CalendarClock", __iconNode$1eg); const __iconNode$1ef = [["path", { "d": "M11.5 21h-5.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6", "key": "svg-0" }], ["path", { "d": "M16 3v4", "key": "svg-1" }], ["path", { "d": "M8 3v4", "key": "svg-2" }], ["path", { "d": "M4 11h16", "key": "svg-3" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-4" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-5" }]]; const IconCalendarCode = createReactComponent("outline", "calendar-code", "CalendarCode", __iconNode$1ef); const __iconNode$1ee = [["path", { "d": "M12 21h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5", "key": "svg-0" }], ["path", { "d": "M16 3v4", "key": "svg-1" }], ["path", { "d": "M8 3v4", "key": "svg-2" }], ["path", { "d": "M4 11h16", "key": "svg-3" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-4" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-5" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-6" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-7" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-8" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-9" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-10" }]]; const IconCalendarCog = createReactComponent("outline", "calendar-cog", "CalendarCog", __iconNode$1ee); const __iconNode$1ed = [["path", { "d": "M13 21h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v3", "key": "svg-0" }], ["path", { "d": "M16 3v4", "key": "svg-1" }], ["path", { "d": "M8 3v4", "key": "svg-2" }], ["path", { "d": "M4 11h12.5", "key": "svg-3" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-4" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-5" }]]; const IconCalendarDollar = createReactComponent("outline", "calendar-dollar", "CalendarDollar", __iconNode$1ed); const __iconNode$1ec = [["path", { "d": "M12.5 21h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5", "key": "svg-0" }], ["path", { "d": "M16 3v4", "key": "svg-1" }], ["path", { "d": "M8 3v4", "key": "svg-2" }], ["path", { "d": "M4 11h16", "key": "svg-3" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-4" }]]; const IconCalendarDot = createReactComponent("outline", "calendar-dot", "CalendarDot", __iconNode$1ec); const __iconNode$1eb = [["path", { "d": "M12.5 21h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5", "key": "svg-0" }], ["path", { "d": "M19 16v6", "key": "svg-1" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-2" }], ["path", { "d": "M16 3v4", "key": "svg-3" }], ["path", { "d": "M8 3v4", "key": "svg-4" }], ["path", { "d": "M4 11h16", "key": "svg-5" }]]; const IconCalendarDown = createReactComponent("outline", "calendar-down", "CalendarDown", __iconNode$1eb); const __iconNode$1ea = [["path", { "d": "M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }], ["path", { "d": "M16 3v4", "key": "svg-1" }], ["path", { "d": "M8 3v4", "key": "svg-2" }], ["path", { "d": "M4 11h16", "key": "svg-3" }], ["path", { "d": "M11 16a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-4" }]]; const IconCalendarDue = createReactComponent("outline", "calendar-due", "CalendarDue", __iconNode$1ea); const __iconNode$1e9 = [["path", { "d": "M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }], ["path", { "d": "M16 3l0 4", "key": "svg-1" }], ["path", { "d": "M8 3l0 4", "key": "svg-2" }], ["path", { "d": "M4 11l16 0", "key": "svg-3" }], ["path", { "d": "M8 15h2v2h-2l0 -2", "key": "svg-4" }]]; const IconCalendarEvent = createReactComponent("outline", "calendar-event", "CalendarEvent", __iconNode$1e9); const __iconNode$1e8 = [["path", { "d": "M15 21h-9a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5", "key": "svg-0" }], ["path", { "d": "M16 3v4", "key": "svg-1" }], ["path", { "d": "M8 3v4", "key": "svg-2" }], ["path", { "d": "M4 11h16", "key": "svg-3" }], ["path", { "d": "M11 15h1", "key": "svg-4" }], ["path", { "d": "M12 15v3", "key": "svg-5" }], ["path", { "d": "M19 16v3", "key": "svg-6" }], ["path", { "d": "M19 22v.01", "key": "svg-7" }]]; const IconCalendarExclamation = createReactComponent("outline", "calendar-exclamation", "CalendarExclamation", __iconNode$1e8); const __iconNode$1e7 = [["path", { "d": "M11.5 21h-5.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4", "key": "svg-0" }], ["path", { "d": "M16 3v4", "key": "svg-1" }], ["path", { "d": "M8 3v4", "key": "svg-2" }], ["path", { "d": "M4 11h16", "key": "svg-3" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-4" }]]; const IconCalendarHeart = createReactComponent("outline", "calendar-heart", "CalendarHeart", __iconNode$1e7); const __iconNode$1e6 = [["path", { "d": "M12.5 21h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8", "key": "svg-0" }], ["path", { "d": "M16 3v4", "key": "svg-1" }], ["path", { "d": "M8 3v4", "key": "svg-2" }], ["path", { "d": "M4 11h16", "key": "svg-3" }], ["path", { "d": "M16 19h6", "key": "svg-4" }]]; const IconCalendarMinus = createReactComponent("outline", "calendar-minus", "CalendarMinus", __iconNode$1e6); const __iconNode$1e5 = [["path", { "d": "M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12", "key": "svg-0" }], ["path", { "d": "M16 3v4", "key": "svg-1" }], ["path", { "d": "M8 3v4", "key": "svg-2" }], ["path", { "d": "M4 11h16", "key": "svg-3" }], ["path", { "d": "M8 14v4", "key": "svg-4" }], ["path", { "d": "M12 14v4", "key": "svg-5" }], ["path", { "d": "M16 14v4", "key": "svg-6" }]]; const IconCalendarMonth = createReactComponent("outline", "calendar-month", "CalendarMonth", __iconNode$1e5); const __iconNode$1e4 = [["path", { "d": "M9 5h9a2 2 0 0 1 2 2v9m-.184 3.839a2 2 0 0 1 -1.816 1.161h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 1.158 -1.815", "key": "svg-0" }], ["path", { "d": "M16 3v4", "key": "svg-1" }], ["path", { "d": "M8 3v1", "key": "svg-2" }], ["path", { "d": "M4 11h7m4 0h5", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconCalendarOff = createReactComponent("outline", "calendar-off", "CalendarOff", __iconNode$1e4); const __iconNode$1e3 = [["path", { "d": "M13 21h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6", "key": "svg-0" }], ["path", { "d": "M16 3v4", "key": "svg-1" }], ["path", { "d": "M8 3v4", "key": "svg-2" }], ["path", { "d": "M4 11h16", "key": "svg-3" }], ["path", { "d": "M17 17v5", "key": "svg-4" }], ["path", { "d": "M21 17v5", "key": "svg-5" }]]; const IconCalendarPause = createReactComponent("outline", "calendar-pause", "CalendarPause", __iconNode$1e3); const __iconNode$1e2 = [["path", { "d": "M12.5 21h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4", "key": "svg-0" }], ["path", { "d": "M16 3v4", "key": "svg-1" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-2" }], ["path", { "d": "M19 18v.01", "key": "svg-3" }], ["path", { "d": "M8 3v4", "key": "svg-4" }], ["path", { "d": "M4 11h16", "key": "svg-5" }]]; const IconCalendarPin = createReactComponent("outline", "calendar-pin", "CalendarPin", __iconNode$1e2); const __iconNode$1e1 = [["path", { "d": "M12.5 21h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5", "key": "svg-0" }], ["path", { "d": "M16 3v4", "key": "svg-1" }], ["path", { "d": "M8 3v4", "key": "svg-2" }], ["path", { "d": "M4 11h16", "key": "svg-3" }], ["path", { "d": "M16 19h6", "key": "svg-4" }], ["path", { "d": "M19 16v6", "key": "svg-5" }]]; const IconCalendarPlus = createReactComponent("outline", "calendar-plus", "CalendarPlus", __iconNode$1e1); const __iconNode$1e0 = [["path", { "d": "M15 21h-9a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4", "key": "svg-0" }], ["path", { "d": "M16 3v4", "key": "svg-1" }], ["path", { "d": "M8 3v4", "key": "svg-2" }], ["path", { "d": "M4 11h16", "key": "svg-3" }], ["path", { "d": "M19 22v.01", "key": "svg-4" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-5" }]]; const IconCalendarQuestion = createReactComponent("outline", "calendar-question", "CalendarQuestion", __iconNode$1e0); const __iconNode$1d$ = [["path", { "d": "M12.5 21h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v3", "key": "svg-0" }], ["path", { "d": "M16 3v4", "key": "svg-1" }], ["path", { "d": "M8 3v4", "key": "svg-2" }], ["path", { "d": "M4 11h12", "key": "svg-3" }], ["path", { "d": "M20 14l2 2h-3", "key": "svg-4" }], ["path", { "d": "M20 18l2 -2", "key": "svg-5" }], ["path", { "d": "M19 16a3 3 0 1 0 2 5.236", "key": "svg-6" }]]; const IconCalendarRepeat = createReactComponent("outline", "calendar-repeat", "CalendarRepeat", __iconNode$1d$); const __iconNode$1d_ = [["path", { "d": "M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12m12 -4v4m-8 -4v4m-4 4h16m-9.995 3h.01m3.99 0h.01", "key": "svg-0" }], ["path", { "d": "M10 18a3.5 3.5 0 0 1 4 0", "key": "svg-1" }]]; const IconCalendarSad = createReactComponent("outline", "calendar-sad", "CalendarSad", __iconNode$1d_); const __iconNode$1dZ = [["path", { "d": "M11.5 21h-5.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4.5", "key": "svg-0" }], ["path", { "d": "M16 3v4", "key": "svg-1" }], ["path", { "d": "M8 3v4", "key": "svg-2" }], ["path", { "d": "M4 11h16", "key": "svg-3" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-4" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-5" }]]; const IconCalendarSearch = createReactComponent("outline", "calendar-search", "CalendarSearch", __iconNode$1dZ); const __iconNode$1dY = [["path", { "d": "M12 21h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6", "key": "svg-0" }], ["path", { "d": "M16 3v4", "key": "svg-1" }], ["path", { "d": "M8 3v4", "key": "svg-2" }], ["path", { "d": "M4 11h16", "key": "svg-3" }], ["path", { "d": "M16 22l5 -5", "key": "svg-4" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-5" }]]; const IconCalendarShare = createReactComponent("outline", "calendar-share", "CalendarShare", __iconNode$1dY); const __iconNode$1dX = [["path", { "d": "M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12m12 -4v4m-8 -4v4m-4 4h16m-9.995 3h.01m3.99 0h.01", "key": "svg-0" }], ["path", { "d": "M10.005 17a3.5 3.5 0 0 0 4 0", "key": "svg-1" }]]; const IconCalendarSmile = createReactComponent("outline", "calendar-smile", "CalendarSmile", __iconNode$1dX); const __iconNode$1dW = [["path", { "d": "M11 21h-5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v3.5", "key": "svg-0" }], ["path", { "d": "M16 3v4", "key": "svg-1" }], ["path", { "d": "M8 3v4", "key": "svg-2" }], ["path", { "d": "M4 11h11", "key": "svg-3" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-4" }]]; const IconCalendarStar = createReactComponent("outline", "calendar-star", "CalendarStar", __iconNode$1dW); const __iconNode$1dV = [["path", { "d": "M11.795 21h-6.795a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4", "key": "svg-0" }], ["path", { "d": "M18 14v4h4", "key": "svg-1" }], ["path", { "d": "M14 18a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-2" }], ["path", { "d": "M15 3v4", "key": "svg-3" }], ["path", { "d": "M7 3v4", "key": "svg-4" }], ["path", { "d": "M3 11h16", "key": "svg-5" }]]; const IconCalendarStats = createReactComponent("outline", "calendar-stats", "CalendarStats", __iconNode$1dV); const __iconNode$1dU = [["path", { "d": "M11.795 21h-6.795a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4", "key": "svg-0" }], ["path", { "d": "M14 18a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-1" }], ["path", { "d": "M15 3v4", "key": "svg-2" }], ["path", { "d": "M7 3v4", "key": "svg-3" }], ["path", { "d": "M3 11h16", "key": "svg-4" }], ["path", { "d": "M18 16.496v1.504l1 1", "key": "svg-5" }]]; const IconCalendarTime = createReactComponent("outline", "calendar-time", "CalendarTime", __iconNode$1dU); const __iconNode$1dT = [["path", { "d": "M12.5 21h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5", "key": "svg-0" }], ["path", { "d": "M16 3v4", "key": "svg-1" }], ["path", { "d": "M8 3v4", "key": "svg-2" }], ["path", { "d": "M4 11h16", "key": "svg-3" }], ["path", { "d": "M19 22v-6", "key": "svg-4" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-5" }]]; const IconCalendarUp = createReactComponent("outline", "calendar-up", "CalendarUp", __iconNode$1dT); const __iconNode$1dS = [["path", { "d": "M12 21h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4.5", "key": "svg-0" }], ["path", { "d": "M16 3v4", "key": "svg-1" }], ["path", { "d": "M8 3v4", "key": "svg-2" }], ["path", { "d": "M4 11h16", "key": "svg-3" }], ["path", { "d": "M17 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-4" }], ["path", { "d": "M22 22a2 2 0 0 0 -2 -2h-2a2 2 0 0 0 -2 2", "key": "svg-5" }]]; const IconCalendarUser = createReactComponent("outline", "calendar-user", "CalendarUser", __iconNode$1dS); const __iconNode$1dR = [["path", { "d": "M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12", "key": "svg-0" }], ["path", { "d": "M16 3v4", "key": "svg-1" }], ["path", { "d": "M8 3v4", "key": "svg-2" }], ["path", { "d": "M4 11h16", "key": "svg-3" }], ["path", { "d": "M7 14h.013", "key": "svg-4" }], ["path", { "d": "M10.01 14h.005", "key": "svg-5" }], ["path", { "d": "M13.01 14h.005", "key": "svg-6" }], ["path", { "d": "M16.015 14h.005", "key": "svg-7" }], ["path", { "d": "M13.015 17h.005", "key": "svg-8" }], ["path", { "d": "M7.01 17h.005", "key": "svg-9" }], ["path", { "d": "M10.01 17h.005", "key": "svg-10" }]]; const IconCalendarWeek = createReactComponent("outline", "calendar-week", "CalendarWeek", __iconNode$1dR); const __iconNode$1dQ = [["path", { "d": "M13 21h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6.5", "key": "svg-0" }], ["path", { "d": "M16 3v4", "key": "svg-1" }], ["path", { "d": "M8 3v4", "key": "svg-2" }], ["path", { "d": "M4 11h16", "key": "svg-3" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-4" }], ["path", { "d": "M17 22l5 -5", "key": "svg-5" }]]; const IconCalendarX = createReactComponent("outline", "calendar-x", "CalendarX", __iconNode$1dQ); const __iconNode$1dP = [["path", { "d": "M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12", "key": "svg-0" }], ["path", { "d": "M16 3v4", "key": "svg-1" }], ["path", { "d": "M8 3v4", "key": "svg-2" }], ["path", { "d": "M4 11h16", "key": "svg-3" }], ["path", { "d": "M11 15h1", "key": "svg-4" }], ["path", { "d": "M12 15v3", "key": "svg-5" }]]; const IconCalendar = createReactComponent("outline", "calendar", "Calendar", __iconNode$1dP); const __iconNode$1dO = [["path", { "d": "M10 20h-5a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v2", "key": "svg-0" }], ["path", { "d": "M14.362 11.15a3 3 0 1 0 -4.144 4.263", "key": "svg-1" }], ["path", { "d": "M14 21v-4a2 2 0 1 1 4 0v4", "key": "svg-2" }], ["path", { "d": "M14 19h4", "key": "svg-3" }], ["path", { "d": "M21 15v6", "key": "svg-4" }]]; const IconCameraAi = createReactComponent("outline", "camera-ai", "CameraAi", __iconNode$1dO); const __iconNode$1dN = [["path", { "d": "M12 20h-7a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v1", "key": "svg-0" }], ["path", { "d": "M14.477 11.307a3 3 0 1 0 -2.477 4.693", "key": "svg-1" }], ["path", { "d": "M17 21v-6", "key": "svg-2" }], ["path", { "d": "M19 15v-1.5", "key": "svg-3" }], ["path", { "d": "M19 22.5v-1.5", "key": "svg-4" }], ["path", { "d": "M17 18h3", "key": "svg-5" }], ["path", { "d": "M19 18h.5a1.5 1.5 0 0 1 0 3h-3.5", "key": "svg-6" }], ["path", { "d": "M19 18h.5a1.5 1.5 0 0 0 0 -3h-3.5", "key": "svg-7" }]]; const IconCameraBitcoin = createReactComponent("outline", "camera-bitcoin", "CameraBitcoin", __iconNode$1dN); const __iconNode$1dM = [["path", { "d": "M13 20h-8a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v3.5", "key": "svg-0" }], ["path", { "d": "M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-1" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-2" }]]; const IconCameraBolt = createReactComponent("outline", "camera-bolt", "CameraBolt", __iconNode$1dM); const __iconNode$1dL = [["path", { "d": "M12 20h-7a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v3.5", "key": "svg-0" }], ["path", { "d": "M14.984 13.307a3 3 0 1 0 -2.32 2.62", "key": "svg-1" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M17 21l4 -4", "key": "svg-3" }]]; const IconCameraCancel = createReactComponent("outline", "camera-cancel", "CameraCancel", __iconNode$1dL); const __iconNode$1dK = [["path", { "d": "M11 20h-6a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v4", "key": "svg-0" }], ["path", { "d": "M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-1" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-2" }]]; const IconCameraCheck = createReactComponent("outline", "camera-check", "CameraCheck", __iconNode$1dK); const __iconNode$1dJ = [["path", { "d": "M11 20h-6a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v4", "key": "svg-0" }], ["path", { "d": "M14.948 13.559a3 3 0 1 0 -2.58 2.419", "key": "svg-1" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-2" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-3" }]]; const IconCameraCode = createReactComponent("outline", "camera-code", "CameraCode", __iconNode$1dJ); const __iconNode$1dI = [["path", { "d": "M12 20h-7a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v3", "key": "svg-0" }], ["path", { "d": "M14.973 13.406a3 3 0 1 0 -2.973 2.594", "key": "svg-1" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-3" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-4" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-5" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-6" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-7" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-8" }]]; const IconCameraCog = createReactComponent("outline", "camera-cog", "CameraCog", __iconNode$1dI); const __iconNode$1dH = [["path", { "d": "M13 20h-8a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v1.5", "key": "svg-0" }], ["path", { "d": "M14.935 12.375a3.001 3.001 0 1 0 -1.902 3.442", "key": "svg-1" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-2" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-3" }]]; const IconCameraDollar = createReactComponent("outline", "camera-dollar", "CameraDollar", __iconNode$1dH); const __iconNode$1dG = [["path", { "d": "M12 20h-7a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v3.5", "key": "svg-0" }], ["path", { "d": "M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-3" }]]; const IconCameraDown = createReactComponent("outline", "camera-down", "CameraDown", __iconNode$1dG); const __iconNode$1dF = [["path", { "d": "M15 20h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v3.5", "key": "svg-0" }], ["path", { "d": "M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-1" }], ["path", { "d": "M19 16v3", "key": "svg-2" }], ["path", { "d": "M19 22v.01", "key": "svg-3" }]]; const IconCameraExclamation = createReactComponent("outline", "camera-exclamation", "CameraExclamation", __iconNode$1dF); const __iconNode$1dE = [["path", { "d": "M10.5 20h-5.5a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v2", "key": "svg-0" }], ["path", { "d": "M14.41 11.212a3 3 0 1 0 -4.15 4.231", "key": "svg-1" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-2" }]]; const IconCameraHeart = createReactComponent("outline", "camera-heart", "CameraHeart", __iconNode$1dE); const __iconNode$1dD = [["path", { "d": "M12 20h-7a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v6", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }], ["path", { "d": "M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-2" }]]; const IconCameraMinus = createReactComponent("outline", "camera-minus", "CameraMinus", __iconNode$1dD); const __iconNode$1dC = [["path", { "d": "M11.5 20h-6.5a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v3.5", "key": "svg-0" }], ["path", { "d": "M14.815 11.96a3.001 3.001 0 1 0 -3.398 3.983", "key": "svg-1" }], ["path", { "d": "M18.62 22c-2 0 -3.62 -1.58 -3.62 -3.53c0 -1.727 1.273 -3.165 2.954 -3.47a3.4 3.4 0 0 0 -.24 1.264c0 1.95 1.621 3.53 3.62 3.53q .342 0 .666 -.06c-.521 1.326 -1.838 2.266 -3.38 2.266", "key": "svg-2" }]]; const IconCameraMoon = createReactComponent("outline", "camera-moon", "CameraMoon", __iconNode$1dC); const __iconNode$1dB = [["path", { "d": "M8.297 4.289a.997 .997 0 0 1 .703 -.289h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v8m-1.187 2.828c-.249 .11 -.524 .172 -.813 .172h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1c.298 0 .58 -.065 .834 -.181", "key": "svg-0" }], ["path", { "d": "M10.422 10.448a3 3 0 1 0 4.15 4.098", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconCameraOff = createReactComponent("outline", "camera-off", "CameraOff", __iconNode$1dB); const __iconNode$1dA = [["path", { "d": "M13 20h-8a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v4", "key": "svg-0" }], ["path", { "d": "M14.958 13.506a3 3 0 1 0 -1.735 2.235", "key": "svg-1" }], ["path", { "d": "M17 17v5", "key": "svg-2" }], ["path", { "d": "M21 17v5", "key": "svg-3" }]]; const IconCameraPause = createReactComponent("outline", "camera-pause", "CameraPause", __iconNode$1dA); const __iconNode$1dz = [["path", { "d": "M12.5 20h-7.5a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v2", "key": "svg-0" }], ["path", { "d": "M14.933 12.366a3.001 3.001 0 1 0 -2.933 3.634", "key": "svg-1" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-2" }], ["path", { "d": "M19 18v.01", "key": "svg-3" }]]; const IconCameraPin = createReactComponent("outline", "camera-pin", "CameraPin", __iconNode$1dz); const __iconNode$1dy = [["path", { "d": "M12 20h-7a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v3.5", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }], ["path", { "d": "M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-3" }]]; const IconCameraPlus = createReactComponent("outline", "camera-plus", "CameraPlus", __iconNode$1dy); const __iconNode$1dx = [["path", { "d": "M15 20h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v2.5", "key": "svg-0" }], ["path", { "d": "M14.975 12.612a3 3 0 1 0 -1.507 3.005", "key": "svg-1" }], ["path", { "d": "M19 22v.01", "key": "svg-2" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-3" }]]; const IconCameraQuestion = createReactComponent("outline", "camera-question", "CameraQuestion", __iconNode$1dx); const __iconNode$1dw = [["path", { "d": "M5 7h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M11.245 15.904a3 3 0 0 0 3.755 -2.904m-2.25 -2.905a3 3 0 0 0 -3.75 2.905", "key": "svg-1" }], ["path", { "d": "M14 13h2v2", "key": "svg-2" }], ["path", { "d": "M10 13h-2v-2", "key": "svg-3" }]]; const IconCameraRotate = createReactComponent("outline", "camera-rotate", "CameraRotate", __iconNode$1dw); const __iconNode$1dv = [["path", { "d": "M11.5 20h-6.5a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v2.5", "key": "svg-0" }], ["path", { "d": "M14.757 11.815a3 3 0 1 0 -3.431 4.109", "key": "svg-1" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-3" }]]; const IconCameraSearch = createReactComponent("outline", "camera-search", "CameraSearch", __iconNode$1dv); const __iconNode$1du = [["path", { "d": "M5 7h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M9.5 15a3.5 3.5 0 0 0 5 0", "key": "svg-1" }], ["path", { "d": "M15 11l.01 0", "key": "svg-2" }], ["path", { "d": "M9 11l.01 0", "key": "svg-3" }]]; const IconCameraSelfie = createReactComponent("outline", "camera-selfie", "CameraSelfie", __iconNode$1du); const __iconNode$1dt = [["path", { "d": "M12.5 20h-7.5a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v4", "key": "svg-0" }], ["path", { "d": "M14.98 13.347a3 3 0 1 0 -2.39 2.595", "key": "svg-1" }], ["path", { "d": "M16 22l5 -5", "key": "svg-2" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-3" }]]; const IconCameraShare = createReactComponent("outline", "camera-share", "CameraShare", __iconNode$1dt); const __iconNode$1ds = [["path", { "d": "M11.5 20h-6.5a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v3", "key": "svg-0" }], ["path", { "d": "M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-1" }], ["path", { "d": "M19 22.5a4.75 4.75 0 0 1 3.5 -3.5a4.75 4.75 0 0 1 -3.5 -3.5a4.75 4.75 0 0 1 -3.5 3.5a4.75 4.75 0 0 1 3.5 3.5", "key": "svg-2" }]]; const IconCameraSpark = createReactComponent("outline", "camera-spark", "CameraSpark", __iconNode$1ds); const __iconNode$1dr = [["path", { "d": "M10.5 20h-5.5a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v2.5", "key": "svg-0" }], ["path", { "d": "M14.569 11.45a3 3 0 1 0 -4.518 3.83", "key": "svg-1" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-2" }]]; const IconCameraStar = createReactComponent("outline", "camera-star", "CameraStar", __iconNode$1dr); const __iconNode$1dq = [["path", { "d": "M12 20h-7a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v3.5", "key": "svg-0" }], ["path", { "d": "M12 16a3 3 0 1 0 0 -6a3 3 0 0 0 0 6", "key": "svg-1" }], ["path", { "d": "M19 22v-6", "key": "svg-2" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-3" }]]; const IconCameraUp = createReactComponent("outline", "camera-up", "CameraUp", __iconNode$1dq); const __iconNode$1dp = [["path", { "d": "M13.5 20h-8.5a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v4", "key": "svg-0" }], ["path", { "d": "M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-1" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-2" }], ["path", { "d": "M17 22l5 -5", "key": "svg-3" }]]; const IconCameraX = createReactComponent("outline", "camera-x", "CameraX", __iconNode$1dp); const __iconNode$1do = [["path", { "d": "M5 7h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-1" }]]; const IconCamera = createReactComponent("outline", "camera", "Camera", __iconNode$1do); const __iconNode$1dn = [["path", { "d": "M5 18a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M15 18a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-1" }], ["path", { "d": "M5 18h-1a1 1 0 0 1 -1 -1v-11a2 2 0 0 1 2 -2h12a4 4 0 0 1 4 4h-18", "key": "svg-2" }], ["path", { "d": "M9 18h6", "key": "svg-3" }], ["path", { "d": "M19 18h1a1 1 0 0 0 1 -1v-4l-3 -5", "key": "svg-4" }], ["path", { "d": "M21 13h-7", "key": "svg-5" }], ["path", { "d": "M14 8v10", "key": "svg-6" }]]; const IconCamper = createReactComponent("outline", "camper", "Camper", __iconNode$1dn); const __iconNode$1dm = [["path", { "d": "M4 21l16 -4", "key": "svg-0" }], ["path", { "d": "M20 21l-16 -4", "key": "svg-1" }], ["path", { "d": "M12 15a4 4 0 0 0 4 -4c0 -3 -2 -3 -2 -8c-4 2 -6 5 -6 8a4 4 0 0 0 4 4", "key": "svg-2" }]]; const IconCampfire = createReactComponent("outline", "campfire", "Campfire", __iconNode$1dm); const __iconNode$1dl = [["path", { "d": "M12 20v-2", "key": "svg-0" }], ["path", { "d": "M15 8.01v.01", "key": "svg-1" }], ["path", { "d": "M3 17l8 -8v-1a4 4 0 1 1 8 0h2l-2 2v1a7 7 0 0 1 -13.215 3.223", "key": "svg-2" }]]; const IconCanary = createReactComponent("outline", "canary", "Canary", __iconNode$1dl); const __iconNode$1dk = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M18.364 5.636l-12.728 12.728", "key": "svg-1" }]]; const IconCancel = createReactComponent("outline", "cancel", "Cancel", __iconNode$1dk); const __iconNode$1dj = [["path", { "d": "M9 21h6v-10a1 1 0 0 0 -1 -1h-4a1 1 0 0 0 -1 1l0 10", "key": "svg-0" }], ["path", { "d": "M12 2l1.465 1.638a2 2 0 1 1 -3.015 .099l1.55 -1.737", "key": "svg-1" }]]; const IconCandle = createReactComponent("outline", "candle", "Candle", __iconNode$1dj); const __iconNode$1di = [["path", { "d": "M11.174 7.17l.119 -.12a2 2 0 0 1 2.828 0l2.829 2.83a2 2 0 0 1 0 2.828l-.124 .124m-2 2l-2.123 2.123a2 2 0 0 1 -2.828 0l-2.829 -2.831a2 2 0 0 1 0 -2.828l2.113 -2.112", "key": "svg-0" }], ["path", { "d": "M16.243 9.172l3.086 -.772a1.5 1.5 0 0 0 .697 -2.516l-2.216 -2.217a1.5 1.5 0 0 0 -2.44 .47l-1.248 2.913", "key": "svg-1" }], ["path", { "d": "M9.172 16.243l-.772 3.086a1.5 1.5 0 0 1 -2.516 .697l-2.217 -2.216a1.5 1.5 0 0 1 .47 -2.44l2.913 -1.248", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconCandyOff = createReactComponent("outline", "candy-off", "CandyOff", __iconNode$1di); const __iconNode$1dh = [["path", { "d": "M7.05 11.293l4.243 -4.243a2 2 0 0 1 2.828 0l2.829 2.83a2 2 0 0 1 0 2.828l-4.243 4.243a2 2 0 0 1 -2.828 0l-2.829 -2.831a2 2 0 0 1 0 -2.828", "key": "svg-0" }], ["path", { "d": "M16.243 9.172l3.086 -.772a1.5 1.5 0 0 0 .697 -2.516l-2.216 -2.217a1.5 1.5 0 0 0 -2.44 .47l-1.248 2.913", "key": "svg-1" }], ["path", { "d": "M9.172 16.243l-.772 3.086a1.5 1.5 0 0 1 -2.516 .697l-2.217 -2.216a1.5 1.5 0 0 1 .47 -2.44l2.913 -1.248", "key": "svg-2" }]]; const IconCandy = createReactComponent("outline", "candy", "Candy", __iconNode$1dh); const __iconNode$1dg = [["path", { "d": "M9 21l6.324 -11.69c.54 -.974 1.756 -4.104 -1.499 -5.762c-3.255 -1.657 -5.175 .863 -5.825 2.032", "key": "svg-0" }]]; const IconCane = createReactComponent("outline", "cane", "Cane", __iconNode$1dg); const __iconNode$1df = [["path", { "d": "M7 20s0 -2 1 -3.5c-1.5 0 -2 -.5 -4 -1.5c0 0 1.839 -1.38 5 -1c-1.789 -.97 -3.279 -2.03 -5 -6c0 0 3.98 -.3 6.5 3.5c-2.284 -4.9 1.5 -9.5 1.5 -9.5c2.734 5.47 2.389 7.5 1.5 9.5c2.531 -3.77 6.5 -3.5 6.5 -3.5c-1.721 3.97 -3.211 5.03 -5 6c3.161 -.38 5 1 5 1c-2 1 -2.5 1.5 -4 1.5c1 1.5 1 3.5 1 3.5c-2 0 -4.438 -2.22 -5 -3c-.563 .78 -3 3 -5 3", "key": "svg-0" }], ["path", { "d": "M12 22v-5", "key": "svg-1" }]]; const IconCannabis = createReactComponent("outline", "cannabis", "Cannabis", __iconNode$1df); const __iconNode$1de = [["path", { "d": "M20 6h-13a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h13", "key": "svg-0" }], ["path", { "d": "M13 12a2 2 0 1 1 -4 0a2 2 0 0 1 4 0", "key": "svg-1" }], ["path", { "d": "M13 12h7", "key": "svg-2" }]]; const IconCapProjecting = createReactComponent("outline", "cap-projecting", "CapProjecting", __iconNode$1de); const __iconNode$1dd = [["path", { "d": "M20 6h-9a6 6 0 1 0 0 12h9", "key": "svg-0" }], ["path", { "d": "M13 12a2 2 0 1 1 -4 0a2 2 0 0 1 4 0", "key": "svg-1" }], ["path", { "d": "M13 12h7", "key": "svg-2" }]]; const IconCapRounded = createReactComponent("outline", "cap-rounded", "CapRounded", __iconNode$1dd); const __iconNode$1dc = [["path", { "d": "M8 12a2 2 0 1 1 -4 0a2 2 0 0 1 4 0", "key": "svg-0" }], ["path", { "d": "M8 12h12", "key": "svg-1" }], ["path", { "d": "M20 6h-12a2 2 0 0 0 -2 2v2", "key": "svg-2" }], ["path", { "d": "M6 14v2a2 2 0 0 0 2 2h12", "key": "svg-3" }]]; const IconCapStraight = createReactComponent("outline", "cap-straight", "CapStraight", __iconNode$1dc); const __iconNode$1db = [["path", { "d": "M3 12a6 6 0 0 1 6 -6h6a6 6 0 0 1 6 6a6 6 0 0 1 -6 6h-6a6 6 0 0 1 -6 -6", "key": "svg-0" }]]; const IconCapsuleHorizontal = createReactComponent("outline", "capsule-horizontal", "CapsuleHorizontal", __iconNode$1db); const __iconNode$1da = [["path", { "d": "M6 9a6 6 0 0 1 6 -6a6 6 0 0 1 6 6v6a6 6 0 0 1 -6 6a6 6 0 0 1 -6 -6l0 -6", "key": "svg-0" }]]; const IconCapsule = createReactComponent("outline", "capsule", "Capsule", __iconNode$1da); const __iconNode$1d9 = [["path", { "d": "M4 16v2a2 2 0 0 0 2 2h2", "key": "svg-0" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2", "key": "svg-1" }], ["path", { "d": "M16 20h2c.554 0 1.055 -.225 1.417 -.589", "key": "svg-2" }], ["path", { "d": "M9.87 9.887a3 3 0 0 0 4.255 4.23m.58 -3.416a3.012 3.012 0 0 0 -1.4 -1.403", "key": "svg-3" }], ["path", { "d": "M4 8v-2c0 -.548 .22 -1.044 .577 -1.405", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconCaptureOff = createReactComponent("outline", "capture-off", "CaptureOff", __iconNode$1d9); const __iconNode$1d8 = [["path", { "d": "M4 8v-2a2 2 0 0 1 2 -2h2", "key": "svg-0" }], ["path", { "d": "M4 16v2a2 2 0 0 0 2 2h2", "key": "svg-1" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2", "key": "svg-2" }], ["path", { "d": "M16 20h2a2 2 0 0 0 2 -2v-2", "key": "svg-3" }], ["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-4" }]]; const IconCapture = createReactComponent("outline", "capture", "Capture", __iconNode$1d8); const __iconNode$1d7 = [["path", { "d": "M5 5a2 2 0 0 1 2 -2a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2a2 2 0 0 1 -2 -2l0 -2", "key": "svg-0" }], ["path", { "d": "M5 17a2 2 0 0 1 2 -2a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2a2 2 0 0 1 -2 -2l0 -2", "key": "svg-1" }], ["path", { "d": "M15 5a2 2 0 0 1 2 -2a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2a2 2 0 0 1 -2 -2l0 -2", "key": "svg-2" }], ["path", { "d": "M15 17a2 2 0 0 1 2 -2a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2a2 2 0 0 1 -2 -2l0 -2", "key": "svg-3" }], ["path", { "d": "M9 18h6", "key": "svg-4" }], ["path", { "d": "M9 6h6", "key": "svg-5" }], ["path", { "d": "M12 6.5v-.5v12", "key": "svg-6" }]]; const IconCar4wd = createReactComponent("outline", "car-4wd", "Car4wd", __iconNode$1d7); const __iconNode$1d6 = [["path", { "d": "M3 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M15 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M7 18h8m4 0h2v-6a5 5 0 0 0 -5 -5h-1l1.5 5h4.5", "key": "svg-2" }], ["path", { "d": "M12 18v-11h3", "key": "svg-3" }], ["path", { "d": "M3 17v-5h9", "key": "svg-4" }], ["path", { "d": "M4 12v-6l18 -3v2", "key": "svg-5" }], ["path", { "d": "M8 12v-4l-4 -2", "key": "svg-6" }]]; const IconCarCrane = createReactComponent("outline", "car-crane", "CarCrane", __iconNode$1d6); const __iconNode$1d5 = [["path", { "d": "M8 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M7 6l4 5h1a2 2 0 0 1 2 2v4h-2m-4 0h-5m0 -6h8m-6 0v-5m2 0h-4", "key": "svg-1" }], ["path", { "d": "M14 8v-2", "key": "svg-2" }], ["path", { "d": "M19 12h2", "key": "svg-3" }], ["path", { "d": "M17.5 15.5l1.5 1.5", "key": "svg-4" }], ["path", { "d": "M17.5 8.5l1.5 -1.5", "key": "svg-5" }]]; const IconCarCrash = createReactComponent("outline", "car-crash", "CarCrash", __iconNode$1d5); const __iconNode$1d4 = [["path", { "d": "M12 12v-9l4.912 1.914a1.7 1.7 0 0 1 .428 2.925l-5.34 4.161", "key": "svg-0" }], ["path", { "d": "M14.424 15.03l-2.424 -3.03h6", "key": "svg-1" }], ["path", { "d": "M12 12h-9l1.914 -4.912a1.7 1.7 0 0 1 2.925 -.428l4.161 5.34", "key": "svg-2" }], ["path", { "d": "M12 12v9l-4.912 -1.914a1.7 1.7 0 0 1 -.428 -2.925l5.34 -4.161", "key": "svg-3" }], ["path", { "d": "M18 17l2 -2v6", "key": "svg-4" }]]; const IconCarFan1 = createReactComponent("outline", "car-fan-1", "CarFan1", __iconNode$1d4); const __iconNode$1d3 = [["path", { "d": "M12 12v-9l4.912 1.914a1.7 1.7 0 0 1 .428 2.925l-5.34 4.161", "key": "svg-0" }], ["path", { "d": "M14.044 14.624l-2.044 -2.624h4", "key": "svg-1" }], ["path", { "d": "M12 12h-9l1.914 -4.912a1.7 1.7 0 0 1 2.925 -.428l4.161 5.34", "key": "svg-2" }], ["path", { "d": "M12 12v9l-4.912 -1.914a1.7 1.7 0 0 1 -.428 -2.925l5.34 -4.161", "key": "svg-3" }], ["path", { "d": "M18 15h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2", "key": "svg-4" }]]; const IconCarFan2 = createReactComponent("outline", "car-fan-2", "CarFan2", __iconNode$1d3); const __iconNode$1d2 = [["path", { "d": "M12 12v-9l4.912 1.914a1.7 1.7 0 0 1 .428 2.925l-5.34 4.161", "key": "svg-0" }], ["path", { "d": "M14.044 14.624l-2.044 -2.624h4", "key": "svg-1" }], ["path", { "d": "M12 12h-9l1.914 -4.912a1.7 1.7 0 0 1 2.925 -.428l4.161 5.34", "key": "svg-2" }], ["path", { "d": "M12 12v9l-4.912 -1.914a1.7 1.7 0 0 1 -.428 -2.925l5.34 -4.161", "key": "svg-3" }], ["path", { "d": "M18 15.5a.5 .5 0 0 1 .5 -.5h1a1.5 1.5 0 0 1 0 3h-.5h.5a1.5 1.5 0 0 1 0 3h-1a.5 .5 0 0 1 -.5 -.5", "key": "svg-4" }]]; const IconCarFan3 = createReactComponent("outline", "car-fan-3", "CarFan3", __iconNode$1d2); const __iconNode$1d1 = [["path", { "d": "M12 12v-9l4.912 1.914a1.7 1.7 0 0 1 .428 2.925l-5.34 4.161", "key": "svg-0" }], ["path", { "d": "M14.044 14.624l-2.044 -2.624h4", "key": "svg-1" }], ["path", { "d": "M12 12h-9l1.914 -4.912a1.7 1.7 0 0 1 2.925 -.428l4.161 5.34", "key": "svg-2" }], ["path", { "d": "M12 12v9l-4.912 -1.914a1.7 1.7 0 0 1 -.428 -2.925l5.34 -4.161", "key": "svg-3" }], ["path", { "d": "M17 21v-4a2 2 0 1 1 4 0v4", "key": "svg-4" }], ["path", { "d": "M17 19h4", "key": "svg-5" }]]; const IconCarFanAuto = createReactComponent("outline", "car-fan-auto", "CarFanAuto", __iconNode$1d1); const __iconNode$1d0 = [["path", { "d": "M12 12v-9l4.912 1.914a1.7 1.7 0 0 1 .428 2.925l-5.34 4.161", "key": "svg-0" }], ["path", { "d": "M12 12h9l-1.914 4.912a1.7 1.7 0 0 1 -2.925 .428l-4.161 -5.34", "key": "svg-1" }], ["path", { "d": "M12 12h-9l1.914 -4.912a1.7 1.7 0 0 1 2.925 -.428l4.161 5.34", "key": "svg-2" }], ["path", { "d": "M12 12v9l-4.912 -1.914a1.7 1.7 0 0 1 -.428 -2.925l5.34 -4.161", "key": "svg-3" }]]; const IconCarFan = createReactComponent("outline", "car-fan", "CarFan", __iconNode$1d0); const __iconNode$1c$ = [["path", { "d": "M5 20a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M15 20a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-1" }], ["path", { "d": "M5 20h-2v-6l2 -5h9l4 5h1a2 2 0 0 1 2 2v4h-2m-4 0h-6m-6 -6h15m-6 0v-5", "key": "svg-2" }], ["path", { "d": "M3 6l9 -4l9 4", "key": "svg-3" }]]; const IconCarGarage = createReactComponent("outline", "car-garage", "CarGarage", __iconNode$1c$); const __iconNode$1c_ = [["path", { "d": "M9 17h6", "key": "svg-0" }], ["path", { "d": "M9 17a2 2 0 1 1 -4 0a2 2 0 0 1 4 0", "key": "svg-1" }], ["path", { "d": "M19 17a2 2 0 1 1 -4 0a2 2 0 0 1 4 0", "key": "svg-2" }], ["path", { "d": "M17 10l-2 -3", "key": "svg-3" }], ["path", { "d": "M19 17h2v-5a2 2 0 0 0 -2 -2h-5v2h-2.586a1 1 0 0 1 -.707 -.293l-1.121 -1.121a2 2 0 0 0 -1.414 -.586h-4.172a1 1 0 0 0 -1 1v6h2", "key": "svg-4" }]]; const IconCarOffRoad = createReactComponent("outline", "car-off-road", "CarOffRoad", __iconNode$1c_); const __iconNode$1cZ = [["path", { "d": "M5 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M15.584 15.588a2 2 0 0 0 2.828 2.83", "key": "svg-1" }], ["path", { "d": "M5 17h-2v-6l2 -5h1m4 0h4l4 5h1a2 2 0 0 1 2 2v4m-6 0h-6m-6 -6h8m4 0h3m-6 -3v-2", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconCarOff = createReactComponent("outline", "car-off", "CarOff", __iconNode$1cZ); const __iconNode$1cY = [["path", { "d": "M12 22a3 3 0 1 1 0 -6a3 3 0 0 1 0 6", "key": "svg-0" }], ["path", { "d": "M12 16v-12", "key": "svg-1" }], ["path", { "d": "M13 2h-2v2h2v-2", "key": "svg-2" }], ["path", { "d": "M9 11l6 -1", "key": "svg-3" }], ["path", { "d": "M9 14l6 -1", "key": "svg-4" }], ["path", { "d": "M9 8l6 -1", "key": "svg-5" }]]; const IconCarSuspension = createReactComponent("outline", "car-suspension", "CarSuspension", __iconNode$1cY); const __iconNode$1cX = [["path", { "d": "M5 17a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M16 17a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-1" }], ["path", { "d": "M5 9l2 -4h7.438a2 2 0 0 1 1.94 1.515l.622 2.485h3a2 2 0 0 1 2 2v3", "key": "svg-2" }], ["path", { "d": "M10 9v-4", "key": "svg-3" }], ["path", { "d": "M2 7v4", "key": "svg-4" }], ["path", { "d": "M22.001 14.001a4.992 4.992 0 0 0 -4.001 -2.001a4.992 4.992 0 0 0 -4 2h-3a4.998 4.998 0 0 0 -8.003 .003", "key": "svg-5" }], ["path", { "d": "M5 12v-3h13", "key": "svg-6" }]]; const IconCarSuv = createReactComponent("outline", "car-suv", "CarSuv", __iconNode$1cX); const __iconNode$1cW = [["path", { "d": "M7 13a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-0" }], ["path", { "d": "M18.86 11c.088 .66 .14 1.512 .14 2a8 8 0 1 1 -8 -8h6", "key": "svg-1" }], ["path", { "d": "M11 9c2.489 .108 4.489 .108 6 0", "key": "svg-2" }], ["path", { "d": "M17 4a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -6", "key": "svg-3" }], ["path", { "d": "M11 13l-3.5 -1.5", "key": "svg-4" }], ["path", { "d": "M11 13l2.5 3", "key": "svg-5" }], ["path", { "d": "M8.5 16l2.5 -3", "key": "svg-6" }], ["path", { "d": "M11 13l3.5 -1.5", "key": "svg-7" }], ["path", { "d": "M11 9v4", "key": "svg-8" }]]; const IconCarTurbine = createReactComponent("outline", "car-turbine", "CarTurbine", __iconNode$1cW); const __iconNode$1cV = [["path", { "d": "M5 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M15 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M5 17h-2v-6l2 -5h9l4 5h1a2 2 0 0 1 2 2v4h-2m-4 0h-6m-6 -6h15m-6 0v-5", "key": "svg-2" }]]; const IconCar = createReactComponent("outline", "car", "Car", __iconNode$1cV); const __iconNode$1cU = [["path", { "d": "M17.286 21.09q -1.69 .001 -5.288 -2.615q -3.596 2.617 -5.288 2.616q -2.726 0 -.495 -6.8q -9.389 -6.775 2.135 -6.775h.076q 1.785 -5.516 3.574 -5.516q 1.785 0 3.574 5.516h.076q 11.525 0 2.133 6.774q 2.23 6.802 -.497 6.8", "key": "svg-0" }]]; const IconCarambola = createReactComponent("outline", "carambola", "Carambola", __iconNode$1cU); const __iconNode$1cT = [["path", { "d": "M7 18a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M11 18h7a2 2 0 0 0 2 -2v-7a2 2 0 0 0 -2 -2h-9.5a5.5 5.5 0 0 0 -5.5 5.5v3.5a2 2 0 0 0 2 2h2", "key": "svg-1" }], ["path", { "d": "M8 7l7 -3l1 3", "key": "svg-2" }], ["path", { "d": "M13 11.5a.5 .5 0 0 1 .5 -.5h2a.5 .5 0 0 1 .5 .5v2a.5 .5 0 0 1 -.5 .5h-2a.5 .5 0 0 1 -.5 -.5l0 -2", "key": "svg-3" }], ["path", { "d": "M20 16h2", "key": "svg-4" }]]; const IconCaravan = createReactComponent("outline", "caravan", "Caravan", __iconNode$1cT); const __iconNode$1cS = [["path", { "d": "M20.96 16.953c.026 -.147 .04 -.298 .04 -.453v-8.5a2 2 0 0 0 -2 -2h-9m-4 0h-1a2 2 0 0 0 -2 2v8.5a2.5 2.5 0 0 0 2.5 2.5h1.06a3 3 0 0 0 2.34 -1.13l1.54 -1.92a2 2 0 0 1 3.12 0l1.54 1.92a3 3 0 0 0 2.34 1.13h1.06c.155 0 .307 -.014 .454 -.041", "key": "svg-0" }], ["path", { "d": "M7 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }], ["path", { "d": "M16.714 12.7a1 1 0 0 0 -1.417 -1.411l1.417 1.41", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconCardboardsOff = createReactComponent("outline", "cardboards-off", "CardboardsOff", __iconNode$1cS); const __iconNode$1cR = [["path", { "d": "M3 8v8.5a2.5 2.5 0 0 0 2.5 2.5h1.06a3 3 0 0 0 2.34 -1.13l1.54 -1.92a2 2 0 0 1 3.12 0l1.54 1.92a3 3 0 0 0 2.34 1.13h1.06a2.5 2.5 0 0 0 2.5 -2.5v-8.5a2 2 0 0 0 -2 -2h-14a2 2 0 0 0 -2 2", "key": "svg-0" }], ["path", { "d": "M7 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }], ["path", { "d": "M15 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }]]; const IconCardboards = createReactComponent("outline", "cardboards", "Cardboards", __iconNode$1cR); const __iconNode$1cQ = [["path", { "d": "M3.604 7.197l7.138 -3.109a.96 .96 0 0 1 1.27 .527l4.924 11.902a1 1 0 0 1 -.514 1.304l-7.137 3.109a.96 .96 0 0 1 -1.271 -.527l-4.924 -11.903a1 1 0 0 1 .514 -1.304l0 .001", "key": "svg-0" }], ["path", { "d": "M15 4h1a1 1 0 0 1 1 1v3.5", "key": "svg-1" }], ["path", { "d": "M20 6c.264 .112 .52 .217 .768 .315a1 1 0 0 1 .53 1.311l-2.298 5.374", "key": "svg-2" }]]; const IconCards = createReactComponent("outline", "cards", "Cards", __iconNode$1cQ); const __iconNode$1cP = [["path", { "d": "M6 10l6 6l6 -6h-12", "key": "svg-0" }]]; const IconCaretDown = createReactComponent("outline", "caret-down", "CaretDown", __iconNode$1cP); const __iconNode$1cO = [["path", { "d": "M14 18l6 -6l-6 -6v12", "key": "svg-0" }], ["path", { "d": "M10 18l-6 -6l6 -6v12", "key": "svg-1" }]]; const IconCaretLeftRight = createReactComponent("outline", "caret-left-right", "CaretLeftRight", __iconNode$1cO); const __iconNode$1cN = [["path", { "d": "M14 6l-6 6l6 6v-12", "key": "svg-0" }]]; const IconCaretLeft = createReactComponent("outline", "caret-left", "CaretLeft", __iconNode$1cN); const __iconNode$1cM = [["path", { "d": "M10 18l6 -6l-6 -6v12", "key": "svg-0" }]]; const IconCaretRight = createReactComponent("outline", "caret-right", "CaretRight", __iconNode$1cM); const __iconNode$1cL = [["path", { "d": "M18 10l-6 -6l-6 6h12", "key": "svg-0" }], ["path", { "d": "M18 14l-6 6l-6 -6h12", "key": "svg-1" }]]; const IconCaretUpDown = createReactComponent("outline", "caret-up-down", "CaretUpDown", __iconNode$1cL); const __iconNode$1cK = [["path", { "d": "M18 14l-6 -6l-6 6h12", "key": "svg-0" }]]; const IconCaretUp = createReactComponent("outline", "caret-up", "CaretUp", __iconNode$1cK); const __iconNode$1cJ = [["path", { "d": "M7 6a1 1 0 0 1 1 -1h8a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1l0 -12", "key": "svg-0" }], ["path", { "d": "M22 17h-1a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h1", "key": "svg-1" }], ["path", { "d": "M2 17h1a1 1 0 0 0 1 -1v-8a1 1 0 0 0 -1 -1h-1", "key": "svg-2" }]]; const IconCarouselHorizontal = createReactComponent("outline", "carousel-horizontal", "CarouselHorizontal", __iconNode$1cJ); const __iconNode$1cI = [["path", { "d": "M19 8v8a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1", "key": "svg-0" }], ["path", { "d": "M7 22v-1a1 1 0 0 1 1 -1h8a1 1 0 0 1 1 1v1", "key": "svg-1" }], ["path", { "d": "M17 2v1a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-1", "key": "svg-2" }]]; const IconCarouselVertical = createReactComponent("outline", "carousel-vertical", "CarouselVertical", __iconNode$1cI); const __iconNode$1cH = [["path", { "d": "M8.868 8.846c-2.756 3.382 -5.868 12.154 -5.868 12.154s8.75 -3.104 12.134 -5.85m1.667 -2.342a4.486 4.486 0 0 0 -5.589 -5.615", "key": "svg-0" }], ["path", { "d": "M9 13l-1.5 -1.5", "key": "svg-1" }], ["path", { "d": "M22 8s-1.14 -2 -3 -2c-1.406 0 -3 2 -3 2s1.14 2 3 2s3 -2 3 -2", "key": "svg-2" }], ["path", { "d": "M16 2s-2 1.14 -2 3s2 3 2 3s2 -1.577 2 -3c0 -1.86 -2 -3 -2 -3", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconCarrotOff = createReactComponent("outline", "carrot-off", "CarrotOff", __iconNode$1cH); const __iconNode$1cG = [["path", { "d": "M3 21s9.834 -3.489 12.684 -6.34a4.487 4.487 0 0 0 0 -6.344a4.483 4.483 0 0 0 -6.342 0c-2.86 2.861 -6.347 12.689 -6.347 12.689l.005 -.005", "key": "svg-0" }], ["path", { "d": "M9 13l-1.5 -1.5", "key": "svg-1" }], ["path", { "d": "M16 14l-2 -2", "key": "svg-2" }], ["path", { "d": "M22 8s-1.14 -2 -3 -2c-1.406 0 -3 2 -3 2s1.14 2 3 2s3 -2 3 -2", "key": "svg-3" }], ["path", { "d": "M16 2s-2 1.14 -2 3s2 3 2 3s2 -1.577 2 -3c0 -1.86 -2 -3 -2 -3", "key": "svg-4" }]]; const IconCarrot = createReactComponent("outline", "carrot", "Carrot", __iconNode$1cG); const __iconNode$1cF = [["path", { "d": "M11 18h-6a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v3", "key": "svg-0" }], ["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-1" }], ["path", { "d": "M6 12h.01", "key": "svg-2" }], ["path", { "d": "M18.42 15.61a2.1 2.1 0 1 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39", "key": "svg-3" }]]; const IconCashBanknoteEdit = createReactComponent("outline", "cash-banknote-edit", "CashBanknoteEdit", __iconNode$1cF); const __iconNode$1cE = [["path", { "d": "M14.872 11.13a3.001 3.001 0 1 0 -4.29 3.514", "key": "svg-0" }], ["path", { "d": "M10 18h-5a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v3", "key": "svg-1" }], ["path", { "d": "M6 12h.01", "key": "svg-2" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.24 2.24 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.24 2.24 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-3" }]]; const IconCashBanknoteHeart = createReactComponent("outline", "cash-banknote-heart", "CashBanknoteHeart", __iconNode$1cE); const __iconNode$1cD = [["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M12 18h-7a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7", "key": "svg-1" }], ["path", { "d": "M18 12h.01", "key": "svg-2" }], ["path", { "d": "M6 12h.01", "key": "svg-3" }], ["path", { "d": "M16 19h6", "key": "svg-4" }]]; const IconCashBanknoteMinus = createReactComponent("outline", "cash-banknote-minus", "CashBanknoteMinus", __iconNode$1cD); const __iconNode$1cC = [["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M12 18h-7a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4.5", "key": "svg-1" }], ["path", { "d": "M18 12h.01", "key": "svg-2" }], ["path", { "d": "M6 12h.01", "key": "svg-3" }], ["path", { "d": "M16 19h6", "key": "svg-4" }], ["path", { "d": "M19 16l-3 3l3 3", "key": "svg-5" }]]; const IconCashBanknoteMoveBack = createReactComponent("outline", "cash-banknote-move-back", "CashBanknoteMoveBack", __iconNode$1cC); const __iconNode$1cB = [["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M12 18h-7a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4.5", "key": "svg-1" }], ["path", { "d": "M18 12h.01", "key": "svg-2" }], ["path", { "d": "M6 12h.01", "key": "svg-3" }], ["path", { "d": "M16 19h6", "key": "svg-4" }], ["path", { "d": "M19 16l3 3l-3 3", "key": "svg-5" }]]; const IconCashBanknoteMove = createReactComponent("outline", "cash-banknote-move", "CashBanknoteMove", __iconNode$1cB); const __iconNode$1cA = [["path", { "d": "M9.88 9.878a3 3 0 1 0 4.242 4.243m.58 -3.425a3.012 3.012 0 0 0 -1.412 -1.405", "key": "svg-0" }], ["path", { "d": "M10 6h9a2 2 0 0 1 2 2v8c0 .294 -.064 .574 -.178 .825m-2.822 1.175h-13a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h1", "key": "svg-1" }], ["path", { "d": "M18 12l.01 0", "key": "svg-2" }], ["path", { "d": "M6 12l.01 0", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconCashBanknoteOff = createReactComponent("outline", "cash-banknote-off", "CashBanknoteOff", __iconNode$1cA); const __iconNode$1cz = [["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M12.25 18h-7.25a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4.5", "key": "svg-1" }], ["path", { "d": "M18 12h.01", "key": "svg-2" }], ["path", { "d": "M6 12h.01", "key": "svg-3" }], ["path", { "d": "M16 19h6", "key": "svg-4" }], ["path", { "d": "M19 16v6", "key": "svg-5" }]]; const IconCashBanknotePlus = createReactComponent("outline", "cash-banknote-plus", "CashBanknotePlus", __iconNode$1cz); const __iconNode$1cy = [["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M3 8a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2l0 -8", "key": "svg-1" }], ["path", { "d": "M18 12h.01", "key": "svg-2" }], ["path", { "d": "M6 12h.01", "key": "svg-3" }]]; const IconCashBanknote = createReactComponent("outline", "cash-banknote", "CashBanknote", __iconNode$1cy); const __iconNode$1cx = [["path", { "d": "M7 15h-3a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v3", "key": "svg-0" }], ["path", { "d": "M11 19h-3a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v1.25", "key": "svg-1" }], ["path", { "d": "M18.42 15.61a2.1 2.1 0 1 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39", "key": "svg-2" }]]; const IconCashEdit = createReactComponent("outline", "cash-edit", "CashEdit", __iconNode$1cx); const __iconNode$1cw = [["path", { "d": "M7 15h-3a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v3", "key": "svg-0" }], ["path", { "d": "M10.25 19h-2.25a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v1.25", "key": "svg-1" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.24 2.24 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.24 2.24 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-2" }]]; const IconCashHeart = createReactComponent("outline", "cash-heart", "CashHeart", __iconNode$1cw); const __iconNode$1cv = [["path", { "d": "M7 15h-3a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v3", "key": "svg-0" }], ["path", { "d": "M12 19h-4a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v5", "key": "svg-1" }], ["path", { "d": "M12 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }]]; const IconCashMinus = createReactComponent("outline", "cash-minus", "CashMinus", __iconNode$1cv); const __iconNode$1cu = [["path", { "d": "M7 15h-3a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v3", "key": "svg-0" }], ["path", { "d": "M12 19h-4a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v2.5", "key": "svg-1" }], ["path", { "d": "M15.914 13.417a2 2 0 1 0 -2.447 2.511", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }], ["path", { "d": "M19 16l-3 3l3 3", "key": "svg-4" }]]; const IconCashMoveBack = createReactComponent("outline", "cash-move-back", "CashMoveBack", __iconNode$1cu); const __iconNode$1ct = [["path", { "d": "M7 15h-3a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v3", "key": "svg-0" }], ["path", { "d": "M12 19h-4a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v2.5", "key": "svg-1" }], ["path", { "d": "M15.92 13.437a2 2 0 1 0 -2.472 2.486", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }], ["path", { "d": "M19 16l3 3l-3 3", "key": "svg-4" }]]; const IconCashMove = createReactComponent("outline", "cash-move", "CashMove", __iconNode$1ct); const __iconNode$1cs = [["path", { "d": "M13 9h6a2 2 0 0 1 2 2v6m-2 2h-10a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M12.582 12.59a2 2 0 0 0 2.83 2.826", "key": "svg-1" }], ["path", { "d": "M17 9v-2a2 2 0 0 0 -2 -2h-6m-4 0a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h2", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconCashOff = createReactComponent("outline", "cash-off", "CashOff", __iconNode$1cs); const __iconNode$1cr = [["path", { "d": "M7 15h-3a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v3", "key": "svg-0" }], ["path", { "d": "M12 19h-4a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v2.5", "key": "svg-1" }], ["path", { "d": "M12 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }], ["path", { "d": "M19 16v6", "key": "svg-4" }]]; const IconCashPlus = createReactComponent("outline", "cash-plus", "CashPlus", __iconNode$1cr); const __iconNode$1cq = [["path", { "d": "M21 15h-2.5c-.398 0 -.779 .158 -1.061 .439c-.281 .281 -.439 .663 -.439 1.061c0 .398 .158 .779 .439 1.061c.281 .281 .663 .439 1.061 .439h1c.398 0 .779 .158 1.061 .439c.281 .281 .439 .663 .439 1.061c0 .398 -.158 .779 -.439 1.061c-.281 .281 -.663 .439 -1.061 .439h-2.5", "key": "svg-0" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-1" }], ["path", { "d": "M13 21h-7c-.53 0 -1.039 -.211 -1.414 -.586c-.375 -.375 -.586 -.884 -.586 -1.414v-10c0 -.53 .211 -1.039 .586 -1.414c.375 -.375 .884 -.586 1.414 -.586h2m12 3.12v-1.12c0 -.53 -.211 -1.039 -.586 -1.414c-.375 -.375 -.884 -.586 -1.414 -.586h-2", "key": "svg-2" }], ["path", { "d": "M16 10v-6c0 -.53 -.211 -1.039 -.586 -1.414c-.375 -.375 -.884 -.586 -1.414 -.586h-4c-.53 0 -1.039 .211 -1.414 .586c-.375 .375 -.586 .884 -.586 1.414v6m8 0h-8m8 0h1m-9 0h-1", "key": "svg-3" }], ["path", { "d": "M8 14v.01", "key": "svg-4" }], ["path", { "d": "M8 17v.01", "key": "svg-5" }], ["path", { "d": "M12 13.99v.01", "key": "svg-6" }], ["path", { "d": "M12 17v.01", "key": "svg-7" }]]; const IconCashRegister = createReactComponent("outline", "cash-register", "CashRegister", __iconNode$1cq); const __iconNode$1cp = [["path", { "d": "M7 15h-3a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v3", "key": "svg-0" }], ["path", { "d": "M7 10a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1l0 -8", "key": "svg-1" }], ["path", { "d": "M12 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-2" }]]; const IconCash = createReactComponent("outline", "cash", "Cash", __iconNode$1cp); const __iconNode$1co = [["path", { "d": "M3 19h.01", "key": "svg-0" }], ["path", { "d": "M7 19a4 4 0 0 0 -4 -4", "key": "svg-1" }], ["path", { "d": "M11 19a8 8 0 0 0 -8 -8", "key": "svg-2" }], ["path", { "d": "M15 19h3a3 3 0 0 0 .875 -.13m2 -2a3 3 0 0 0 .128 -.868v-8a3 3 0 0 0 -3 -3h-9m-3.865 .136a3 3 0 0 0 -1.935 1.864", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconCastOff = createReactComponent("outline", "cast-off", "CastOff", __iconNode$1co); const __iconNode$1cn = [["path", { "d": "M3 19l.01 0", "key": "svg-0" }], ["path", { "d": "M7 19a4 4 0 0 0 -4 -4", "key": "svg-1" }], ["path", { "d": "M11 19a8 8 0 0 0 -8 -8", "key": "svg-2" }], ["path", { "d": "M15 19h3a3 3 0 0 0 3 -3v-8a3 3 0 0 0 -3 -3h-12a3 3 0 0 0 -2.8 2", "key": "svg-3" }]]; const IconCast = createReactComponent("outline", "cast", "Cast", __iconNode$1cn); const __iconNode$1cm = [["path", { "d": "M20 3v10a8 8 0 1 1 -16 0v-10l3.432 3.432a7.963 7.963 0 0 1 4.568 -1.432c1.769 0 3.403 .574 4.728 1.546l3.272 -3.546", "key": "svg-0" }], ["path", { "d": "M2 16h5l-4 4", "key": "svg-1" }], ["path", { "d": "M22 16h-5l4 4", "key": "svg-2" }], ["path", { "d": "M11 16a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-3" }], ["path", { "d": "M9 11v.01", "key": "svg-4" }], ["path", { "d": "M15 11v.01", "key": "svg-5" }]]; const IconCat = createReactComponent("outline", "cat", "Cat", __iconNode$1cm); const __iconNode$1cl = [["path", { "d": "M14 4h6v6h-6l0 -6", "key": "svg-0" }], ["path", { "d": "M4 14h6v6h-6l0 -6", "key": "svg-1" }], ["path", { "d": "M14 17a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M4 7a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-3" }]]; const IconCategory2 = createReactComponent("outline", "category-2", "Category2", __iconNode$1cl); const __iconNode$1ck = [["path", { "d": "M4 4h6v6h-6v-6", "key": "svg-0" }], ["path", { "d": "M14 4h6v6h-6v-6", "key": "svg-1" }], ["path", { "d": "M4 14h6v6h-6v-6", "key": "svg-2" }], ["path", { "d": "M14 17h6", "key": "svg-3" }]]; const IconCategoryMinus = createReactComponent("outline", "category-minus", "CategoryMinus", __iconNode$1ck); const __iconNode$1cj = [["path", { "d": "M4 4h6v6h-6v-6", "key": "svg-0" }], ["path", { "d": "M14 4h6v6h-6v-6", "key": "svg-1" }], ["path", { "d": "M4 14h6v6h-6v-6", "key": "svg-2" }], ["path", { "d": "M14 17h6m-3 -3v6", "key": "svg-3" }]]; const IconCategoryPlus = createReactComponent("outline", "category-plus", "CategoryPlus", __iconNode$1cj); const __iconNode$1ci = [["path", { "d": "M4 4h6v6h-6l0 -6", "key": "svg-0" }], ["path", { "d": "M14 4h6v6h-6l0 -6", "key": "svg-1" }], ["path", { "d": "M4 14h6v6h-6l0 -6", "key": "svg-2" }], ["path", { "d": "M14 17a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-3" }]]; const IconCategory = createReactComponent("outline", "category", "Category", __iconNode$1ci); const __iconNode$1ch = [["path", { "d": "M6.53 6.53a6.001 6.001 0 0 0 2.47 11.47", "key": "svg-0" }], ["path", { "d": "M21 6a6 6 0 0 0 -5.927 5.061l.927 .939", "key": "svg-1" }], ["path", { "d": "M16 12h5", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconCeOff = createReactComponent("outline", "ce-off", "CeOff", __iconNode$1ch); const __iconNode$1cg = [["path", { "d": "M9 6a6 6 0 1 0 0 12", "key": "svg-0" }], ["path", { "d": "M21 6a6 6 0 1 0 0 12", "key": "svg-1" }], ["path", { "d": "M15 12h6", "key": "svg-2" }]]; const IconCe = createReactComponent("outline", "ce", "Ce", __iconNode$1cg); const __iconNode$1cf = [["path", { "d": "M20 20h-15.269a.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a.731 .731 0 0 1 1.249 .517v15.269", "key": "svg-0" }]]; const IconCellSignal1 = createReactComponent("outline", "cell-signal-1", "CellSignal1", __iconNode$1cf); const __iconNode$1ce = [["path", { "d": "M20 20h-15.269a.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a.731 .731 0 0 1 1.249 .517v15.269", "key": "svg-0" }], ["path", { "d": "M8 20v-5", "key": "svg-1" }]]; const IconCellSignal2 = createReactComponent("outline", "cell-signal-2", "CellSignal2", __iconNode$1ce); const __iconNode$1cd = [["path", { "d": "M20 20h-15.269a.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a.731 .731 0 0 1 1.249 .517v15.269", "key": "svg-0" }], ["path", { "d": "M12 20v-9", "key": "svg-1" }]]; const IconCellSignal3 = createReactComponent("outline", "cell-signal-3", "CellSignal3", __iconNode$1cd); const __iconNode$1cc = [["path", { "d": "M20 20h-15.269a.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a.731 .731 0 0 1 1.249 .517v15.269", "key": "svg-0" }], ["path", { "d": "M16 7v13", "key": "svg-1" }]]; const IconCellSignal4 = createReactComponent("outline", "cell-signal-4", "CellSignal4", __iconNode$1cc); const __iconNode$1cb = [["path", { "d": "M20 20h-15.269a.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a.731 .731 0 0 1 1.249 .517v15.269", "key": "svg-0" }], ["path", { "d": "M16 7v13", "key": "svg-1" }], ["path", { "d": "M12 20v-9", "key": "svg-2" }], ["path", { "d": "M8 20v-5", "key": "svg-3" }]]; const IconCellSignal5 = createReactComponent("outline", "cell-signal-5", "CellSignal5", __iconNode$1cb); const __iconNode$1ca = [["path", { "d": "M20 20h-15.269a.731 .731 0 0 1 -.517 -1.249l7.265 -7.264m2 -2l5.272 -5.272a.731 .731 0 0 1 1.249 .517v11.269", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconCellSignalOff = createReactComponent("outline", "cell-signal-off", "CellSignalOff", __iconNode$1ca); const __iconNode$1c9 = [["path", { "d": "M8 4l-4 2v5l4 2l4 -2v-5l-4 -2", "key": "svg-0" }], ["path", { "d": "M12 11l4 2l4 -2v-5l-4 -2l-4 2", "key": "svg-1" }], ["path", { "d": "M8 13v5l4 2l4 -2v-5", "key": "svg-2" }]]; const IconCell = createReactComponent("outline", "cell", "Cell", __iconNode$1c9); const __iconNode$1c8 = [["path", { "d": "M12 12a3 3 0 1 0 3 3", "key": "svg-0" }], ["path", { "d": "M11 7h3", "key": "svg-1" }], ["path", { "d": "M10 18v4l2 -1l2 1v-4", "key": "svg-2" }], ["path", { "d": "M10 19h-2a2 2 0 0 1 -2 -2v-11m1.18 -2.825c.25 -.112 .529 -.175 .82 -.175h8a2 2 0 0 1 2 2v9m-.175 3.82a2 2 0 0 1 -1.825 1.18h-2", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconCertificate2Off = createReactComponent("outline", "certificate-2-off", "Certificate2Off", __iconNode$1c8); const __iconNode$1c7 = [["path", { "d": "M9 15a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M10 7h4", "key": "svg-1" }], ["path", { "d": "M10 18v4l2 -1l2 1v-4", "key": "svg-2" }], ["path", { "d": "M10 19h-2a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-2", "key": "svg-3" }]]; const IconCertificate2 = createReactComponent("outline", "certificate-2", "Certificate2", __iconNode$1c7); const __iconNode$1c6 = [["path", { "d": "M12.876 12.881a3 3 0 0 0 4.243 4.243m.588 -3.42a3.012 3.012 0 0 0 -1.437 -1.423", "key": "svg-0" }], ["path", { "d": "M13 17.5v4.5l2 -1.5l2 1.5v-4.5", "key": "svg-1" }], ["path", { "d": "M10 19h-5a2 2 0 0 1 -2 -2v-10c0 -1.1 .9 -2 2 -2m4 0h10a2 2 0 0 1 2 2v10", "key": "svg-2" }], ["path", { "d": "M6 9h3m4 0h5", "key": "svg-3" }], ["path", { "d": "M6 12h3", "key": "svg-4" }], ["path", { "d": "M6 15h2", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconCertificateOff = createReactComponent("outline", "certificate-off", "CertificateOff", __iconNode$1c6); const __iconNode$1c5 = [["path", { "d": "M12 15a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M13 17.5v4.5l2 -1.5l2 1.5v-4.5", "key": "svg-1" }], ["path", { "d": "M10 19h-5a2 2 0 0 1 -2 -2v-10c0 -1.1 .9 -2 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -1 1.73", "key": "svg-2" }], ["path", { "d": "M6 9l12 0", "key": "svg-3" }], ["path", { "d": "M6 12l3 0", "key": "svg-4" }], ["path", { "d": "M6 15l2 0", "key": "svg-5" }]]; const IconCertificate = createReactComponent("outline", "certificate", "Certificate", __iconNode$1c5); const __iconNode$1c4 = [["path", { "d": "M6 21l12 -9", "key": "svg-0" }], ["path", { "d": "M6 12l12 9", "key": "svg-1" }], ["path", { "d": "M5 12h14", "key": "svg-2" }], ["path", { "d": "M6 3v9", "key": "svg-3" }], ["path", { "d": "M18 3v9", "key": "svg-4" }], ["path", { "d": "M6 8h12", "key": "svg-5" }], ["path", { "d": "M6 5h12", "key": "svg-6" }]]; const IconChairDirector = createReactComponent("outline", "chair-director", "ChairDirector", __iconNode$1c4); const __iconNode$1c3 = [["path", { "d": "M8 19h-3a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2m4 0h10a2 2 0 0 1 2 2v10", "key": "svg-0" }], ["path", { "d": "M17 17v1a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h4", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconChalkboardOff = createReactComponent("outline", "chalkboard-off", "ChalkboardOff", __iconNode$1c3); const __iconNode$1c2 = [["path", { "d": "M8 19h-3a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v11a1 1 0 0 1 -1 1", "key": "svg-0" }], ["path", { "d": "M12 14a2 2 0 1 0 4.001 -.001a2 2 0 0 0 -4.001 .001", "key": "svg-1" }], ["path", { "d": "M17 19a2 2 0 0 0 -2 -2h-2a2 2 0 0 0 -2 2", "key": "svg-2" }]]; const IconChalkboardTeacher = createReactComponent("outline", "chalkboard-teacher", "ChalkboardTeacher", __iconNode$1c2); const __iconNode$1c1 = [["path", { "d": "M8 19h-3a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v11a1 1 0 0 1 -1 1", "key": "svg-0" }], ["path", { "d": "M11 17a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -1", "key": "svg-1" }]]; const IconChalkboard = createReactComponent("outline", "chalkboard", "Chalkboard", __iconNode$1c1); const __iconNode$1c0 = [["path", { "d": "M18 7l-1 1", "key": "svg-0" }], ["path", { "d": "M14 11h1a2 2 0 0 1 2 2v3a1.5 1.5 0 0 0 3 0v-7l-3 -3", "key": "svg-1" }], ["path", { "d": "M4 20v-14a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v14", "key": "svg-2" }], ["path", { "d": "M9 11.5l-1.5 2.5h3l-1.5 2.5", "key": "svg-3" }], ["path", { "d": "M3 20l12 0", "key": "svg-4" }], ["path", { "d": "M4 8l10 0", "key": "svg-5" }]]; const IconChargingPile = createReactComponent("outline", "charging-pile", "ChargingPile", __iconNode$1c0); const __iconNode$1b$ = [["path", { "d": "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M7 12a5 5 0 1 0 5 -5", "key": "svg-1" }], ["path", { "d": "M6.29 18.957a9 9 0 1 0 5.71 -15.957", "key": "svg-2" }]]; const IconChartArcs3 = createReactComponent("outline", "chart-arcs-3", "ChartArcs3", __iconNode$1b$); const __iconNode$1b_ = [["path", { "d": "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M16.924 11.132a5 5 0 1 0 -4.056 5.792", "key": "svg-1" }], ["path", { "d": "M3 12a9 9 0 1 0 9 -9", "key": "svg-2" }]]; const IconChartArcs = createReactComponent("outline", "chart-arcs", "ChartArcs", __iconNode$1b_); const __iconNode$1bZ = [["path", { "d": "M4 19l4 -6l4 2l4 -5l4 4l0 5l-16 0", "key": "svg-0" }], ["path", { "d": "M4 12l3 -4l4 2l5 -6l4 4", "key": "svg-1" }]]; const IconChartAreaLine = createReactComponent("outline", "chart-area-line", "ChartAreaLine", __iconNode$1bZ); const __iconNode$1bY = [["path", { "d": "M4 19l16 0", "key": "svg-0" }], ["path", { "d": "M4 15l4 -6l4 2l4 -5l4 4l0 5l-16 0", "key": "svg-1" }]]; const IconChartArea = createReactComponent("outline", "chart-area", "ChartArea", __iconNode$1bY); const __iconNode$1bX = [["path", { "d": "M18 21v-14", "key": "svg-0" }], ["path", { "d": "M9 15l3 -3l3 3", "key": "svg-1" }], ["path", { "d": "M15 10l3 -3l3 3", "key": "svg-2" }], ["path", { "d": "M3 21l18 0", "key": "svg-3" }], ["path", { "d": "M12 21l0 -9", "key": "svg-4" }], ["path", { "d": "M3 6l3 -3l3 3", "key": "svg-5" }], ["path", { "d": "M6 21v-18", "key": "svg-6" }]]; const IconChartArrowsVertical = createReactComponent("outline", "chart-arrows-vertical", "ChartArrowsVertical", __iconNode$1bX); const __iconNode$1bW = [["path", { "d": "M3 18l14 0", "key": "svg-0" }], ["path", { "d": "M9 9l3 3l-3 3", "key": "svg-1" }], ["path", { "d": "M14 15l3 3l-3 3", "key": "svg-2" }], ["path", { "d": "M3 3l0 18", "key": "svg-3" }], ["path", { "d": "M3 12l9 0", "key": "svg-4" }], ["path", { "d": "M18 3l3 3l-3 3", "key": "svg-5" }], ["path", { "d": "M3 6l18 0", "key": "svg-6" }]]; const IconChartArrows = createReactComponent("outline", "chart-arrows", "ChartArrows", __iconNode$1bW); const __iconNode$1bV = [["path", { "d": "M3 13a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -6", "key": "svg-0" }], ["path", { "d": "M12 8h2a1 1 0 0 1 1 1v2m0 4v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-10", "key": "svg-1" }], ["path", { "d": "M15 11v-6a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v12m-1 3h-4a1 1 0 0 1 -1 -1v-4", "key": "svg-2" }], ["path", { "d": "M4 20h14", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconChartBarOff = createReactComponent("outline", "chart-bar-off", "ChartBarOff", __iconNode$1bV); const __iconNode$1bU = [["path", { "d": "M3 13a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -6", "key": "svg-0" }], ["path", { "d": "M9 9a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -10", "key": "svg-1" }], ["path", { "d": "M15 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -14", "key": "svg-2" }], ["path", { "d": "M4 20h14", "key": "svg-3" }]]; const IconChartBarPopular = createReactComponent("outline", "chart-bar-popular", "ChartBarPopular", __iconNode$1bU); const __iconNode$1bT = [["path", { "d": "M3 13a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -6", "key": "svg-0" }], ["path", { "d": "M15 9a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -10", "key": "svg-1" }], ["path", { "d": "M9 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -14", "key": "svg-2" }], ["path", { "d": "M4 20h14", "key": "svg-3" }]]; const IconChartBar = createReactComponent("outline", "chart-bar", "ChartBar", __iconNode$1bT); const __iconNode$1bS = [["path", { "d": "M3 16a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M14 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M10 7.5a4.5 4.5 0 1 0 9 0a4.5 4.5 0 1 0 -9 0", "key": "svg-2" }]]; const IconChartBubble = createReactComponent("outline", "chart-bubble", "ChartBubble", __iconNode$1bS); const __iconNode$1bR = [["path", { "d": "M4 7a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -3", "key": "svg-0" }], ["path", { "d": "M6 4l0 2", "key": "svg-1" }], ["path", { "d": "M6 11l0 9", "key": "svg-2" }], ["path", { "d": "M10 15a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -3", "key": "svg-3" }], ["path", { "d": "M12 4l0 10", "key": "svg-4" }], ["path", { "d": "M12 19l0 1", "key": "svg-5" }], ["path", { "d": "M16 6a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -4", "key": "svg-6" }], ["path", { "d": "M18 4l0 1", "key": "svg-7" }], ["path", { "d": "M18 11l0 9", "key": "svg-8" }]]; const IconChartCandle = createReactComponent("outline", "chart-candle", "ChartCandle", __iconNode$1bR); const __iconNode$1bQ = [["path", { "d": "M4 9.5a5.5 5.5 0 1 0 11 0a5.5 5.5 0 1 0 -11 0", "key": "svg-0" }], ["path", { "d": "M9 14.5a5.5 5.5 0 1 0 11 0a5.5 5.5 0 1 0 -11 0", "key": "svg-1" }]]; const IconChartCircles = createReactComponent("outline", "chart-circles", "ChartCircles", __iconNode$1bQ); const __iconNode$1bP = [["path", { "d": "M3 9h18v-6h-18v18h6v-18", "key": "svg-0" }], ["path", { "d": "M3 15h12v-12", "key": "svg-1" }]]; const IconChartCohort = createReactComponent("outline", "chart-cohort", "ChartCohort", __iconNode$1bP); const __iconNode$1bO = [["path", { "d": "M4 20h3", "key": "svg-0" }], ["path", { "d": "M17 20h3", "key": "svg-1" }], ["path", { "d": "M10.5 20h3", "key": "svg-2" }], ["path", { "d": "M4 16h3", "key": "svg-3" }], ["path", { "d": "M17 16h3", "key": "svg-4" }], ["path", { "d": "M10.5 16h3", "key": "svg-5" }], ["path", { "d": "M4 12h3", "key": "svg-6" }], ["path", { "d": "M17 12h3", "key": "svg-7" }], ["path", { "d": "M10.5 12h3", "key": "svg-8" }], ["path", { "d": "M4 8h3", "key": "svg-9" }], ["path", { "d": "M17 8h3", "key": "svg-10" }], ["path", { "d": "M4 4h3", "key": "svg-11" }]]; const IconChartColumn = createReactComponent("outline", "chart-column", "ChartColumn", __iconNode$1bO); const __iconNode$1bN = [["path", { "d": "M18 11h.009", "key": "svg-0" }], ["path", { "d": "M14 15h.009", "key": "svg-1" }], ["path", { "d": "M12 6h.009", "key": "svg-2" }], ["path", { "d": "M8 10h.009", "key": "svg-3" }], ["path", { "d": "M3 21l17 -17", "key": "svg-4" }], ["path", { "d": "M3 3v18h18", "key": "svg-5" }]]; const IconChartCovariate = createReactComponent("outline", "chart-covariate", "ChartCovariate", __iconNode$1bN); const __iconNode$1bM = [["path", { "d": "M12 3v5m4 4h5", "key": "svg-0" }], ["path", { "d": "M8 12a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-1" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-2" }]]; const IconChartDonut2 = createReactComponent("outline", "chart-donut-2", "ChartDonut2", __iconNode$1bM); const __iconNode$1bL = [["path", { "d": "M12 3v5m4 4h5", "key": "svg-0" }], ["path", { "d": "M8.929 14.582l-3.429 2.918", "key": "svg-1" }], ["path", { "d": "M8 12a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-2" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-3" }]]; const IconChartDonut3 = createReactComponent("outline", "chart-donut-3", "ChartDonut3", __iconNode$1bL); const __iconNode$1bK = [["path", { "d": "M8.848 14.667l-3.348 2.833", "key": "svg-0" }], ["path", { "d": "M12 3v5m4 4h5", "key": "svg-1" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-2" }], ["path", { "d": "M14.219 15.328l2.781 4.172", "key": "svg-3" }], ["path", { "d": "M8 12a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-4" }]]; const IconChartDonut4 = createReactComponent("outline", "chart-donut-4", "ChartDonut4", __iconNode$1bK); const __iconNode$1bJ = [["path", { "d": "M10 3.2a9 9 0 1 0 10.8 10.8a1 1 0 0 0 -1 -1h-3.8a4.1 4.1 0 1 1 -5 -5v-4a.9 .9 0 0 0 -1 -.8", "key": "svg-0" }], ["path", { "d": "M15 3.5a9 9 0 0 1 5.5 5.5h-4.5a9 9 0 0 0 -1 -1v-4.5", "key": "svg-1" }]]; const IconChartDonut = createReactComponent("outline", "chart-donut", "ChartDonut", __iconNode$1bJ); const __iconNode$1bI = [["path", { "d": "M3 3v18h18", "key": "svg-0" }], ["path", { "d": "M7 15a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M11 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M16 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M21 3l-6 1.5", "key": "svg-4" }], ["path", { "d": "M14.113 6.65l2.771 3.695", "key": "svg-5" }], ["path", { "d": "M16 12.5l-5 2", "key": "svg-6" }]]; const IconChartDots2 = createReactComponent("outline", "chart-dots-2", "ChartDots2", __iconNode$1bI); const __iconNode$1bH = [["path", { "d": "M3 7a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M14 15a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M15 6a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M3 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-3" }], ["path", { "d": "M9 17l5 -1.5", "key": "svg-4" }], ["path", { "d": "M6.5 8.5l7.81 5.37", "key": "svg-5" }], ["path", { "d": "M7 7l8 -1", "key": "svg-6" }]]; const IconChartDots3 = createReactComponent("outline", "chart-dots-3", "ChartDots3", __iconNode$1bH); const __iconNode$1bG = [["path", { "d": "M3 3v18h18", "key": "svg-0" }], ["path", { "d": "M7 9a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M17 7a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M12 15a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M10.16 10.62l2.34 2.88", "key": "svg-4" }], ["path", { "d": "M15.088 13.328l2.837 -4.586", "key": "svg-5" }]]; const IconChartDots = createReactComponent("outline", "chart-dots", "ChartDots", __iconNode$1bG); const __iconNode$1bF = [["path", { "d": "M4.387 3h15.226a1 1 0 0 1 .948 1.316l-5.105 15.316a2 2 0 0 1 -1.898 1.368h-3.116a2 2 0 0 1 -1.898 -1.368l-5.104 -15.316a1 1 0 0 1 .947 -1.316", "key": "svg-0" }], ["path", { "d": "M5 9h14", "key": "svg-1" }], ["path", { "d": "M7 15h10", "key": "svg-2" }]]; const IconChartFunnel = createReactComponent("outline", "chart-funnel", "ChartFunnel", __iconNode$1bF); const __iconNode$1bE = [["path", { "d": "M16 6a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M4 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M4 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M16 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M8 18h8", "key": "svg-4" }], ["path", { "d": "M18 20v1", "key": "svg-5" }], ["path", { "d": "M18 3v1", "key": "svg-6" }], ["path", { "d": "M6 20v1", "key": "svg-7" }], ["path", { "d": "M6 10v-7", "key": "svg-8" }], ["path", { "d": "M12 3v18", "key": "svg-9" }], ["path", { "d": "M18 8v8", "key": "svg-10" }], ["path", { "d": "M8 12h13", "key": "svg-11" }], ["path", { "d": "M21 6h-1", "key": "svg-12" }], ["path", { "d": "M16 6h-13", "key": "svg-13" }], ["path", { "d": "M3 12h1", "key": "svg-14" }], ["path", { "d": "M20 18h1", "key": "svg-15" }], ["path", { "d": "M3 18h1", "key": "svg-16" }], ["path", { "d": "M6 14v2", "key": "svg-17" }]]; const IconChartGridDots = createReactComponent("outline", "chart-grid-dots", "ChartGridDots", __iconNode$1bE); const __iconNode$1bD = [["path", { "d": "M3 3v18h18", "key": "svg-0" }], ["path", { "d": "M20 18v3", "key": "svg-1" }], ["path", { "d": "M16 16v5", "key": "svg-2" }], ["path", { "d": "M12 13v8", "key": "svg-3" }], ["path", { "d": "M8 16v5", "key": "svg-4" }], ["path", { "d": "M3 11c6 0 5 -5 9 -5s3 5 9 5", "key": "svg-5" }]]; const IconChartHistogram = createReactComponent("outline", "chart-histogram", "ChartHistogram", __iconNode$1bD); const __iconNode$1bC = [["path", { "d": "M3 7a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-0" }], ["path", { "d": "M7 3v4h4", "key": "svg-1" }], ["path", { "d": "M9 17l0 4", "key": "svg-2" }], ["path", { "d": "M17 14l0 7", "key": "svg-3" }], ["path", { "d": "M13 13l0 8", "key": "svg-4" }], ["path", { "d": "M21 12l0 9", "key": "svg-5" }]]; const IconChartInfographic = createReactComponent("outline", "chart-infographic", "ChartInfographic", __iconNode$1bC); const __iconNode$1bB = [["path", { "d": "M4 19l16 0", "key": "svg-0" }], ["path", { "d": "M4 15l4 -6l4 2l4 -5l4 4", "key": "svg-1" }]]; const IconChartLine = createReactComponent("outline", "chart-line", "ChartLine", __iconNode$1bB); const __iconNode$1bA = [["path", { "d": "M12 3v9h9", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-1" }]]; const IconChartPie2 = createReactComponent("outline", "chart-pie-2", "ChartPie2", __iconNode$1bA); const __iconNode$1bz = [["path", { "d": "M12 12l-6.5 5.5", "key": "svg-0" }], ["path", { "d": "M12 3v9h9", "key": "svg-1" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-2" }]]; const IconChartPie3 = createReactComponent("outline", "chart-pie-3", "ChartPie3", __iconNode$1bz); const __iconNode$1by = [["path", { "d": "M12 12l-6.5 5.5", "key": "svg-0" }], ["path", { "d": "M12 3v9h9", "key": "svg-1" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-2" }], ["path", { "d": "M12 12l5 7.5", "key": "svg-3" }]]; const IconChartPie4 = createReactComponent("outline", "chart-pie-4", "ChartPie4", __iconNode$1by); const __iconNode$1bx = [["path", { "d": "M5.63 5.643a9 9 0 0 0 12.742 12.715m1.674 -2.29a9.03 9.03 0 0 0 .754 -2.068a1 1 0 0 0 -1 -1h-2.8m-4 0a2 2 0 0 1 -2 -2m0 -4v-3a.9 .9 0 0 0 -1 -.8a9 9 0 0 0 -2.057 .749", "key": "svg-0" }], ["path", { "d": "M15 3.5a9 9 0 0 1 5.5 5.5h-4.5a1 1 0 0 1 -1 -1v-4.5", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconChartPieOff = createReactComponent("outline", "chart-pie-off", "ChartPieOff", __iconNode$1bx); const __iconNode$1bw = [["path", { "d": "M10 3.2a9 9 0 1 0 10.8 10.8a1 1 0 0 0 -1 -1h-6.8a2 2 0 0 1 -2 -2v-7a.9 .9 0 0 0 -1 -.8", "key": "svg-0" }], ["path", { "d": "M15 3.5a9 9 0 0 1 5.5 5.5h-4.5a1 1 0 0 1 -1 -1v-4.5", "key": "svg-1" }]]; const IconChartPie = createReactComponent("outline", "chart-pie", "ChartPie", __iconNode$1bw); const __iconNode$1bv = [["path", { "d": "M19 17c0 -6.075 -5.373 -11 -12 -11", "key": "svg-0" }], ["path", { "d": "M3 3v18h18", "key": "svg-1" }]]; const IconChartPpf = createReactComponent("outline", "chart-ppf", "ChartPpf", __iconNode$1bv); const __iconNode$1bu = [["path", { "d": "M12 3l9.5 7l-3.5 11h-12l-3.5 -11l9.5 -7", "key": "svg-0" }], ["path", { "d": "M12 7.5l5.5 4l-2.5 5.5h-6.5l-2 -5.5l5.5 -4", "key": "svg-1" }], ["path", { "d": "M2.5 10l9.5 3l9.5 -3", "key": "svg-2" }], ["path", { "d": "M12 3v10l6 8", "key": "svg-3" }], ["path", { "d": "M6 21l6 -8", "key": "svg-4" }]]; const IconChartRadar = createReactComponent("outline", "chart-radar", "ChartRadar", __iconNode$1bu); const __iconNode$1bt = [["path", { "d": "M3 3v18h18", "key": "svg-0" }], ["path", { "d": "M3 6h18", "key": "svg-1" }], ["path", { "d": "M3 8c10 0 8 9 18 9", "key": "svg-2" }]]; const IconChartSankey = createReactComponent("outline", "chart-sankey", "ChartSankey", __iconNode$1bt); const __iconNode$1bs = [["path", { "d": "M3 20l9 -7", "key": "svg-0" }], ["path", { "d": "M12 3v10l9 7", "key": "svg-1" }], ["path", { "d": "M17 12v.015", "key": "svg-2" }], ["path", { "d": "M17 4.015v.015", "key": "svg-3" }], ["path", { "d": "M21 8.015v.015", "key": "svg-4" }], ["path", { "d": "M12 19.015v.015", "key": "svg-5" }], ["path", { "d": "M3 12.015v.015", "key": "svg-6" }], ["path", { "d": "M7 8.015v.015", "key": "svg-7" }], ["path", { "d": "M3 4.015v.015", "key": "svg-8" }]]; const IconChartScatter3d = createReactComponent("outline", "chart-scatter-3d", "ChartScatter3d", __iconNode$1bs); const __iconNode$1br = [["path", { "d": "M3 3v18h18", "key": "svg-0" }], ["path", { "d": "M8 15.015v.015", "key": "svg-1" }], ["path", { "d": "M16 16.015v.015", "key": "svg-2" }], ["path", { "d": "M8 7.03v.015", "key": "svg-3" }], ["path", { "d": "M12 11.03v.015", "key": "svg-4" }], ["path", { "d": "M19 11.03v.015", "key": "svg-5" }]]; const IconChartScatter = createReactComponent("outline", "chart-scatter", "ChartScatter", __iconNode$1br); const __iconNode$1bq = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }], ["path", { "d": "M12 4v16", "key": "svg-1" }], ["path", { "d": "M4 15h8", "key": "svg-2" }], ["path", { "d": "M12 12h8", "key": "svg-3" }], ["path", { "d": "M16 12v8", "key": "svg-4" }], ["path", { "d": "M16 16h4", "key": "svg-5" }]]; const IconChartTreemap = createReactComponent("outline", "chart-treemap", "ChartTreemap", __iconNode$1bq); const __iconNode$1bp = [["path", { "d": "M5 12l5 5l10 -10", "key": "svg-0" }]]; const IconCheck = createReactComponent("outline", "check", "Check", __iconNode$1bp); const __iconNode$1bo = [["path", { "d": "M9 11l3 3l8 -8", "key": "svg-0" }], ["path", { "d": "M20 12v6a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h9", "key": "svg-1" }]]; const IconCheckbox = createReactComponent("outline", "checkbox", "Checkbox", __iconNode$1bo); const __iconNode$1bn = [["path", { "d": "M9.615 20h-2.615a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8", "key": "svg-0" }], ["path", { "d": "M14 19l2 2l4 -4", "key": "svg-1" }], ["path", { "d": "M9 8h4", "key": "svg-2" }], ["path", { "d": "M9 12h2", "key": "svg-3" }]]; const IconChecklist = createReactComponent("outline", "checklist", "Checklist", __iconNode$1bn); const __iconNode$1bm = [["path", { "d": "M7 12l5 5l10 -10", "key": "svg-0" }], ["path", { "d": "M2 12l5 5m5 -5l5 -5", "key": "svg-1" }]]; const IconChecks = createReactComponent("outline", "checks", "Checks", __iconNode$1bm); const __iconNode$1bl = [["path", { "d": "M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2", "key": "svg-0" }], ["path", { "d": "M9 5a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2", "key": "svg-1" }], ["path", { "d": "M9 14h.01", "key": "svg-2" }], ["path", { "d": "M9 17h.01", "key": "svg-3" }], ["path", { "d": "M12 16l1 1l3 -3", "key": "svg-4" }]]; const IconCheckupList = createReactComponent("outline", "checkup-list", "CheckupList", __iconNode$1bl); const __iconNode$1bk = [["path", { "d": "M4.519 20.008l16.481 -.008v-3.5a2 2 0 1 1 0 -4v-3.5h-16.722", "key": "svg-0" }], ["path", { "d": "M21 9l-9.385 -4.992c-2.512 .12 -4.758 1.42 -6.327 3.425c-1.423 1.82 -2.288 4.221 -2.288 6.854c0 2.117 .56 4.085 1.519 5.721", "key": "svg-1" }], ["path", { "d": "M15 13v.01", "key": "svg-2" }], ["path", { "d": "M8 13v.01", "key": "svg-3" }], ["path", { "d": "M11 16v.01", "key": "svg-4" }]]; const IconCheese = createReactComponent("outline", "cheese", "Cheese", __iconNode$1bk); const __iconNode$1bj = [["path", { "d": "M8.72 4.712a4 4 0 0 1 7.19 1.439a4 4 0 0 1 2.09 7.723v.126m0 4v3h-12v-7.126a4 4 0 0 1 .081 -7.796", "key": "svg-0" }], ["path", { "d": "M6.161 17.009l10.839 -.009", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconChefHatOff = createReactComponent("outline", "chef-hat-off", "ChefHatOff", __iconNode$1bj); const __iconNode$1bi = [["path", { "d": "M12 3c1.918 0 3.52 1.35 3.91 3.151a4 4 0 0 1 2.09 7.723l0 7.126h-12v-7.126a4 4 0 1 1 2.092 -7.723a4 4 0 0 1 3.908 -3.151", "key": "svg-0" }], ["path", { "d": "M6.161 17.009l11.839 -.009", "key": "svg-1" }]]; const IconChefHat = createReactComponent("outline", "chef-hat", "ChefHat", __iconNode$1bi); const __iconNode$1bh = [["path", { "d": "M4 16.5a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0", "key": "svg-0" }], ["path", { "d": "M14 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M9 13c.366 -2 1.866 -3.873 4.5 -5.6", "key": "svg-2" }], ["path", { "d": "M17 15c-1.333 -2.333 -2.333 -5.333 -1 -9", "key": "svg-3" }], ["path", { "d": "M5 6c3.667 -2.667 7.333 -2.667 11 0c-3.667 2.667 -7.333 2.667 -11 0", "key": "svg-4" }]]; const IconCherry = createReactComponent("outline", "cherry", "Cherry", __iconNode$1bh); const __iconNode$1bg = [["path", { "d": "M8 16l-1.447 .724a1 1 0 0 0 -.553 .894v2.382h12v-2.382a1 1 0 0 0 -.553 -.894l-1.447 -.724h-8", "key": "svg-0" }], ["path", { "d": "M11 4a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }], ["path", { "d": "M9.5 16c-1.667 0 -2.5 -1.669 -2.5 -3c0 -3.667 1.667 -6 5 -7c3.333 1 5 3.427 5 7c0 1.284 -.775 2.881 -2.325 3l-.175 0h-5", "key": "svg-2" }], ["path", { "d": "M15 8l-3 3", "key": "svg-3" }], ["path", { "d": "M12 5v1", "key": "svg-4" }]]; const IconChessBishop = createReactComponent("outline", "chess-bishop", "ChessBishop", __iconNode$1bg); const __iconNode$1bf = [["path", { "d": "M8 16l-1.447 .724a1 1 0 0 0 -.553 .894v2.382h12v-2.382a1 1 0 0 0 -.553 -.894l-1.447 -.724h-8", "key": "svg-0" }], ["path", { "d": "M8.5 16a3.5 3.5 0 1 1 3.163 -5h.674a3.5 3.5 0 1 1 3.163 5l-7 0", "key": "svg-1" }], ["path", { "d": "M9 6h6", "key": "svg-2" }], ["path", { "d": "M12 3v8", "key": "svg-3" }]]; const IconChessKing = createReactComponent("outline", "chess-king", "ChessKing", __iconNode$1bf); const __iconNode$1be = [["path", { "d": "M8 16l-1.447 .724a1 1 0 0 0 -.553 .894v2.382h12v-2.382a1 1 0 0 0 -.553 -.894l-1.447 -.724h-8", "key": "svg-0" }], ["path", { "d": "M9 3l1 3l-3.491 2.148a1 1 0 0 0 .524 1.852h2.967l-2.073 6h7.961l.112 -5c0 -3 -1.09 -5.983 -4 -7c-1.94 -.678 -2.94 -1.011 -3 -1", "key": "svg-1" }]]; const IconChessKnight = createReactComponent("outline", "chess-knight", "ChessKnight", __iconNode$1be); const __iconNode$1bd = [["path", { "d": "M16 16l2 -11l-4 4l-2 -5l-2 5l-4 -4l2 11", "key": "svg-0" }], ["path", { "d": "M8 16l-1.447 .724a1 1 0 0 0 -.553 .894v2.382h12v-2.382a1 1 0 0 0 -.553 -.894l-1.447 -.724h-8", "key": "svg-1" }], ["path", { "d": "M11 4a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }], ["path", { "d": "M5 5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-3" }], ["path", { "d": "M17 5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-4" }]]; const IconChessQueen = createReactComponent("outline", "chess-queen", "ChessQueen", __iconNode$1bd); const __iconNode$1bc = [["path", { "d": "M8 16l-1.447 .724a1 1 0 0 0 -.553 .894v2.382h12v-2.382a1 1 0 0 0 -.553 -.894l-1.447 -.724h-8", "key": "svg-0" }], ["path", { "d": "M8 16l1 -9h6l1 9", "key": "svg-1" }], ["path", { "d": "M6 4l.5 3h11l.5 -3", "key": "svg-2" }], ["path", { "d": "M10 4v3", "key": "svg-3" }], ["path", { "d": "M14 4v3", "key": "svg-4" }]]; const IconChessRook = createReactComponent("outline", "chess-rook", "ChessRook", __iconNode$1bc); const __iconNode$1bb = [["path", { "d": "M12 3a3 3 0 0 1 3 3c0 1.113 -.6 2.482 -1.5 3l1.5 7h-6l1.5 -7c-.9 -.518 -1.5 -1.887 -1.5 -3a3 3 0 0 1 3 -3", "key": "svg-0" }], ["path", { "d": "M8 9h8", "key": "svg-1" }], ["path", { "d": "M6.684 16.772a1 1 0 0 0 -.684 .949v1.279a1 1 0 0 0 1 1h10a1 1 0 0 0 1 -1v-1.28a1 1 0 0 0 -.684 -.948l-2.316 -.772h-6l-2.316 .772", "key": "svg-2" }]]; const IconChess = createReactComponent("outline", "chess", "Chess", __iconNode$1bb); const __iconNode$1ba = [["path", { "d": "M4 11l8 3l8 -3", "key": "svg-0" }]]; const IconChevronCompactDown = createReactComponent("outline", "chevron-compact-down", "ChevronCompactDown", __iconNode$1ba); const __iconNode$1b9 = [["path", { "d": "M13 20l-3 -8l3 -8", "key": "svg-0" }]]; const IconChevronCompactLeft = createReactComponent("outline", "chevron-compact-left", "ChevronCompactLeft", __iconNode$1b9); const __iconNode$1b8 = [["path", { "d": "M11 4l3 8l-3 8", "key": "svg-0" }]]; const IconChevronCompactRight = createReactComponent("outline", "chevron-compact-right", "ChevronCompactRight", __iconNode$1b8); const __iconNode$1b7 = [["path", { "d": "M4 13l8 -3l8 3", "key": "svg-0" }]]; const IconChevronCompactUp = createReactComponent("outline", "chevron-compact-up", "ChevronCompactUp", __iconNode$1b7); const __iconNode$1b6 = [["path", { "d": "M8 8v8h8", "key": "svg-0" }]]; const IconChevronDownLeft = createReactComponent("outline", "chevron-down-left", "ChevronDownLeft", __iconNode$1b6); const __iconNode$1b5 = [["path", { "d": "M16 8v8h-8", "key": "svg-0" }]]; const IconChevronDownRight = createReactComponent("outline", "chevron-down-right", "ChevronDownRight", __iconNode$1b5); const __iconNode$1b4 = [["path", { "d": "M6 9l6 6l6 -6", "key": "svg-0" }]]; const IconChevronDown = createReactComponent("outline", "chevron-down", "ChevronDown", __iconNode$1b4); const __iconNode$1b3 = [["path", { "d": "M7 6v12", "key": "svg-0" }], ["path", { "d": "M18 6l-6 6l6 6", "key": "svg-1" }]]; const IconChevronLeftPipe = createReactComponent("outline", "chevron-left-pipe", "ChevronLeftPipe", __iconNode$1b3); const __iconNode$1b2 = [["path", { "d": "M15 6l-6 6l6 6", "key": "svg-0" }]]; const IconChevronLeft = createReactComponent("outline", "chevron-left", "ChevronLeft", __iconNode$1b2); const __iconNode$1b1 = [["path", { "d": "M6 6l6 6l-6 6", "key": "svg-0" }], ["path", { "d": "M17 5v13", "key": "svg-1" }]]; const IconChevronRightPipe = createReactComponent("outline", "chevron-right-pipe", "ChevronRightPipe", __iconNode$1b1); const __iconNode$1b0 = [["path", { "d": "M9 6l6 6l-6 6", "key": "svg-0" }]]; const IconChevronRight = createReactComponent("outline", "chevron-right", "ChevronRight", __iconNode$1b0); const __iconNode$1a$ = [["path", { "d": "M8 16v-8h8", "key": "svg-0" }]]; const IconChevronUpLeft = createReactComponent("outline", "chevron-up-left", "ChevronUpLeft", __iconNode$1a$); const __iconNode$1a_ = [["path", { "d": "M8 8h8v8", "key": "svg-0" }]]; const IconChevronUpRight = createReactComponent("outline", "chevron-up-right", "ChevronUpRight", __iconNode$1a_); const __iconNode$1aZ = [["path", { "d": "M6 15l6 -6l6 6", "key": "svg-0" }]]; const IconChevronUp = createReactComponent("outline", "chevron-up", "ChevronUp", __iconNode$1aZ); const __iconNode$1aY = [["path", { "d": "M11 5v8h8", "key": "svg-0" }], ["path", { "d": "M7 9v8h8", "key": "svg-1" }]]; const IconChevronsDownLeft = createReactComponent("outline", "chevrons-down-left", "ChevronsDownLeft", __iconNode$1aY); const __iconNode$1aX = [["path", { "d": "M13 5v8h-8", "key": "svg-0" }], ["path", { "d": "M17 9v8h-8", "key": "svg-1" }]]; const IconChevronsDownRight = createReactComponent("outline", "chevrons-down-right", "ChevronsDownRight", __iconNode$1aX); const __iconNode$1aW = [["path", { "d": "M7 7l5 5l5 -5", "key": "svg-0" }], ["path", { "d": "M7 13l5 5l5 -5", "key": "svg-1" }]]; const IconChevronsDown = createReactComponent("outline", "chevrons-down", "ChevronsDown", __iconNode$1aW); const __iconNode$1aV = [["path", { "d": "M11 7l-5 5l5 5", "key": "svg-0" }], ["path", { "d": "M17 7l-5 5l5 5", "key": "svg-1" }]]; const IconChevronsLeft = createReactComponent("outline", "chevrons-left", "ChevronsLeft", __iconNode$1aV); const __iconNode$1aU = [["path", { "d": "M7 7l5 5l-5 5", "key": "svg-0" }], ["path", { "d": "M13 7l5 5l-5 5", "key": "svg-1" }]]; const IconChevronsRight = createReactComponent("outline", "chevrons-right", "ChevronsRight", __iconNode$1aU); const __iconNode$1aT = [["path", { "d": "M7 15v-8h8", "key": "svg-0" }], ["path", { "d": "M11 19v-8h8", "key": "svg-1" }]]; const IconChevronsUpLeft = createReactComponent("outline", "chevrons-up-left", "ChevronsUpLeft", __iconNode$1aT); const __iconNode$1aS = [["path", { "d": "M9 7h8v8", "key": "svg-0" }], ["path", { "d": "M5 11h8v8", "key": "svg-1" }]]; const IconChevronsUpRight = createReactComponent("outline", "chevrons-up-right", "ChevronsUpRight", __iconNode$1aS); const __iconNode$1aR = [["path", { "d": "M7 11l5 -5l5 5", "key": "svg-0" }], ["path", { "d": "M7 17l5 -5l5 5", "key": "svg-1" }]]; const IconChevronsUp = createReactComponent("outline", "chevrons-up", "ChevronsUp", __iconNode$1aR); const __iconNode$1aQ = [["path", { "d": "M14 14l1.5 1.5", "key": "svg-0" }], ["path", { "d": "M18.347 15.575l2.08 2.079a1.96 1.96 0 0 1 -2.773 2.772l-2.08 -2.079a1.96 1.96 0 0 1 2.773 -2.772", "key": "svg-1" }], ["path", { "d": "M3 6l3 -3l7.414 7.414a2 2 0 0 1 .586 1.414v2.172h-2.172a2 2 0 0 1 -1.414 -.586l-7.414 -7.414", "key": "svg-2" }]]; const IconChisel = createReactComponent("outline", "chisel", "Chisel", __iconNode$1aQ); const __iconNode$1aP = [["path", { "d": "M4 13a8 8 0 1 0 16 0a8 8 0 1 0 -16 0", "key": "svg-0" }], ["path", { "d": "M11 5l1 -2l1 2", "key": "svg-1" }], ["path", { "d": "M4.512 10.161c2.496 -1.105 4.992 -.825 7.488 .839c2.627 1.752 5.255 1.97 7.882 .653", "key": "svg-2" }], ["path", { "d": "M4.315 15.252c2.561 -1.21 5.123 -.96 7.685 .748c2.293 1.528 4.585 1.889 6.878 1.081", "key": "svg-3" }]]; const IconChristmasBall = createReactComponent("outline", "christmas-ball", "ChristmasBall", __iconNode$1aP); const __iconNode$1aO = [["path", { "d": "M9.5 5.5l2.5 -2.5l4 4l-2 1l4 4l-1.5 .5m.5 4.5h-12l4 -4l-3 -1l3 -3", "key": "svg-0" }], ["path", { "d": "M14 17v3a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-3", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconChristmasTreeOff = createReactComponent("outline", "christmas-tree-off", "ChristmasTreeOff", __iconNode$1aO); const __iconNode$1aN = [["path", { "d": "M12 3l4 4l-2 1l4 4l-3 1l4 4h-14l4 -4l-3 -1l4 -4l-2 -1l4 -4", "key": "svg-0" }], ["path", { "d": "M14 17v3a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-3", "key": "svg-1" }]]; const IconChristmasTree = createReactComponent("outline", "christmas-tree", "ChristmasTree", __iconNode$1aN); const __iconNode$1aM = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-0" }], ["path", { "d": "M15 9l-6 6", "key": "svg-1" }], ["path", { "d": "M15 15h-6v-6", "key": "svg-2" }]]; const IconCircleArrowDownLeft = createReactComponent("outline", "circle-arrow-down-left", "CircleArrowDownLeft", __iconNode$1aM); const __iconNode$1aL = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-0" }], ["path", { "d": "M15 15h-6", "key": "svg-1" }], ["path", { "d": "M15 9v6l-6 -6", "key": "svg-2" }]]; const IconCircleArrowDownRight = createReactComponent("outline", "circle-arrow-down-right", "CircleArrowDownRight", __iconNode$1aL); const __iconNode$1aK = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-0" }], ["path", { "d": "M8 12l4 4", "key": "svg-1" }], ["path", { "d": "M12 8v8", "key": "svg-2" }], ["path", { "d": "M16 12l-4 4", "key": "svg-3" }]]; const IconCircleArrowDown = createReactComponent("outline", "circle-arrow-down", "CircleArrowDown", __iconNode$1aK); const __iconNode$1aJ = [["path", { "d": "M12 21a9 9 0 1 0 0 -18a9 9 0 0 0 0 18", "key": "svg-0" }], ["path", { "d": "M8 12l4 4", "key": "svg-1" }], ["path", { "d": "M8 12h8", "key": "svg-2" }], ["path", { "d": "M12 8l-4 4", "key": "svg-3" }]]; const IconCircleArrowLeft = createReactComponent("outline", "circle-arrow-left", "CircleArrowLeft", __iconNode$1aJ); const __iconNode$1aI = [["path", { "d": "M12 3a9 9 0 1 0 0 18a9 9 0 0 0 0 -18", "key": "svg-0" }], ["path", { "d": "M16 12l-4 -4", "key": "svg-1" }], ["path", { "d": "M16 12h-8", "key": "svg-2" }], ["path", { "d": "M12 16l4 -4", "key": "svg-3" }]]; const IconCircleArrowRight = createReactComponent("outline", "circle-arrow-right", "CircleArrowRight", __iconNode$1aI); const __iconNode$1aH = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 9l6 6", "key": "svg-1" }], ["path", { "d": "M15 9h-6v6", "key": "svg-2" }]]; const IconCircleArrowUpLeft = createReactComponent("outline", "circle-arrow-up-left", "CircleArrowUpLeft", __iconNode$1aH); const __iconNode$1aG = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-0" }], ["path", { "d": "M15 9l-6 6", "key": "svg-1" }], ["path", { "d": "M15 15v-6h-6", "key": "svg-2" }]]; const IconCircleArrowUpRight = createReactComponent("outline", "circle-arrow-up-right", "CircleArrowUpRight", __iconNode$1aG); const __iconNode$1aF = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 8l-4 4", "key": "svg-1" }], ["path", { "d": "M12 8v8", "key": "svg-2" }], ["path", { "d": "M16 12l-4 -4", "key": "svg-3" }]]; const IconCircleArrowUp = createReactComponent("outline", "circle-arrow-up", "CircleArrowUp", __iconNode$1aF); const __iconNode$1aE = [["path", { "d": "M12 8.5v7", "key": "svg-0" }], ["path", { "d": "M9 10l6 4", "key": "svg-1" }], ["path", { "d": "M9 14l6 -4", "key": "svg-2" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-3" }]]; const IconCircleAsterisk = createReactComponent("outline", "circle-asterisk", "CircleAsterisk", __iconNode$1aE); const __iconNode$1aD = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 15l-4 -4h8l-4 4", "key": "svg-1" }]]; const IconCircleCaretDown = createReactComponent("outline", "circle-caret-down", "CircleCaretDown", __iconNode$1aD); const __iconNode$1aC = [["path", { "d": "M9 12l4 -4v8l-4 -4", "key": "svg-0" }], ["path", { "d": "M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18", "key": "svg-1" }]]; const IconCircleCaretLeft = createReactComponent("outline", "circle-caret-left", "CircleCaretLeft", __iconNode$1aC); const __iconNode$1aB = [["path", { "d": "M15 12l-4 -4v8l4 -4", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-1" }]]; const IconCircleCaretRight = createReactComponent("outline", "circle-caret-right", "CircleCaretRight", __iconNode$1aB); const __iconNode$1aA = [["path", { "d": "M12 9l4 4h-8l4 -4", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-1" }]]; const IconCircleCaretUp = createReactComponent("outline", "circle-caret-up", "CircleCaretUp", __iconNode$1aA); const __iconNode$1az = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 12l2 2l4 -4", "key": "svg-1" }]]; const IconCircleCheck = createReactComponent("outline", "circle-check", "CircleCheck", __iconNode$1az); const __iconNode$1ay = [["path", { "d": "M15 11l-3 3l-3 -3", "key": "svg-0" }], ["path", { "d": "M12 3a9 9 0 1 0 0 18a9 9 0 0 0 0 -18", "key": "svg-1" }]]; const IconCircleChevronDown = createReactComponent("outline", "circle-chevron-down", "CircleChevronDown", __iconNode$1ay); const __iconNode$1ax = [["path", { "d": "M13 15l-3 -3l3 -3", "key": "svg-0" }], ["path", { "d": "M21 12a9 9 0 1 0 -18 0a9 9 0 0 0 18 0", "key": "svg-1" }]]; const IconCircleChevronLeft = createReactComponent("outline", "circle-chevron-left", "CircleChevronLeft", __iconNode$1ax); const __iconNode$1aw = [["path", { "d": "M11 9l3 3l-3 3", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-1" }]]; const IconCircleChevronRight = createReactComponent("outline", "circle-chevron-right", "CircleChevronRight", __iconNode$1aw); const __iconNode$1av = [["path", { "d": "M9 13l3 -3l3 3", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-1" }]]; const IconCircleChevronUp = createReactComponent("outline", "circle-chevron-up", "CircleChevronUp", __iconNode$1av); const __iconNode$1au = [["path", { "d": "M15 9l-3 3l-3 -3", "key": "svg-0" }], ["path", { "d": "M15 13l-3 3l-3 -3", "key": "svg-1" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-2" }]]; const IconCircleChevronsDown = createReactComponent("outline", "circle-chevrons-down", "CircleChevronsDown", __iconNode$1au); const __iconNode$1at = [["path", { "d": "M15 15l-3 -3l3 -3", "key": "svg-0" }], ["path", { "d": "M11 15l-3 -3l3 -3", "key": "svg-1" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-2" }]]; const IconCircleChevronsLeft = createReactComponent("outline", "circle-chevrons-left", "CircleChevronsLeft", __iconNode$1at); const __iconNode$1as = [["path", { "d": "M9 9l3 3l-3 3", "key": "svg-0" }], ["path", { "d": "M13 9l3 3l-3 3", "key": "svg-1" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-2" }]]; const IconCircleChevronsRight = createReactComponent("outline", "circle-chevrons-right", "CircleChevronsRight", __iconNode$1as); const __iconNode$1ar = [["path", { "d": "M9 15l3 -3l3 3", "key": "svg-0" }], ["path", { "d": "M9 11l3 -3l3 3", "key": "svg-1" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-2" }]]; const IconCircleChevronsUp = createReactComponent("outline", "circle-chevrons-up", "CircleChevronsUp", __iconNode$1ar); const __iconNode$1aq = [["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-0" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-1" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-2" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-3" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-4" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-5" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-6" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-7" }], ["path", { "d": "M9 12l2 2l4 -4", "key": "svg-8" }]]; const IconCircleDashedCheck = createReactComponent("outline", "circle-dashed-check", "CircleDashedCheck", __iconNode$1aq); const __iconNode$1ap = [["path", { "d": "M10 16v-6a2 2 0 1 1 4 0v6", "key": "svg-0" }], ["path", { "d": "M10 13h4", "key": "svg-1" }], ["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-2" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-3" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-4" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-5" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-6" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-7" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-8" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-9" }]]; const IconCircleDashedLetterA = createReactComponent("outline", "circle-dashed-letter-a", "CircleDashedLetterA", __iconNode$1ap); const __iconNode$1ao = [["path", { "d": "M10 16h2a2 2 0 1 0 0 -4h-2h2a2 2 0 1 0 0 -4h-2l0 8", "key": "svg-0" }], ["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-1" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-2" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-3" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-4" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-5" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-6" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-7" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-8" }]]; const IconCircleDashedLetterB = createReactComponent("outline", "circle-dashed-letter-b", "CircleDashedLetterB", __iconNode$1ao); const __iconNode$1an = [["path", { "d": "M14 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0", "key": "svg-0" }], ["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-1" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-2" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-3" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-4" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-5" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-6" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-7" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-8" }]]; const IconCircleDashedLetterC = createReactComponent("outline", "circle-dashed-letter-c", "CircleDashedLetterC", __iconNode$1an); const __iconNode$1am = [["path", { "d": "M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2l-2 0", "key": "svg-0" }], ["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-1" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-2" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-3" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-4" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-5" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-6" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-7" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-8" }]]; const IconCircleDashedLetterD = createReactComponent("outline", "circle-dashed-letter-d", "CircleDashedLetterD", __iconNode$1am); const __iconNode$1al = [["path", { "d": "M14 8h-4v8h4", "key": "svg-0" }], ["path", { "d": "M10 12h2.5", "key": "svg-1" }], ["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-2" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-3" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-4" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-5" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-6" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-7" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-8" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-9" }]]; const IconCircleDashedLetterE = createReactComponent("outline", "circle-dashed-letter-e", "CircleDashedLetterE", __iconNode$1al); const __iconNode$1ak = [["path", { "d": "M10 12h3", "key": "svg-0" }], ["path", { "d": "M14 8h-4v8", "key": "svg-1" }], ["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-2" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-3" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-4" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-5" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-6" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-7" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-8" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-9" }]]; const IconCircleDashedLetterF = createReactComponent("outline", "circle-dashed-letter-f", "CircleDashedLetterF", __iconNode$1ak); const __iconNode$1aj = [["path", { "d": "M14 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1", "key": "svg-0" }], ["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-1" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-2" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-3" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-4" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-5" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-6" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-7" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-8" }]]; const IconCircleDashedLetterG = createReactComponent("outline", "circle-dashed-letter-g", "CircleDashedLetterG", __iconNode$1aj); const __iconNode$1ai = [["path", { "d": "M10 16v-8m4 0v8", "key": "svg-0" }], ["path", { "d": "M10 12h4", "key": "svg-1" }], ["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-2" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-3" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-4" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-5" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-6" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-7" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-8" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-9" }]]; const IconCircleDashedLetterH = createReactComponent("outline", "circle-dashed-letter-h", "CircleDashedLetterH", __iconNode$1ai); const __iconNode$1ah = [["path", { "d": "M12 8v8", "key": "svg-0" }], ["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-1" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-2" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-3" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-4" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-5" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-6" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-7" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-8" }]]; const IconCircleDashedLetterI = createReactComponent("outline", "circle-dashed-letter-i", "CircleDashedLetterI", __iconNode$1ah); const __iconNode$1ag = [["path", { "d": "M10 8h4v6a2 2 0 1 1 -4 0", "key": "svg-0" }], ["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-1" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-2" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-3" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-4" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-5" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-6" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-7" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-8" }]]; const IconCircleDashedLetterJ = createReactComponent("outline", "circle-dashed-letter-j", "CircleDashedLetterJ", __iconNode$1ag); const __iconNode$1af = [["path", { "d": "M10 8v8", "key": "svg-0" }], ["path", { "d": "M14 8l-2.5 4l2.5 4", "key": "svg-1" }], ["path", { "d": "M10 12h1.5", "key": "svg-2" }], ["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-3" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-4" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-5" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-6" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-7" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-8" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-9" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-10" }]]; const IconCircleDashedLetterK = createReactComponent("outline", "circle-dashed-letter-k", "CircleDashedLetterK", __iconNode$1af); const __iconNode$1ae = [["path", { "d": "M10 8v8h4", "key": "svg-0" }], ["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-1" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-2" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-3" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-4" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-5" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-6" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-7" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-8" }]]; const IconCircleDashedLetterL = createReactComponent("outline", "circle-dashed-letter-l", "CircleDashedLetterL", __iconNode$1ae); const __iconNode$1ad = [["path", { "d": "M9 16v-8l3 5l3 -5v8", "key": "svg-0" }], ["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-1" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-2" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-3" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-4" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-5" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-6" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-7" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-8" }]]; const IconCircleDashedLetterM = createReactComponent("outline", "circle-dashed-letter-m", "CircleDashedLetterM", __iconNode$1ad); const __iconNode$1ac = [["path", { "d": "M10 16v-8l4 8v-8", "key": "svg-0" }], ["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-1" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-2" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-3" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-4" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-5" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-6" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-7" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-8" }]]; const IconCircleDashedLetterN = createReactComponent("outline", "circle-dashed-letter-n", "CircleDashedLetterN", __iconNode$1ac); const __iconNode$1ab = [["path", { "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-1" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-2" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-3" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-4" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-5" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-6" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-7" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-8" }]]; const IconCircleDashedLetterO = createReactComponent("outline", "circle-dashed-letter-o", "CircleDashedLetterO", __iconNode$1ab); const __iconNode$1aa = [["path", { "d": "M10 12h2a2 2 0 1 0 0 -4h-2v8", "key": "svg-0" }], ["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-1" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-2" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-3" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-4" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-5" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-6" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-7" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-8" }]]; const IconCircleDashedLetterP = createReactComponent("outline", "circle-dashed-letter-p", "CircleDashedLetterP", __iconNode$1aa); const __iconNode$1a9 = [["path", { "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M13 15l1 1", "key": "svg-1" }], ["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-2" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-3" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-4" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-5" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-6" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-7" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-8" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-9" }]]; const IconCircleDashedLetterQ = createReactComponent("outline", "circle-dashed-letter-q", "CircleDashedLetterQ", __iconNode$1a9); const __iconNode$1a8 = [["path", { "d": "M10 12h2a2 2 0 1 0 0 -4h-2v8m4 0l-3 -4", "key": "svg-0" }], ["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-1" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-2" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-3" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-4" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-5" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-6" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-7" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-8" }]]; const IconCircleDashedLetterR = createReactComponent("outline", "circle-dashed-letter-r", "CircleDashedLetterR", __iconNode$1a8); const __iconNode$1a7 = [["path", { "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1", "key": "svg-0" }], ["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-1" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-2" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-3" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-4" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-5" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-6" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-7" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-8" }]]; const IconCircleDashedLetterS = createReactComponent("outline", "circle-dashed-letter-s", "CircleDashedLetterS", __iconNode$1a7); const __iconNode$1a6 = [["path", { "d": "M10 8h4", "key": "svg-0" }], ["path", { "d": "M12 8v8", "key": "svg-1" }], ["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-2" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-3" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-4" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-5" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-6" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-7" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-8" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-9" }]]; const IconCircleDashedLetterT = createReactComponent("outline", "circle-dashed-letter-t", "CircleDashedLetterT", __iconNode$1a6); const __iconNode$1a5 = [["path", { "d": "M10 8v6a2 2 0 1 0 4 0v-6", "key": "svg-0" }], ["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-1" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-2" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-3" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-4" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-5" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-6" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-7" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-8" }]]; const IconCircleDashedLetterU = createReactComponent("outline", "circle-dashed-letter-u", "CircleDashedLetterU", __iconNode$1a5); const __iconNode$1a4 = [["path", { "d": "M10 8l2 8l2 -8", "key": "svg-0" }], ["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-1" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-2" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-3" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-4" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-5" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-6" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-7" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-8" }]]; const IconCircleDashedLetterV = createReactComponent("outline", "circle-dashed-letter-v", "CircleDashedLetterV", __iconNode$1a4); const __iconNode$1a3 = [["path", { "d": "M9 8l1 8l2 -5l2 5l1 -8", "key": "svg-0" }], ["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-1" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-2" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-3" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-4" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-5" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-6" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-7" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-8" }]]; const IconCircleDashedLetterW = createReactComponent("outline", "circle-dashed-letter-w", "CircleDashedLetterW", __iconNode$1a3); const __iconNode$1a2 = [["path", { "d": "M10 8l4 8", "key": "svg-0" }], ["path", { "d": "M10 16l4 -8", "key": "svg-1" }], ["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-2" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-3" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-4" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-5" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-6" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-7" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-8" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-9" }]]; const IconCircleDashedLetterX = createReactComponent("outline", "circle-dashed-letter-x", "CircleDashedLetterX", __iconNode$1a2); const __iconNode$1a1 = [["path", { "d": "M10 8l2 5l2 -5", "key": "svg-0" }], ["path", { "d": "M12 16v-3", "key": "svg-1" }], ["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-2" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-3" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-4" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-5" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-6" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-7" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-8" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-9" }]]; const IconCircleDashedLetterY = createReactComponent("outline", "circle-dashed-letter-y", "CircleDashedLetterY", __iconNode$1a1); const __iconNode$1a0 = [["path", { "d": "M10 8h4l-4 8h4", "key": "svg-0" }], ["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-1" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-2" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-3" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-4" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-5" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-6" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-7" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-8" }]]; const IconCircleDashedLetterZ = createReactComponent("outline", "circle-dashed-letter-z", "CircleDashedLetterZ", __iconNode$1a0); const __iconNode$19$ = [["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-0" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-1" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-2" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-3" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-4" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-5" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-6" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-7" }], ["path", { "d": "M9 12h6", "key": "svg-8" }]]; const IconCircleDashedMinus = createReactComponent("outline", "circle-dashed-minus", "CircleDashedMinus", __iconNode$19$); const __iconNode$19_ = [["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-0" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-1" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-2" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-3" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-4" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-5" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-6" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-7" }], ["path", { "d": "M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0", "key": "svg-8" }]]; const IconCircleDashedNumber0 = createReactComponent("outline", "circle-dashed-number-0", "CircleDashedNumber0", __iconNode$19_); const __iconNode$19Z = [["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-0" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-1" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-2" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-3" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-4" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-5" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-6" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-7" }], ["path", { "d": "M10 10l2 -2v8", "key": "svg-8" }]]; const IconCircleDashedNumber1 = createReactComponent("outline", "circle-dashed-number-1", "CircleDashedNumber1", __iconNode$19Z); const __iconNode$19Y = [["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-0" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-1" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-2" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-3" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-4" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-5" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-6" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-7" }], ["path", { "d": "M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-8" }]]; const IconCircleDashedNumber2 = createReactComponent("outline", "circle-dashed-number-2", "CircleDashedNumber2", __iconNode$19Y); const __iconNode$19X = [["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-0" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-1" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-2" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-3" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-4" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-5" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-6" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-7" }], ["path", { "d": "M10 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5", "key": "svg-8" }]]; const IconCircleDashedNumber3 = createReactComponent("outline", "circle-dashed-number-3", "CircleDashedNumber3", __iconNode$19X); const __iconNode$19W = [["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-0" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-1" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-2" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-3" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-4" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-5" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-6" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-7" }], ["path", { "d": "M10 8v3a1 1 0 0 0 1 1h3", "key": "svg-8" }], ["path", { "d": "M14 8v8", "key": "svg-9" }]]; const IconCircleDashedNumber4 = createReactComponent("outline", "circle-dashed-number-4", "CircleDashedNumber4", __iconNode$19W); const __iconNode$19V = [["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-0" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-1" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-2" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-3" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-4" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-5" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-6" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-7" }], ["path", { "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4", "key": "svg-8" }]]; const IconCircleDashedNumber5 = createReactComponent("outline", "circle-dashed-number-5", "CircleDashedNumber5", __iconNode$19V); const __iconNode$19U = [["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-0" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-1" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-2" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-3" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-4" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-5" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-6" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-7" }], ["path", { "d": "M14 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3", "key": "svg-8" }]]; const IconCircleDashedNumber6 = createReactComponent("outline", "circle-dashed-number-6", "CircleDashedNumber6", __iconNode$19U); const __iconNode$19T = [["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-0" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-1" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-2" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-3" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-4" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-5" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-6" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-7" }], ["path", { "d": "M10 8h4l-2 8", "key": "svg-8" }]]; const IconCircleDashedNumber7 = createReactComponent("outline", "circle-dashed-number-7", "CircleDashedNumber7", __iconNode$19T); const __iconNode$19S = [["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-0" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-1" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-2" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-3" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-4" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-5" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-6" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-7" }], ["path", { "d": "M12 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1", "key": "svg-8" }]]; const IconCircleDashedNumber8 = createReactComponent("outline", "circle-dashed-number-8", "CircleDashedNumber8", __iconNode$19S); const __iconNode$19R = [["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-0" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-1" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-2" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-3" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-4" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-5" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-6" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-7" }], ["path", { "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-8" }]]; const IconCircleDashedNumber9 = createReactComponent("outline", "circle-dashed-number-9", "CircleDashedNumber9", __iconNode$19R); const __iconNode$19Q = [["path", { "d": "M9 15l6 -6", "key": "svg-0" }], ["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-1" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-2" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-3" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-4" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-5" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-6" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-7" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-8" }], ["path", { "d": "M9 9.03v.015", "key": "svg-9" }], ["path", { "d": "M15 15.045v.015", "key": "svg-10" }]]; const IconCircleDashedPercentage = createReactComponent("outline", "circle-dashed-percentage", "CircleDashedPercentage", __iconNode$19Q); const __iconNode$19P = [["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-0" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-1" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-2" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-3" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-4" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-5" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-6" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-7" }], ["path", { "d": "M9 12h6", "key": "svg-8" }], ["path", { "d": "M12 9v6", "key": "svg-9" }]]; const IconCircleDashedPlus = createReactComponent("outline", "circle-dashed-plus", "CircleDashedPlus", __iconNode$19P); const __iconNode$19O = [["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-0" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-1" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-2" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-3" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-4" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-5" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-6" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-7" }], ["path", { "d": "M14 14l-4 -4", "key": "svg-8" }], ["path", { "d": "M10 14l4 -4", "key": "svg-9" }]]; const IconCircleDashedX = createReactComponent("outline", "circle-dashed-x", "CircleDashedX", __iconNode$19O); const __iconNode$19N = [["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-0" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-1" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-2" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-3" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-4" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-5" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-6" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-7" }]]; const IconCircleDashed = createReactComponent("outline", "circle-dashed", "CircleDashed", __iconNode$19N); const __iconNode$19M = [["path", { "d": "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-1" }]]; const IconCircleDot = createReactComponent("outline", "circle-dot", "CircleDot", __iconNode$19M); const __iconNode$19L = [["path", { "d": "M10 16v-6a2 2 0 1 1 4 0v6", "key": "svg-0" }], ["path", { "d": "M10 13h4", "key": "svg-1" }], ["path", { "d": "M7.5 4.21v.01", "key": "svg-2" }], ["path", { "d": "M4.21 7.5v.01", "key": "svg-3" }], ["path", { "d": "M3 12v.01", "key": "svg-4" }], ["path", { "d": "M4.21 16.5v.01", "key": "svg-5" }], ["path", { "d": "M7.5 19.79v.01", "key": "svg-6" }], ["path", { "d": "M12 21v.01", "key": "svg-7" }], ["path", { "d": "M16.5 19.79v.01", "key": "svg-8" }], ["path", { "d": "M19.79 16.5v.01", "key": "svg-9" }], ["path", { "d": "M21 12v.01", "key": "svg-10" }], ["path", { "d": "M19.79 7.5v.01", "key": "svg-11" }], ["path", { "d": "M16.5 4.21v.01", "key": "svg-12" }], ["path", { "d": "M12 3v.01", "key": "svg-13" }]]; const IconCircleDottedLetterA = createReactComponent("outline", "circle-dotted-letter-a", "CircleDottedLetterA", __iconNode$19L); const __iconNode$19K = [["path", { "d": "M10 16h2a2 2 0 1 0 0 -4h-2h2a2 2 0 1 0 0 -4h-2l0 8", "key": "svg-0" }], ["path", { "d": "M7.5 4.21v.01", "key": "svg-1" }], ["path", { "d": "M4.21 7.5v.01", "key": "svg-2" }], ["path", { "d": "M3 12v.01", "key": "svg-3" }], ["path", { "d": "M4.21 16.5v.01", "key": "svg-4" }], ["path", { "d": "M7.5 19.79v.01", "key": "svg-5" }], ["path", { "d": "M12 21v.01", "key": "svg-6" }], ["path", { "d": "M16.5 19.79v.01", "key": "svg-7" }], ["path", { "d": "M19.79 16.5v.01", "key": "svg-8" }], ["path", { "d": "M21 12v.01", "key": "svg-9" }], ["path", { "d": "M19.79 7.5v.01", "key": "svg-10" }], ["path", { "d": "M16.5 4.21v.01", "key": "svg-11" }], ["path", { "d": "M12 3v.01", "key": "svg-12" }]]; const IconCircleDottedLetterB = createReactComponent("outline", "circle-dotted-letter-b", "CircleDottedLetterB", __iconNode$19K); const __iconNode$19J = [["path", { "d": "M14 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0", "key": "svg-0" }], ["path", { "d": "M7.5 4.21v.01", "key": "svg-1" }], ["path", { "d": "M4.21 7.5v.01", "key": "svg-2" }], ["path", { "d": "M3 12v.01", "key": "svg-3" }], ["path", { "d": "M4.21 16.5v.01", "key": "svg-4" }], ["path", { "d": "M7.5 19.79v.01", "key": "svg-5" }], ["path", { "d": "M12 21v.01", "key": "svg-6" }], ["path", { "d": "M16.5 19.79v.01", "key": "svg-7" }], ["path", { "d": "M19.79 16.5v.01", "key": "svg-8" }], ["path", { "d": "M21 12v.01", "key": "svg-9" }], ["path", { "d": "M19.79 7.5v.01", "key": "svg-10" }], ["path", { "d": "M16.5 4.21v.01", "key": "svg-11" }], ["path", { "d": "M12 3v.01", "key": "svg-12" }]]; const IconCircleDottedLetterC = createReactComponent("outline", "circle-dotted-letter-c", "CircleDottedLetterC", __iconNode$19J); const __iconNode$19I = [["path", { "d": "M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2l-2 0", "key": "svg-0" }], ["path", { "d": "M7.5 4.21v.01", "key": "svg-1" }], ["path", { "d": "M4.21 7.5v.01", "key": "svg-2" }], ["path", { "d": "M3 12v.01", "key": "svg-3" }], ["path", { "d": "M4.21 16.5v.01", "key": "svg-4" }], ["path", { "d": "M7.5 19.79v.01", "key": "svg-5" }], ["path", { "d": "M12 21v.01", "key": "svg-6" }], ["path", { "d": "M16.5 19.79v.01", "key": "svg-7" }], ["path", { "d": "M19.79 16.5v.01", "key": "svg-8" }], ["path", { "d": "M21 12v.01", "key": "svg-9" }], ["path", { "d": "M19.79 7.5v.01", "key": "svg-10" }], ["path", { "d": "M16.5 4.21v.01", "key": "svg-11" }], ["path", { "d": "M12 3v.01", "key": "svg-12" }]]; const IconCircleDottedLetterD = createReactComponent("outline", "circle-dotted-letter-d", "CircleDottedLetterD", __iconNode$19I); const __iconNode$19H = [["path", { "d": "M14 8h-4v8h4", "key": "svg-0" }], ["path", { "d": "M10 12h2.5", "key": "svg-1" }], ["path", { "d": "M7.5 4.21v.01", "key": "svg-2" }], ["path", { "d": "M4.21 7.5v.01", "key": "svg-3" }], ["path", { "d": "M3 12v.01", "key": "svg-4" }], ["path", { "d": "M4.21 16.5v.01", "key": "svg-5" }], ["path", { "d": "M7.5 19.79v.01", "key": "svg-6" }], ["path", { "d": "M12 21v.01", "key": "svg-7" }], ["path", { "d": "M16.5 19.79v.01", "key": "svg-8" }], ["path", { "d": "M19.79 16.5v.01", "key": "svg-9" }], ["path", { "d": "M21 12v.01", "key": "svg-10" }], ["path", { "d": "M19.79 7.5v.01", "key": "svg-11" }], ["path", { "d": "M16.5 4.21v.01", "key": "svg-12" }], ["path", { "d": "M12 3v.01", "key": "svg-13" }]]; const IconCircleDottedLetterE = createReactComponent("outline", "circle-dotted-letter-e", "CircleDottedLetterE", __iconNode$19H); const __iconNode$19G = [["path", { "d": "M10 12h3", "key": "svg-0" }], ["path", { "d": "M14 8h-4v8", "key": "svg-1" }], ["path", { "d": "M7.5 4.21v.01", "key": "svg-2" }], ["path", { "d": "M4.21 7.5v.01", "key": "svg-3" }], ["path", { "d": "M3 12v.01", "key": "svg-4" }], ["path", { "d": "M4.21 16.5v.01", "key": "svg-5" }], ["path", { "d": "M7.5 19.79v.01", "key": "svg-6" }], ["path", { "d": "M12 21v.01", "key": "svg-7" }], ["path", { "d": "M16.5 19.79v.01", "key": "svg-8" }], ["path", { "d": "M19.79 16.5v.01", "key": "svg-9" }], ["path", { "d": "M21 12v.01", "key": "svg-10" }], ["path", { "d": "M19.79 7.5v.01", "key": "svg-11" }], ["path", { "d": "M16.5 4.21v.01", "key": "svg-12" }], ["path", { "d": "M12 3v.01", "key": "svg-13" }]]; const IconCircleDottedLetterF = createReactComponent("outline", "circle-dotted-letter-f", "CircleDottedLetterF", __iconNode$19G); const __iconNode$19F = [["path", { "d": "M14 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1", "key": "svg-0" }], ["path", { "d": "M7.5 4.21v.01", "key": "svg-1" }], ["path", { "d": "M4.21 7.5v.01", "key": "svg-2" }], ["path", { "d": "M3 12v.01", "key": "svg-3" }], ["path", { "d": "M4.21 16.5v.01", "key": "svg-4" }], ["path", { "d": "M7.5 19.79v.01", "key": "svg-5" }], ["path", { "d": "M12 21v.01", "key": "svg-6" }], ["path", { "d": "M16.5 19.79v.01", "key": "svg-7" }], ["path", { "d": "M19.79 16.5v.01", "key": "svg-8" }], ["path", { "d": "M21 12v.01", "key": "svg-9" }], ["path", { "d": "M19.79 7.5v.01", "key": "svg-10" }], ["path", { "d": "M16.5 4.21v.01", "key": "svg-11" }], ["path", { "d": "M12 3v.01", "key": "svg-12" }]]; const IconCircleDottedLetterG = createReactComponent("outline", "circle-dotted-letter-g", "CircleDottedLetterG", __iconNode$19F); const __iconNode$19E = [["path", { "d": "M10 16v-8m4 0v8", "key": "svg-0" }], ["path", { "d": "M10 12h4", "key": "svg-1" }], ["path", { "d": "M7.5 4.21v.01", "key": "svg-2" }], ["path", { "d": "M4.21 7.5v.01", "key": "svg-3" }], ["path", { "d": "M3 12v.01", "key": "svg-4" }], ["path", { "d": "M4.21 16.5v.01", "key": "svg-5" }], ["path", { "d": "M7.5 19.79v.01", "key": "svg-6" }], ["path", { "d": "M12 21v.01", "key": "svg-7" }], ["path", { "d": "M16.5 19.79v.01", "key": "svg-8" }], ["path", { "d": "M19.79 16.5v.01", "key": "svg-9" }], ["path", { "d": "M21 12v.01", "key": "svg-10" }], ["path", { "d": "M19.79 7.5v.01", "key": "svg-11" }], ["path", { "d": "M16.5 4.21v.01", "key": "svg-12" }], ["path", { "d": "M12 3v.01", "key": "svg-13" }]]; const IconCircleDottedLetterH = createReactComponent("outline", "circle-dotted-letter-h", "CircleDottedLetterH", __iconNode$19E); const __iconNode$19D = [["path", { "d": "M12 8v8", "key": "svg-0" }], ["path", { "d": "M7.5 4.21v.01", "key": "svg-1" }], ["path", { "d": "M4.21 7.5v.01", "key": "svg-2" }], ["path", { "d": "M3 12v.01", "key": "svg-3" }], ["path", { "d": "M4.21 16.5v.01", "key": "svg-4" }], ["path", { "d": "M7.5 19.79v.01", "key": "svg-5" }], ["path", { "d": "M12 21v.01", "key": "svg-6" }], ["path", { "d": "M16.5 19.79v.01", "key": "svg-7" }], ["path", { "d": "M19.79 16.5v.01", "key": "svg-8" }], ["path", { "d": "M21 12v.01", "key": "svg-9" }], ["path", { "d": "M19.79 7.5v.01", "key": "svg-10" }], ["path", { "d": "M16.5 4.21v.01", "key": "svg-11" }], ["path", { "d": "M12 3v.01", "key": "svg-12" }]]; const IconCircleDottedLetterI = createReactComponent("outline", "circle-dotted-letter-i", "CircleDottedLetterI", __iconNode$19D); const __iconNode$19C = [["path", { "d": "M10 8h4v6a2 2 0 1 1 -4 0", "key": "svg-0" }], ["path", { "d": "M7.5 4.21v.01", "key": "svg-1" }], ["path", { "d": "M4.21 7.5v.01", "key": "svg-2" }], ["path", { "d": "M3 12v.01", "key": "svg-3" }], ["path", { "d": "M4.21 16.5v.01", "key": "svg-4" }], ["path", { "d": "M7.5 19.79v.01", "key": "svg-5" }], ["path", { "d": "M12 21v.01", "key": "svg-6" }], ["path", { "d": "M16.5 19.79v.01", "key": "svg-7" }], ["path", { "d": "M19.79 16.5v.01", "key": "svg-8" }], ["path", { "d": "M21 12v.01", "key": "svg-9" }], ["path", { "d": "M19.79 7.5v.01", "key": "svg-10" }], ["path", { "d": "M16.5 4.21v.01", "key": "svg-11" }], ["path", { "d": "M12 3v.01", "key": "svg-12" }]]; const IconCircleDottedLetterJ = createReactComponent("outline", "circle-dotted-letter-j", "CircleDottedLetterJ", __iconNode$19C); const __iconNode$19B = [["path", { "d": "M10 8v8", "key": "svg-0" }], ["path", { "d": "M14 8l-2.5 4l2.5 4", "key": "svg-1" }], ["path", { "d": "M10 12h1.5", "key": "svg-2" }], ["path", { "d": "M7.5 4.21v.01", "key": "svg-3" }], ["path", { "d": "M4.21 7.5v.01", "key": "svg-4" }], ["path", { "d": "M3 12v.01", "key": "svg-5" }], ["path", { "d": "M4.21 16.5v.01", "key": "svg-6" }], ["path", { "d": "M7.5 19.79v.01", "key": "svg-7" }], ["path", { "d": "M12 21v.01", "key": "svg-8" }], ["path", { "d": "M16.5 19.79v.01", "key": "svg-9" }], ["path", { "d": "M19.79 16.5v.01", "key": "svg-10" }], ["path", { "d": "M21 12v.01", "key": "svg-11" }], ["path", { "d": "M19.79 7.5v.01", "key": "svg-12" }], ["path", { "d": "M16.5 4.21v.01", "key": "svg-13" }], ["path", { "d": "M12 3v.01", "key": "svg-14" }]]; const IconCircleDottedLetterK = createReactComponent("outline", "circle-dotted-letter-k", "CircleDottedLetterK", __iconNode$19B); const __iconNode$19A = [["path", { "d": "M10 8v8h4", "key": "svg-0" }], ["path", { "d": "M7.5 4.21v.01", "key": "svg-1" }], ["path", { "d": "M4.21 7.5v.01", "key": "svg-2" }], ["path", { "d": "M3 12v.01", "key": "svg-3" }], ["path", { "d": "M4.21 16.5v.01", "key": "svg-4" }], ["path", { "d": "M7.5 19.79v.01", "key": "svg-5" }], ["path", { "d": "M12 21v.01", "key": "svg-6" }], ["path", { "d": "M16.5 19.79v.01", "key": "svg-7" }], ["path", { "d": "M19.79 16.5v.01", "key": "svg-8" }], ["path", { "d": "M21 12v.01", "key": "svg-9" }], ["path", { "d": "M19.79 7.5v.01", "key": "svg-10" }], ["path", { "d": "M16.5 4.21v.01", "key": "svg-11" }], ["path", { "d": "M12 3v.01", "key": "svg-12" }]]; const IconCircleDottedLetterL = createReactComponent("outline", "circle-dotted-letter-l", "CircleDottedLetterL", __iconNode$19A); const __iconNode$19z = [["path", { "d": "M9 16v-8l3 5l3 -5v8", "key": "svg-0" }], ["path", { "d": "M7.5 4.21v.01", "key": "svg-1" }], ["path", { "d": "M4.21 7.5v.01", "key": "svg-2" }], ["path", { "d": "M3 12v.01", "key": "svg-3" }], ["path", { "d": "M4.21 16.5v.01", "key": "svg-4" }], ["path", { "d": "M7.5 19.79v.01", "key": "svg-5" }], ["path", { "d": "M12 21v.01", "key": "svg-6" }], ["path", { "d": "M16.5 19.79v.01", "key": "svg-7" }], ["path", { "d": "M19.79 16.5v.01", "key": "svg-8" }], ["path", { "d": "M21 12v.01", "key": "svg-9" }], ["path", { "d": "M19.79 7.5v.01", "key": "svg-10" }], ["path", { "d": "M16.5 4.21v.01", "key": "svg-11" }], ["path", { "d": "M12 3v.01", "key": "svg-12" }]]; const IconCircleDottedLetterM = createReactComponent("outline", "circle-dotted-letter-m", "CircleDottedLetterM", __iconNode$19z); const __iconNode$19y = [["path", { "d": "M10 16v-8l4 8v-8", "key": "svg-0" }], ["path", { "d": "M7.5 4.21v.01", "key": "svg-1" }], ["path", { "d": "M4.21 7.5v.01", "key": "svg-2" }], ["path", { "d": "M3 12v.01", "key": "svg-3" }], ["path", { "d": "M4.21 16.5v.01", "key": "svg-4" }], ["path", { "d": "M7.5 19.79v.01", "key": "svg-5" }], ["path", { "d": "M12 21v.01", "key": "svg-6" }], ["path", { "d": "M16.5 19.79v.01", "key": "svg-7" }], ["path", { "d": "M19.79 16.5v.01", "key": "svg-8" }], ["path", { "d": "M21 12v.01", "key": "svg-9" }], ["path", { "d": "M19.79 7.5v.01", "key": "svg-10" }], ["path", { "d": "M16.5 4.21v.01", "key": "svg-11" }], ["path", { "d": "M12 3v.01", "key": "svg-12" }]]; const IconCircleDottedLetterN = createReactComponent("outline", "circle-dotted-letter-n", "CircleDottedLetterN", __iconNode$19y); const __iconNode$19x = [["path", { "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M7.5 4.21v.01", "key": "svg-1" }], ["path", { "d": "M4.21 7.5v.01", "key": "svg-2" }], ["path", { "d": "M3 12v.01", "key": "svg-3" }], ["path", { "d": "M4.21 16.5v.01", "key": "svg-4" }], ["path", { "d": "M7.5 19.79v.01", "key": "svg-5" }], ["path", { "d": "M12 21v.01", "key": "svg-6" }], ["path", { "d": "M16.5 19.79v.01", "key": "svg-7" }], ["path", { "d": "M19.79 16.5v.01", "key": "svg-8" }], ["path", { "d": "M21 12v.01", "key": "svg-9" }], ["path", { "d": "M19.79 7.5v.01", "key": "svg-10" }], ["path", { "d": "M16.5 4.21v.01", "key": "svg-11" }], ["path", { "d": "M12 3v.01", "key": "svg-12" }]]; const IconCircleDottedLetterO = createReactComponent("outline", "circle-dotted-letter-o", "CircleDottedLetterO", __iconNode$19x); const __iconNode$19w = [["path", { "d": "M10 12h2a2 2 0 1 0 0 -4h-2v8", "key": "svg-0" }], ["path", { "d": "M7.5 4.21v.01", "key": "svg-1" }], ["path", { "d": "M4.21 7.5v.01", "key": "svg-2" }], ["path", { "d": "M3 12v.01", "key": "svg-3" }], ["path", { "d": "M4.21 16.5v.01", "key": "svg-4" }], ["path", { "d": "M7.5 19.79v.01", "key": "svg-5" }], ["path", { "d": "M12 21v.01", "key": "svg-6" }], ["path", { "d": "M16.5 19.79v.01", "key": "svg-7" }], ["path", { "d": "M19.79 16.5v.01", "key": "svg-8" }], ["path", { "d": "M21 12v.01", "key": "svg-9" }], ["path", { "d": "M19.79 7.5v.01", "key": "svg-10" }], ["path", { "d": "M16.5 4.21v.01", "key": "svg-11" }], ["path", { "d": "M12 3v.01", "key": "svg-12" }]]; const IconCircleDottedLetterP = createReactComponent("outline", "circle-dotted-letter-p", "CircleDottedLetterP", __iconNode$19w); const __iconNode$19v = [["path", { "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M13 15l1 1", "key": "svg-1" }], ["path", { "d": "M7.5 4.21v.01", "key": "svg-2" }], ["path", { "d": "M4.21 7.5v.01", "key": "svg-3" }], ["path", { "d": "M3 12v.01", "key": "svg-4" }], ["path", { "d": "M4.21 16.5v.01", "key": "svg-5" }], ["path", { "d": "M7.5 19.79v.01", "key": "svg-6" }], ["path", { "d": "M12 21v.01", "key": "svg-7" }], ["path", { "d": "M16.5 19.79v.01", "key": "svg-8" }], ["path", { "d": "M19.79 16.5v.01", "key": "svg-9" }], ["path", { "d": "M21 12v.01", "key": "svg-10" }], ["path", { "d": "M19.79 7.5v.01", "key": "svg-11" }], ["path", { "d": "M16.5 4.21v.01", "key": "svg-12" }], ["path", { "d": "M12 3v.01", "key": "svg-13" }]]; const IconCircleDottedLetterQ = createReactComponent("outline", "circle-dotted-letter-q", "CircleDottedLetterQ", __iconNode$19v); const __iconNode$19u = [["path", { "d": "M10 12h2a2 2 0 1 0 0 -4h-2v8m4 0l-3 -4", "key": "svg-0" }], ["path", { "d": "M7.5 4.21v.01", "key": "svg-1" }], ["path", { "d": "M4.21 7.5v.01", "key": "svg-2" }], ["path", { "d": "M3 12v.01", "key": "svg-3" }], ["path", { "d": "M4.21 16.5v.01", "key": "svg-4" }], ["path", { "d": "M7.5 19.79v.01", "key": "svg-5" }], ["path", { "d": "M12 21v.01", "key": "svg-6" }], ["path", { "d": "M16.5 19.79v.01", "key": "svg-7" }], ["path", { "d": "M19.79 16.5v.01", "key": "svg-8" }], ["path", { "d": "M21 12v.01", "key": "svg-9" }], ["path", { "d": "M19.79 7.5v.01", "key": "svg-10" }], ["path", { "d": "M16.5 4.21v.01", "key": "svg-11" }], ["path", { "d": "M12 3v.01", "key": "svg-12" }]]; const IconCircleDottedLetterR = createReactComponent("outline", "circle-dotted-letter-r", "CircleDottedLetterR", __iconNode$19u); const __iconNode$19t = [["path", { "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1", "key": "svg-0" }], ["path", { "d": "M7.5 4.21v.01", "key": "svg-1" }], ["path", { "d": "M4.21 7.5v.01", "key": "svg-2" }], ["path", { "d": "M3 12v.01", "key": "svg-3" }], ["path", { "d": "M4.21 16.5v.01", "key": "svg-4" }], ["path", { "d": "M7.5 19.79v.01", "key": "svg-5" }], ["path", { "d": "M12 21v.01", "key": "svg-6" }], ["path", { "d": "M16.5 19.79v.01", "key": "svg-7" }], ["path", { "d": "M19.79 16.5v.01", "key": "svg-8" }], ["path", { "d": "M21 12v.01", "key": "svg-9" }], ["path", { "d": "M19.79 7.5v.01", "key": "svg-10" }], ["path", { "d": "M16.5 4.21v.01", "key": "svg-11" }], ["path", { "d": "M12 3v.01", "key": "svg-12" }]]; const IconCircleDottedLetterS = createReactComponent("outline", "circle-dotted-letter-s", "CircleDottedLetterS", __iconNode$19t); const __iconNode$19s = [["path", { "d": "M10 8h4", "key": "svg-0" }], ["path", { "d": "M12 8v8", "key": "svg-1" }], ["path", { "d": "M7.5 4.21v.01", "key": "svg-2" }], ["path", { "d": "M4.21 7.5v.01", "key": "svg-3" }], ["path", { "d": "M3 12v.01", "key": "svg-4" }], ["path", { "d": "M4.21 16.5v.01", "key": "svg-5" }], ["path", { "d": "M7.5 19.79v.01", "key": "svg-6" }], ["path", { "d": "M12 21v.01", "key": "svg-7" }], ["path", { "d": "M16.5 19.79v.01", "key": "svg-8" }], ["path", { "d": "M19.79 16.5v.01", "key": "svg-9" }], ["path", { "d": "M21 12v.01", "key": "svg-10" }], ["path", { "d": "M19.79 7.5v.01", "key": "svg-11" }], ["path", { "d": "M16.5 4.21v.01", "key": "svg-12" }], ["path", { "d": "M12 3v.01", "key": "svg-13" }]]; const IconCircleDottedLetterT = createReactComponent("outline", "circle-dotted-letter-t", "CircleDottedLetterT", __iconNode$19s); const __iconNode$19r = [["path", { "d": "M10 8v6a2 2 0 1 0 4 0v-6", "key": "svg-0" }], ["path", { "d": "M7.5 4.21v.01", "key": "svg-1" }], ["path", { "d": "M4.21 7.5v.01", "key": "svg-2" }], ["path", { "d": "M3 12v.01", "key": "svg-3" }], ["path", { "d": "M4.21 16.5v.01", "key": "svg-4" }], ["path", { "d": "M7.5 19.79v.01", "key": "svg-5" }], ["path", { "d": "M12 21v.01", "key": "svg-6" }], ["path", { "d": "M16.5 19.79v.01", "key": "svg-7" }], ["path", { "d": "M19.79 16.5v.01", "key": "svg-8" }], ["path", { "d": "M21 12v.01", "key": "svg-9" }], ["path", { "d": "M19.79 7.5v.01", "key": "svg-10" }], ["path", { "d": "M16.5 4.21v.01", "key": "svg-11" }], ["path", { "d": "M12 3v.01", "key": "svg-12" }]]; const IconCircleDottedLetterU = createReactComponent("outline", "circle-dotted-letter-u", "CircleDottedLetterU", __iconNode$19r); const __iconNode$19q = [["path", { "d": "M10 8l2 8l2 -8", "key": "svg-0" }], ["path", { "d": "M7.5 4.21v.01", "key": "svg-1" }], ["path", { "d": "M4.21 7.5v.01", "key": "svg-2" }], ["path", { "d": "M3 12v.01", "key": "svg-3" }], ["path", { "d": "M4.21 16.5v.01", "key": "svg-4" }], ["path", { "d": "M7.5 19.79v.01", "key": "svg-5" }], ["path", { "d": "M12 21v.01", "key": "svg-6" }], ["path", { "d": "M16.5 19.79v.01", "key": "svg-7" }], ["path", { "d": "M19.79 16.5v.01", "key": "svg-8" }], ["path", { "d": "M21 12v.01", "key": "svg-9" }], ["path", { "d": "M19.79 7.5v.01", "key": "svg-10" }], ["path", { "d": "M16.5 4.21v.01", "key": "svg-11" }], ["path", { "d": "M12 3v.01", "key": "svg-12" }]]; const IconCircleDottedLetterV = createReactComponent("outline", "circle-dotted-letter-v", "CircleDottedLetterV", __iconNode$19q); const __iconNode$19p = [["path", { "d": "M9 8l1 8l2 -5l2 5l1 -8", "key": "svg-0" }], ["path", { "d": "M7.5 4.21v.01", "key": "svg-1" }], ["path", { "d": "M4.21 7.5v.01", "key": "svg-2" }], ["path", { "d": "M3 12v.01", "key": "svg-3" }], ["path", { "d": "M4.21 16.5v.01", "key": "svg-4" }], ["path", { "d": "M7.5 19.79v.01", "key": "svg-5" }], ["path", { "d": "M12 21v.01", "key": "svg-6" }], ["path", { "d": "M16.5 19.79v.01", "key": "svg-7" }], ["path", { "d": "M19.79 16.5v.01", "key": "svg-8" }], ["path", { "d": "M21 12v.01", "key": "svg-9" }], ["path", { "d": "M19.79 7.5v.01", "key": "svg-10" }], ["path", { "d": "M16.5 4.21v.01", "key": "svg-11" }], ["path", { "d": "M12 3v.01", "key": "svg-12" }]]; const IconCircleDottedLetterW = createReactComponent("outline", "circle-dotted-letter-w", "CircleDottedLetterW", __iconNode$19p); const __iconNode$19o = [["path", { "d": "M10 8l4 8", "key": "svg-0" }], ["path", { "d": "M10 16l4 -8", "key": "svg-1" }], ["path", { "d": "M7.5 4.21v.01", "key": "svg-2" }], ["path", { "d": "M4.21 7.5v.01", "key": "svg-3" }], ["path", { "d": "M3 12v.01", "key": "svg-4" }], ["path", { "d": "M4.21 16.5v.01", "key": "svg-5" }], ["path", { "d": "M7.5 19.79v.01", "key": "svg-6" }], ["path", { "d": "M12 21v.01", "key": "svg-7" }], ["path", { "d": "M16.5 19.79v.01", "key": "svg-8" }], ["path", { "d": "M19.79 16.5v.01", "key": "svg-9" }], ["path", { "d": "M21 12v.01", "key": "svg-10" }], ["path", { "d": "M19.79 7.5v.01", "key": "svg-11" }], ["path", { "d": "M16.5 4.21v.01", "key": "svg-12" }], ["path", { "d": "M12 3v.01", "key": "svg-13" }]]; const IconCircleDottedLetterX = createReactComponent("outline", "circle-dotted-letter-x", "CircleDottedLetterX", __iconNode$19o); const __iconNode$19n = [["path", { "d": "M10 8l2 5l2 -5", "key": "svg-0" }], ["path", { "d": "M12 16v-3", "key": "svg-1" }], ["path", { "d": "M7.5 4.21v.01", "key": "svg-2" }], ["path", { "d": "M4.21 7.5v.01", "key": "svg-3" }], ["path", { "d": "M3 12v.01", "key": "svg-4" }], ["path", { "d": "M4.21 16.5v.01", "key": "svg-5" }], ["path", { "d": "M7.5 19.79v.01", "key": "svg-6" }], ["path", { "d": "M12 21v.01", "key": "svg-7" }], ["path", { "d": "M16.5 19.79v.01", "key": "svg-8" }], ["path", { "d": "M19.79 16.5v.01", "key": "svg-9" }], ["path", { "d": "M21 12v.01", "key": "svg-10" }], ["path", { "d": "M19.79 7.5v.01", "key": "svg-11" }], ["path", { "d": "M16.5 4.21v.01", "key": "svg-12" }], ["path", { "d": "M12 3v.01", "key": "svg-13" }]]; const IconCircleDottedLetterY = createReactComponent("outline", "circle-dotted-letter-y", "CircleDottedLetterY", __iconNode$19n); const __iconNode$19m = [["path", { "d": "M10 8h4l-4 8h4", "key": "svg-0" }], ["path", { "d": "M7.5 4.21v.01", "key": "svg-1" }], ["path", { "d": "M4.21 7.5v.01", "key": "svg-2" }], ["path", { "d": "M3 12v.01", "key": "svg-3" }], ["path", { "d": "M4.21 16.5v.01", "key": "svg-4" }], ["path", { "d": "M7.5 19.79v.01", "key": "svg-5" }], ["path", { "d": "M12 21v.01", "key": "svg-6" }], ["path", { "d": "M16.5 19.79v.01", "key": "svg-7" }], ["path", { "d": "M19.79 16.5v.01", "key": "svg-8" }], ["path", { "d": "M21 12v.01", "key": "svg-9" }], ["path", { "d": "M19.79 7.5v.01", "key": "svg-10" }], ["path", { "d": "M16.5 4.21v.01", "key": "svg-11" }], ["path", { "d": "M12 3v.01", "key": "svg-12" }]]; const IconCircleDottedLetterZ = createReactComponent("outline", "circle-dotted-letter-z", "CircleDottedLetterZ", __iconNode$19m); const __iconNode$19l = [["path", { "d": "M7.5 4.21l0 .01", "key": "svg-0" }], ["path", { "d": "M4.21 7.5l0 .01", "key": "svg-1" }], ["path", { "d": "M3 12l0 .01", "key": "svg-2" }], ["path", { "d": "M4.21 16.5l0 .01", "key": "svg-3" }], ["path", { "d": "M7.5 19.79l0 .01", "key": "svg-4" }], ["path", { "d": "M12 21l0 .01", "key": "svg-5" }], ["path", { "d": "M16.5 19.79l0 .01", "key": "svg-6" }], ["path", { "d": "M19.79 16.5l0 .01", "key": "svg-7" }], ["path", { "d": "M21 12l0 .01", "key": "svg-8" }], ["path", { "d": "M19.79 7.5l0 .01", "key": "svg-9" }], ["path", { "d": "M16.5 4.21l0 .01", "key": "svg-10" }], ["path", { "d": "M12 3l0 .01", "key": "svg-11" }]]; const IconCircleDotted = createReactComponent("outline", "circle-dotted", "CircleDotted", __iconNode$19l); const __iconNode$19k = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 3v18", "key": "svg-1" }], ["path", { "d": "M12 14l7 -7", "key": "svg-2" }], ["path", { "d": "M12 19l8.5 -8.5", "key": "svg-3" }], ["path", { "d": "M12 9l4.5 -4.5", "key": "svg-4" }]]; const IconCircleHalf2 = createReactComponent("outline", "circle-half-2", "CircleHalf2", __iconNode$19k); const __iconNode$19j = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M3 12h18", "key": "svg-1" }]]; const IconCircleHalfVertical = createReactComponent("outline", "circle-half-vertical", "CircleHalfVertical", __iconNode$19j); const __iconNode$19i = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 3v18", "key": "svg-1" }]]; const IconCircleHalf = createReactComponent("outline", "circle-half", "CircleHalf", __iconNode$19i); const __iconNode$19h = [["path", { "d": "M12 10a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0", "key": "svg-1" }], ["path", { "d": "M12.5 11.5l-4 4l1.5 1.5", "key": "svg-2" }], ["path", { "d": "M12 15l-1.5 -1.5", "key": "svg-3" }]]; const IconCircleKey = createReactComponent("outline", "circle-key", "CircleKey", __iconNode$19h); const __iconNode$19g = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 16v-6a2 2 0 1 1 4 0v6", "key": "svg-1" }], ["path", { "d": "M10 13h4", "key": "svg-2" }]]; const IconCircleLetterA = createReactComponent("outline", "circle-letter-a", "CircleLetterA", __iconNode$19g); const __iconNode$19f = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 16h2a2 2 0 1 0 0 -4h-2h2a2 2 0 1 0 0 -4h-2v8", "key": "svg-1" }]]; const IconCircleLetterB = createReactComponent("outline", "circle-letter-b", "CircleLetterB", __iconNode$19f); const __iconNode$19e = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M14 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0", "key": "svg-1" }]]; const IconCircleLetterC = createReactComponent("outline", "circle-letter-c", "CircleLetterC", __iconNode$19e); const __iconNode$19d = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2", "key": "svg-1" }]]; const IconCircleLetterD = createReactComponent("outline", "circle-letter-d", "CircleLetterD", __iconNode$19d); const __iconNode$19c = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M14 8h-4v8h4", "key": "svg-1" }], ["path", { "d": "M10 12h2.5", "key": "svg-2" }]]; const IconCircleLetterE = createReactComponent("outline", "circle-letter-e", "CircleLetterE", __iconNode$19c); const __iconNode$19b = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 12h3", "key": "svg-1" }], ["path", { "d": "M14 8h-4v8", "key": "svg-2" }]]; const IconCircleLetterF = createReactComponent("outline", "circle-letter-f", "CircleLetterF", __iconNode$19b); const __iconNode$19a = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M14 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1", "key": "svg-1" }]]; const IconCircleLetterG = createReactComponent("outline", "circle-letter-g", "CircleLetterG", __iconNode$19a); const __iconNode$199 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 16v-8m4 0v8", "key": "svg-1" }], ["path", { "d": "M10 12h4", "key": "svg-2" }]]; const IconCircleLetterH = createReactComponent("outline", "circle-letter-h", "CircleLetterH", __iconNode$199); const __iconNode$198 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 8v8", "key": "svg-1" }]]; const IconCircleLetterI = createReactComponent("outline", "circle-letter-i", "CircleLetterI", __iconNode$198); const __iconNode$197 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 8h4v6a2 2 0 1 1 -4 0", "key": "svg-1" }]]; const IconCircleLetterJ = createReactComponent("outline", "circle-letter-j", "CircleLetterJ", __iconNode$197); const __iconNode$196 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 8v8", "key": "svg-1" }], ["path", { "d": "M14 8l-2.5 4l2.5 4", "key": "svg-2" }], ["path", { "d": "M10 12h1.5", "key": "svg-3" }]]; const IconCircleLetterK = createReactComponent("outline", "circle-letter-k", "CircleLetterK", __iconNode$196); const __iconNode$195 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 8v8h4", "key": "svg-1" }]]; const IconCircleLetterL = createReactComponent("outline", "circle-letter-l", "CircleLetterL", __iconNode$195); const __iconNode$194 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 16v-8l3 5l3 -5v8", "key": "svg-1" }]]; const IconCircleLetterM = createReactComponent("outline", "circle-letter-m", "CircleLetterM", __iconNode$194); const __iconNode$193 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 16v-8l4 8v-8", "key": "svg-1" }]]; const IconCircleLetterN = createReactComponent("outline", "circle-letter-n", "CircleLetterN", __iconNode$193); const __iconNode$192 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2", "key": "svg-1" }]]; const IconCircleLetterO = createReactComponent("outline", "circle-letter-o", "CircleLetterO", __iconNode$192); const __iconNode$191 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 12h2a2 2 0 1 0 0 -4h-2v8", "key": "svg-1" }]]; const IconCircleLetterP = createReactComponent("outline", "circle-letter-p", "CircleLetterP", __iconNode$191); const __iconNode$190 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2", "key": "svg-1" }], ["path", { "d": "M13 15l1 1", "key": "svg-2" }]]; const IconCircleLetterQ = createReactComponent("outline", "circle-letter-q", "CircleLetterQ", __iconNode$190); const __iconNode$18$ = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 12h2a2 2 0 1 0 0 -4h-2v8m4 0l-3 -4", "key": "svg-1" }]]; const IconCircleLetterR = createReactComponent("outline", "circle-letter-r", "CircleLetterR", __iconNode$18$); const __iconNode$18_ = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1", "key": "svg-1" }]]; const IconCircleLetterS = createReactComponent("outline", "circle-letter-s", "CircleLetterS", __iconNode$18_); const __iconNode$18Z = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 8h4", "key": "svg-1" }], ["path", { "d": "M12 8v8", "key": "svg-2" }]]; const IconCircleLetterT = createReactComponent("outline", "circle-letter-t", "CircleLetterT", __iconNode$18Z); const __iconNode$18Y = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 8v6a2 2 0 1 0 4 0v-6", "key": "svg-1" }]]; const IconCircleLetterU = createReactComponent("outline", "circle-letter-u", "CircleLetterU", __iconNode$18Y); const __iconNode$18X = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 8l2 8l2 -8", "key": "svg-1" }]]; const IconCircleLetterV = createReactComponent("outline", "circle-letter-v", "CircleLetterV", __iconNode$18X); const __iconNode$18W = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 8l1 8l2 -5l2 5l1 -8", "key": "svg-1" }]]; const IconCircleLetterW = createReactComponent("outline", "circle-letter-w", "CircleLetterW", __iconNode$18W); const __iconNode$18V = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 8l4 8", "key": "svg-1" }], ["path", { "d": "M10 16l4 -8", "key": "svg-2" }]]; const IconCircleLetterX = createReactComponent("outline", "circle-letter-x", "CircleLetterX", __iconNode$18V); const __iconNode$18U = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 8l2 5l2 -5", "key": "svg-1" }], ["path", { "d": "M12 16v-3", "key": "svg-2" }]]; const IconCircleLetterY = createReactComponent("outline", "circle-letter-y", "CircleLetterY", __iconNode$18U); const __iconNode$18T = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 8h4l-4 8h4", "key": "svg-1" }]]; const IconCircleLetterZ = createReactComponent("outline", "circle-letter-z", "CircleLetterZ", __iconNode$18T); const __iconNode$18S = [["path", { "d": "M20.475 15.029a9 9 0 1 0 -7.962 5.957", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }]]; const IconCircleMinus2 = createReactComponent("outline", "circle-minus-2", "CircleMinus2", __iconNode$18S); const __iconNode$18R = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 12l6 0", "key": "svg-1" }]]; const IconCircleMinus = createReactComponent("outline", "circle-minus", "CircleMinus", __iconNode$18R); const __iconNode$18Q = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0", "key": "svg-1" }]]; const IconCircleNumber0 = createReactComponent("outline", "circle-number-0", "CircleNumber0", __iconNode$18Q); const __iconNode$18P = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 10l2 -2v8", "key": "svg-1" }]]; const IconCircleNumber1 = createReactComponent("outline", "circle-number-1", "CircleNumber1", __iconNode$18P); const __iconNode$18O = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-1" }]]; const IconCircleNumber2 = createReactComponent("outline", "circle-number-2", "CircleNumber2", __iconNode$18O); const __iconNode$18N = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 9a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1", "key": "svg-1" }]]; const IconCircleNumber3 = createReactComponent("outline", "circle-number-3", "CircleNumber3", __iconNode$18N); const __iconNode$18M = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 8v3a1 1 0 0 0 1 1h3", "key": "svg-1" }], ["path", { "d": "M14 8v8", "key": "svg-2" }]]; const IconCircleNumber4 = createReactComponent("outline", "circle-number-4", "CircleNumber4", __iconNode$18M); const __iconNode$18L = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4", "key": "svg-1" }]]; const IconCircleNumber5 = createReactComponent("outline", "circle-number-5", "CircleNumber5", __iconNode$18L); const __iconNode$18K = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M14 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3", "key": "svg-1" }]]; const IconCircleNumber6 = createReactComponent("outline", "circle-number-6", "CircleNumber6", __iconNode$18K); const __iconNode$18J = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 8h4l-2 8", "key": "svg-1" }]]; const IconCircleNumber7 = createReactComponent("outline", "circle-number-7", "CircleNumber7", __iconNode$18J); const __iconNode$18I = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1", "key": "svg-1" }]]; const IconCircleNumber8 = createReactComponent("outline", "circle-number-8", "CircleNumber8", __iconNode$18I); const __iconNode$18H = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-1" }]]; const IconCircleNumber9 = createReactComponent("outline", "circle-number-9", "CircleNumber9", __iconNode$18H); const __iconNode$18G = [["path", { "d": "M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconCircleOff = createReactComponent("outline", "circle-off", "CircleOff", __iconNode$18G); const __iconNode$18F = [["path", { "d": "M15.998 3.934a9 9 0 1 1 -3.998 -.934v13", "key": "svg-0" }], ["path", { "d": "M16 12l-4 4l-4 -4", "key": "svg-1" }]]; const IconCircleOpenArrowDown = createReactComponent("outline", "circle-open-arrow-down", "CircleOpenArrowDown", __iconNode$18F); const __iconNode$18E = [["path", { "d": "M20.066 8.002a9 9 0 1 0 .934 3.998h-13", "key": "svg-0" }], ["path", { "d": "M12 8l-4 4l4 4", "key": "svg-1" }]]; const IconCircleOpenArrowLeft = createReactComponent("outline", "circle-open-arrow-left", "CircleOpenArrowLeft", __iconNode$18E); const __iconNode$18D = [["path", { "d": "M3.934 8.002a9 9 0 1 1 -.934 3.998h13", "key": "svg-0" }], ["path", { "d": "M12 8l4 4l-4 4", "key": "svg-1" }]]; const IconCircleOpenArrowRight = createReactComponent("outline", "circle-open-arrow-right", "CircleOpenArrowRight", __iconNode$18D); const __iconNode$18C = [["path", { "d": "M15.998 20.066a9 9 0 1 0 -3.998 .934v-13", "key": "svg-0" }], ["path", { "d": "M16 12l-4 -4l-4 4", "key": "svg-1" }]]; const IconCircleOpenArrowUp = createReactComponent("outline", "circle-open-arrow-up", "CircleOpenArrowUp", __iconNode$18C); const __iconNode$18B = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 15.075l6 -6", "key": "svg-1" }], ["path", { "d": "M9 9.105v.015", "key": "svg-2" }], ["path", { "d": "M15 15.12v.015", "key": "svg-3" }]]; const IconCirclePercentage = createReactComponent("outline", "circle-percentage", "CirclePercentage", __iconNode$18B); const __iconNode$18A = [["path", { "d": "M20.985 12.522a9 9 0 1 0 -8.475 8.464", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }]]; const IconCirclePlus2 = createReactComponent("outline", "circle-plus-2", "CirclePlus2", __iconNode$18A); const __iconNode$18z = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 10h6", "key": "svg-1" }], ["path", { "d": "M9 16h6", "key": "svg-2" }], ["path", { "d": "M12 7v6", "key": "svg-3" }]]; const IconCirclePlusMinus = createReactComponent("outline", "circle-plus-minus", "CirclePlusMinus", __iconNode$18z); const __iconNode$18y = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 12h6", "key": "svg-1" }], ["path", { "d": "M12 9v6", "key": "svg-2" }]]; const IconCirclePlus = createReactComponent("outline", "circle-plus", "CirclePlus", __iconNode$18y); const __iconNode$18x = [["path", { "d": "M14 10h3v3m-3 1h-7v-4h3", "key": "svg-0" }], ["path", { "d": "M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconCircleRectangleOff = createReactComponent("outline", "circle-rectangle-off", "CircleRectangleOff", __iconNode$18x); const __iconNode$18w = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M7 10h10v4h-10l0 -4", "key": "svg-1" }]]; const IconCircleRectangle = createReactComponent("outline", "circle-rectangle", "CircleRectangle", __iconNode$18w); const __iconNode$18v = [["path", { "d": "M3 9.5a6.5 6.5 0 1 0 13 0a6.5 6.5 0 1 0 -13 0", "key": "svg-0" }], ["path", { "d": "M10 12a2 2 0 0 1 2 -2h7a2 2 0 0 1 2 2v7a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2l0 -7", "key": "svg-1" }]]; const IconCircleSquare = createReactComponent("outline", "circle-square", "CircleSquare", __iconNode$18v); const __iconNode$18u = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 20l7 -12h-14l7 12", "key": "svg-1" }]]; const IconCircleTriangle = createReactComponent("outline", "circle-triangle", "CircleTriangle", __iconNode$18u); const __iconNode$18t = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 10l4 4m0 -4l-4 4", "key": "svg-1" }]]; const IconCircleX = createReactComponent("outline", "circle-x", "CircleX", __iconNode$18t); const __iconNode$18s = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }]]; const IconCircle = createReactComponent("outline", "circle", "Circle", __iconNode$18s); const __iconNode$18r = [["path", { "d": "M9.183 6.117a6 6 0 1 0 4.511 3.986", "key": "svg-0" }], ["path", { "d": "M14.813 17.883a6 6 0 1 0 -4.496 -3.954", "key": "svg-1" }]]; const IconCirclesRelation = createReactComponent("outline", "circles-relation", "CirclesRelation", __iconNode$18r); const __iconNode$18q = [["path", { "d": "M8 7a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-0" }], ["path", { "d": "M2.5 17a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-1" }], ["path", { "d": "M13.5 17a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-2" }]]; const IconCircles = createReactComponent("outline", "circles", "Circles", __iconNode$18q); const __iconNode$18p = [["path", { "d": "M5 12a7 7 0 1 0 14 0a7 7 0 1 0 -14 0", "key": "svg-0" }], ["path", { "d": "M5 12h-3", "key": "svg-1" }], ["path", { "d": "M19 12h3", "key": "svg-2" }], ["path", { "d": "M10 14v-3c0 -1.036 .895 -2 2 -2s2 .964 2 2v3", "key": "svg-3" }], ["path", { "d": "M14 12h-4", "key": "svg-4" }]]; const IconCircuitAmmeter = createReactComponent("outline", "circuit-ammeter", "CircuitAmmeter", __iconNode$18p); const __iconNode$18o = [["path", { "d": "M2 12h4", "key": "svg-0" }], ["path", { "d": "M18 12h4", "key": "svg-1" }], ["path", { "d": "M18 5v14", "key": "svg-2" }], ["path", { "d": "M14 9v6", "key": "svg-3" }], ["path", { "d": "M10 5v14", "key": "svg-4" }], ["path", { "d": "M6 9v6", "key": "svg-5" }]]; const IconCircuitBattery = createReactComponent("outline", "circuit-battery", "CircuitBattery", __iconNode$18o); const __iconNode$18n = [["path", { "d": "M2 12h5", "key": "svg-0" }], ["path", { "d": "M17 12h5", "key": "svg-1" }], ["path", { "d": "M7 12a5 5 0 1 0 10 0a5 5 0 1 0 -10 0", "key": "svg-2" }], ["path", { "d": "M8.5 8.5l7 7", "key": "svg-3" }], ["path", { "d": "M15.5 8.5l-7 7", "key": "svg-4" }]]; const IconCircuitBulb = createReactComponent("outline", "circuit-bulb", "CircuitBulb", __iconNode$18n); const __iconNode$18m = [["path", { "d": "M22 12h-8", "key": "svg-0" }], ["path", { "d": "M2 12h8", "key": "svg-1" }], ["path", { "d": "M10 7v10", "key": "svg-2" }], ["path", { "d": "M14 7v10", "key": "svg-3" }], ["path", { "d": "M17 5h4", "key": "svg-4" }], ["path", { "d": "M19 3v4", "key": "svg-5" }]]; const IconCircuitCapacitorPolarized = createReactComponent("outline", "circuit-capacitor-polarized", "CircuitCapacitorPolarized", __iconNode$18m); const __iconNode$18l = [["path", { "d": "M22 12h-8", "key": "svg-0" }], ["path", { "d": "M2 12h8", "key": "svg-1" }], ["path", { "d": "M10 7v10", "key": "svg-2" }], ["path", { "d": "M14 7v10", "key": "svg-3" }]]; const IconCircuitCapacitor = createReactComponent("outline", "circuit-capacitor", "CircuitCapacitor", __iconNode$18l); const __iconNode$18k = [["path", { "d": "M2 12h9", "key": "svg-0" }], ["path", { "d": "M15 12h7", "key": "svg-1" }], ["path", { "d": "M11 5v14", "key": "svg-2" }], ["path", { "d": "M15 9v6", "key": "svg-3" }], ["path", { "d": "M3 5h4", "key": "svg-4" }], ["path", { "d": "M5 3v4", "key": "svg-5" }]]; const IconCircuitCellPlus = createReactComponent("outline", "circuit-cell-plus", "CircuitCellPlus", __iconNode$18k); const __iconNode$18j = [["path", { "d": "M2 12h8", "key": "svg-0" }], ["path", { "d": "M14 12h8", "key": "svg-1" }], ["path", { "d": "M10 5v14", "key": "svg-2" }], ["path", { "d": "M14 9v6", "key": "svg-3" }]]; const IconCircuitCell = createReactComponent("outline", "circuit-cell", "CircuitCell", __iconNode$18j); const __iconNode$18i = [["path", { "d": "M2 12h2", "key": "svg-0" }], ["path", { "d": "M20 7h2", "key": "svg-1" }], ["path", { "d": "M4 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M16 7a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M20 17h2", "key": "svg-4" }], ["path", { "d": "M16 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-5" }], ["path", { "d": "M7.5 10.5l8.5 -3.5", "key": "svg-6" }]]; const IconCircuitChangeover = createReactComponent("outline", "circuit-changeover", "CircuitChangeover", __iconNode$18i); const __iconNode$18h = [["path", { "d": "M22 12h-6", "key": "svg-0" }], ["path", { "d": "M2 12h6", "key": "svg-1" }], ["path", { "d": "M8 7l8 5l-8 5l0 -10", "key": "svg-2" }], ["path", { "d": "M14 7h2v10h2", "key": "svg-3" }]]; const IconCircuitDiodeZener = createReactComponent("outline", "circuit-diode-zener", "CircuitDiodeZener", __iconNode$18h); const __iconNode$18g = [["path", { "d": "M22 12h-6", "key": "svg-0" }], ["path", { "d": "M2 12h6", "key": "svg-1" }], ["path", { "d": "M8 7l8 5l-8 5l0 -10", "key": "svg-2" }], ["path", { "d": "M16 7v10", "key": "svg-3" }]]; const IconCircuitDiode = createReactComponent("outline", "circuit-diode", "CircuitDiode", __iconNode$18g); const __iconNode$18f = [["path", { "d": "M12 13v-10", "key": "svg-0" }], ["path", { "d": "M12 21l-6 -8h12l-6 8", "key": "svg-1" }]]; const IconCircuitGroundDigital = createReactComponent("outline", "circuit-ground-digital", "CircuitGroundDigital", __iconNode$18f); const __iconNode$18e = [["path", { "d": "M12 13v-8", "key": "svg-0" }], ["path", { "d": "M4 13h16", "key": "svg-1" }], ["path", { "d": "M7 16h10", "key": "svg-2" }], ["path", { "d": "M10 19h4", "key": "svg-3" }]]; const IconCircuitGround = createReactComponent("outline", "circuit-ground", "CircuitGround", __iconNode$18e); const __iconNode$18d = [["path", { "d": "M2 14h3v-2a2 2 0 1 1 4 0v2v-1.5a2.5 2.5 0 1 1 5 0v1.5v-1.5a2.5 2.5 0 1 1 5 0v1.5h3", "key": "svg-0" }]]; const IconCircuitInductor = createReactComponent("outline", "circuit-inductor", "CircuitInductor", __iconNode$18d); const __iconNode$18c = [["path", { "d": "M5 12a7 7 0 1 0 14 0a7 7 0 1 0 -14 0", "key": "svg-0" }], ["path", { "d": "M5 12h-3", "key": "svg-1" }], ["path", { "d": "M19 12h3", "key": "svg-2" }], ["path", { "d": "M10 14v-4l2 2l2 -2v4", "key": "svg-3" }]]; const IconCircuitMotor = createReactComponent("outline", "circuit-motor", "CircuitMotor", __iconNode$18c); const __iconNode$18b = [["path", { "d": "M2 17h2", "key": "svg-0" }], ["path", { "d": "M20 17h2", "key": "svg-1" }], ["path", { "d": "M4 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M16 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M6 11h12", "key": "svg-4" }], ["path", { "d": "M12 11v-6", "key": "svg-5" }]]; const IconCircuitPushbutton = createReactComponent("outline", "circuit-pushbutton", "CircuitPushbutton", __iconNode$18b); const __iconNode$18a = [["path", { "d": "M2 12h2l2 -5l3 10l3 -10l3 10l3 -10l1.5 5h2.5", "key": "svg-0" }]]; const IconCircuitResistor = createReactComponent("outline", "circuit-resistor", "CircuitResistor", __iconNode$18a); const __iconNode$189 = [["path", { "d": "M2 12h2", "key": "svg-0" }], ["path", { "d": "M20 12h2", "key": "svg-1" }], ["path", { "d": "M4 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M16 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M8 12h8", "key": "svg-4" }]]; const IconCircuitSwitchClosed = createReactComponent("outline", "circuit-switch-closed", "CircuitSwitchClosed", __iconNode$189); const __iconNode$188 = [["path", { "d": "M2 12h2", "key": "svg-0" }], ["path", { "d": "M20 12h2", "key": "svg-1" }], ["path", { "d": "M4 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M16 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M7.5 10.5l7.5 -5.5", "key": "svg-4" }]]; const IconCircuitSwitchOpen = createReactComponent("outline", "circuit-switch-open", "CircuitSwitchOpen", __iconNode$188); const __iconNode$187 = [["path", { "d": "M5 12a7 7 0 1 0 14 0a7 7 0 1 0 -14 0", "key": "svg-0" }], ["path", { "d": "M5 12h-3", "key": "svg-1" }], ["path", { "d": "M19 12h3", "key": "svg-2" }], ["path", { "d": "M10 10l2 4l2 -4", "key": "svg-3" }]]; const IconCircuitVoltmeter = createReactComponent("outline", "circuit-voltmeter", "CircuitVoltmeter", __iconNode$187); const __iconNode$186 = [["path", { "d": "M8 6h12", "key": "svg-0" }], ["path", { "d": "M6 12h12", "key": "svg-1" }], ["path", { "d": "M4 18h12", "key": "svg-2" }]]; const IconClearAll = createReactComponent("outline", "clear-all", "ClearAll", __iconNode$186); const __iconNode$185 = [["path", { "d": "M17 15l4 4m0 -4l-4 4", "key": "svg-0" }], ["path", { "d": "M7 6v-1h11v1", "key": "svg-1" }], ["path", { "d": "M7 19l4 0", "key": "svg-2" }], ["path", { "d": "M13 5l-4 14", "key": "svg-3" }]]; const IconClearFormatting = createReactComponent("outline", "clear-formatting", "ClearFormatting", __iconNode$185); const __iconNode$184 = [["path", { "d": "M3 12l3 0", "key": "svg-0" }], ["path", { "d": "M12 3l0 3", "key": "svg-1" }], ["path", { "d": "M7.8 7.8l-2.2 -2.2", "key": "svg-2" }], ["path", { "d": "M16.2 7.8l2.2 -2.2", "key": "svg-3" }], ["path", { "d": "M7.8 16.2l-2.2 2.2", "key": "svg-4" }], ["path", { "d": "M12 12l9 3l-4 2l-2 4l-3 -9", "key": "svg-5" }]]; const IconClick = createReactComponent("outline", "click", "Click", __iconNode$184); const __iconNode$183 = [["path", { "d": "M14 7a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M10.5 18l2.5 2l2 -2", "key": "svg-1" }], ["path", { "d": "M18 21l3 -3l-4 -2l-1 -5", "key": "svg-2" }], ["path", { "d": "M10.5 7.5l2 3l3.5 .5l3 -2l.5 -3", "key": "svg-3" }], ["path", { "d": "M4 21v-1l2 -3l.5 -2.5l1.5 -2.5l-1 -5l1 -3l-1 -1l-2 .5l-2 -.5", "key": "svg-4" }]]; const IconCliffJumping = createReactComponent("outline", "cliff-jumping", "CliffJumping", __iconNode$183); const __iconNode$182 = [["path", { "d": "M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2", "key": "svg-0" }], ["path", { "d": "M9 5a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2", "key": "svg-1" }], ["path", { "d": "M9 14l2 2l4 -4", "key": "svg-2" }]]; const IconClipboardCheck = createReactComponent("outline", "clipboard-check", "ClipboardCheck", __iconNode$182); const __iconNode$181 = [["path", { "d": "M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h3m9 -9v-5a2 2 0 0 0 -2 -2h-2", "key": "svg-0" }], ["path", { "d": "M13 17v-1a1 1 0 0 1 1 -1h1m3 0h1a1 1 0 0 1 1 1v1m0 3v1a1 1 0 0 1 -1 1h-1m-3 0h-1a1 1 0 0 1 -1 -1v-1", "key": "svg-1" }], ["path", { "d": "M9 5a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2", "key": "svg-2" }]]; const IconClipboardCopy = createReactComponent("outline", "clipboard-copy", "ClipboardCopy", __iconNode$181); const __iconNode$180 = [["path", { "d": "M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2", "key": "svg-0" }], ["path", { "d": "M9 5a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2", "key": "svg-1" }], ["path", { "d": "M9 17v-4", "key": "svg-2" }], ["path", { "d": "M12 17v-1", "key": "svg-3" }], ["path", { "d": "M15 17v-2", "key": "svg-4" }], ["path", { "d": "M12 17v-1", "key": "svg-5" }]]; const IconClipboardData = createReactComponent("outline", "clipboard-data", "ClipboardData", __iconNode$180); const __iconNode$17$ = [["path", { "d": "M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2", "key": "svg-0" }], ["path", { "d": "M9 5a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2", "key": "svg-1" }], ["path", { "d": "M11.993 16.75l2.747 -2.815a1.9 1.9 0 0 0 0 -2.632a1.775 1.775 0 0 0 -2.56 0l-.183 .188l-.183 -.189a1.775 1.775 0 0 0 -2.56 0a1.899 1.899 0 0 0 0 2.632l2.738 2.825l.001 -.009", "key": "svg-2" }]]; const IconClipboardHeart = createReactComponent("outline", "clipboard-heart", "ClipboardHeart", __iconNode$17$); const __iconNode$17_ = [["path", { "d": "M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2", "key": "svg-0" }], ["path", { "d": "M9 5a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2", "key": "svg-1" }], ["path", { "d": "M9 12l.01 0", "key": "svg-2" }], ["path", { "d": "M13 12l2 0", "key": "svg-3" }], ["path", { "d": "M9 16l.01 0", "key": "svg-4" }], ["path", { "d": "M13 16l2 0", "key": "svg-5" }]]; const IconClipboardList = createReactComponent("outline", "clipboard-list", "ClipboardList", __iconNode$17_); const __iconNode$17Z = [["path", { "d": "M5.575 5.597a2 2 0 0 0 -.575 1.403v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2m0 -4v-8a2 2 0 0 0 -2 -2h-2", "key": "svg-0" }], ["path", { "d": "M9 5a2 2 0 0 1 2 -2h2a2 2 0 1 1 0 4h-2", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconClipboardOff = createReactComponent("outline", "clipboard-off", "ClipboardOff", __iconNode$17Z); const __iconNode$17Y = [["path", { "d": "M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2", "key": "svg-0" }], ["path", { "d": "M9 5a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2", "key": "svg-1" }], ["path", { "d": "M10 14h4", "key": "svg-2" }], ["path", { "d": "M12 12v4", "key": "svg-3" }]]; const IconClipboardPlus = createReactComponent("outline", "clipboard-plus", "ClipboardPlus", __iconNode$17Y); const __iconNode$17X = [["path", { "d": "M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h4.5m7.5 -10v-4a2 2 0 0 0 -2 -2h-2", "key": "svg-0" }], ["path", { "d": "M9 5a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2", "key": "svg-1" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-3" }]]; const IconClipboardSearch = createReactComponent("outline", "clipboard-search", "ClipboardSearch", __iconNode$17X); const __iconNode$17W = [["path", { "d": "M10 13h.01", "key": "svg-0" }], ["path", { "d": "M14 13h.01", "key": "svg-1" }], ["path", { "d": "M10 16a3.5 3.5 0 0 0 4 0", "key": "svg-2" }], ["path", { "d": "M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2", "key": "svg-3" }], ["path", { "d": "M9 5a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2", "key": "svg-4" }]]; const IconClipboardSmile = createReactComponent("outline", "clipboard-smile", "ClipboardSmile", __iconNode$17W); const __iconNode$17V = [["path", { "d": "M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2", "key": "svg-0" }], ["path", { "d": "M9 5a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2", "key": "svg-1" }], ["path", { "d": "M9 12h6", "key": "svg-2" }], ["path", { "d": "M9 16h6", "key": "svg-3" }]]; const IconClipboardText = createReactComponent("outline", "clipboard-text", "ClipboardText", __iconNode$17V); const __iconNode$17U = [["path", { "d": "M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2", "key": "svg-0" }], ["path", { "d": "M9 5a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2", "key": "svg-1" }], ["path", { "d": "M9 12v-1h6v1", "key": "svg-2" }], ["path", { "d": "M12 11v6", "key": "svg-3" }], ["path", { "d": "M11 17h2", "key": "svg-4" }]]; const IconClipboardTypography = createReactComponent("outline", "clipboard-typography", "ClipboardTypography", __iconNode$17U); const __iconNode$17T = [["path", { "d": "M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2", "key": "svg-0" }], ["path", { "d": "M9 5a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2", "key": "svg-1" }], ["path", { "d": "M10 12l4 4m0 -4l-4 4", "key": "svg-2" }]]; const IconClipboardX = createReactComponent("outline", "clipboard-x", "ClipboardX", __iconNode$17T); const __iconNode$17S = [["path", { "d": "M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2", "key": "svg-0" }], ["path", { "d": "M9 5a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2", "key": "svg-1" }]]; const IconClipboard = createReactComponent("outline", "clipboard", "Clipboard", __iconNode$17S); const __iconNode$17R = [["path", { "d": "M3 12a9 9 0 0 0 9 9m9 -9a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 7v5l.5 .5", "key": "svg-1" }], ["path", { "d": "M18 15h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2", "key": "svg-2" }], ["path", { "d": "M15 21v-6", "key": "svg-3" }]]; const IconClock12 = createReactComponent("outline", "clock-12", "Clock12", __iconNode$17R); const __iconNode$17Q = [["path", { "d": "M4 5a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1l0 -14", "key": "svg-0" }], ["path", { "d": "M12 7v5l3 3", "key": "svg-1" }], ["path", { "d": "M4 12h1", "key": "svg-2" }], ["path", { "d": "M19 12h1", "key": "svg-3" }], ["path", { "d": "M12 19v1", "key": "svg-4" }]]; const IconClock2 = createReactComponent("outline", "clock-2", "Clock2", __iconNode$17Q); const __iconNode$17P = [["path", { "d": "M3 12a9 9 0 0 0 5.998 8.485m12.002 -8.485a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 7v5", "key": "svg-1" }], ["path", { "d": "M12 15h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2", "key": "svg-2" }], ["path", { "d": "M18 15v2a1 1 0 0 0 1 1h1", "key": "svg-3" }], ["path", { "d": "M21 15v6", "key": "svg-4" }]]; const IconClock24 = createReactComponent("outline", "clock-24", "Clock24", __iconNode$17P); const __iconNode$17O = [["path", { "d": "M17 21v-6m2 0v-1.5m0 9v-1.5m-2 -3h3m-1 0h.5a1.5 1.5 0 0 1 0 3h-3.5m3 -3h.5a1.5 1.5 0 0 0 0 -3h-3.5", "key": "svg-0" }], ["path", { "d": "M20.866 10.45a9 9 0 1 0 -7.815 10.488", "key": "svg-1" }], ["path", { "d": "M12 7v5l1.5 1.5", "key": "svg-2" }]]; const IconClockBitcoin = createReactComponent("outline", "clock-bitcoin", "ClockBitcoin", __iconNode$17O); const __iconNode$17N = [["path", { "d": "M20.984 12.53a9 9 0 1 0 -7.552 8.355", "key": "svg-0" }], ["path", { "d": "M12 7v5l3 3", "key": "svg-1" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-2" }]]; const IconClockBolt = createReactComponent("outline", "clock-bolt", "ClockBolt", __iconNode$17N); const __iconNode$17M = [["path", { "d": "M20.997 12.25a9 9 0 1 0 -8.718 8.745", "key": "svg-0" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M17 21l4 -4", "key": "svg-2" }], ["path", { "d": "M12 7v5l2 2", "key": "svg-3" }]]; const IconClockCancel = createReactComponent("outline", "clock-cancel", "ClockCancel", __iconNode$17M); const __iconNode$17L = [["path", { "d": "M20.942 13.021a9 9 0 1 0 -9.407 7.967", "key": "svg-0" }], ["path", { "d": "M12 7v5l3 3", "key": "svg-1" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-2" }]]; const IconClockCheck = createReactComponent("outline", "clock-check", "ClockCheck", __iconNode$17L); const __iconNode$17K = [["path", { "d": "M20.931 13.111a9 9 0 1 0 -9.453 7.874", "key": "svg-0" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-1" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-2" }], ["path", { "d": "M12 7v5l2 2", "key": "svg-3" }]]; const IconClockCode = createReactComponent("outline", "clock-code", "ClockCode", __iconNode$17K); const __iconNode$17J = [["path", { "d": "M21 12a9 9 0 1 0 -9.002 9", "key": "svg-0" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-2" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-3" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-4" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-5" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-6" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-7" }], ["path", { "d": "M12 7v5l2 2", "key": "svg-8" }]]; const IconClockCog = createReactComponent("outline", "clock-cog", "ClockCog", __iconNode$17J); const __iconNode$17I = [["path", { "d": "M20.866 10.45a9 9 0 1 0 -7.815 10.488", "key": "svg-0" }], ["path", { "d": "M12 7v5l1.5 1.5", "key": "svg-1" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-2" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-3" }]]; const IconClockDollar = createReactComponent("outline", "clock-dollar", "ClockDollar", __iconNode$17I); const __iconNode$17H = [["path", { "d": "M20.984 12.535a9 9 0 1 0 -8.431 8.448", "key": "svg-0" }], ["path", { "d": "M12 7v5l3 3", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-3" }]]; const IconClockDown = createReactComponent("outline", "clock-down", "ClockDown", __iconNode$17H); const __iconNode$17G = [["path", { "d": "M21 12a9 9 0 1 0 -9.972 8.948c.32 .034 .644 .052 .972 .052", "key": "svg-0" }], ["path", { "d": "M12 7v5l2 2", "key": "svg-1" }], ["path", { "d": "M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39", "key": "svg-2" }]]; const IconClockEdit = createReactComponent("outline", "clock-edit", "ClockEdit", __iconNode$17G); const __iconNode$17F = [["path", { "d": "M20.986 12.502a9 9 0 1 0 -5.973 7.98", "key": "svg-0" }], ["path", { "d": "M12 7v5l3 3", "key": "svg-1" }], ["path", { "d": "M19 16v3", "key": "svg-2" }], ["path", { "d": "M19 22v.01", "key": "svg-3" }]]; const IconClockExclamation = createReactComponent("outline", "clock-exclamation", "ClockExclamation", __iconNode$17F); const __iconNode$17E = [["path", { "d": "M20.956 11.107a9 9 0 1 0 -9.579 9.871", "key": "svg-0" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-1" }], ["path", { "d": "M12 7v5l.5 .5", "key": "svg-2" }]]; const IconClockHeart = createReactComponent("outline", "clock-heart", "ClockHeart", __iconNode$17E); const __iconNode$17D = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 7v5", "key": "svg-1" }], ["path", { "d": "M12 12l2 -3", "key": "svg-2" }]]; const IconClockHour1 = createReactComponent("outline", "clock-hour-1", "ClockHour1", __iconNode$17D); const __iconNode$17C = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 12l-3 -2", "key": "svg-1" }], ["path", { "d": "M12 7v5", "key": "svg-2" }]]; const IconClockHour10 = createReactComponent("outline", "clock-hour-10", "ClockHour10", __iconNode$17C); const __iconNode$17B = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 12l-2 -3", "key": "svg-1" }], ["path", { "d": "M12 7v5", "key": "svg-2" }]]; const IconClockHour11 = createReactComponent("outline", "clock-hour-11", "ClockHour11", __iconNode$17B); const __iconNode$17A = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 7v5", "key": "svg-1" }]]; const IconClockHour12 = createReactComponent("outline", "clock-hour-12", "ClockHour12", __iconNode$17A); const __iconNode$17z = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 12l3 -2", "key": "svg-1" }], ["path", { "d": "M12 7v5", "key": "svg-2" }]]; const IconClockHour2 = createReactComponent("outline", "clock-hour-2", "ClockHour2", __iconNode$17z); const __iconNode$17y = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 12h3.5", "key": "svg-1" }], ["path", { "d": "M12 7v5", "key": "svg-2" }]]; const IconClockHour3 = createReactComponent("outline", "clock-hour-3", "ClockHour3", __iconNode$17y); const __iconNode$17x = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 12l3 2", "key": "svg-1" }], ["path", { "d": "M12 7v5", "key": "svg-2" }]]; const IconClockHour4 = createReactComponent("outline", "clock-hour-4", "ClockHour4", __iconNode$17x); const __iconNode$17w = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 12l2 3", "key": "svg-1" }], ["path", { "d": "M12 7v5", "key": "svg-2" }]]; const IconClockHour5 = createReactComponent("outline", "clock-hour-5", "ClockHour5", __iconNode$17w); const __iconNode$17v = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 12v3.5", "key": "svg-1" }], ["path", { "d": "M12 7v5", "key": "svg-2" }]]; const IconClockHour6 = createReactComponent("outline", "clock-hour-6", "ClockHour6", __iconNode$17v); const __iconNode$17u = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 12l-2 3", "key": "svg-1" }], ["path", { "d": "M12 7v5", "key": "svg-2" }]]; const IconClockHour7 = createReactComponent("outline", "clock-hour-7", "ClockHour7", __iconNode$17u); const __iconNode$17t = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 12l-3 2", "key": "svg-1" }], ["path", { "d": "M12 7v5", "key": "svg-2" }]]; const IconClockHour8 = createReactComponent("outline", "clock-hour-8", "ClockHour8", __iconNode$17t); const __iconNode$17s = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 12h-3.5", "key": "svg-1" }], ["path", { "d": "M12 7v5", "key": "svg-2" }]]; const IconClockHour9 = createReactComponent("outline", "clock-hour-9", "ClockHour9", __iconNode$17s); const __iconNode$17r = [["path", { "d": "M20.477 15.022a9 9 0 1 0 -7.998 5.965", "key": "svg-0" }], ["path", { "d": "M12 7v5l3 3", "key": "svg-1" }], ["path", { "d": "M16 19h6", "key": "svg-2" }]]; const IconClockMinus = createReactComponent("outline", "clock-minus", "ClockMinus", __iconNode$17r); const __iconNode$17q = [["path", { "d": "M5.633 5.64a9 9 0 1 0 12.735 12.72m1.674 -2.32a9 9 0 0 0 -12.082 -12.082", "key": "svg-0" }], ["path", { "d": "M12 7v1", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconClockOff = createReactComponent("outline", "clock-off", "ClockOff", __iconNode$17q); const __iconNode$17p = [["path", { "d": "M20.942 13.018a9 9 0 1 0 -7.909 7.922", "key": "svg-0" }], ["path", { "d": "M12 7v5l2 2", "key": "svg-1" }], ["path", { "d": "M17 17v5", "key": "svg-2" }], ["path", { "d": "M21 17v5", "key": "svg-3" }]]; const IconClockPause = createReactComponent("outline", "clock-pause", "ClockPause", __iconNode$17p); const __iconNode$17o = [["path", { "d": "M20.971 11.278a9 9 0 1 0 -8.313 9.698", "key": "svg-0" }], ["path", { "d": "M12 7v5l1.5 1.5", "key": "svg-1" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-2" }], ["path", { "d": "M19 18v.01", "key": "svg-3" }]]; const IconClockPin = createReactComponent("outline", "clock-pin", "ClockPin", __iconNode$17o); const __iconNode$17n = [["path", { "d": "M12 7v5l2 2", "key": "svg-0" }], ["path", { "d": "M17 22l5 -3l-5 -3l0 6", "key": "svg-1" }], ["path", { "d": "M13.017 20.943a9 9 0 1 1 7.831 -7.292", "key": "svg-2" }]]; const IconClockPlay = createReactComponent("outline", "clock-play", "ClockPlay", __iconNode$17n); const __iconNode$17m = [["path", { "d": "M20.984 12.535a9 9 0 1 0 -8.468 8.45", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }], ["path", { "d": "M12 7v5l3 3", "key": "svg-3" }]]; const IconClockPlus = createReactComponent("outline", "clock-plus", "ClockPlus", __iconNode$17m); const __iconNode$17l = [["path", { "d": "M20.975 11.33a9 9 0 1 0 -5.717 9.06", "key": "svg-0" }], ["path", { "d": "M12 7v5l2 2", "key": "svg-1" }], ["path", { "d": "M19 22v.01", "key": "svg-2" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-3" }]]; const IconClockQuestion = createReactComponent("outline", "clock-question", "ClockQuestion", __iconNode$17l); const __iconNode$17k = [["path", { "d": "M21 12.3a9 9 0 1 0 -8.683 8.694", "key": "svg-0" }], ["path", { "d": "M12 7v5l2 2", "key": "svg-1" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }]]; const IconClockRecord = createReactComponent("outline", "clock-record", "ClockRecord", __iconNode$17k); const __iconNode$17j = [["path", { "d": "M20.993 11.646a9 9 0 1 0 -9.318 9.348", "key": "svg-0" }], ["path", { "d": "M12 7v5l1 1", "key": "svg-1" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-3" }]]; const IconClockSearch = createReactComponent("outline", "clock-search", "ClockSearch", __iconNode$17j); const __iconNode$17i = [["path", { "d": "M20.943 13.016a9 9 0 1 0 -8.915 7.984", "key": "svg-0" }], ["path", { "d": "M16 22l5 -5", "key": "svg-1" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-2" }], ["path", { "d": "M12 7v5l2 2", "key": "svg-3" }]]; const IconClockShare = createReactComponent("outline", "clock-share", "ClockShare", __iconNode$17i); const __iconNode$17h = [["path", { "d": "M21 12a9 9 0 1 0 -8.98 9", "key": "svg-0" }], ["path", { "d": "M12 7v5l1 1", "key": "svg-1" }], ["path", { "d": "M22 16c0 4 -2.5 6 -3.5 6s-3.5 -2 -3.5 -6c1 0 2.5 -.5 3.5 -1.5c1 1 2.5 1.5 3.5 1.5", "key": "svg-2" }]]; const IconClockShield = createReactComponent("outline", "clock-shield", "ClockShield", __iconNode$17h); const __iconNode$17g = [["path", { "d": "M20.982 11.436a9 9 0 1 0 -9.966 9.51", "key": "svg-0" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-1" }], ["path", { "d": "M12 7v5l1 1", "key": "svg-2" }]]; const IconClockStar = createReactComponent("outline", "clock-star", "ClockStar", __iconNode$17g); const __iconNode$17f = [["path", { "d": "M21 12a9 9 0 1 0 -9 9", "key": "svg-0" }], ["path", { "d": "M12 7v5l1 1", "key": "svg-1" }], ["path", { "d": "M16 16h6v6h-6l0 -6", "key": "svg-2" }]]; const IconClockStop = createReactComponent("outline", "clock-stop", "ClockStop", __iconNode$17f); const __iconNode$17e = [["path", { "d": "M20.983 12.548a9 9 0 1 0 -8.45 8.436", "key": "svg-0" }], ["path", { "d": "M19 22v-6", "key": "svg-1" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-2" }], ["path", { "d": "M12 7v5l2.5 2.5", "key": "svg-3" }]]; const IconClockUp = createReactComponent("outline", "clock-up", "ClockUp", __iconNode$17e); const __iconNode$17d = [["path", { "d": "M20.926 13.15a9 9 0 1 0 -7.835 7.784", "key": "svg-0" }], ["path", { "d": "M12 7v5l2 2", "key": "svg-1" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-2" }], ["path", { "d": "M17 22l5 -5", "key": "svg-3" }]]; const IconClockX = createReactComponent("outline", "clock-x", "ClockX", __iconNode$17d); const __iconNode$17c = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 7v5l3 3", "key": "svg-1" }]]; const IconClock = createReactComponent("outline", "clock", "Clock", __iconNode$17c); const __iconNode$17b = [["path", { "d": "M10 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M12 7v1m0 4v9", "key": "svg-1" }], ["path", { "d": "M9 21h6", "key": "svg-2" }], ["path", { "d": "M7.757 9.243a6 6 0 0 0 3.129 1.653m3.578 -.424a6 6 0 0 0 1.779 -1.229", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconClothesRackOff = createReactComponent("outline", "clothes-rack-off", "ClothesRackOff", __iconNode$17b); const __iconNode$17a = [["path", { "d": "M10 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M12 7v14", "key": "svg-1" }], ["path", { "d": "M9 21h6", "key": "svg-2" }], ["path", { "d": "M7.757 9.243a6 6 0 0 0 8.486 0", "key": "svg-3" }]]; const IconClothesRack = createReactComponent("outline", "clothes-rack", "ClothesRack", __iconNode$17a); const __iconNode$179 = [["path", { "d": "M17 21v-6m2 0v-1.5m0 9v-1.5m-2 -3h3m-1 0h.5a1.5 1.5 0 0 1 0 3h-3.5m3 -3h.5a1.5 1.5 0 0 0 0 -3h-3.5", "key": "svg-0" }], ["path", { "d": "M13.5 18.004h-6.843c-2.572 -.004 -4.657 -2.011 -4.657 -4.487s2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.28 1.023 1.957 2.51 1.873 4.027", "key": "svg-1" }]]; const IconCloudBitcoin = createReactComponent("outline", "cloud-bitcoin", "CloudBitcoin", __iconNode$179); const __iconNode$178 = [["path", { "d": "M13 18.004h-6.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.396 0 2.6 .831 3.148 2.03", "key": "svg-0" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-1" }]]; const IconCloudBolt = createReactComponent("outline", "cloud-bolt", "CloudBolt", __iconNode$178); const __iconNode$177 = [["path", { "d": "M12 18.004h-5.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99a3.45 3.45 0 0 1 2.756 1.373", "key": "svg-0" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M17 21l4 -4", "key": "svg-2" }]]; const IconCloudCancel = createReactComponent("outline", "cloud-cancel", "CloudCancel", __iconNode$177); const __iconNode$176 = [["path", { "d": "M11 18.004h-4.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.388 0 2.585 .82 3.138 2.007", "key": "svg-0" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-1" }]]; const IconCloudCheck = createReactComponent("outline", "cloud-check", "CloudCheck", __iconNode$176); const __iconNode$175 = [["path", { "d": "M11 18.004h-4.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99a3.468 3.468 0 0 1 3.307 2.444", "key": "svg-0" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-1" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-2" }]]; const IconCloudCode = createReactComponent("outline", "cloud-code", "CloudCode", __iconNode$175); const __iconNode$174 = [["path", { "d": "M12 18.004h-5.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c.956 0 1.822 .39 2.449 1.02", "key": "svg-0" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-2" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-3" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-4" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-5" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-6" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-7" }]]; const IconCloudCog = createReactComponent("outline", "cloud-cog", "CloudCog", __iconNode$174); const __iconNode$173 = [["path", { "d": "M6.657 16c-2.572 0 -4.657 -2.007 -4.657 -4.483c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.913 0 3.464 1.56 3.464 3.486c0 1.927 -1.551 3.487 -3.465 3.487h-11.878", "key": "svg-0" }], ["path", { "d": "M12 16v5", "key": "svg-1" }], ["path", { "d": "M16 16v4a1 1 0 0 0 1 1h4", "key": "svg-2" }], ["path", { "d": "M8 16v4a1 1 0 0 1 -1 1h-4", "key": "svg-3" }]]; const IconCloudComputing = createReactComponent("outline", "cloud-computing", "CloudComputing", __iconNode$173); const __iconNode$172 = [["path", { "d": "M5 9.897c0 -1.714 1.46 -3.104 3.26 -3.104c.275 -1.22 1.255 -2.215 2.572 -2.611c1.317 -.397 2.77 -.134 3.811 .69c1.042 .822 1.514 2.08 1.239 3.3h.693a2.42 2.42 0 0 1 2.425 2.414a2.42 2.42 0 0 1 -2.425 2.414h-8.315c-1.8 0 -3.26 -1.39 -3.26 -3.103", "key": "svg-0" }], ["path", { "d": "M12 13v3", "key": "svg-1" }], ["path", { "d": "M10 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M14 18h7", "key": "svg-3" }], ["path", { "d": "M3 18h7", "key": "svg-4" }]]; const IconCloudDataConnection = createReactComponent("outline", "cloud-data-connection", "CloudDataConnection", __iconNode$172); const __iconNode$171 = [["path", { "d": "M13.5 18.004h-6.843c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.28 1.023 1.957 2.51 1.873 4.027", "key": "svg-0" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-1" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-2" }]]; const IconCloudDollar = createReactComponent("outline", "cloud-dollar", "CloudDollar", __iconNode$171); const __iconNode$170 = [["path", { "d": "M12 18.004h-5.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.38 0 2.573 .813 3.13 1.99", "key": "svg-0" }], ["path", { "d": "M19 16v6", "key": "svg-1" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-2" }]]; const IconCloudDown = createReactComponent("outline", "cloud-down", "CloudDown", __iconNode$170); const __iconNode$16$ = [["path", { "d": "M19 18a3.5 3.5 0 0 0 0 -7h-1a5 4.5 0 0 0 -11 -2a4.6 4.4 0 0 0 -2.1 8.4", "key": "svg-0" }], ["path", { "d": "M12 13l0 9", "key": "svg-1" }], ["path", { "d": "M9 19l3 3l3 -3", "key": "svg-2" }]]; const IconCloudDownload = createReactComponent("outline", "cloud-download", "CloudDownload", __iconNode$16$); const __iconNode$16_ = [["path", { "d": "M15 18.004h-8.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.374 0 2.562 .805 3.121 1.972", "key": "svg-0" }], ["path", { "d": "M19 16v3", "key": "svg-1" }], ["path", { "d": "M19 22v.01", "key": "svg-2" }]]; const IconCloudExclamation = createReactComponent("outline", "cloud-exclamation", "CloudExclamation", __iconNode$16_); const __iconNode$16Z = [["path", { "d": "M7 16a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-12", "key": "svg-0" }], ["path", { "d": "M5 20l14 0", "key": "svg-1" }]]; const IconCloudFog = createReactComponent("outline", "cloud-fog", "CloudFog", __iconNode$16Z); const __iconNode$16Y = [["path", { "d": "M10 18.004h-3.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99", "key": "svg-0" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-1" }]]; const IconCloudHeart = createReactComponent("outline", "cloud-heart", "CloudHeart", __iconNode$16Y); const __iconNode$16X = [["path", { "d": "M19 18a3.5 3.5 0 0 0 0 -7h-1c.397 -1.768 -.285 -3.593 -1.788 -4.787c-1.503 -1.193 -3.6 -1.575 -5.5 -1s-3.315 2.019 -3.712 3.787c-2.199 -.088 -4.155 1.326 -4.666 3.373c-.512 2.047 .564 4.154 2.566 5.027", "key": "svg-0" }], ["path", { "d": "M8 16a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1l0 -3", "key": "svg-1" }], ["path", { "d": "M10 15v-2a2 2 0 0 1 3.736 -1", "key": "svg-2" }]]; const IconCloudLockOpen = createReactComponent("outline", "cloud-lock-open", "CloudLockOpen", __iconNode$16X); const __iconNode$16W = [["path", { "d": "M19 18a3.5 3.5 0 0 0 0 -7h-1c.397 -1.768 -.285 -3.593 -1.788 -4.787c-1.503 -1.193 -3.6 -1.575 -5.5 -1s-3.315 2.019 -3.712 3.787c-2.199 -.088 -4.155 1.326 -4.666 3.373c-.512 2.047 .564 4.154 2.566 5.027", "key": "svg-0" }], ["path", { "d": "M8 16a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1l0 -3", "key": "svg-1" }], ["path", { "d": "M10 15v-2a2 2 0 1 1 4 0v2", "key": "svg-2" }]]; const IconCloudLock = createReactComponent("outline", "cloud-lock", "CloudLock", __iconNode$16W); const __iconNode$16V = [["path", { "d": "M12 18.004h-5.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.913 0 3.464 1.56 3.464 3.486c0 .186 -.015 .37 -.042 .548", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }]]; const IconCloudMinus = createReactComponent("outline", "cloud-minus", "CloudMinus", __iconNode$16V); const __iconNode$16U = [["path", { "d": "M3 20h7", "key": "svg-0" }], ["path", { "d": "M14 20h7", "key": "svg-1" }], ["path", { "d": "M10 20a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-2" }], ["path", { "d": "M12 16v2", "key": "svg-3" }], ["path", { "d": "M8 16.004h-1.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.913 0 3.464 1.56 3.464 3.486c0 1.927 -1.551 3.487 -3.465 3.487h-2.535", "key": "svg-4" }]]; const IconCloudNetwork = createReactComponent("outline", "cloud-network", "CloudNetwork", __iconNode$16U); const __iconNode$16T = [["path", { "d": "M9.58 5.548c.24 -.11 .492 -.207 .752 -.286c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.913 0 3.464 1.56 3.464 3.486c0 .957 -.383 1.824 -1.003 2.454m-2.997 1.033h-11.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.13 -.582 .37 -1.128 .7 -1.62", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconCloudOff = createReactComponent("outline", "cloud-off", "CloudOff", __iconNode$16T); const __iconNode$16S = [["path", { "d": "M13 18.004h-6.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.406 0 2.617 .843 3.16 2.055", "key": "svg-0" }], ["path", { "d": "M17 17v5", "key": "svg-1" }], ["path", { "d": "M21 17v5", "key": "svg-2" }]]; const IconCloudPause = createReactComponent("outline", "cloud-pause", "CloudPause", __iconNode$16S); const __iconNode$16R = [["path", { "d": "M12 18.004h-5.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99", "key": "svg-0" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-1" }], ["path", { "d": "M19 18v.01", "key": "svg-2" }]]; const IconCloudPin = createReactComponent("outline", "cloud-pin", "CloudPin", __iconNode$16R); const __iconNode$16Q = [["path", { "d": "M12 18.004h-5.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99a3.46 3.46 0 0 1 3.085 1.9", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }]]; const IconCloudPlus = createReactComponent("outline", "cloud-plus", "CloudPlus", __iconNode$16Q); const __iconNode$16P = [["path", { "d": "M14.5 18.004h-7.843c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99", "key": "svg-0" }], ["path", { "d": "M19 22v.01", "key": "svg-1" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-2" }]]; const IconCloudQuestion = createReactComponent("outline", "cloud-question", "CloudQuestion", __iconNode$16P); const __iconNode$16O = [["path", { "d": "M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7", "key": "svg-0" }], ["path", { "d": "M11 13v2m0 3v2m4 -5v2m0 3v2", "key": "svg-1" }]]; const IconCloudRain = createReactComponent("outline", "cloud-rain", "CloudRain", __iconNode$16O); const __iconNode$16N = [["path", { "d": "M11 18.004h-4.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99", "key": "svg-0" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-2" }]]; const IconCloudSearch = createReactComponent("outline", "cloud-search", "CloudSearch", __iconNode$16N); const __iconNode$16M = [["path", { "d": "M12.5 18.004h-5.843c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.41 0 2.624 .848 3.164 2.065", "key": "svg-0" }], ["path", { "d": "M16 22l5 -5", "key": "svg-1" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-2" }]]; const IconCloudShare = createReactComponent("outline", "cloud-share", "CloudShare", __iconNode$16M); const __iconNode$16L = [["path", { "d": "M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7", "key": "svg-0" }], ["path", { "d": "M11 15v.01m0 3v.01m0 3v.01m4 -4v.01m0 3v.01", "key": "svg-1" }]]; const IconCloudSnow = createReactComponent("outline", "cloud-snow", "CloudSnow", __iconNode$16L); const __iconNode$16K = [["path", { "d": "M9.5 18.004h-2.843c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.209 .967 1.88 2.347 1.88 3.776", "key": "svg-0" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-1" }]]; const IconCloudStar = createReactComponent("outline", "cloud-star", "CloudStar", __iconNode$16K); const __iconNode$16J = [["path", { "d": "M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-1", "key": "svg-0" }], ["path", { "d": "M13 14l-2 4l3 0l-2 4", "key": "svg-1" }]]; const IconCloudStorm = createReactComponent("outline", "cloud-storm", "CloudStorm", __iconNode$16J); const __iconNode$16I = [["path", { "d": "M12 18.004h-5.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.38 0 2.57 .811 3.128 1.986", "key": "svg-0" }], ["path", { "d": "M19 22v-6", "key": "svg-1" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-2" }]]; const IconCloudUp = createReactComponent("outline", "cloud-up", "CloudUp", __iconNode$16I); const __iconNode$16H = [["path", { "d": "M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-1", "key": "svg-0" }], ["path", { "d": "M9 15l3 -3l3 3", "key": "svg-1" }], ["path", { "d": "M12 12l0 9", "key": "svg-2" }]]; const IconCloudUpload = createReactComponent("outline", "cloud-upload", "CloudUpload", __iconNode$16H); const __iconNode$16G = [["path", { "d": "M13 18.004h-6.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.37 0 2.556 .8 3.117 1.964", "key": "svg-0" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-1" }], ["path", { "d": "M17 22l5 -5", "key": "svg-2" }]]; const IconCloudX = createReactComponent("outline", "cloud-x", "CloudX", __iconNode$16G); const __iconNode$16F = [["path", { "d": "M6.657 18c-2.572 0 -4.657 -2.007 -4.657 -4.483c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.913 0 3.464 1.56 3.464 3.486c0 1.927 -1.551 3.487 -3.465 3.487h-11.878", "key": "svg-0" }]]; const IconCloud = createReactComponent("outline", "cloud", "Cloud", __iconNode$16F); const __iconNode$16E = [["path", { "d": "M11 11l-3.397 -3.44a2.104 2.104 0 0 1 0 -2.95a2.04 2.04 0 0 1 2.912 0l.485 .39l.485 -.39a2.04 2.04 0 0 1 2.912 0a2.104 2.104 0 0 1 0 2.95l-3.397 3.44", "key": "svg-0" }], ["path", { "d": "M11 11l-3.397 3.44a2.104 2.104 0 0 0 0 2.95a2.04 2.04 0 0 0 2.912 0l.485 -.39l.485 .39a2.04 2.04 0 0 0 2.912 0a2.104 2.104 0 0 0 0 -2.95l-3.397 -3.44", "key": "svg-1" }], ["path", { "d": "M14.44 7.603a2.104 2.104 0 0 1 2.95 0a2.04 2.04 0 0 1 0 2.912l-.39 .485l.39 .485a2.04 2.04 0 0 1 0 2.912a2.104 2.104 0 0 1 -2.95 0", "key": "svg-2" }], ["path", { "d": "M7.56 7.603a2.104 2.104 0 0 0 -2.95 0a2.04 2.04 0 0 0 0 2.912l.39 .485l-.39 .485a2.04 2.04 0 0 0 0 2.912a2.104 2.104 0 0 0 2.95 0", "key": "svg-3" }], ["path", { "d": "M15 15l6 6", "key": "svg-4" }]]; const IconClover2 = createReactComponent("outline", "clover-2", "Clover2", __iconNode$16E); const __iconNode$16D = [["path", { "d": "M12 10l-3.397 -3.44a2.104 2.104 0 0 1 0 -2.95a2.04 2.04 0 0 1 2.912 0l.485 .39l.485 -.39a2.04 2.04 0 0 1 2.912 0a2.104 2.104 0 0 1 0 2.95l-3.397 3.44", "key": "svg-0" }], ["path", { "d": "M12 14l-3.397 3.44a2.104 2.104 0 0 0 0 2.95a2.04 2.04 0 0 0 2.912 0l.485 -.39l.485 .39a2.04 2.04 0 0 0 2.912 0a2.104 2.104 0 0 0 0 -2.95l-3.397 -3.44", "key": "svg-1" }], ["path", { "d": "M14 12l3.44 -3.397a2.104 2.104 0 0 1 2.95 0a2.04 2.04 0 0 1 0 2.912l-.39 .485l.39 .485a2.04 2.04 0 0 1 0 2.912a2.104 2.104 0 0 1 -2.95 0l-3.44 -3.397", "key": "svg-2" }], ["path", { "d": "M10 12l-3.44 -3.397a2.104 2.104 0 0 0 -2.95 0a2.04 2.04 0 0 0 0 2.912l.39 .485l-.39 .485a2.04 2.04 0 0 0 0 2.912a2.104 2.104 0 0 0 2.95 0l3.44 -3.397", "key": "svg-3" }]]; const IconClover = createReactComponent("outline", "clover", "Clover", __iconNode$16D); const __iconNode$16C = [["path", { "d": "M12 3a4 4 0 0 1 3.164 6.447a4 4 0 1 1 -1.164 6.198v1.355l1 4h-6l1 -4l0 -1.355a4 4 0 1 1 -1.164 -6.199a4 4 0 0 1 3.163 -6.446", "key": "svg-0" }]]; const IconClubs = createReactComponent("outline", "clubs", "Clubs", __iconNode$16C); const __iconNode$16B = [["path", { "d": "M6 19a2 2 0 0 1 -2 -2v-4l-1 -1l1 -1v-4a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M12 11.875l3 -1.687", "key": "svg-1" }], ["path", { "d": "M12 11.875v3.375", "key": "svg-2" }], ["path", { "d": "M12 11.875l-3 -1.687", "key": "svg-3" }], ["path", { "d": "M12 11.875l3 1.688", "key": "svg-4" }], ["path", { "d": "M12 8.5v3.375", "key": "svg-5" }], ["path", { "d": "M12 11.875l-3 1.688", "key": "svg-6" }], ["path", { "d": "M18 19a2 2 0 0 0 2 -2v-4l1 -1l-1 -1v-4a2 2 0 0 0 -2 -2", "key": "svg-7" }]]; const IconCodeAsterisk = createReactComponent("outline", "code-asterisk", "CodeAsterisk", __iconNode$16B); const __iconNode$16A = [["path", { "d": "M8.5 13.5l-1.5 -1.5l1.5 -1.5", "key": "svg-0" }], ["path", { "d": "M15.5 10.5l1.5 1.5l-1.5 1.5", "key": "svg-1" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-2" }], ["path", { "d": "M13 9.5l-2 5.5", "key": "svg-3" }]]; const IconCodeCircle2 = createReactComponent("outline", "code-circle-2", "CodeCircle2", __iconNode$16A); const __iconNode$16z = [["path", { "d": "M10 14l-2 -2l2 -2", "key": "svg-0" }], ["path", { "d": "M14 10l2 2l-2 2", "key": "svg-1" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-2" }]]; const IconCodeCircle = createReactComponent("outline", "code-circle", "CodeCircle", __iconNode$16z); const __iconNode$16y = [["path", { "d": "M15 12h.01", "key": "svg-0" }], ["path", { "d": "M12 12h.01", "key": "svg-1" }], ["path", { "d": "M9 12h.01", "key": "svg-2" }], ["path", { "d": "M6 19a2 2 0 0 1 -2 -2v-4l-1 -1l1 -1v-4a2 2 0 0 1 2 -2", "key": "svg-3" }], ["path", { "d": "M18 19a2 2 0 0 0 2 -2v-4l1 -1l-1 -1v-4a2 2 0 0 0 -2 -2", "key": "svg-4" }]]; const IconCodeDots = createReactComponent("outline", "code-dots", "CodeDots", __iconNode$16y); const __iconNode$16x = [["path", { "d": "M9 12h6", "key": "svg-0" }], ["path", { "d": "M6 19a2 2 0 0 1 -2 -2v-4l-1 -1l1 -1v-4a2 2 0 0 1 2 -2", "key": "svg-1" }], ["path", { "d": "M18 19a2 2 0 0 0 2 -2v-4l1 -1l-1 -1v-4a2 2 0 0 0 -2 -2", "key": "svg-2" }]]; const IconCodeMinus = createReactComponent("outline", "code-minus", "CodeMinus", __iconNode$16x); const __iconNode$16w = [["path", { "d": "M7 8l-4 4l4 4", "key": "svg-0" }], ["path", { "d": "M17 8l4 4l-2.5 2.5", "key": "svg-1" }], ["path", { "d": "M14 4l-1.201 4.805m-.802 3.207l-2 7.988", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconCodeOff = createReactComponent("outline", "code-off", "CodeOff", __iconNode$16w); const __iconNode$16v = [["path", { "d": "M9 12h6", "key": "svg-0" }], ["path", { "d": "M12 9v6", "key": "svg-1" }], ["path", { "d": "M6 19a2 2 0 0 1 -2 -2v-4l-1 -1l1 -1v-4a2 2 0 0 1 2 -2", "key": "svg-2" }], ["path", { "d": "M18 19a2 2 0 0 0 2 -2v-4l1 -1l-1 -1v-4a2 2 0 0 0 -2 -2", "key": "svg-3" }]]; const IconCodePlus = createReactComponent("outline", "code-plus", "CodePlus", __iconNode$16v); const __iconNode$16u = [["path", { "d": "M12.5 16h-6.5a2 2 0 0 1 -2 -2v-4a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4", "key": "svg-0" }], ["path", { "d": "M16 18h6", "key": "svg-1" }]]; const IconCodeVariableMinus = createReactComponent("outline", "code-variable-minus", "CodeVariableMinus", __iconNode$16u); const __iconNode$16t = [["path", { "d": "M13 16h-7a2 2 0 0 1 -2 -2v-4a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v1", "key": "svg-0" }], ["path", { "d": "M16 18h6", "key": "svg-1" }], ["path", { "d": "M19 15v6", "key": "svg-2" }]]; const IconCodeVariablePlus = createReactComponent("outline", "code-variable-plus", "CodeVariablePlus", __iconNode$16t); const __iconNode$16s = [["path", { "d": "M4 10a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -4", "key": "svg-0" }]]; const IconCodeVariable = createReactComponent("outline", "code-variable", "CodeVariable", __iconNode$16s); const __iconNode$16r = [["path", { "d": "M7 8l-4 4l4 4", "key": "svg-0" }], ["path", { "d": "M17 8l4 4l-4 4", "key": "svg-1" }], ["path", { "d": "M14 4l-4 16", "key": "svg-2" }]]; const IconCode = createReactComponent("outline", "code", "Code", __iconNode$16r); const __iconNode$16q = [["path", { "d": "M5 4l-2 2l2 2", "key": "svg-0" }], ["path", { "d": "M12 4l2 2l-2 2", "key": "svg-1" }], ["path", { "d": "M8 8l1 -4", "key": "svg-2" }], ["path", { "d": "M17 6a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-7", "key": "svg-3" }]]; const IconCodeblock = createReactComponent("outline", "codeblock", "Codeblock", __iconNode$16q); const __iconNode$16p = [["path", { "d": "M3 14c.83 .642 2.077 1.017 3.5 1c1.423 .017 2.67 -.358 3.5 -1c.73 -.565 1.783 -.923 3 -.99", "key": "svg-0" }], ["path", { "d": "M8 3c-.194 .14 -.364 .305 -.506 .49", "key": "svg-1" }], ["path", { "d": "M12 3a2.4 2.4 0 0 0 -1 2a2.4 2.4 0 0 0 1 2", "key": "svg-2" }], ["path", { "d": "M14 10h3v3m-.257 3.743a6 6 0 0 1 -5.743 4.257h-2a6 6 0 0 1 -6 -6v-5h7", "key": "svg-3" }], ["path", { "d": "M20.116 16.124a3 3 0 0 0 -3.118 -4.953", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconCoffeeOff = createReactComponent("outline", "coffee-off", "CoffeeOff", __iconNode$16p); const __iconNode$16o = [["path", { "d": "M3 14c.83 .642 2.077 1.017 3.5 1c1.423 .017 2.67 -.358 3.5 -1c.83 -.642 2.077 -1.017 3.5 -1c1.423 -.017 2.67 .358 3.5 1", "key": "svg-0" }], ["path", { "d": "M8 3a2.4 2.4 0 0 0 -1 2a2.4 2.4 0 0 0 1 2", "key": "svg-1" }], ["path", { "d": "M12 3a2.4 2.4 0 0 0 -1 2a2.4 2.4 0 0 0 1 2", "key": "svg-2" }], ["path", { "d": "M3 10h14v5a6 6 0 0 1 -6 6h-2a6 6 0 0 1 -6 -6v-5", "key": "svg-3" }], ["path", { "d": "M16.746 16.726a3 3 0 1 0 .252 -5.555", "key": "svg-4" }]]; const IconCoffee = createReactComponent("outline", "coffee", "Coffee", __iconNode$16o); const __iconNode$16n = [["path", { "d": "M7 3l-2 6l2 12h6l2 -12l-2 -6l-6 0", "key": "svg-0" }], ["path", { "d": "M10 7v5", "key": "svg-1" }], ["path", { "d": "M8 9h4", "key": "svg-2" }], ["path", { "d": "M13 21h4l2 -12l-2 -6h-4", "key": "svg-3" }]]; const IconCoffin = createReactComponent("outline", "coffin", "Coffin", __iconNode$16n); const __iconNode$16m = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 8h4.09c1.055 0 1.91 .895 1.91 2s-.855 2 -1.91 2c1.055 0 1.91 .895 1.91 2s-.855 2 -1.91 2h-4.09", "key": "svg-1" }], ["path", { "d": "M10 12h4", "key": "svg-2" }], ["path", { "d": "M10 7v10v-9", "key": "svg-3" }], ["path", { "d": "M13 7v1", "key": "svg-4" }], ["path", { "d": "M13 16v1", "key": "svg-5" }]]; const IconCoinBitcoin = createReactComponent("outline", "coin-bitcoin", "CoinBitcoin", __iconNode$16m); const __iconNode$16l = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M14.401 8c-.669 -.628 -1.5 -1 -2.401 -1c-2.21 0 -4 2.239 -4 5s1.79 5 4 5c.9 0 1.731 -.372 2.4 -1", "key": "svg-1" }], ["path", { "d": "M7 10.5h4", "key": "svg-2" }], ["path", { "d": "M7 13.5h4", "key": "svg-3" }]]; const IconCoinEuro = createReactComponent("outline", "coin-euro", "CoinEuro", __iconNode$16l); const __iconNode$16k = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M4 16h4v-7l4 4l4 -4v7h4", "key": "svg-1" }]]; const IconCoinMonero = createReactComponent("outline", "coin-monero", "CoinMonero", __iconNode$16k); const __iconNode$16j = [["path", { "d": "M14.8 9a2 2 0 0 0 -1.8 -1h-1m-2.82 1.171a2 2 0 0 0 1.82 2.829h1m2.824 2.822a2 2 0 0 1 -1.824 1.178h-2a2 2 0 0 1 -1.8 -1", "key": "svg-0" }], ["path", { "d": "M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73", "key": "svg-1" }], ["path", { "d": "M12 6v2m0 8v2", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconCoinOff = createReactComponent("outline", "coin-off", "CoinOff", __iconNode$16j); const __iconNode$16i = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M15 9a2 2 0 1 0 -4 0v5a2 2 0 0 1 -2 2h6", "key": "svg-1" }], ["path", { "d": "M9 12h4", "key": "svg-2" }]]; const IconCoinPound = createReactComponent("outline", "coin-pound", "CoinPound", __iconNode$16i); const __iconNode$16h = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M15 8h-6h1a3 3 0 0 1 0 6h-1l3 3", "key": "svg-1" }], ["path", { "d": "M9 11h6", "key": "svg-2" }]]; const IconCoinRupee = createReactComponent("outline", "coin-rupee", "CoinRupee", __iconNode$16h); const __iconNode$16g = [["path", { "d": "M8 8l.553 -.276a1 1 0 0 1 1.447 .894v6.382a2 2 0 0 0 2 2h.5a2.5 2.5 0 0 0 2.5 -2.5v-.5h-1", "key": "svg-0" }], ["path", { "d": "M8 11h7", "key": "svg-1" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-2" }]]; const IconCoinTaka = createReactComponent("outline", "coin-taka", "CoinTaka", __iconNode$16g); const __iconNode$16f = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 12h6", "key": "svg-1" }], ["path", { "d": "M9 15h6", "key": "svg-2" }], ["path", { "d": "M9 8l3 4.5", "key": "svg-3" }], ["path", { "d": "M15 8l-3 4.5v4.5", "key": "svg-4" }]]; const IconCoinYen = createReactComponent("outline", "coin-yen", "CoinYen", __iconNode$16f); const __iconNode$16e = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 13h6", "key": "svg-1" }], ["path", { "d": "M9 8l3 4.5", "key": "svg-2" }], ["path", { "d": "M15 8l-3 4.5v4.5", "key": "svg-3" }]]; const IconCoinYuan = createReactComponent("outline", "coin-yuan", "CoinYuan", __iconNode$16e); const __iconNode$16d = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M14.8 9a2 2 0 0 0 -1.8 -1h-2a2 2 0 1 0 0 4h2a2 2 0 1 1 0 4h-2a2 2 0 0 1 -1.8 -1", "key": "svg-1" }], ["path", { "d": "M12 7v10", "key": "svg-2" }]]; const IconCoin = createReactComponent("outline", "coin", "Coin", __iconNode$16d); const __iconNode$16c = [["path", { "d": "M9 14c0 1.657 2.686 3 6 3s6 -1.343 6 -3s-2.686 -3 -6 -3s-6 1.343 -6 3", "key": "svg-0" }], ["path", { "d": "M9 14v4c0 1.656 2.686 3 6 3s6 -1.344 6 -3v-4", "key": "svg-1" }], ["path", { "d": "M3 6c0 1.072 1.144 2.062 3 2.598s4.144 .536 6 0c1.856 -.536 3 -1.526 3 -2.598c0 -1.072 -1.144 -2.062 -3 -2.598s-4.144 -.536 -6 0c-1.856 .536 -3 1.526 -3 2.598", "key": "svg-2" }], ["path", { "d": "M3 6v10c0 .888 .772 1.45 2 2", "key": "svg-3" }], ["path", { "d": "M3 11c0 .888 .772 1.45 2 2", "key": "svg-4" }]]; const IconCoins = createReactComponent("outline", "coins", "Coins", __iconNode$16c); const __iconNode$16b = [["path", { "d": "M13.58 13.79c.27 .68 .42 1.43 .42 2.21c0 1.77 -.77 3.37 -2 4.46a5.93 5.93 0 0 1 -4 1.54c-3.31 0 -6 -2.69 -6 -6c0 -2.76 1.88 -5.1 4.42 -5.79", "key": "svg-0" }], ["path", { "d": "M17.58 10.21c2.54 .69 4.42 3.03 4.42 5.79c0 3.31 -2.69 6 -6 6a5.93 5.93 0 0 1 -4 -1.54", "key": "svg-1" }], ["path", { "d": "M6 8a6 6 0 1 0 12 0a6 6 0 1 0 -12 0", "key": "svg-2" }]]; const IconColorFilter = createReactComponent("outline", "color-filter", "ColorFilter", __iconNode$16b); const __iconNode$16a = [["path", { "d": "M11 7l6 6", "key": "svg-0" }], ["path", { "d": "M12 8l3.699 -3.699a1 1 0 0 1 1.4 0l2.6 2.6a1 1 0 0 1 0 1.4l-3.702 3.702m-2 2l-6 6h-4v-4l6 -6", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconColorPickerOff = createReactComponent("outline", "color-picker-off", "ColorPickerOff", __iconNode$16a); const __iconNode$169 = [["path", { "d": "M11 7l6 6", "key": "svg-0" }], ["path", { "d": "M4 16l11.7 -11.7a1 1 0 0 1 1.4 0l2.6 2.6a1 1 0 0 1 0 1.4l-11.7 11.7h-4v-4", "key": "svg-1" }]]; const IconColorPicker = createReactComponent("outline", "color-picker", "ColorPicker", __iconNode$169); const __iconNode$168 = [["path", { "d": "M13 13v4a4 4 0 0 0 6.832 2.825m1.168 -2.825v-12a2 2 0 0 0 -2 -2h-4a2 2 0 0 0 -2 2v4", "key": "svg-0" }], ["path", { "d": "M13 7.35l-2 -2a2 2 0 0 0 -2.11 -.461m-2.13 1.874l-1.416 1.415a2 2 0 0 0 0 2.828l9 9", "key": "svg-1" }], ["path", { "d": "M7.3 13h-2.3a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h12", "key": "svg-2" }], ["path", { "d": "M17 17v.01", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconColorSwatchOff = createReactComponent("outline", "color-swatch-off", "ColorSwatchOff", __iconNode$168); const __iconNode$167 = [["path", { "d": "M19 3h-4a2 2 0 0 0 -2 2v12a4 4 0 0 0 8 0v-12a2 2 0 0 0 -2 -2", "key": "svg-0" }], ["path", { "d": "M13 7.35l-2 -2a2 2 0 0 0 -2.828 0l-2.828 2.828a2 2 0 0 0 0 2.828l9 9", "key": "svg-1" }], ["path", { "d": "M7.3 13h-2.3a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h12", "key": "svg-2" }], ["path", { "d": "M17 17l0 .01", "key": "svg-3" }]]; const IconColorSwatch = createReactComponent("outline", "color-swatch", "ColorSwatch", __iconNode$167); const __iconNode$166 = [["path", { "d": "M14 4h4a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1", "key": "svg-0" }], ["path", { "d": "M5 12l4 0", "key": "svg-1" }], ["path", { "d": "M7 10l0 4", "key": "svg-2" }]]; const IconColumnInsertLeft = createReactComponent("outline", "column-insert-left", "ColumnInsertLeft", __iconNode$166); const __iconNode$165 = [["path", { "d": "M6 4h4a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1", "key": "svg-0" }], ["path", { "d": "M15 12l4 0", "key": "svg-1" }], ["path", { "d": "M17 10l0 4", "key": "svg-2" }]]; const IconColumnInsertRight = createReactComponent("outline", "column-insert-right", "ColumnInsertRight", __iconNode$165); const __iconNode$164 = [["path", { "d": "M6 4h4a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1", "key": "svg-0" }], ["path", { "d": "M16 10l4 4", "key": "svg-1" }], ["path", { "d": "M16 14l4 -4", "key": "svg-2" }]]; const IconColumnRemove = createReactComponent("outline", "column-remove", "ColumnRemove", __iconNode$164); const __iconNode$163 = [["path", { "d": "M5 4a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v16a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1l0 -16", "key": "svg-0" }]]; const IconColumns1 = createReactComponent("outline", "columns-1", "Columns1", __iconNode$163); const __iconNode$162 = [["path", { "d": "M3 4a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v16a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-16", "key": "svg-0" }], ["path", { "d": "M12 3v18", "key": "svg-1" }]]; const IconColumns2 = createReactComponent("outline", "columns-2", "Columns2", __iconNode$162); const __iconNode$161 = [["path", { "d": "M3 4a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v16a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-16", "key": "svg-0" }], ["path", { "d": "M9 3v18", "key": "svg-1" }], ["path", { "d": "M15 3v18", "key": "svg-2" }]]; const IconColumns3 = createReactComponent("outline", "columns-3", "Columns3", __iconNode$161); const __iconNode$160 = [["path", { "d": "M4 6h2", "key": "svg-0" }], ["path", { "d": "M4 10h5.5", "key": "svg-1" }], ["path", { "d": "M4 14h5.5", "key": "svg-2" }], ["path", { "d": "M4 18h5.5", "key": "svg-3" }], ["path", { "d": "M14.5 6h5.5", "key": "svg-4" }], ["path", { "d": "M14.5 10h5.5", "key": "svg-5" }], ["path", { "d": "M18 14h2", "key": "svg-6" }], ["path", { "d": "M14.5 18h3.5", "key": "svg-7" }], ["path", { "d": "M3 3l18 18", "key": "svg-8" }]]; const IconColumnsOff = createReactComponent("outline", "columns-off", "ColumnsOff", __iconNode$160); const __iconNode$15$ = [["path", { "d": "M4 6l5.5 0", "key": "svg-0" }], ["path", { "d": "M4 10l5.5 0", "key": "svg-1" }], ["path", { "d": "M4 14l5.5 0", "key": "svg-2" }], ["path", { "d": "M4 18l5.5 0", "key": "svg-3" }], ["path", { "d": "M14.5 6l5.5 0", "key": "svg-4" }], ["path", { "d": "M14.5 10l5.5 0", "key": "svg-5" }], ["path", { "d": "M14.5 14l5.5 0", "key": "svg-6" }], ["path", { "d": "M14.5 18l5.5 0", "key": "svg-7" }]]; const IconColumns = createReactComponent("outline", "columns", "Columns", __iconNode$15$); const __iconNode$15_ = [["path", { "d": "M15.5 18.5l-3 1.5l.5 -3.5l-2 -2l3 -.5l1.5 -3l1.5 3l3 .5l-2 2l.5 3.5l-3 -1.5", "key": "svg-0" }], ["path", { "d": "M4 4l7 7", "key": "svg-1" }], ["path", { "d": "M9 4l3.5 3.5", "key": "svg-2" }], ["path", { "d": "M4 9l3.5 3.5", "key": "svg-3" }]]; const IconComet = createReactComponent("outline", "comet", "Comet", __iconNode$15_); const __iconNode$15Z = [["path", { "d": "M9 9v8a2 2 0 1 1 -2 -2h8m3.411 3.417a2 2 0 0 1 -3.411 -1.417v-2m0 -4v-4a2 2 0 1 1 2 2h-4m-4 0h-2a2 2 0 0 1 -1.417 -3.411", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconCommandOff = createReactComponent("outline", "command-off", "CommandOff", __iconNode$15Z); const __iconNode$15Y = [["path", { "d": "M7 9a2 2 0 1 1 2 -2v10a2 2 0 1 1 -2 -2h10a2 2 0 1 1 -2 2v-10a2 2 0 1 1 2 2h-10", "key": "svg-0" }]]; const IconCommand = createReactComponent("outline", "command", "Command", __iconNode$15Y); const __iconNode$15X = [["path", { "d": "M13 9l3 -1l-1 3m-1 3l-6 2l2 -6", "key": "svg-0" }], ["path", { "d": "M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73", "key": "svg-1" }], ["path", { "d": "M12 3v2", "key": "svg-2" }], ["path", { "d": "M12 19v2", "key": "svg-3" }], ["path", { "d": "M3 12h2", "key": "svg-4" }], ["path", { "d": "M19 12h2", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconCompassOff = createReactComponent("outline", "compass-off", "CompassOff", __iconNode$15X); const __iconNode$15W = [["path", { "d": "M8 16l2 -6l6 -2l-2 6l-6 2", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-1" }], ["path", { "d": "M12 3l0 2", "key": "svg-2" }], ["path", { "d": "M12 19l0 2", "key": "svg-3" }], ["path", { "d": "M3 12l2 0", "key": "svg-4" }], ["path", { "d": "M19 12l2 0", "key": "svg-5" }]]; const IconCompass = createReactComponent("outline", "compass", "Compass", __iconNode$15W); const __iconNode$15V = [["path", { "d": "M3 12l3 3l3 -3l-3 -3l-3 3", "key": "svg-0" }], ["path", { "d": "M18.5 14.5l2.5 -2.5l-3 -3l-2.5 2.5", "key": "svg-1" }], ["path", { "d": "M12.499 8.501l2.501 -2.501l-3 -3l-2.5 2.5", "key": "svg-2" }], ["path", { "d": "M9 18l3 3l3 -3l-3 -3l-3 3", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconComponentsOff = createReactComponent("outline", "components-off", "ComponentsOff", __iconNode$15V); const __iconNode$15U = [["path", { "d": "M3 12l3 3l3 -3l-3 -3l-3 3", "key": "svg-0" }], ["path", { "d": "M15 12l3 3l3 -3l-3 -3l-3 3", "key": "svg-1" }], ["path", { "d": "M9 6l3 3l3 -3l-3 -3l-3 3", "key": "svg-2" }], ["path", { "d": "M9 18l3 3l3 -3l-3 -3l-3 3", "key": "svg-3" }]]; const IconComponents = createReactComponent("outline", "components", "Components", __iconNode$15U); const __iconNode$15T = [["path", { "d": "M21 5.002v.5l-8.13 14.99a1 1 0 0 1 -1.74 0l-8.13 -14.989v-.5c0 -1.659 4.03 -3.003 9 -3.003s9 1.344 9 3.002", "key": "svg-0" }]]; const IconCone2 = createReactComponent("outline", "cone-2", "Cone2", __iconNode$15T); const __iconNode$15S = [["path", { "d": "M20.396 16.384l-7.526 -13.877a1 1 0 0 0 -1.74 0l-1.626 2.998m-1.407 2.594l-5.097 9.398v.5c0 1.66 4.03 3.003 9 3.003c3.202 0 6.014 -.558 7.609 -1.398", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconConeOff = createReactComponent("outline", "cone-off", "ConeOff", __iconNode$15S); const __iconNode$15R = [["path", { "d": "M18.03 12.022l-5.16 -9.515a1 1 0 0 0 -1.74 0l-8.13 14.99v.5c0 1.66 4.03 3.003 9 3.003c.17 0 .34 -.002 .508 -.005", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }]]; const IconConePlus = createReactComponent("outline", "cone-plus", "ConePlus", __iconNode$15R); const __iconNode$15Q = [["path", { "d": "M21 17.998v-.5l-8.13 -14.99a1 1 0 0 0 -1.74 0l-8.13 14.989v.5c0 1.659 4.03 3.003 9 3.003s9 -1.344 9 -3.002", "key": "svg-0" }]]; const IconCone = createReactComponent("outline", "cone", "Cone", __iconNode$15Q); const __iconNode$15P = [["path", { "d": "M4 5h1", "key": "svg-0" }], ["path", { "d": "M5 5v1", "key": "svg-1" }], ["path", { "d": "M11.5 4l-.5 2", "key": "svg-2" }], ["path", { "d": "M18 5h2", "key": "svg-3" }], ["path", { "d": "M19 4v2", "key": "svg-4" }], ["path", { "d": "M15 9l-1 1", "key": "svg-5" }], ["path", { "d": "M18 13l2 -.5", "key": "svg-6" }], ["path", { "d": "M18 19h1", "key": "svg-7" }], ["path", { "d": "M19 19v1", "key": "svg-8" }], ["path", { "d": "M14 16.518l-6.518 -6.518l-4.39 9.58a1 1 0 0 0 1.329 1.329l9.579 -4.39", "key": "svg-9" }], ["path", { "d": "M3 3l18 18", "key": "svg-10" }]]; const IconConfettiOff = createReactComponent("outline", "confetti-off", "ConfettiOff", __iconNode$15P); const __iconNode$15O = [["path", { "d": "M4 5h2", "key": "svg-0" }], ["path", { "d": "M5 4v2", "key": "svg-1" }], ["path", { "d": "M11.5 4l-.5 2", "key": "svg-2" }], ["path", { "d": "M18 5h2", "key": "svg-3" }], ["path", { "d": "M19 4v2", "key": "svg-4" }], ["path", { "d": "M15 9l-1 1", "key": "svg-5" }], ["path", { "d": "M18 13l2 -.5", "key": "svg-6" }], ["path", { "d": "M18 19h2", "key": "svg-7" }], ["path", { "d": "M19 18v2", "key": "svg-8" }], ["path", { "d": "M14 16.518l-6.518 -6.518l-4.39 9.58a1 1 0 0 0 1.329 1.329l9.579 -4.39", "key": "svg-9" }]]; const IconConfetti = createReactComponent("outline", "confetti", "Confetti", __iconNode$15O); const __iconNode$15N = [["path", { "d": "M9 19l3 2v-18", "key": "svg-0" }], ["path", { "d": "M4 10l8 -2", "key": "svg-1" }], ["path", { "d": "M4 18l8 -10", "key": "svg-2" }], ["path", { "d": "M20 18l-8 -8l8 -4", "key": "svg-3" }]]; const IconConfucius = createReactComponent("outline", "confucius", "Confucius", __iconNode$15N); const __iconNode$15M = [["path", { "d": "M5 13h14", "key": "svg-0" }], ["path", { "d": "M5 17h14", "key": "svg-1" }], ["path", { "d": "M5 7.686c2.333 -2.624 4.667 -1.856 7 .064s4.667 2.688 7 .064", "key": "svg-2" }]]; const IconCongruentTo = createReactComponent("outline", "congruent-to", "CongruentTo", __iconNode$15M); const __iconNode$15L = [["path", { "d": "M15 6.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0", "key": "svg-0" }], ["path", { "d": "M4 17.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0", "key": "svg-1" }], ["path", { "d": "M8.5 15.5l7 -7", "key": "svg-2" }]]; const IconConnection = createReactComponent("outline", "connection", "Connection", __iconNode$15L); const __iconNode$15K = [["path", { "d": "M20 4v.01", "key": "svg-0" }], ["path", { "d": "M20 20v.01", "key": "svg-1" }], ["path", { "d": "M20 16v.01", "key": "svg-2" }], ["path", { "d": "M20 12v.01", "key": "svg-3" }], ["path", { "d": "M20 8v.01", "key": "svg-4" }], ["path", { "d": "M8.297 4.289a1 1 0 0 1 .703 -.289h6a1 1 0 0 1 1 1v7m0 4v3a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1v-11", "key": "svg-5" }], ["path", { "d": "M4 4v.01", "key": "svg-6" }], ["path", { "d": "M4 20v.01", "key": "svg-7" }], ["path", { "d": "M4 16v.01", "key": "svg-8" }], ["path", { "d": "M4 12v.01", "key": "svg-9" }], ["path", { "d": "M4 8v.01", "key": "svg-10" }], ["path", { "d": "M3 3l18 18", "key": "svg-11" }]]; const IconContainerOff = createReactComponent("outline", "container-off", "ContainerOff", __iconNode$15K); const __iconNode$15J = [["path", { "d": "M20 4v.01", "key": "svg-0" }], ["path", { "d": "M20 20v.01", "key": "svg-1" }], ["path", { "d": "M20 16v.01", "key": "svg-2" }], ["path", { "d": "M20 12v.01", "key": "svg-3" }], ["path", { "d": "M20 8v.01", "key": "svg-4" }], ["path", { "d": "M8 5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1l0 -14", "key": "svg-5" }], ["path", { "d": "M4 4v.01", "key": "svg-6" }], ["path", { "d": "M4 20v.01", "key": "svg-7" }], ["path", { "d": "M4 16v.01", "key": "svg-8" }], ["path", { "d": "M4 12v.01", "key": "svg-9" }], ["path", { "d": "M4 8v.01", "key": "svg-10" }]]; const IconContainer = createReactComponent("outline", "container", "Container", __iconNode$15J); const __iconNode$15I = [["path", { "d": "M8 21h-2a3 3 0 0 1 -3 -3v-1h5.5", "key": "svg-0" }], ["path", { "d": "M17 8.5v-3.5a2 2 0 1 1 2 2h-2", "key": "svg-1" }], ["path", { "d": "M19 3h-11a3 3 0 0 0 -3 3v11", "key": "svg-2" }], ["path", { "d": "M9 7h4", "key": "svg-3" }], ["path", { "d": "M9 11h4", "key": "svg-4" }], ["path", { "d": "M18.42 12.61a2.1 2.1 0 0 1 2.97 2.97l-6.39 6.42h-3v-3l6.42 -6.39", "key": "svg-5" }]]; const IconContract = createReactComponent("outline", "contract", "Contract", __iconNode$15I); const __iconNode$15H = [["path", { "d": "M4 18h2a6 6 0 0 0 6 -6m.878 -3.126a6 6 0 0 1 5.122 -2.874h2", "key": "svg-0" }], ["path", { "d": "M8 4h10a2 2 0 0 1 2 2v10m-.586 3.414a2 2 0 0 1 -1.414 .586h-12a2 2 0 0 1 -2 -2v-12c0 -.547 .22 -1.043 .576 -1.405", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconContrast2Off = createReactComponent("outline", "contrast-2-off", "Contrast2Off", __iconNode$15H); const __iconNode$15G = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2l0 -14", "key": "svg-0" }], ["path", { "d": "M3 19h2.25c3.728 0 6.75 -3.134 6.75 -7s3.022 -7 6.75 -7h2.25", "key": "svg-1" }]]; const IconContrast2 = createReactComponent("outline", "contrast-2", "Contrast2", __iconNode$15G); const __iconNode$15F = [["path", { "d": "M12 12v5a4.984 4.984 0 0 0 3.522 -1.45m1.392 -2.623a5 5 0 0 0 -4.914 -5.927v1", "key": "svg-0" }], ["path", { "d": "M5.641 5.631a9 9 0 1 0 12.719 12.738m1.68 -2.318a9 9 0 0 0 -12.074 -12.098", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconContrastOff = createReactComponent("outline", "contrast-off", "ContrastOff", __iconNode$15F); const __iconNode$15E = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 17a5 5 0 0 0 0 -10v10", "key": "svg-1" }]]; const IconContrast = createReactComponent("outline", "contrast", "Contrast", __iconNode$15E); const __iconNode$15D = [["path", { "d": "M12 7h.01", "key": "svg-0" }], ["path", { "d": "M15 7h.01", "key": "svg-1" }], ["path", { "d": "M9 7h.01", "key": "svg-2" }], ["path", { "d": "M5 5a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2l0 -14", "key": "svg-3" }], ["path", { "d": "M9 15h6", "key": "svg-4" }], ["path", { "d": "M5 11h14", "key": "svg-5" }]]; const IconCooker = createReactComponent("outline", "cooker", "Cooker", __iconNode$15D); const __iconNode$15C = [["path", { "d": "M12 2a5 5 0 0 1 2.845 9.112l.147 .369l1.755 -.803c.969 -.443 2.12 -.032 2.571 .918a1.88 1.88 0 0 1 -.787 2.447l-.148 .076l-2.383 1.089v2.02l1.426 1.425l.114 .125a1.96 1.96 0 0 1 -2.762 2.762l-.125 -.114l-2.079 -2.08l-.114 -.124a2 2 0 0 1 -.161 -.22h-.599q -.071 .114 -.16 .22l-.115 .125l-2.08 2.079a1.96 1.96 0 0 1 -2.886 -2.648l.114 -.125l1.427 -1.426v-2.019l-2.383 -1.09l-.148 -.075a1.88 1.88 0 0 1 -.787 -2.447c.429 -.902 1.489 -1.318 2.424 -.978l.147 .06l1.755 .803l.147 -.369a5 5 0 0 1 -2.15 -3.895v-.217a5 5 0 0 1 5 -5l-.005 0", "key": "svg-0" }], ["path", { "d": "M12 16h.01", "key": "svg-1" }], ["path", { "d": "M12 13h.01", "key": "svg-2" }], ["path", { "d": "M10 7h.01", "key": "svg-3" }], ["path", { "d": "M14 7h.01", "key": "svg-4" }], ["path", { "d": "M12 9h.01", "key": "svg-5" }]]; const IconCookieMan = createReactComponent("outline", "cookie-man", "CookieMan", __iconNode$15C); const __iconNode$15B = [["path", { "d": "M8 13v.01", "key": "svg-0" }], ["path", { "d": "M12 17v.01", "key": "svg-1" }], ["path", { "d": "M12 12v.01", "key": "svg-2" }], ["path", { "d": "M18.192 18.187a3 3 0 0 1 -.976 .652c-1.048 .263 -1.787 .483 -2.216 .661c-.475 .197 -1.092 .538 -1.852 1.024a3 3 0 0 1 -2.296 0c-.802 -.503 -1.419 -.844 -1.852 -1.024c-.471 -.195 -1.21 -.415 -2.216 -.66a3 3 0 0 1 -1.623 -1.624c-.265 -1.052 -.485 -1.79 -.661 -2.216c-.198 -.479 -.54 -1.096 -1.024 -1.852a3 3 0 0 1 0 -2.296c.48 -.744 .82 -1.361 1.024 -1.852c.171 -.413 .391 -1.152 .66 -2.216a3 3 0 0 1 .649 -.971m2.821 -1.174c.14 -.049 .263 -.095 .37 -.139c.458 -.19 1.075 -.531 1.852 -1.024a3 3 0 0 1 2.296 0l2.667 1.104a4 4 0 0 0 4.656 6.14l.053 .132a3 3 0 0 1 0 2.296c-.497 .786 -.838 1.404 -1.024 1.852a6.579 6.579 0 0 0 -.135 .36", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconCookieOff = createReactComponent("outline", "cookie-off", "CookieOff", __iconNode$15B); const __iconNode$15A = [["path", { "d": "M8 13v.01", "key": "svg-0" }], ["path", { "d": "M12 17v.01", "key": "svg-1" }], ["path", { "d": "M12 12v.01", "key": "svg-2" }], ["path", { "d": "M16 14v.01", "key": "svg-3" }], ["path", { "d": "M11 8v.01", "key": "svg-4" }], ["path", { "d": "M13.148 3.476l2.667 1.104a4 4 0 0 0 4.656 6.14l.053 .132a3 3 0 0 1 0 2.296q -.745 1.18 -1.024 1.852q -.283 .684 -.66 2.216a3 3 0 0 1 -1.624 1.623q -1.572 .394 -2.216 .661q -.712 .295 -1.852 1.024a3 3 0 0 1 -2.296 0q -1.203 -.754 -1.852 -1.024q -.707 -.292 -2.216 -.66a3 3 0 0 1 -1.623 -1.624q -.397 -1.577 -.661 -2.216q -.298 -.718 -1.024 -1.852a3 3 0 0 1 0 -2.296q .719 -1.116 1.024 -1.852q .257 -.62 .66 -2.216a3 3 0 0 1 1.624 -1.623q 1.547 -.384 2.216 -.661q .687 -.285 1.852 -1.024a3 3 0 0 1 2.296 0", "key": "svg-5" }]]; const IconCookie = createReactComponent("outline", "cookie", "Cookie", __iconNode$15A); const __iconNode$15z = [["path", { "d": "M7 9.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667l0 -8.666", "key": "svg-0" }], ["path", { "d": "M4.012 16.737a2 2 0 0 1 -1.012 -1.737v-10c0 -1.1 .9 -2 2 -2h10c.75 0 1.158 .385 1.5 1", "key": "svg-1" }], ["path", { "d": "M11 14l2 2l4 -4", "key": "svg-2" }]]; const IconCopyCheck = createReactComponent("outline", "copy-check", "CopyCheck", __iconNode$15z); const __iconNode$15y = [["path", { "d": "M7 9.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667l0 -8.666", "key": "svg-0" }], ["path", { "d": "M4.012 16.737a2 2 0 0 1 -1.012 -1.737v-10c0 -1.1 .9 -2 2 -2h10c.75 0 1.158 .385 1.5 1", "key": "svg-1" }], ["path", { "d": "M11 14h6", "key": "svg-2" }]]; const IconCopyMinus = createReactComponent("outline", "copy-minus", "CopyMinus", __iconNode$15y); const __iconNode$15x = [["path", { "d": "M19.414 19.415a2 2 0 0 1 -1.414 .585h-8a2 2 0 0 1 -2 -2v-8c0 -.554 .225 -1.055 .589 -1.417m3.411 -.583h6a2 2 0 0 1 2 2v6", "key": "svg-0" }], ["path", { "d": "M16 8v-2a2 2 0 0 0 -2 -2h-6m-3.418 .59c-.36 .36 -.582 .86 -.582 1.41v8a2 2 0 0 0 2 2h2", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconCopyOff = createReactComponent("outline", "copy-off", "CopyOff", __iconNode$15x); const __iconNode$15w = [["path", { "d": "M7 9.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667l0 -8.666", "key": "svg-0" }], ["path", { "d": "M4.012 16.737a2 2 0 0 1 -1.012 -1.737v-10c0 -1.1 .9 -2 2 -2h10c.75 0 1.158 .385 1.5 1", "key": "svg-1" }], ["path", { "d": "M11 14h6", "key": "svg-2" }], ["path", { "d": "M14 11v6", "key": "svg-3" }]]; const IconCopyPlus = createReactComponent("outline", "copy-plus", "CopyPlus", __iconNode$15w); const __iconNode$15v = [["path", { "d": "M7 9.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667l0 -8.666", "key": "svg-0" }], ["path", { "d": "M4.012 16.737a2 2 0 0 1 -1.012 -1.737v-10c0 -1.1 .9 -2 2 -2h10c.75 0 1.158 .385 1.5 1", "key": "svg-1" }], ["path", { "d": "M11.5 11.5l4.9 5", "key": "svg-2" }], ["path", { "d": "M16.5 11.5l-5.1 5", "key": "svg-3" }]]; const IconCopyX = createReactComponent("outline", "copy-x", "CopyX", __iconNode$15v); const __iconNode$15u = [["path", { "d": "M7 9.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667l0 -8.666", "key": "svg-0" }], ["path", { "d": "M4.012 16.737a2.005 2.005 0 0 1 -1.012 -1.737v-10c0 -1.1 .9 -2 2 -2h10c.75 0 1.158 .385 1.5 1", "key": "svg-1" }]]; const IconCopy = createReactComponent("outline", "copy", "Copy", __iconNode$15u); const __iconNode$15t = [["path", { "d": "M13.303 9.3a3.01 3.01 0 0 1 1.405 1.406m-.586 3.413a3.016 3.016 0 0 1 -4.122 .131", "key": "svg-0" }], ["path", { "d": "M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconCopyleftOff = createReactComponent("outline", "copyleft-off", "CopyleftOff", __iconNode$15t); const __iconNode$15s = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 9.75a3.016 3.016 0 0 1 4.163 .173a2.993 2.993 0 0 1 0 4.154a3.016 3.016 0 0 1 -4.163 .173", "key": "svg-1" }]]; const IconCopyleft = createReactComponent("outline", "copyleft", "Copyleft", __iconNode$15s); const __iconNode$15r = [["path", { "d": "M14 9.75a3.016 3.016 0 0 0 -.711 -.466m-3.41 .596a2.993 2.993 0 0 0 -.042 4.197a3.016 3.016 0 0 0 4.163 .173", "key": "svg-0" }], ["path", { "d": "M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconCopyrightOff = createReactComponent("outline", "copyright-off", "CopyrightOff", __iconNode$15r); const __iconNode$15q = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M14 9.75a3.016 3.016 0 0 0 -4.163 .173a2.993 2.993 0 0 0 0 4.154a3.016 3.016 0 0 0 4.163 .173", "key": "svg-1" }]]; const IconCopyright = createReactComponent("outline", "copyright", "Copyright", __iconNode$15q); const __iconNode$15p = [["path", { "d": "M19 5v6a3 3 0 0 1 -3 3h-7", "key": "svg-0" }], ["path", { "d": "M13 10l-4 4l4 4m-5 -8l-4 4l4 4", "key": "svg-1" }]]; const IconCornerDownLeftDouble = createReactComponent("outline", "corner-down-left-double", "CornerDownLeftDouble", __iconNode$15p); const __iconNode$15o = [["path", { "d": "M18 6v6a3 3 0 0 1 -3 3h-10l4 -4m0 8l-4 -4", "key": "svg-0" }]]; const IconCornerDownLeft = createReactComponent("outline", "corner-down-left", "CornerDownLeft", __iconNode$15o); const __iconNode$15n = [["path", { "d": "M4 5v6a3 3 0 0 0 3 3h7", "key": "svg-0" }], ["path", { "d": "M10 10l4 4l-4 4m5 -8l4 4l-4 4", "key": "svg-1" }]]; const IconCornerDownRightDouble = createReactComponent("outline", "corner-down-right-double", "CornerDownRightDouble", __iconNode$15n); const __iconNode$15m = [["path", { "d": "M6 6v6a3 3 0 0 0 3 3h10l-4 -4m0 8l4 -4", "key": "svg-0" }]]; const IconCornerDownRight = createReactComponent("outline", "corner-down-right", "CornerDownRight", __iconNode$15m); const __iconNode$15l = [["path", { "d": "M18 4h-6a3 3 0 0 0 -3 3v7", "key": "svg-0" }], ["path", { "d": "M13 10l-4 4l-4 -4m8 5l-4 4l-4 -4", "key": "svg-1" }]]; const IconCornerLeftDownDouble = createReactComponent("outline", "corner-left-down-double", "CornerLeftDownDouble", __iconNode$15l); const __iconNode$15k = [["path", { "d": "M18 6h-6a3 3 0 0 0 -3 3v10l-4 -4m8 0l-4 4", "key": "svg-0" }]]; const IconCornerLeftDown = createReactComponent("outline", "corner-left-down", "CornerLeftDown", __iconNode$15k); const __iconNode$15j = [["path", { "d": "M18 19h-6a3 3 0 0 1 -3 -3v-7", "key": "svg-0" }], ["path", { "d": "M13 13l-4 -4l-4 4m8 -5l-4 -4l-4 4", "key": "svg-1" }]]; const IconCornerLeftUpDouble = createReactComponent("outline", "corner-left-up-double", "CornerLeftUpDouble", __iconNode$15j); const __iconNode$15i = [["path", { "d": "M18 18h-6a3 3 0 0 1 -3 -3v-10l-4 4m8 0l-4 -4", "key": "svg-0" }]]; const IconCornerLeftUp = createReactComponent("outline", "corner-left-up", "CornerLeftUp", __iconNode$15i); const __iconNode$15h = [["path", { "d": "M5 4h6a3 3 0 0 1 3 3v7", "key": "svg-0" }], ["path", { "d": "M10 10l4 4l4 -4m-8 5l4 4l4 -4", "key": "svg-1" }]]; const IconCornerRightDownDouble = createReactComponent("outline", "corner-right-down-double", "CornerRightDownDouble", __iconNode$15h); const __iconNode$15g = [["path", { "d": "M6 6h6a3 3 0 0 1 3 3v10l-4 -4m8 0l-4 4", "key": "svg-0" }]]; const IconCornerRightDown = createReactComponent("outline", "corner-right-down", "CornerRightDown", __iconNode$15g); const __iconNode$15f = [["path", { "d": "M5 19h6a3 3 0 0 0 3 -3v-7", "key": "svg-0" }], ["path", { "d": "M10 13l4 -4l4 4m-8 -5l4 -4l4 4", "key": "svg-1" }]]; const IconCornerRightUpDouble = createReactComponent("outline", "corner-right-up-double", "CornerRightUpDouble", __iconNode$15f); const __iconNode$15e = [["path", { "d": "M6 18h6a3 3 0 0 0 3 -3v-10l-4 4m8 0l-4 -4", "key": "svg-0" }]]; const IconCornerRightUp = createReactComponent("outline", "corner-right-up", "CornerRightUp", __iconNode$15e); const __iconNode$15d = [["path", { "d": "M19 18v-6a3 3 0 0 0 -3 -3h-7", "key": "svg-0" }], ["path", { "d": "M13 13l-4 -4l4 -4m-5 8l-4 -4l4 -4", "key": "svg-1" }]]; const IconCornerUpLeftDouble = createReactComponent("outline", "corner-up-left-double", "CornerUpLeftDouble", __iconNode$15d); const __iconNode$15c = [["path", { "d": "M18 18v-6a3 3 0 0 0 -3 -3h-10l4 -4m0 8l-4 -4", "key": "svg-0" }]]; const IconCornerUpLeft = createReactComponent("outline", "corner-up-left", "CornerUpLeft", __iconNode$15c); const __iconNode$15b = [["path", { "d": "M4 18v-6a3 3 0 0 1 3 -3h7", "key": "svg-0" }], ["path", { "d": "M10 13l4 -4l-4 -4m5 8l4 -4l-4 -4", "key": "svg-1" }]]; const IconCornerUpRightDouble = createReactComponent("outline", "corner-up-right-double", "CornerUpRightDouble", __iconNode$15b); const __iconNode$15a = [["path", { "d": "M6 18v-6a3 3 0 0 1 3 -3h10l-4 -4m0 8l4 -4", "key": "svg-0" }]]; const IconCornerUpRight = createReactComponent("outline", "corner-up-right", "CornerUpRight", __iconNode$15a); const __iconNode$159 = [["path", { "d": "M5 6a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1l0 -12", "key": "svg-0" }], ["path", { "d": "M8 10v-2h2m6 6v2h-2m-4 0h-2v-2m8 -4v-2h-2", "key": "svg-1" }], ["path", { "d": "M3 10h2", "key": "svg-2" }], ["path", { "d": "M3 14h2", "key": "svg-3" }], ["path", { "d": "M10 3v2", "key": "svg-4" }], ["path", { "d": "M14 3v2", "key": "svg-5" }], ["path", { "d": "M21 10h-2", "key": "svg-6" }], ["path", { "d": "M21 14h-2", "key": "svg-7" }], ["path", { "d": "M14 21v-2", "key": "svg-8" }], ["path", { "d": "M10 21v-2", "key": "svg-9" }]]; const IconCpu2 = createReactComponent("outline", "cpu-2", "Cpu2", __iconNode$159); const __iconNode$158 = [["path", { "d": "M9 5h9a1 1 0 0 1 1 1v9m-.292 3.706a1 1 0 0 1 -.708 .294h-12a1 1 0 0 1 -1 -1v-12c0 -.272 .108 -.518 .284 -.698", "key": "svg-0" }], ["path", { "d": "M13 9h2v2m0 4h-6v-6", "key": "svg-1" }], ["path", { "d": "M3 10h2", "key": "svg-2" }], ["path", { "d": "M3 14h2", "key": "svg-3" }], ["path", { "d": "M10 3v2", "key": "svg-4" }], ["path", { "d": "M14 3v2", "key": "svg-5" }], ["path", { "d": "M21 10h-2", "key": "svg-6" }], ["path", { "d": "M21 14h-2", "key": "svg-7" }], ["path", { "d": "M14 21v-2", "key": "svg-8" }], ["path", { "d": "M10 21v-2", "key": "svg-9" }], ["path", { "d": "M3 3l18 18", "key": "svg-10" }]]; const IconCpuOff = createReactComponent("outline", "cpu-off", "CpuOff", __iconNode$158); const __iconNode$157 = [["path", { "d": "M5 6a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1l0 -12", "key": "svg-0" }], ["path", { "d": "M9 9h6v6h-6l0 -6", "key": "svg-1" }], ["path", { "d": "M3 10h2", "key": "svg-2" }], ["path", { "d": "M3 14h2", "key": "svg-3" }], ["path", { "d": "M10 3v2", "key": "svg-4" }], ["path", { "d": "M14 3v2", "key": "svg-5" }], ["path", { "d": "M21 10h-2", "key": "svg-6" }], ["path", { "d": "M21 14h-2", "key": "svg-7" }], ["path", { "d": "M14 21v-2", "key": "svg-8" }], ["path", { "d": "M10 21v-2", "key": "svg-9" }]]; const IconCpu = createReactComponent("outline", "cpu", "Cpu", __iconNode$157); const __iconNode$156 = [["path", { "d": "M6 21h6", "key": "svg-0" }], ["path", { "d": "M9 21v-12", "key": "svg-1" }], ["path", { "d": "M9 5v-2l-1 1", "key": "svg-2" }], ["path", { "d": "M6 6l-3 3h6", "key": "svg-3" }], ["path", { "d": "M13 9h8", "key": "svg-4" }], ["path", { "d": "M9 3l10 6", "key": "svg-5" }], ["path", { "d": "M17 9v4a2 2 0 0 1 2 2m-2 2a2 2 0 0 1 -2 -2", "key": "svg-6" }], ["path", { "d": "M3 3l18 18", "key": "svg-7" }]]; const IconCraneOff = createReactComponent("outline", "crane-off", "CraneOff", __iconNode$156); const __iconNode$155 = [["path", { "d": "M6 21h6", "key": "svg-0" }], ["path", { "d": "M9 21v-18l-6 6h18", "key": "svg-1" }], ["path", { "d": "M9 3l10 6", "key": "svg-2" }], ["path", { "d": "M17 9v4a2 2 0 1 1 -2 2", "key": "svg-3" }]]; const IconCrane = createReactComponent("outline", "crane", "Crane", __iconNode$155); const __iconNode$154 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M11 7a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }], ["path", { "d": "M9 13v-1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-.5l-.5 4h-2l-.5 -4h-.5a1 1 0 0 1 -1 -1", "key": "svg-2" }]]; const IconCreativeCommonsBy = createReactComponent("outline", "creative-commons-by", "CreativeCommonsBy", __iconNode$154); const __iconNode$153 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M15 9h-4.5a1.5 1.5 0 0 0 0 3h3a1.5 1.5 0 0 1 0 3h-4.5", "key": "svg-1" }], ["path", { "d": "M12 7v2", "key": "svg-2" }], ["path", { "d": "M12 15v2", "key": "svg-3" }], ["path", { "d": "M6 6l3 3", "key": "svg-4" }], ["path", { "d": "M15 15l3 3", "key": "svg-5" }]]; const IconCreativeCommonsNc = createReactComponent("outline", "creative-commons-nc", "CreativeCommonsNc", __iconNode$153); const __iconNode$152 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 10h6", "key": "svg-1" }], ["path", { "d": "M9 14h6", "key": "svg-2" }]]; const IconCreativeCommonsNd = createReactComponent("outline", "creative-commons-nd", "CreativeCommonsNd", __iconNode$152); const __iconNode$151 = [["path", { "d": "M5.638 5.634a9 9 0 1 0 12.723 12.733m1.686 -2.332a9 9 0 0 0 -12.093 -12.077", "key": "svg-0" }], ["path", { "d": "M10.5 10.5a2.187 2.187 0 0 0 -2.914 .116a1.928 1.928 0 0 0 0 2.768a2.188 2.188 0 0 0 2.914 .116", "key": "svg-1" }], ["path", { "d": "M16.5 10.5a2.194 2.194 0 0 0 -2.309 -.302", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconCreativeCommonsOff = createReactComponent("outline", "creative-commons-off", "CreativeCommonsOff", __iconNode$151); const __iconNode$150 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 16a4 4 0 1 0 -4 -4v1", "key": "svg-1" }], ["path", { "d": "M6 12l2 2l2 -2", "key": "svg-2" }]]; const IconCreativeCommonsSa = createReactComponent("outline", "creative-commons-sa", "CreativeCommonsSa", __iconNode$150); const __iconNode$14$ = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 12a3 4 0 1 0 6 0a3 4 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M14 9l-4 6", "key": "svg-2" }]]; const IconCreativeCommonsZero = createReactComponent("outline", "creative-commons-zero", "CreativeCommonsZero", __iconNode$14$); const __iconNode$14_ = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10.5 10.5c-.847 -.71 -2.132 -.658 -2.914 .116a1.928 1.928 0 0 0 0 2.768c.782 .774 2.067 .825 2.914 .116", "key": "svg-1" }], ["path", { "d": "M16.5 10.5c-.847 -.71 -2.132 -.658 -2.914 .116a1.928 1.928 0 0 0 0 2.768c.782 .774 2.067 .825 2.914 .116", "key": "svg-2" }]]; const IconCreativeCommons = createReactComponent("outline", "creative-commons", "CreativeCommons", __iconNode$14_); const __iconNode$14Z = [["path", { "d": "M2 4h9.914a3 3 0 0 1 1.92 .695l5.166 4.305", "key": "svg-0" }], ["path", { "d": "M11.15 9h8.85a2 2 0 0 1 2 2v7a2 2 0 0 1 -2 2h-13a2 2 0 0 1 -2 -2v-8.7", "key": "svg-1" }], ["path", { "d": "M3 8l7.2 4.7a1.803 1.803 0 0 0 2 -3l-4.2 -2.7", "key": "svg-2" }], ["path", { "d": "M5 16h17", "key": "svg-3" }]]; const IconCreditCardHand = createReactComponent("outline", "credit-card-hand", "CreditCardHand", __iconNode$14Z); const __iconNode$14Y = [["path", { "d": "M3 3l18 18", "key": "svg-0" }], ["path", { "d": "M9 5h9a3 3 0 0 1 3 3v8a3 3 0 0 1 -.128 .87", "key": "svg-1" }], ["path", { "d": "M18.87 18.872a3 3 0 0 1 -.87 .128h-12a3 3 0 0 1 -3 -3v-8c0 -1.352 .894 -2.495 2.124 -2.87", "key": "svg-2" }], ["path", { "d": "M3 11l8 0", "key": "svg-3" }], ["path", { "d": "M15 11l6 0", "key": "svg-4" }], ["path", { "d": "M7 15l.01 0", "key": "svg-5" }], ["path", { "d": "M11 15l2 0", "key": "svg-6" }]]; const IconCreditCardOff = createReactComponent("outline", "credit-card-off", "CreditCardOff", __iconNode$14Y); const __iconNode$14X = [["path", { "d": "M12 19h-6a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5", "key": "svg-0" }], ["path", { "d": "M3 10h18", "key": "svg-1" }], ["path", { "d": "M16 19h6", "key": "svg-2" }], ["path", { "d": "M19 16l3 3l-3 3", "key": "svg-3" }], ["path", { "d": "M7.005 15h.005", "key": "svg-4" }], ["path", { "d": "M11 15h2", "key": "svg-5" }]]; const IconCreditCardPay = createReactComponent("outline", "credit-card-pay", "CreditCardPay", __iconNode$14X); const __iconNode$14W = [["path", { "d": "M12 19h-6a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5", "key": "svg-0" }], ["path", { "d": "M3 10h18", "key": "svg-1" }], ["path", { "d": "M7 15h.01", "key": "svg-2" }], ["path", { "d": "M11 15h2", "key": "svg-3" }], ["path", { "d": "M16 19h6", "key": "svg-4" }], ["path", { "d": "M19 16l-3 3l3 3", "key": "svg-5" }]]; const IconCreditCardRefund = createReactComponent("outline", "credit-card-refund", "CreditCardRefund", __iconNode$14W); const __iconNode$14V = [["path", { "d": "M3 8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3l0 -8", "key": "svg-0" }], ["path", { "d": "M3 10l18 0", "key": "svg-1" }], ["path", { "d": "M7 15l.01 0", "key": "svg-2" }], ["path", { "d": "M11 15l2 0", "key": "svg-3" }]]; const IconCreditCard = createReactComponent("outline", "credit-card", "CreditCard", __iconNode$14V); const __iconNode$14U = [["path", { "d": "M3 14a6 2 0 1 0 12 0a6 2 0 1 0 -12 0", "key": "svg-0" }], ["path", { "d": "M3 14v5c0 1.105 2.686 2 6 2s6 -.895 6 -2v-5", "key": "svg-1" }], ["path", { "d": "M9 5a6 2 0 1 0 12 0a6 2 0 1 0 -12 0", "key": "svg-2" }], ["path", { "d": "M9 5v3", "key": "svg-3" }], ["path", { "d": "M18.365 11.656c1.59 -.36 2.635 -.966 2.635 -1.656v-5", "key": "svg-4" }]]; const IconCredits = createReactComponent("outline", "credits", "Credits", __iconNode$14U); const __iconNode$14T = [["path", { "d": "M11.105 18.79l-1 .992a4.159 4.159 0 0 1 -6.038 -5.715l.157 -.166l8.282 -8.401l1.5 1.5l3.45 -3.391a2.08 2.08 0 0 1 3.057 2.815l-.116 .126l-3.391 3.45l1.5 1.5l-3.668 3.617", "key": "svg-0" }], ["path", { "d": "M10.5 7.5l6 6", "key": "svg-1" }], ["path", { "d": "M11 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }]]; const IconCricket = createReactComponent("outline", "cricket", "Cricket", __iconNode$14T); const __iconNode$14S = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }]]; const IconCrop11 = createReactComponent("outline", "crop-1-1", "Crop11", __iconNode$14S); const __iconNode$14R = [["path", { "d": "M4 10a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -4", "key": "svg-0" }]]; const IconCrop169 = createReactComponent("outline", "crop-16-9", "Crop169", __iconNode$14R); const __iconNode$14Q = [["path", { "d": "M4 9a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -6", "key": "svg-0" }]]; const IconCrop32 = createReactComponent("outline", "crop-3-2", "Crop32", __iconNode$14Q); const __iconNode$14P = [["path", { "d": "M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -10", "key": "svg-0" }]]; const IconCrop54 = createReactComponent("outline", "crop-5-4", "Crop54", __iconNode$14P); const __iconNode$14O = [["path", { "d": "M4 8a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -8", "key": "svg-0" }]]; const IconCrop75 = createReactComponent("outline", "crop-7-5", "Crop75", __iconNode$14O); const __iconNode$14N = [["path", { "d": "M4 8a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -8", "key": "svg-0" }]]; const IconCropLandscape = createReactComponent("outline", "crop-landscape", "CropLandscape", __iconNode$14N); const __iconNode$14M = [["path", { "d": "M6 6a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }]]; const IconCropPortrait = createReactComponent("outline", "crop-portrait", "CropPortrait", __iconNode$14M); const __iconNode$14L = [["path", { "d": "M8 5v10a1 1 0 0 0 1 1h10", "key": "svg-0" }], ["path", { "d": "M5 8h10a1 1 0 0 1 1 1v10", "key": "svg-1" }]]; const IconCrop = createReactComponent("outline", "crop", "Crop", __iconNode$14L); const __iconNode$14K = [["path", { "d": "M16 12h3v-4h-5v-5h-4v3m-2 2h-3v4h5v9h4v-7", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconCrossOff = createReactComponent("outline", "cross-off", "CrossOff", __iconNode$14K); const __iconNode$14J = [["path", { "d": "M10 21h4v-9h5v-4h-5v-5h-4v5h-5v4h5l0 9", "key": "svg-0" }]]; const IconCross = createReactComponent("outline", "cross", "Cross", __iconNode$14J); const __iconNode$14I = [["path", { "d": "M4 8v-2a2 2 0 0 1 2 -2h2", "key": "svg-0" }], ["path", { "d": "M4 16v2a2 2 0 0 0 2 2h2", "key": "svg-1" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2", "key": "svg-2" }], ["path", { "d": "M16 20h2a2 2 0 0 0 2 -2v-2", "key": "svg-3" }], ["path", { "d": "M9 12l6 0", "key": "svg-4" }], ["path", { "d": "M12 9l0 6", "key": "svg-5" }]]; const IconCrosshair = createReactComponent("outline", "crosshair", "Crosshair", __iconNode$14I); const __iconNode$14H = [["path", { "d": "M18 18h-13l-1.865 -9.327a.25 .25 0 0 1 .4 -.244l4.465 3.571l1.6 -2.4m1.596 -2.394l.804 -1.206l4 6l4.464 -3.571a.25 .25 0 0 1 .401 .244l-1.363 6.818", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconCrownOff = createReactComponent("outline", "crown-off", "CrownOff", __iconNode$14H); const __iconNode$14G = [["path", { "d": "M12 6l4 6l5 -4l-2 10h-14l-2 -10l5 4l4 -6", "key": "svg-0" }]]; const IconCrown = createReactComponent("outline", "crown", "Crown", __iconNode$14G); const __iconNode$14F = [["path", { "d": "M8.178 4.174a2 2 0 0 1 1.822 -1.174h4a2 2 0 1 1 0 4h-3", "key": "svg-0" }], ["path", { "d": "M11 21h2", "key": "svg-1" }], ["path", { "d": "M12 21v-4.092a3 3 0 0 1 .504 -1.664l.992 -1.488a3 3 0 0 0 .097 -.155m.407 -3.601v-3", "key": "svg-2" }], ["path", { "d": "M12 21v-4.092a3 3 0 0 0 -.504 -1.664l-.992 -1.488a3 3 0 0 1 -.504 -1.664v-2.092", "key": "svg-3" }], ["path", { "d": "M10 11h1", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconCrutchesOff = createReactComponent("outline", "crutches-off", "CrutchesOff", __iconNode$14F); const __iconNode$14E = [["path", { "d": "M8 5a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2", "key": "svg-0" }], ["path", { "d": "M11 21h2", "key": "svg-1" }], ["path", { "d": "M12 21v-4.092a3 3 0 0 1 .504 -1.664l.992 -1.488a3 3 0 0 0 .504 -1.664v-5.092", "key": "svg-2" }], ["path", { "d": "M12 21v-4.092a3 3 0 0 0 -.504 -1.664l-.992 -1.488a3 3 0 0 1 -.504 -1.664v-5.092", "key": "svg-3" }], ["path", { "d": "M10 11h4", "key": "svg-4" }]]; const IconCrutches = createReactComponent("outline", "crutches", "Crutches", __iconNode$14E); const __iconNode$14D = [["path", { "d": "M6.73 17.018a8 8 0 1 1 10.54 0", "key": "svg-0" }], ["path", { "d": "M5 19a2 2 0 0 0 2 2h10a2 2 0 1 0 0 -4h-10a2 2 0 0 0 -2 2", "key": "svg-1" }], ["path", { "d": "M11 7a3 3 0 0 0 -3 3", "key": "svg-2" }]]; const IconCrystalBall = createReactComponent("outline", "crystal-ball", "CrystalBall", __iconNode$14D); const __iconNode$14C = [["path", { "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1", "key": "svg-0" }], ["path", { "d": "M17 8l2 8l2 -8", "key": "svg-1" }], ["path", { "d": "M7 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0", "key": "svg-2" }]]; const IconCsv = createReactComponent("outline", "csv", "Csv", __iconNode$14C); const __iconNode$14B = [["path", { "d": "M6 17.6l-2 -1.1v-2.5", "key": "svg-0" }], ["path", { "d": "M4 10v-2.5l2 -1.1", "key": "svg-1" }], ["path", { "d": "M10 4.1l2 -1.1l2 1.1", "key": "svg-2" }], ["path", { "d": "M18 6.4l2 1.1v2.5", "key": "svg-3" }], ["path", { "d": "M20 14v2", "key": "svg-4" }], ["path", { "d": "M14 19.9l-2 1.1l-2 -1.1", "key": "svg-5" }], ["path", { "d": "M18 8.6l2 -1.1", "key": "svg-6" }], ["path", { "d": "M12 12v2.5", "key": "svg-7" }], ["path", { "d": "M12 18.5v2.5", "key": "svg-8" }], ["path", { "d": "M12 12l-2 -1.12", "key": "svg-9" }], ["path", { "d": "M6 8.6l-2 -1.1", "key": "svg-10" }], ["path", { "d": "M3 3l18 18", "key": "svg-11" }]]; const IconCube3dSphereOff = createReactComponent("outline", "cube-3d-sphere-off", "Cube3dSphereOff", __iconNode$14B); const __iconNode$14A = [["path", { "d": "M6 17.6l-2 -1.1v-2.5", "key": "svg-0" }], ["path", { "d": "M4 10v-2.5l2 -1.1", "key": "svg-1" }], ["path", { "d": "M10 4.1l2 -1.1l2 1.1", "key": "svg-2" }], ["path", { "d": "M18 6.4l2 1.1v2.5", "key": "svg-3" }], ["path", { "d": "M20 14v2.5l-2 1.12", "key": "svg-4" }], ["path", { "d": "M14 19.9l-2 1.1l-2 -1.1", "key": "svg-5" }], ["path", { "d": "M12 12l2 -1.1", "key": "svg-6" }], ["path", { "d": "M18 8.6l2 -1.1", "key": "svg-7" }], ["path", { "d": "M12 12l0 2.5", "key": "svg-8" }], ["path", { "d": "M12 18.5l0 2.5", "key": "svg-9" }], ["path", { "d": "M12 12l-2 -1.12", "key": "svg-10" }], ["path", { "d": "M6 8.6l-2 -1.1", "key": "svg-11" }]]; const IconCube3dSphere = createReactComponent("outline", "cube-3d-sphere", "Cube3dSphere", __iconNode$14A); const __iconNode$14z = [["path", { "d": "M20.83 16.809c.11 -.248 .17 -.52 .17 -.801v-8.018a1.98 1.98 0 0 0 -1 -1.717l-7 -4.008a2.016 2.016 0 0 0 -2 0l-3.012 1.725m-2.547 1.458l-1.441 .825c-.619 .355 -1 1.01 -1 1.718v8.018c0 .709 .381 1.363 1 1.717l7 4.008a2.016 2.016 0 0 0 2 0l5.544 -3.174", "key": "svg-0" }], ["path", { "d": "M12 22v-10", "key": "svg-1" }], ["path", { "d": "M14.532 10.538l6.198 -3.578", "key": "svg-2" }], ["path", { "d": "M3.27 6.96l8.73 5.04", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconCubeOff = createReactComponent("outline", "cube-off", "CubeOff", __iconNode$14z); const __iconNode$14y = [["path", { "d": "M21 12.5v-4.509a1.98 1.98 0 0 0 -1 -1.717l-7 -4.008a2.016 2.016 0 0 0 -2 0l-7 4.007c-.619 .355 -1 1.01 -1 1.718v8.018c0 .709 .381 1.363 1 1.717l7 4.008a2.016 2.016 0 0 0 2 0", "key": "svg-0" }], ["path", { "d": "M12 22v-10", "key": "svg-1" }], ["path", { "d": "M12 12l8.73 -5.04", "key": "svg-2" }], ["path", { "d": "M3.27 6.96l8.73 5.04", "key": "svg-3" }], ["path", { "d": "M16 19h6", "key": "svg-4" }], ["path", { "d": "M19 16v6", "key": "svg-5" }]]; const IconCubePlus = createReactComponent("outline", "cube-plus", "CubePlus", __iconNode$14y); const __iconNode$14x = [["path", { "d": "M16 12.5l-5 -3l5 -3l5 3v5.5l-5 3l0 -5.5", "key": "svg-0" }], ["path", { "d": "M11 9.5v5.5l5 3", "key": "svg-1" }], ["path", { "d": "M16 12.545l5 -3.03", "key": "svg-2" }], ["path", { "d": "M7 9h-5", "key": "svg-3" }], ["path", { "d": "M7 12h-3", "key": "svg-4" }], ["path", { "d": "M7 15h-1", "key": "svg-5" }]]; const IconCubeSend = createReactComponent("outline", "cube-send", "CubeSend", __iconNode$14x); const __iconNode$14w = [["path", { "d": "M21 12v-4.01a1.98 1.98 0 0 0 -1 -1.717l-7 -4.008a2.02 2.02 0 0 0 -2 0l-7 4.008c-.619 .355 -1 1.01 -1 1.718v8.018c0 .709 .381 1.363 1 1.717l7 4.008c.62 .354 1.38 .354 2 0", "key": "svg-0" }], ["path", { "d": "M12 22v-10", "key": "svg-1" }], ["path", { "d": "M12 12l8.73 -5.04", "key": "svg-2" }], ["path", { "d": "M3.27 6.96l8.73 5.04", "key": "svg-3" }], ["path", { "d": "M19 22.5a4.75 4.75 0 0 1 3.5 -3.5a4.75 4.75 0 0 1 -3.5 -3.5a4.75 4.75 0 0 1 -3.5 3.5a4.75 4.75 0 0 1 3.5 3.5", "key": "svg-4" }]]; const IconCubeSpark = createReactComponent("outline", "cube-spark", "CubeSpark", __iconNode$14w); const __iconNode$14v = [["path", { "d": "M2 15h10v5h5v-5h5v-5h-10v-5h-5v5h-5l0 5", "key": "svg-0" }], ["path", { "d": "M7 15v-5h5v5h5v-5", "key": "svg-1" }]]; const IconCubeUnfolded = createReactComponent("outline", "cube-unfolded", "CubeUnfolded", __iconNode$14v); const __iconNode$14u = [["path", { "d": "M21 16.008v-8.018a1.98 1.98 0 0 0 -1 -1.717l-7 -4.008a2.016 2.016 0 0 0 -2 0l-7 4.008c-.619 .355 -1 1.01 -1 1.718v8.018c0 .709 .381 1.363 1 1.717l7 4.008a2.016 2.016 0 0 0 2 0l7 -4.008c.619 -.355 1 -1.01 1 -1.718", "key": "svg-0" }], ["path", { "d": "M12 22v-10", "key": "svg-1" }], ["path", { "d": "M12 12l8.73 -5.04", "key": "svg-2" }], ["path", { "d": "M3.27 6.96l8.73 5.04", "key": "svg-3" }]]; const IconCube = createReactComponent("outline", "cube", "Cube", __iconNode$14u); const __iconNode$14t = [["path", { "d": "M8 8h-3v3h6m4 0h4v-3h-7", "key": "svg-0" }], ["path", { "d": "M17.5 11l-.323 2.154m-.525 3.497l-.652 4.349h-8l-1.5 -10", "key": "svg-1" }], ["path", { "d": "M6 8v-1c0 -.296 .064 -.577 .18 -.83m2.82 -1.17h7a2 2 0 0 1 2 2v1", "key": "svg-2" }], ["path", { "d": "M15 5v-2", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconCupOff = createReactComponent("outline", "cup-off", "CupOff", __iconNode$14t); const __iconNode$14s = [["path", { "d": "M5 11h14v-3h-14l0 3", "key": "svg-0" }], ["path", { "d": "M17.5 11l-1.5 10h-8l-1.5 -10", "key": "svg-1" }], ["path", { "d": "M6 8v-1a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v1", "key": "svg-2" }], ["path", { "d": "M15 5v-2", "key": "svg-3" }]]; const IconCup = createReactComponent("outline", "cup", "Cup", __iconNode$14s); const __iconNode$14r = [["path", { "d": "M4 13a4 4 0 0 1 4 -4h8a4 4 0 0 1 4 4v2a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4l0 -2", "key": "svg-0" }], ["path", { "d": "M4 14h16", "key": "svg-1" }], ["path", { "d": "M8 5h6a2 2 0 0 1 2 2v2", "key": "svg-2" }]]; const IconCurling = createReactComponent("outline", "curling", "Curling", __iconNode$14r); const __iconNode$14q = [["path", { "d": "M21 8c-4 0 -7 2 -7 5a3 3 0 0 0 6 0c0 -3 -2.5 -5 -8 -5s-8 2 -8 5a3 3 0 0 0 6 0c0 -3 -3 -5 -7 -5", "key": "svg-0" }]]; const IconCurlyLoop = createReactComponent("outline", "curly-loop", "CurlyLoop", __iconNode$14q); const __iconNode$14p = [["path", { "d": "M15 13h-3.5a3.5 3.5 0 1 1 3.5 -3.5v6.5h-7", "key": "svg-0" }], ["path", { "d": "M12 3v.01", "key": "svg-1" }], ["path", { "d": "M12 19v2", "key": "svg-2" }]]; const IconCurrencyAfghani = createReactComponent("outline", "currency-afghani", "CurrencyAfghani", __iconNode$14p); const __iconNode$14o = [["path", { "d": "M3 10v1a4 4 0 0 0 4 4h2a2 2 0 0 0 2 -2v-3", "key": "svg-0" }], ["path", { "d": "M7 19.01v-.01", "key": "svg-1" }], ["path", { "d": "M14 15.01v-.01", "key": "svg-2" }], ["path", { "d": "M17 15h2a2 2 0 0 0 1.649 -3.131l-2.653 -3.869", "key": "svg-3" }]]; const IconCurrencyBahraini = createReactComponent("outline", "currency-bahraini", "CurrencyBahraini", __iconNode$14o); const __iconNode$14n = [["path", { "d": "M8 6h5a3 3 0 0 1 3 3v.143a2.857 2.857 0 0 1 -2.857 2.857h-5.143", "key": "svg-0" }], ["path", { "d": "M8 12h5a3 3 0 0 1 3 3v.143a2.857 2.857 0 0 1 -2.857 2.857h-5.143", "key": "svg-1" }], ["path", { "d": "M8 6v12", "key": "svg-2" }], ["path", { "d": "M11 4v2", "key": "svg-3" }], ["path", { "d": "M11 18v2", "key": "svg-4" }]]; const IconCurrencyBaht = createReactComponent("outline", "currency-baht", "CurrencyBaht", __iconNode$14n); const __iconNode$14m = [["path", { "d": "M6 6h8a3 3 0 0 1 0 6a3 3 0 0 1 0 6h-8", "key": "svg-0" }], ["path", { "d": "M8 6l0 12", "key": "svg-1" }], ["path", { "d": "M8 12l6 0", "key": "svg-2" }], ["path", { "d": "M9 3l0 3", "key": "svg-3" }], ["path", { "d": "M13 3l0 3", "key": "svg-4" }], ["path", { "d": "M9 18l0 3", "key": "svg-5" }], ["path", { "d": "M13 18l0 3", "key": "svg-6" }]]; const IconCurrencyBitcoin = createReactComponent("outline", "currency-bitcoin", "CurrencyBitcoin", __iconNode$14m); const __iconNode$14l = [["path", { "d": "M16.007 7.54a5.965 5.965 0 0 0 -4.008 -1.54a6 6 0 0 0 -5.992 6c0 3.314 2.682 6 5.992 6a5.965 5.965 0 0 0 4 -1.536", "key": "svg-0" }], ["path", { "d": "M12 20v-2", "key": "svg-1" }], ["path", { "d": "M12 6v-2", "key": "svg-2" }]]; const IconCurrencyCent = createReactComponent("outline", "currency-cent", "CurrencyCent", __iconNode$14l); const __iconNode$14k = [["path", { "d": "M14 20.01v-.01", "key": "svg-0" }], ["path", { "d": "M6 13l2.386 -.9a1 1 0 0 0 -.095 -1.902l-1.514 -.404a1 1 0 0 1 -.102 -1.9l2.325 -.894", "key": "svg-1" }], ["path", { "d": "M3 14v1a3 3 0 0 0 3 3h4.161a3 3 0 0 0 2.983 -3.32l-1.144 -10.68", "key": "svg-2" }], ["path", { "d": "M16 17l1 1h2a2 2 0 0 0 1.649 -3.131l-2.653 -3.869", "key": "svg-3" }]]; const IconCurrencyDinar = createReactComponent("outline", "currency-dinar", "CurrencyDinar", __iconNode$14k); const __iconNode$14j = [["path", { "d": "M8.5 19h-3.5", "key": "svg-0" }], ["path", { "d": "M8.599 16.479a1.5 1.5 0 1 0 -1.099 2.521", "key": "svg-1" }], ["path", { "d": "M7 4v9", "key": "svg-2" }], ["path", { "d": "M15 13h1.888a1.5 1.5 0 0 0 1.296 -2.256l-2.184 -3.744", "key": "svg-3" }], ["path", { "d": "M11 13.01v-.01", "key": "svg-4" }]]; const IconCurrencyDirham = createReactComponent("outline", "currency-dirham", "CurrencyDirham", __iconNode$14j); const __iconNode$14i = [["path", { "d": "M6 12h6", "key": "svg-0" }], ["path", { "d": "M9 6v12", "key": "svg-1" }], ["path", { "d": "M6 18h6a6 6 0 1 0 0 -12h-6", "key": "svg-2" }]]; const IconCurrencyDogecoin = createReactComponent("outline", "currency-dogecoin", "CurrencyDogecoin", __iconNode$14i); const __iconNode$14h = [["path", { "d": "M3 18l3.279 -11.476a.75 .75 0 0 1 1.442 0l3.279 11.476", "key": "svg-0" }], ["path", { "d": "M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4", "key": "svg-1" }], ["path", { "d": "M17 20v-2", "key": "svg-2" }], ["path", { "d": "M18 6v-2", "key": "svg-3" }], ["path", { "d": "M4.5 14h5", "key": "svg-4" }]]; const IconCurrencyDollarAustralian = createReactComponent("outline", "currency-dollar-australian", "CurrencyDollarAustralian", __iconNode$14h); const __iconNode$14g = [["path", { "d": "M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4", "key": "svg-0" }], ["path", { "d": "M17 20v-2", "key": "svg-1" }], ["path", { "d": "M18 6v-2", "key": "svg-2" }], ["path", { "d": "M3 6v12h4a3 3 0 0 0 0 -6h-4h4a3 3 0 0 0 0 -6h-4", "key": "svg-3" }]]; const IconCurrencyDollarBrunei = createReactComponent("outline", "currency-dollar-brunei", "CurrencyDollarBrunei", __iconNode$14g); const __iconNode$14f = [["path", { "d": "M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4", "key": "svg-0" }], ["path", { "d": "M10 18h-1a6 6 0 1 1 0 -12h1", "key": "svg-1" }], ["path", { "d": "M17 20v-2", "key": "svg-2" }], ["path", { "d": "M18 6v-2", "key": "svg-3" }]]; const IconCurrencyDollarCanadian = createReactComponent("outline", "currency-dollar-canadian", "CurrencyDollarCanadian", __iconNode$14f); const __iconNode$14e = [["path", { "d": "M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4", "key": "svg-0" }], ["path", { "d": "M10 6h-3a4 4 0 0 0 -4 4v4a4 4 0 0 0 4 4h3v-6h-2", "key": "svg-1" }], ["path", { "d": "M17 20v-2", "key": "svg-2" }], ["path", { "d": "M18 6v-2", "key": "svg-3" }]]; const IconCurrencyDollarGuyanese = createReactComponent("outline", "currency-dollar-guyanese", "CurrencyDollarGuyanese", __iconNode$14e); const __iconNode$14d = [["path", { "d": "M16.7 8a3 3 0 0 0 -2.7 -2h-4m-2.557 1.431a3 3 0 0 0 2.557 4.569h2m4.564 4.558a3 3 0 0 1 -2.564 1.442h-4a3 3 0 0 1 -2.7 -2", "key": "svg-0" }], ["path", { "d": "M12 3v3m0 12v3", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconCurrencyDollarOff = createReactComponent("outline", "currency-dollar-off", "CurrencyDollarOff", __iconNode$14d); const __iconNode$14c = [["path", { "d": "M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4", "key": "svg-0" }], ["path", { "d": "M10 6h-4a3 3 0 1 0 0 6h1a3 3 0 0 1 0 6h-4", "key": "svg-1" }], ["path", { "d": "M17 20v-2", "key": "svg-2" }], ["path", { "d": "M18 6v-2", "key": "svg-3" }]]; const IconCurrencyDollarSingapore = createReactComponent("outline", "currency-dollar-singapore", "CurrencyDollarSingapore", __iconNode$14c); const __iconNode$14b = [["path", { "d": "M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4", "key": "svg-0" }], ["path", { "d": "M17 20v-2", "key": "svg-1" }], ["path", { "d": "M18 6v-2", "key": "svg-2" }], ["path", { "d": "M3 6h7l-7 12h7", "key": "svg-3" }]]; const IconCurrencyDollarZimbabwean = createReactComponent("outline", "currency-dollar-zimbabwean", "CurrencyDollarZimbabwean", __iconNode$14b); const __iconNode$14a = [["path", { "d": "M16.7 8a3 3 0 0 0 -2.7 -2h-4a3 3 0 0 0 0 6h4a3 3 0 0 1 0 6h-4a3 3 0 0 1 -2.7 -2", "key": "svg-0" }], ["path", { "d": "M12 3v3m0 12v3", "key": "svg-1" }]]; const IconCurrencyDollar = createReactComponent("outline", "currency-dollar", "CurrencyDollar", __iconNode$14a); const __iconNode$149 = [["path", { "d": "M6 19h12", "key": "svg-0" }], ["path", { "d": "M8 12a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-1" }], ["path", { "d": "M16 16v-12", "key": "svg-2" }], ["path", { "d": "M17 5h-4", "key": "svg-3" }]]; const IconCurrencyDong = createReactComponent("outline", "currency-dong", "CurrencyDong", __iconNode$149); const __iconNode$148 = [["path", { "d": "M4 10a6 6 0 1 1 12 0v10", "key": "svg-0" }], ["path", { "d": "M12 16h8", "key": "svg-1" }], ["path", { "d": "M12 12h8", "key": "svg-2" }]]; const IconCurrencyDram = createReactComponent("outline", "currency-dram", "CurrencyDram", __iconNode$148); const __iconNode$147 = [["path", { "d": "M6 12l6 -9l6 9l-6 9l-6 -9", "key": "svg-0" }], ["path", { "d": "M6 12l6 -3l6 3l-6 2l-6 -2", "key": "svg-1" }]]; const IconCurrencyEthereum = createReactComponent("outline", "currency-ethereum", "CurrencyEthereum", __iconNode$147); const __iconNode$146 = [["path", { "d": "M17.2 7c-1.977 -2.26 -4.954 -2.602 -7.234 -1.04m-1.913 2.079c-1.604 2.72 -1.374 6.469 .69 8.894c2.292 2.691 6 2.758 8.356 .18", "key": "svg-0" }], ["path", { "d": "M10 10h-5m0 4h8", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconCurrencyEuroOff = createReactComponent("outline", "currency-euro-off", "CurrencyEuroOff", __iconNode$146); const __iconNode$145 = [["path", { "d": "M17.2 7a6 7 0 1 0 0 10", "key": "svg-0" }], ["path", { "d": "M13 10h-8m0 4h8", "key": "svg-1" }]]; const IconCurrencyEuro = createReactComponent("outline", "currency-euro", "CurrencyEuro", __iconNode$145); const __iconNode$144 = [["path", { "d": "M8 12h8", "key": "svg-0" }], ["path", { "d": "M7 19c1.213 0 2.31 -.723 2.788 -1.838l4.424 -10.324a3.033 3.033 0 0 1 2.788 -1.838", "key": "svg-1" }]]; const IconCurrencyFlorin = createReactComponent("outline", "currency-florin", "CurrencyFlorin", __iconNode$144); const __iconNode$143 = [["path", { "d": "M11 4h-4a3 3 0 0 0 -3 3v12", "key": "svg-0" }], ["path", { "d": "M10 11h-6", "key": "svg-1" }], ["path", { "d": "M16 4v13a2 2 0 0 0 2 2h2", "key": "svg-2" }], ["path", { "d": "M19 9h-5", "key": "svg-3" }]]; const IconCurrencyForint = createReactComponent("outline", "currency-forint", "CurrencyForint", __iconNode$143); const __iconNode$142 = [["path", { "d": "M17 5h-6a2 2 0 0 0 -2 2v12", "key": "svg-0" }], ["path", { "d": "M7 15h4", "key": "svg-1" }], ["path", { "d": "M9 11h7", "key": "svg-2" }]]; const IconCurrencyFrank = createReactComponent("outline", "currency-frank", "CurrencyFrank", __iconNode$142); const __iconNode$141 = [["path", { "d": "M16.007 7.54a5.965 5.965 0 0 0 -4.008 -1.54a6 6 0 0 0 -5.992 6c0 3.314 2.682 6 5.992 6a5.965 5.965 0 0 0 4 -1.536c.732 -.66 1.064 -2.148 1 -4.464h-5", "key": "svg-0" }], ["path", { "d": "M12 20v-16", "key": "svg-1" }]]; const IconCurrencyGuarani = createReactComponent("outline", "currency-guarani", "CurrencyGuarani", __iconNode$141); const __iconNode$140 = [["path", { "d": "M8 7a2.64 2.64 0 0 1 2.562 -2h3.376a2.64 2.64 0 0 1 2.562 2a2.57 2.57 0 0 1 -1.344 2.922l-5.876 2.938a3.338 3.338 0 0 0 -1.78 3.64a3.11 3.11 0 0 0 3.05 2.5h2.888a2.64 2.64 0 0 0 2.562 -2", "key": "svg-0" }], ["path", { "d": "M6 10h12", "key": "svg-1" }], ["path", { "d": "M6 14h12", "key": "svg-2" }]]; const IconCurrencyHryvnia = createReactComponent("outline", "currency-hryvnia", "CurrencyHryvnia", __iconNode$140); const __iconNode$13$ = [["path", { "d": "M9 4v9a2 2 0 0 1 -2 2h-1a3 3 0 0 1 -3 -3v-1", "key": "svg-0" }], ["path", { "d": "M12 5v8a1 1 0 0 0 1 1h1a2 2 0 0 0 2 -2v-1", "key": "svg-1" }], ["path", { "d": "M21 14v1.096a5 5 0 0 1 -3.787 4.85l-.213 .054", "key": "svg-2" }], ["path", { "d": "M11 18h.01", "key": "svg-3" }], ["path", { "d": "M14 18h.01", "key": "svg-4" }]]; const IconCurrencyIranianRial = createReactComponent("outline", "currency-iranian-rial", "CurrencyIranianRial", __iconNode$13$); const __iconNode$13_ = [["path", { "d": "M6 12h12", "key": "svg-0" }], ["path", { "d": "M9 5v14", "key": "svg-1" }], ["path", { "d": "M16 19a7 7 0 0 0 -7 -7a7 7 0 0 0 7 -7", "key": "svg-2" }]]; const IconCurrencyKip = createReactComponent("outline", "currency-kip", "CurrencyKip", __iconNode$13_); const __iconNode$13Z = [["path", { "d": "M5 6v12", "key": "svg-0" }], ["path", { "d": "M5 12c3.5 0 6 -3 6 -6", "key": "svg-1" }], ["path", { "d": "M5 12c3.5 0 6 3 6 6", "key": "svg-2" }], ["path", { "d": "M19 6l-2 2l-2 -2", "key": "svg-3" }], ["path", { "d": "M19 12h-2a3 3 0 0 0 0 6h2", "key": "svg-4" }]]; const IconCurrencyKroneCzech = createReactComponent("outline", "currency-krone-czech", "CurrencyKroneCzech", __iconNode$13Z); const __iconNode$13Y = [["path", { "d": "M5 6v12", "key": "svg-0" }], ["path", { "d": "M5 12c3.5 0 6 -3 6 -6", "key": "svg-1" }], ["path", { "d": "M5 12c3.5 0 6 3 6 6", "key": "svg-2" }], ["path", { "d": "M15 10v8", "key": "svg-3" }], ["path", { "d": "M19 10a4 4 0 0 0 -4 4", "key": "svg-4" }], ["path", { "d": "M20 18.01v-.01", "key": "svg-5" }]]; const IconCurrencyKroneDanish = createReactComponent("outline", "currency-krone-danish", "CurrencyKroneDanish", __iconNode$13Y); const __iconNode$13X = [["path", { "d": "M5 6v12", "key": "svg-0" }], ["path", { "d": "M5 12c3.5 0 6 -3 6 -6", "key": "svg-1" }], ["path", { "d": "M5 12c3.5 0 6 3 6 6", "key": "svg-2" }], ["path", { "d": "M15 10v8", "key": "svg-3" }], ["path", { "d": "M19 10a4 4 0 0 0 -4 4", "key": "svg-4" }]]; const IconCurrencyKroneSwedish = createReactComponent("outline", "currency-krone-swedish", "CurrencyKroneSwedish", __iconNode$13X); const __iconNode$13W = [["path", { "d": "M18 13a6 6 0 1 0 -6 6", "key": "svg-0" }], ["path", { "d": "M6 19h12", "key": "svg-1" }], ["path", { "d": "M10 5v7", "key": "svg-2" }], ["path", { "d": "M14 12v-7", "key": "svg-3" }]]; const IconCurrencyLari = createReactComponent("outline", "currency-lari", "CurrencyLari", __iconNode$13W); const __iconNode$13V = [["path", { "d": "M17 18h-7a3 3 0 0 1 -3 -3v-10", "key": "svg-0" }]]; const IconCurrencyLeu = createReactComponent("outline", "currency-leu", "CurrencyLeu", __iconNode$13V); const __iconNode$13U = [["path", { "d": "M10 5v15a7 7 0 0 0 7 -7", "key": "svg-0" }], ["path", { "d": "M6 15l8 -4", "key": "svg-1" }], ["path", { "d": "M14 7l-8 4", "key": "svg-2" }]]; const IconCurrencyLira = createReactComponent("outline", "currency-lira", "CurrencyLira", __iconNode$13U); const __iconNode$13T = [["path", { "d": "M18 19h-8.194a2 2 0 0 1 -1.98 -2.283l1.674 -11.717", "key": "svg-0" }], ["path", { "d": "M14 9l-9 4", "key": "svg-1" }]]; const IconCurrencyLitecoin = createReactComponent("outline", "currency-litecoin", "CurrencyLitecoin", __iconNode$13T); const __iconNode$13S = [["path", { "d": "M11 15h.01", "key": "svg-0" }], ["path", { "d": "M21 5v10a2 2 0 0 1 -2 2h-2.764a2 2 0 0 1 -1.789 -1.106l-.447 -.894", "key": "svg-1" }], ["path", { "d": "M5 8l2.773 4.687c.427 .697 .234 1.626 -.43 2.075a1.38 1.38 0 0 1 -.773 .238h-2.224a.93 .93 0 0 1 -.673 -.293l-.673 -.707", "key": "svg-2" }]]; const IconCurrencyLyd = createReactComponent("outline", "currency-lyd", "CurrencyLyd", __iconNode$13S); const __iconNode$13R = [["path", { "d": "M7 19v-7a5 5 0 1 1 10 0v7", "key": "svg-0" }], ["path", { "d": "M12 5v14", "key": "svg-1" }]]; const IconCurrencyManat = createReactComponent("outline", "currency-manat", "CurrencyManat", __iconNode$13R); const __iconNode$13Q = [["path", { "d": "M3 18h3v-11l6 7l6 -7v11h3", "key": "svg-0" }]]; const IconCurrencyMonero = createReactComponent("outline", "currency-monero", "CurrencyMonero", __iconNode$13Q); const __iconNode$13P = [["path", { "d": "M7 18v-10.948a1.05 1.05 0 0 1 1.968 -.51l6.064 10.916a1.05 1.05 0 0 0 1.968 -.51v-10.948", "key": "svg-0" }], ["path", { "d": "M5 10h14", "key": "svg-1" }], ["path", { "d": "M5 14h14", "key": "svg-2" }]]; const IconCurrencyNaira = createReactComponent("outline", "currency-naira", "CurrencyNaira", __iconNode$13P); const __iconNode$13O = [["path", { "d": "M7 20l10 -16", "key": "svg-0" }], ["path", { "d": "M7 12h10", "key": "svg-1" }], ["path", { "d": "M7 16h10", "key": "svg-2" }], ["path", { "d": "M17 20l-10 -16", "key": "svg-3" }]]; const IconCurrencyNano = createReactComponent("outline", "currency-nano", "CurrencyNano", __iconNode$13O); const __iconNode$13N = [["path", { "d": "M18.531 14.524a7 7 0 0 0 -9.06 -9.053m-2.422 1.582a7 7 0 0 0 9.903 9.896", "key": "svg-0" }], ["path", { "d": "M4 4l3 3", "key": "svg-1" }], ["path", { "d": "M20 4l-3 3", "key": "svg-2" }], ["path", { "d": "M4 20l3 -3", "key": "svg-3" }], ["path", { "d": "M20 20l-3 -3", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconCurrencyOff = createReactComponent("outline", "currency-off", "CurrencyOff", __iconNode$13N); const __iconNode$13M = [["path", { "d": "M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4", "key": "svg-0" }], ["path", { "d": "M17 20v-2", "key": "svg-1" }], ["path", { "d": "M18 6v-2", "key": "svg-2" }], ["path", { "d": "M3 6h8", "key": "svg-3" }], ["path", { "d": "M7 6v12", "key": "svg-4" }]]; const IconCurrencyPaanga = createReactComponent("outline", "currency-paanga", "CurrencyPaanga", __iconNode$13M); const __iconNode$13L = [["path", { "d": "M8 19v-14h3.5a4.5 4.5 0 1 1 0 9h-3.5", "key": "svg-0" }], ["path", { "d": "M18 8h-12", "key": "svg-1" }], ["path", { "d": "M18 11h-12", "key": "svg-2" }]]; const IconCurrencyPeso = createReactComponent("outline", "currency-peso", "CurrencyPeso", __iconNode$13L); const __iconNode$13K = [["path", { "d": "M17 18.5a6 6 0 0 1 -5 0a6 6 0 0 0 -5 .5a3 3 0 0 0 2 -2.5v-7.5m1.192 -2.825a4 4 0 0 1 6.258 .825m-3.45 6h-6", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconCurrencyPoundOff = createReactComponent("outline", "currency-pound-off", "CurrencyPoundOff", __iconNode$13K); const __iconNode$13J = [["path", { "d": "M17 18.5a6 6 0 0 1 -5 0a6 6 0 0 0 -5 .5a3 3 0 0 0 2 -2.5v-7.5a4 4 0 0 1 7.45 -2m-2.55 6h-7", "key": "svg-0" }]]; const IconCurrencyPound = createReactComponent("outline", "currency-pound", "CurrencyPound", __iconNode$13J); const __iconNode$13I = [["path", { "d": "M6 12a6 6 0 1 0 12 0a6 6 0 1 0 -12 0", "key": "svg-0" }], ["path", { "d": "M13 13l5 5", "key": "svg-1" }]]; const IconCurrencyQuetzal = createReactComponent("outline", "currency-quetzal", "CurrencyQuetzal", __iconNode$13I); const __iconNode$13H = [["path", { "d": "M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4", "key": "svg-0" }], ["path", { "d": "M4 18v-12h3a3 3 0 1 1 0 6h-3c5.5 0 5 4 6 6", "key": "svg-1" }], ["path", { "d": "M18 6v-2", "key": "svg-2" }], ["path", { "d": "M17 20v-2", "key": "svg-3" }]]; const IconCurrencyReal = createReactComponent("outline", "currency-real", "CurrencyReal", __iconNode$13H); const __iconNode$13G = [["path", { "d": "M15 9v8a2 2 0 1 0 4 0", "key": "svg-0" }], ["path", { "d": "M19 9h-14", "key": "svg-1" }], ["path", { "d": "M19 5h-14", "key": "svg-2" }], ["path", { "d": "M9 9v4c0 2.5 -.667 4 -2 6", "key": "svg-3" }]]; const IconCurrencyRenminbi = createReactComponent("outline", "currency-renminbi", "CurrencyRenminbi", __iconNode$13G); const __iconNode$13F = [["path", { "d": "M4 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M14 7a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M14 17a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M10 12h3l2 -2.5", "key": "svg-3" }], ["path", { "d": "M15 14.5l-2 -2.5", "key": "svg-4" }]]; const IconCurrencyRipple = createReactComponent("outline", "currency-ripple", "CurrencyRipple", __iconNode$13F); const __iconNode$13E = [["path", { "d": "M15 9v2a2 2 0 1 1 -4 0v-1v1a2 2 0 1 1 -4 0v-1v4a2 2 0 1 1 -4 0v-2", "key": "svg-0" }], ["path", { "d": "M18 12.01v-.01", "key": "svg-1" }], ["path", { "d": "M22 10v1a5 5 0 0 1 -5 5", "key": "svg-2" }]]; const IconCurrencyRiyal = createReactComponent("outline", "currency-riyal", "CurrencyRiyal", __iconNode$13E); const __iconNode$13D = [["path", { "d": "M8 19v-14h6a3 3 0 0 1 0 6h-8", "key": "svg-0" }], ["path", { "d": "M14 15h-8", "key": "svg-1" }]]; const IconCurrencyRubel = createReactComponent("outline", "currency-rubel", "CurrencyRubel", __iconNode$13D); const __iconNode$13C = [["path", { "d": "M20 16h.01", "key": "svg-0" }], ["path", { "d": "M4 16c9.5 -4 11.5 -8 14 -9", "key": "svg-1" }], ["path", { "d": "M12 8l5 3", "key": "svg-2" }]]; const IconCurrencyRufiyaa = createReactComponent("outline", "currency-rufiyaa", "CurrencyRufiyaa", __iconNode$13C); const __iconNode$13B = [["path", { "d": "M15 5h-11h3a4 4 0 1 1 0 8h-3l6 6", "key": "svg-0" }], ["path", { "d": "M21 17l-4.586 -4.414a2 2 0 0 0 -2.828 2.828l.707 .707", "key": "svg-1" }]]; const IconCurrencyRupeeNepalese = createReactComponent("outline", "currency-rupee-nepalese", "CurrencyRupeeNepalese", __iconNode$13B); const __iconNode$13A = [["path", { "d": "M18 5h-11h3a4 4 0 0 1 0 8h-3l6 6", "key": "svg-0" }], ["path", { "d": "M7 9l11 0", "key": "svg-1" }]]; const IconCurrencyRupee = createReactComponent("outline", "currency-rupee", "CurrencyRupee", __iconNode$13A); const __iconNode$13z = [["path", { "d": "M6 18v-12h4a4 4 0 0 1 4 4v4", "key": "svg-0" }], ["path", { "d": "M18 6v12h-4a4 4 0 0 1 -4 -4v-4", "key": "svg-1" }]]; const IconCurrencyShekel = createReactComponent("outline", "currency-shekel", "CurrencyShekel", __iconNode$13z); const __iconNode$13y = [["path", { "d": "M4 18h12l4 -4h-12l-4 4", "key": "svg-0" }], ["path", { "d": "M8 14l-4 -4h12l4 4", "key": "svg-1" }], ["path", { "d": "M16 10l4 -4h-12l-4 4", "key": "svg-2" }]]; const IconCurrencySolana = createReactComponent("outline", "currency-solana", "CurrencySolana", __iconNode$13y); const __iconNode$13x = [["path", { "d": "M10 18v-12h-5v10a2 2 0 0 1 -2 2", "key": "svg-0" }], ["path", { "d": "M14 6v12h4a3 3 0 0 0 0 -6h-4h4a3 3 0 0 0 0 -6h-4", "key": "svg-1" }]]; const IconCurrencySom = createReactComponent("outline", "currency-som", "CurrencySom", __iconNode$13x); const __iconNode$13w = [["path", { "d": "M15.5 15.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M7 7a2 2 0 1 1 4 0v9a3 3 0 0 0 6 0v-.5", "key": "svg-1" }], ["path", { "d": "M8 11h6", "key": "svg-2" }]]; const IconCurrencyTaka = createReactComponent("outline", "currency-taka", "CurrencyTaka", __iconNode$13w); const __iconNode$13v = [["path", { "d": "M6 5h12", "key": "svg-0" }], ["path", { "d": "M6 9h12", "key": "svg-1" }], ["path", { "d": "M12 9v10", "key": "svg-2" }]]; const IconCurrencyTenge = createReactComponent("outline", "currency-tenge", "CurrencyTenge", __iconNode$13v); const __iconNode$13u = [["path", { "d": "M7 6h10", "key": "svg-0" }], ["path", { "d": "M12 6v13", "key": "svg-1" }], ["path", { "d": "M8 17l8 -3", "key": "svg-2" }], ["path", { "d": "M16 10l-8 3", "key": "svg-3" }]]; const IconCurrencyTugrik = createReactComponent("outline", "currency-tugrik", "CurrencyTugrik", __iconNode$13u); const __iconNode$13t = [["path", { "d": "M4 6l3.245 11.358a.85 .85 0 0 0 1.624 .035l3.131 -9.393l3.131 9.393a.85 .85 0 0 0 1.624 -.035l3.245 -11.358", "key": "svg-0" }], ["path", { "d": "M21 10h-18", "key": "svg-1" }], ["path", { "d": "M21 14h-18", "key": "svg-2" }]]; const IconCurrencyWon = createReactComponent("outline", "currency-won", "CurrencyWon", __iconNode$13t); const __iconNode$13s = [["path", { "d": "M5 5l3.585 3.585a4.83 4.83 0 0 0 6.83 0l3.585 -3.585", "key": "svg-0" }], ["path", { "d": "M5 19l3.585 -3.585a4.83 4.83 0 0 1 6.83 0l3.585 3.584", "key": "svg-1" }]]; const IconCurrencyXrp = createReactComponent("outline", "currency-xrp", "CurrencyXrp", __iconNode$13s); const __iconNode$13r = [["path", { "d": "M12 19v-7m5 -7l-3.328 4.66", "key": "svg-0" }], ["path", { "d": "M8 17h8", "key": "svg-1" }], ["path", { "d": "M8 13h5", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconCurrencyYenOff = createReactComponent("outline", "currency-yen-off", "CurrencyYenOff", __iconNode$13r); const __iconNode$13q = [["path", { "d": "M12 19v-7l-5 -7m10 0l-5 7", "key": "svg-0" }], ["path", { "d": "M8 17l8 0", "key": "svg-1" }], ["path", { "d": "M8 13l8 0", "key": "svg-2" }]]; const IconCurrencyYen = createReactComponent("outline", "currency-yen", "CurrencyYen", __iconNode$13q); const __iconNode$13p = [["path", { "d": "M12 19v-7l-5 -7", "key": "svg-0" }], ["path", { "d": "M17 5l-5 7", "key": "svg-1" }], ["path", { "d": "M8 13h8", "key": "svg-2" }]]; const IconCurrencyYuan = createReactComponent("outline", "currency-yuan", "CurrencyYuan", __iconNode$13p); const __iconNode$13o = [["path", { "d": "M12 18h-7l7 -7h-7", "key": "svg-0" }], ["path", { "d": "M17 18v-13", "key": "svg-1" }], ["path", { "d": "M14 14.5l6 -3.5", "key": "svg-2" }]]; const IconCurrencyZloty = createReactComponent("outline", "currency-zloty", "CurrencyZloty", __iconNode$13o); const __iconNode$13n = [["path", { "d": "M5 12a7 7 0 1 0 14 0a7 7 0 1 0 -14 0", "key": "svg-0" }], ["path", { "d": "M4 4l3 3", "key": "svg-1" }], ["path", { "d": "M20 4l-3 3", "key": "svg-2" }], ["path", { "d": "M4 20l3 -3", "key": "svg-3" }], ["path", { "d": "M20 20l-3 -3", "key": "svg-4" }]]; const IconCurrency = createReactComponent("outline", "currency", "Currency", __iconNode$13n); const __iconNode$13m = [["path", { "d": "M14.685 10.661c-.3 -.6 -.795 -1.086 -1.402 -1.374m-3.397 .584a3 3 0 1 0 4.24 4.245", "key": "svg-0" }], ["path", { "d": "M6.357 6.33a8 8 0 1 0 11.301 11.326m1.642 -2.378a8 8 0 0 0 -10.597 -10.569", "key": "svg-1" }], ["path", { "d": "M12 2v2", "key": "svg-2" }], ["path", { "d": "M12 20v2", "key": "svg-3" }], ["path", { "d": "M20 12h2", "key": "svg-4" }], ["path", { "d": "M2 12h2", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconCurrentLocationOff = createReactComponent("outline", "current-location-off", "CurrentLocationOff", __iconNode$13m); const __iconNode$13l = [["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M4 12a8 8 0 1 0 16 0a8 8 0 1 0 -16 0", "key": "svg-1" }], ["path", { "d": "M12 2l0 2", "key": "svg-2" }], ["path", { "d": "M12 20l0 2", "key": "svg-3" }], ["path", { "d": "M20 12l2 0", "key": "svg-4" }], ["path", { "d": "M2 12l2 0", "key": "svg-5" }]]; const IconCurrentLocation = createReactComponent("outline", "current-location", "CurrentLocation", __iconNode$13l); const __iconNode$13k = [["path", { "d": "M9 4a3 3 0 0 1 3 3v1m0 9a3 3 0 0 1 -3 3", "key": "svg-0" }], ["path", { "d": "M15 4a3 3 0 0 0 -3 3v1m0 4v5a3 3 0 0 0 3 3", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconCursorOff = createReactComponent("outline", "cursor-off", "CursorOff", __iconNode$13k); const __iconNode$13j = [["path", { "d": "M10 12h4", "key": "svg-0" }], ["path", { "d": "M9 4a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3", "key": "svg-1" }], ["path", { "d": "M15 4a3 3 0 0 0 -3 3v10a3 3 0 0 0 3 3", "key": "svg-2" }]]; const IconCursorText = createReactComponent("outline", "cursor-text", "CursorText", __iconNode$13j); const __iconNode$13i = [["path", { "d": "M4 17a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M14 17a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M9.15 14.85l8.85 -10.85", "key": "svg-2" }], ["path", { "d": "M6 4l8.85 10.85", "key": "svg-3" }]]; const IconCut = createReactComponent("outline", "cut", "Cut", __iconNode$13i); const __iconNode$13h = [["path", { "d": "M5.23 5.233c-.15 .245 -.23 .502 -.23 .767c0 1.131 1.461 2.117 3.62 2.628m4.357 .343c3.404 -.204 6.023 -1.456 6.023 -2.971c0 -1.657 -3.134 -3 -7 -3c-1.645 0 -3.158 .243 -4.353 .65", "key": "svg-0" }], ["path", { "d": "M5 6v12c0 1.657 3.134 3 7 3c3.245 0 5.974 -.946 6.767 -2.23m.233 -3.77v-9", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconCylinderOff = createReactComponent("outline", "cylinder-off", "CylinderOff", __iconNode$13h); const __iconNode$13g = [["path", { "d": "M5 6a7 3 0 1 0 14 0a7 3 0 1 0 -14 0", "key": "svg-0" }], ["path", { "d": "M5 6v12c0 1.657 3.134 3 7 3c.173 0 .345 -.003 .515 -.008m6.485 -8.992v-6", "key": "svg-1" }], ["path", { "d": "M16 19h6", "key": "svg-2" }], ["path", { "d": "M19 16v6", "key": "svg-3" }]]; const IconCylinderPlus = createReactComponent("outline", "cylinder-plus", "CylinderPlus", __iconNode$13g); const __iconNode$13f = [["path", { "d": "M5 6a7 3 0 1 0 14 0a7 3 0 1 0 -14 0", "key": "svg-0" }], ["path", { "d": "M5 6v12c0 1.657 3.134 3 7 3s7 -1.343 7 -3v-12", "key": "svg-1" }]]; const IconCylinder = createReactComponent("outline", "cylinder", "Cylinder", __iconNode$13f); const __iconNode$13e = [["path", { "d": "M11.175 11.178a2 2 0 1 0 2.653 2.634", "key": "svg-0" }], ["path", { "d": "M14.5 10.5l1 -1", "key": "svg-1" }], ["path", { "d": "M8.621 4.612a9 9 0 0 1 11.721 11.72m-1.516 2.488a9.008 9.008 0 0 1 -1.226 1.18h-11.2a9 9 0 0 1 -.268 -13.87", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconDashboardOff = createReactComponent("outline", "dashboard-off", "DashboardOff", __iconNode$13e); const __iconNode$13d = [["path", { "d": "M10 13a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M13.45 11.55l2.05 -2.05", "key": "svg-1" }], ["path", { "d": "M6.4 20a9 9 0 1 1 11.2 0l-11.2 0", "key": "svg-2" }]]; const IconDashboard = createReactComponent("outline", "dashboard", "Dashboard", __iconNode$13d); const __iconNode$13c = [["path", { "d": "M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3", "key": "svg-0" }], ["path", { "d": "M4 6v6c0 1.657 3.582 3 8 3c.21 0 .42 -.003 .626 -.01", "key": "svg-1" }], ["path", { "d": "M20 11.5v-5.5", "key": "svg-2" }], ["path", { "d": "M4 12v6c0 1.657 3.582 3 8 3", "key": "svg-3" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-4" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-5" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-6" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-7" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-8" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-9" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-10" }]]; const IconDatabaseCog = createReactComponent("outline", "database-cog", "DatabaseCog", __iconNode$13c); const __iconNode$13b = [["path", { "d": "M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3", "key": "svg-0" }], ["path", { "d": "M4 6v6c0 1.657 3.582 3 8 3c.415 0 .822 -.012 1.22 -.035", "key": "svg-1" }], ["path", { "d": "M20 10v-4", "key": "svg-2" }], ["path", { "d": "M4 12v6c0 1.657 3.582 3 8 3c.352 0 .698 -.009 1.037 -.025", "key": "svg-3" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-4" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-5" }]]; const IconDatabaseDollar = createReactComponent("outline", "database-dollar", "DatabaseDollar", __iconNode$13b); const __iconNode$13a = [["path", { "d": "M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3", "key": "svg-0" }], ["path", { "d": "M4 6v6c0 1.657 3.582 3 8 3c.478 0 .947 -.016 1.402 -.046", "key": "svg-1" }], ["path", { "d": "M20 12v-6", "key": "svg-2" }], ["path", { "d": "M4 12v6c0 1.526 3.04 2.786 6.972 2.975", "key": "svg-3" }], ["path", { "d": "M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39", "key": "svg-4" }]]; const IconDatabaseEdit = createReactComponent("outline", "database-edit", "DatabaseEdit", __iconNode$13a); const __iconNode$139 = [["path", { "d": "M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3", "key": "svg-0" }], ["path", { "d": "M4 6v6c0 1.657 3.582 3 8 3c1.118 0 2.182 -.086 3.148 -.241m4.852 -2.759v-6", "key": "svg-1" }], ["path", { "d": "M4 12v6c0 1.657 3.582 3 8 3c1.064 0 2.079 -.078 3.007 -.22", "key": "svg-2" }], ["path", { "d": "M19 16v3", "key": "svg-3" }], ["path", { "d": "M19 22v.01", "key": "svg-4" }]]; const IconDatabaseExclamation = createReactComponent("outline", "database-exclamation", "DatabaseExclamation", __iconNode$139); const __iconNode$138 = [["path", { "d": "M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3", "key": "svg-0" }], ["path", { "d": "M4 6v6c0 1.657 3.582 3 8 3c1.118 0 2.183 -.086 3.15 -.241", "key": "svg-1" }], ["path", { "d": "M20 12v-6", "key": "svg-2" }], ["path", { "d": "M4 12v6c0 1.657 3.582 3 8 3c.157 0 .312 -.002 .466 -.005", "key": "svg-3" }], ["path", { "d": "M16 19h6", "key": "svg-4" }], ["path", { "d": "M19 16l3 3l-3 3", "key": "svg-5" }]]; const IconDatabaseExport = createReactComponent("outline", "database-export", "DatabaseExport", __iconNode$138); const __iconNode$137 = [["path", { "d": "M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3", "key": "svg-0" }], ["path", { "d": "M4 6v6c0 1.453 2.755 2.665 6.414 2.941", "key": "svg-1" }], ["path", { "d": "M20 11v-5", "key": "svg-2" }], ["path", { "d": "M4 12v6c0 1.579 3.253 2.873 7.383 2.991", "key": "svg-3" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-4" }]]; const IconDatabaseHeart = createReactComponent("outline", "database-heart", "DatabaseHeart", __iconNode$137); const __iconNode$136 = [["path", { "d": "M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3", "key": "svg-0" }], ["path", { "d": "M4 6v6c0 1.657 3.582 3 8 3c.856 0 1.68 -.05 2.454 -.144m5.546 -2.856v-6", "key": "svg-1" }], ["path", { "d": "M4 12v6c0 1.657 3.582 3 8 3c.171 0 .341 -.002 .51 -.006", "key": "svg-2" }], ["path", { "d": "M19 22v-6", "key": "svg-3" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-4" }]]; const IconDatabaseImport = createReactComponent("outline", "database-import", "DatabaseImport", __iconNode$136); const __iconNode$135 = [["path", { "d": "M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3", "key": "svg-0" }], ["path", { "d": "M4 6v12c0 1.657 3.582 3 8 3s8 -1.343 8 -3v-12", "key": "svg-1" }], ["path", { "d": "M4 15a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1", "key": "svg-2" }]]; const IconDatabaseLeak = createReactComponent("outline", "database-leak", "DatabaseLeak", __iconNode$135); const __iconNode$134 = [["path", { "d": "M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3", "key": "svg-0" }], ["path", { "d": "M4 6v6c0 1.657 3.582 3 8 3s8 -1.343 8 -3v-6", "key": "svg-1" }], ["path", { "d": "M4 12v6c0 1.657 3.582 3 8 3c.164 0 .328 -.002 .49 -.006", "key": "svg-2" }], ["path", { "d": "M20 15v-3", "key": "svg-3" }], ["path", { "d": "M16 19h6", "key": "svg-4" }]]; const IconDatabaseMinus = createReactComponent("outline", "database-minus", "DatabaseMinus", __iconNode$134); const __iconNode$133 = [["path", { "d": "M12.983 8.978c3.955 -.182 7.017 -1.446 7.017 -2.978c0 -1.657 -3.582 -3 -8 -3c-1.661 0 -3.204 .19 -4.483 .515m-2.783 1.228c-.471 .382 -.734 .808 -.734 1.257c0 1.22 1.944 2.271 4.734 2.74", "key": "svg-0" }], ["path", { "d": "M4 6v6c0 1.657 3.582 3 8 3c.986 0 1.93 -.067 2.802 -.19m3.187 -.82c1.251 -.53 2.011 -1.228 2.011 -1.99v-6", "key": "svg-1" }], ["path", { "d": "M4 12v6c0 1.657 3.582 3 8 3c3.217 0 5.991 -.712 7.261 -1.74m.739 -3.26v-4", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconDatabaseOff = createReactComponent("outline", "database-off", "DatabaseOff", __iconNode$133); const __iconNode$132 = [["path", { "d": "M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3", "key": "svg-0" }], ["path", { "d": "M4 6v6c0 1.657 3.582 3 8 3c1.075 0 2.1 -.08 3.037 -.224", "key": "svg-1" }], ["path", { "d": "M20 12v-6", "key": "svg-2" }], ["path", { "d": "M4 12v6c0 1.657 3.582 3 8 3c.166 0 .331 -.002 .495 -.006", "key": "svg-3" }], ["path", { "d": "M16 19h6", "key": "svg-4" }], ["path", { "d": "M19 16v6", "key": "svg-5" }]]; const IconDatabasePlus = createReactComponent("outline", "database-plus", "DatabasePlus", __iconNode$132); const __iconNode$131 = [["path", { "d": "M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3", "key": "svg-0" }], ["path", { "d": "M4 6v6c0 1.657 3.582 3 8 3m8 -3.5v-5.5", "key": "svg-1" }], ["path", { "d": "M4 12v6c0 1.657 3.582 3 8 3", "key": "svg-2" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-3" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-4" }]]; const IconDatabaseSearch = createReactComponent("outline", "database-search", "DatabaseSearch", __iconNode$131); const __iconNode$130 = [["path", { "d": "M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3", "key": "svg-0" }], ["path", { "d": "M4 6v6c0 1.657 3.582 3 8 3c.361 0 .716 -.009 1.065 -.026", "key": "svg-1" }], ["path", { "d": "M20 13v-7", "key": "svg-2" }], ["path", { "d": "M4 12v6c0 1.657 3.582 3 8 3", "key": "svg-3" }], ["path", { "d": "M16 22l5 -5", "key": "svg-4" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-5" }]]; const IconDatabaseShare = createReactComponent("outline", "database-share", "DatabaseShare", __iconNode$130); const __iconNode$12$ = [["path", { "d": "M10 14h.01", "key": "svg-0" }], ["path", { "d": "M14 14h.01", "key": "svg-1" }], ["path", { "d": "M10 17a3.5 3.5 0 0 0 4 0", "key": "svg-2" }], ["path", { "d": "M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3", "key": "svg-3" }], ["path", { "d": "M4 6v12c0 1.657 3.582 3 8 3s8 -1.343 8 -3v-12", "key": "svg-4" }]]; const IconDatabaseSmile = createReactComponent("outline", "database-smile", "DatabaseSmile", __iconNode$12$); const __iconNode$12_ = [["path", { "d": "M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3", "key": "svg-0" }], ["path", { "d": "M4 6v6c0 1.43 2.67 2.627 6.243 2.927", "key": "svg-1" }], ["path", { "d": "M20 10.5v-4.5", "key": "svg-2" }], ["path", { "d": "M4 12v6c0 1.546 3.12 2.82 7.128 2.982", "key": "svg-3" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-4" }]]; const IconDatabaseStar = createReactComponent("outline", "database-star", "DatabaseStar", __iconNode$12_); const __iconNode$12Z = [["path", { "d": "M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3", "key": "svg-0" }], ["path", { "d": "M4 6v6c0 1.657 3.582 3 8 3c.537 0 1.062 -.02 1.57 -.058", "key": "svg-1" }], ["path", { "d": "M20 13.5v-7.5", "key": "svg-2" }], ["path", { "d": "M4 12v6c0 1.657 3.582 3 8 3c.384 0 .762 -.01 1.132 -.03", "key": "svg-3" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-4" }], ["path", { "d": "M17 22l5 -5", "key": "svg-5" }]]; const IconDatabaseX = createReactComponent("outline", "database-x", "DatabaseX", __iconNode$12Z); const __iconNode$12Y = [["path", { "d": "M4 6a8 3 0 1 0 16 0a8 3 0 1 0 -16 0", "key": "svg-0" }], ["path", { "d": "M4 6v6a8 3 0 0 0 16 0v-6", "key": "svg-1" }], ["path", { "d": "M4 12v6a8 3 0 0 0 16 0v-6", "key": "svg-2" }]]; const IconDatabase = createReactComponent("outline", "database", "Database", __iconNode$12Y); const __iconNode$12X = [["path", { "d": "M6 10a7 7 0 1 1 13 3.6a10 10 0 0 1 -2 2a8 8 0 0 0 -2 3a4.5 4.5 0 0 1 -6.8 1.4", "key": "svg-0" }], ["path", { "d": "M10 10a3 3 0 1 1 5 2.2", "key": "svg-1" }], ["path", { "d": "M5 13l4 4", "key": "svg-2" }], ["path", { "d": "M9 13l-4 4", "key": "svg-3" }]]; const IconDeaf = createReactComponent("outline", "deaf", "Deaf", __iconNode$12X); const __iconNode$12W = [["path", { "d": "M17 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M10 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2", "key": "svg-1" }], ["path", { "d": "M5 16h.01", "key": "svg-2" }]]; const IconDecimal = createReactComponent("outline", "decimal", "Decimal", __iconNode$12W); const __iconNode$12V = [["path", { "d": "M3 3c0 2 1 3 4 3c2 0 3 1 3 3", "key": "svg-0" }], ["path", { "d": "M21 3c0 2 -1 3 -4 3c-2 0 -3 .333 -3 3", "key": "svg-1" }], ["path", { "d": "M12 18c-1 0 -4 -3 -4 -6c0 -2 1.333 -3 4 -3s4 1 4 3c0 3 -3 6 -4 6", "key": "svg-2" }], ["path", { "d": "M15.185 14.889l.095 -.18a4 4 0 1 1 -6.56 0", "key": "svg-3" }], ["path", { "d": "M17 3c0 1.333 -.333 2.333 -1 3", "key": "svg-4" }], ["path", { "d": "M7 3c0 1.333 .333 2.333 1 3", "key": "svg-5" }], ["path", { "d": "M7 6c-2.667 .667 -4.333 1.667 -5 3", "key": "svg-6" }], ["path", { "d": "M17 6c2.667 .667 4.333 1.667 5 3", "key": "svg-7" }], ["path", { "d": "M8.5 10l-1.5 -1", "key": "svg-8" }], ["path", { "d": "M15.5 10l1.5 -1", "key": "svg-9" }], ["path", { "d": "M12 15h.01", "key": "svg-10" }]]; const IconDeer = createReactComponent("outline", "deer", "Deer", __iconNode$12V); const __iconNode$12U = [["path", { "d": "M4 20h16l-8 -16l-8 16", "key": "svg-0" }]]; const IconDelta = createReactComponent("outline", "delta", "Delta", __iconNode$12U); const __iconNode$12T = [["path", { "d": "M12 5.5c-1.074 -.586 -2.583 -1.5 -4 -1.5c-2.1 0 -4 1.247 -4 5c0 4.899 1.056 8.41 2.671 10.537c.573 .756 1.97 .521 2.567 -.236c.398 -.505 .819 -1.439 1.262 -2.801c.292 -.771 .892 -1.504 1.5 -1.5c.602 0 1.21 .737 1.5 1.5c.443 1.362 .864 2.295 1.262 2.8c.597 .759 2 .993 2.567 .237c1.615 -2.127 2.671 -5.637 2.671 -10.537c0 -3.74 -1.908 -5 -4 -5c-1.423 0 -2.92 .911 -4 1.5", "key": "svg-0" }], ["path", { "d": "M12 5.5l1 2.5l-2 2l2 2", "key": "svg-1" }]]; const IconDentalBroken = createReactComponent("outline", "dental-broken", "DentalBroken", __iconNode$12T); const __iconNode$12S = [["path", { "d": "M19.277 15.281c.463 -1.75 .723 -3.844 .723 -6.281c0 -3.74 -1.908 -5 -4 -5c-1.423 0 -2.92 .911 -4 1.5c-1.074 -.586 -2.583 -1.5 -4 -1.5m-2.843 1.153c-.707 .784 -1.157 2.017 -1.157 3.847c0 4.899 1.056 8.41 2.671 10.537c.573 .756 1.97 .521 2.567 -.236c.398 -.505 .819 -1.439 1.262 -2.801c.292 -.771 .892 -1.504 1.5 -1.5c.602 0 1.21 .737 1.5 1.5c.443 1.362 .864 2.295 1.262 2.8c.597 .759 2 .993 2.567 .237c.305 -.402 .59 -.853 .852 -1.353", "key": "svg-0" }], ["path", { "d": "M12 5.5l3 1.5", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconDentalOff = createReactComponent("outline", "dental-off", "DentalOff", __iconNode$12S); const __iconNode$12R = [["path", { "d": "M12 5.5c-1.074 -.586 -2.583 -1.5 -4 -1.5c-2.1 0 -4 1.247 -4 5c0 4.899 1.056 8.41 2.671 10.537c.573 .756 1.97 .521 2.567 -.236c.398 -.505 .819 -1.439 1.262 -2.801c.292 -.771 .892 -1.504 1.5 -1.5c.602 0 1.21 .737 1.5 1.5c.443 1.362 .864 2.295 1.262 2.8c.597 .759 2 .993 2.567 .237c1.615 -2.127 2.671 -5.637 2.671 -10.537c0 -3.74 -1.908 -5 -4 -5c-1.423 0 -2.92 .911 -4 1.5", "key": "svg-0" }], ["path", { "d": "M12 5.5l3 1.5", "key": "svg-1" }]]; const IconDental = createReactComponent("outline", "dental", "Dental", __iconNode$12R); const __iconNode$12Q = [["path", { "d": "M12 8h3a1 1 0 0 1 1 1v3", "key": "svg-0" }], ["path", { "d": "M16 16h-7a1 1 0 0 1 -1 -1v-7", "key": "svg-1" }], ["path", { "d": "M12 20v.01", "key": "svg-2" }], ["path", { "d": "M16 20v.01", "key": "svg-3" }], ["path", { "d": "M8 20v.01", "key": "svg-4" }], ["path", { "d": "M4 20v.01", "key": "svg-5" }], ["path", { "d": "M4 16v.01", "key": "svg-6" }], ["path", { "d": "M4 12v.01", "key": "svg-7" }], ["path", { "d": "M4 8v.01", "key": "svg-8" }], ["path", { "d": "M8 4v.01", "key": "svg-9" }], ["path", { "d": "M12 4v.01", "key": "svg-10" }], ["path", { "d": "M16 4v.01", "key": "svg-11" }], ["path", { "d": "M20 4v.01", "key": "svg-12" }], ["path", { "d": "M20 8v.01", "key": "svg-13" }], ["path", { "d": "M20 12v.01", "key": "svg-14" }], ["path", { "d": "M20 16v.01", "key": "svg-15" }], ["path", { "d": "M3 3l18 18", "key": "svg-16" }]]; const IconDeselect = createReactComponent("outline", "deselect", "Deselect", __iconNode$12Q); const __iconNode$12P = [["path", { "d": "M3 6h18", "key": "svg-0" }], ["path", { "d": "M4 6v13", "key": "svg-1" }], ["path", { "d": "M20 19v-13", "key": "svg-2" }], ["path", { "d": "M4 10h16", "key": "svg-3" }], ["path", { "d": "M15 6v8a2 2 0 0 0 2 2h3", "key": "svg-4" }]]; const IconDesk = createReactComponent("outline", "desk", "Desk", __iconNode$12P); const __iconNode$12O = [["path", { "d": "M5 19h14", "key": "svg-0" }], ["path", { "d": "M20.986 16.984a2 2 0 0 0 -.146 -.734l-7.1 -12.25a2 2 0 0 0 -3.5 0l-.821 1.417m-1.469 2.534l-4.81 8.299a2 2 0 0 0 1.75 2.75", "key": "svg-1" }], ["path", { "d": "M12 3v5m0 4v7", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconDetailsOff = createReactComponent("outline", "details-off", "DetailsOff", __iconNode$12O); const __iconNode$12N = [["path", { "d": "M11.999 3l.001 17", "key": "svg-0" }], ["path", { "d": "M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0", "key": "svg-1" }]]; const IconDetails = createReactComponent("outline", "details", "Details", __iconNode$12N); const __iconNode$12M = [["path", { "d": "M11 8a2 2 0 0 1 2 -2a2 2 0 0 1 2 2a2 2 0 0 1 -2 2a2 2 0 0 1 -2 -2", "key": "svg-0" }], ["path", { "d": "M8 6a3 3 0 0 1 3 -3h4a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-4a3 3 0 0 1 -3 -3v-12", "key": "svg-1" }], ["path", { "d": "M13 14v2", "key": "svg-2" }]]; const IconDevice3dCamera = createReactComponent("outline", "device-3d-camera", "Device3dCamera", __iconNode$12M); const __iconNode$12L = [["path", { "d": "M18.005 14.64a3.98 3.98 0 0 0 .995 -2.64", "key": "svg-0" }], ["path", { "d": "M12 4v16", "key": "svg-1" }], ["path", { "d": "M15 5v14a7 7 0 0 0 0 -14", "key": "svg-2" }], ["path", { "d": "M9 5v14a7 7 0 0 1 0 -14", "key": "svg-3" }]]; const IconDevice3dLens = createReactComponent("outline", "device-3d-lens", "Device3dLens", __iconNode$12L); const __iconNode$12K = [["path", { "d": "M21 10h-18", "key": "svg-0" }], ["path", { "d": "M3 8a4 4 0 0 1 4 -4h10a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-10a4 4 0 0 1 -4 -4l0 -8", "key": "svg-1" }], ["path", { "d": "M7 10v1.5a1.5 1.5 0 0 0 1.5 1.5h7a1.5 1.5 0 0 0 1.5 -1.5v-1.5", "key": "svg-2" }]]; const IconDeviceAirpodsCase = createReactComponent("outline", "device-airpods-case", "DeviceAirpodsCase", __iconNode$12K); const __iconNode$12J = [["path", { "d": "M6 4a4 4 0 0 1 4 3.8l0 .2v10.5a1.5 1.5 0 0 1 -3 0v-6.5h-1a4 4 0 0 1 -4 -3.8l0 -.2a4 4 0 0 1 4 -4", "key": "svg-0" }], ["path", { "d": "M18 4a4 4 0 0 0 -4 3.8l0 .2v10.5a1.5 1.5 0 0 0 3 0v-6.5h1a4 4 0 0 0 4 -3.8l0 -.2a4 4 0 0 0 -4 -4", "key": "svg-1" }]]; const IconDeviceAirpods = createReactComponent("outline", "device-airpods", "DeviceAirpods", __iconNode$12J); const __iconNode$12I = [["path", { "d": "M4 12a8 8 0 1 0 16 0a8 8 0 0 0 -16 0", "key": "svg-0" }], ["path", { "d": "M9 15v.01", "key": "svg-1" }], ["path", { "d": "M15 15a6 6 0 0 0 -6 -6", "key": "svg-2" }], ["path", { "d": "M12 15a3 3 0 0 0 -3 -3", "key": "svg-3" }]]; const IconDeviceAirtag = createReactComponent("outline", "device-airtag", "DeviceAirtag", __iconNode$12I); const __iconNode$12H = [["path", { "d": "M3 5a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1l0 -10", "key": "svg-0" }], ["path", { "d": "M7 20l10 0", "key": "svg-1" }], ["path", { "d": "M9 16l0 4", "key": "svg-2" }], ["path", { "d": "M15 16l0 4", "key": "svg-3" }], ["path", { "d": "M8 12l3 -3l2 2l3 -3", "key": "svg-4" }]]; const IconDeviceAnalytics = createReactComponent("outline", "device-analytics", "DeviceAnalytics", __iconNode$12H); const __iconNode$12G = [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10", "key": "svg-0" }], ["path", { "d": "M3 17l4 -3h10l4 3", "key": "svg-1" }], ["path", { "d": "M7 9.5a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-2" }], ["path", { "d": "M16 9.5a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-3" }]]; const IconDeviceAudioTape = createReactComponent("outline", "device-audio-tape", "DeviceAudioTape", __iconNode$12G); const __iconNode$12F = [["path", { "d": "M16 8.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0", "key": "svg-0" }], ["path", { "d": "M13 7h-8a2 2 0 0 0 -2 2v7a2 2 0 0 0 2 2h13a2 2 0 0 0 2 -2v-2", "key": "svg-1" }], ["path", { "d": "M17 15v-1", "key": "svg-2" }]]; const IconDeviceCameraPhone = createReactComponent("outline", "device-camera-phone", "DeviceCameraPhone", __iconNode$12F); const __iconNode$12E = [["path", { "d": "M7 7h-3a1 1 0 0 1 -1 -1v-2c0 -.275 .11 -.523 .29 -.704m3.71 -.296h13a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-9", "key": "svg-0" }], ["path", { "d": "M10.36 10.35a4 4 0 1 0 5.285 5.3", "key": "svg-1" }], ["path", { "d": "M19 7v7c0 .321 -.022 .637 -.064 .947m-1.095 2.913a7 7 0 0 1 -12.841 -3.86l0 -7", "key": "svg-2" }], ["path", { "d": "M12 14h.01", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconDeviceCctvOff = createReactComponent("outline", "device-cctv-off", "DeviceCctvOff", __iconNode$12E); const __iconNode$12D = [["path", { "d": "M3 4a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1l0 -2", "key": "svg-0" }], ["path", { "d": "M8 14a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-1" }], ["path", { "d": "M19 7v7a7 7 0 0 1 -14 0v-7", "key": "svg-2" }], ["path", { "d": "M12 14l.01 0", "key": "svg-3" }]]; const IconDeviceCctv = createReactComponent("outline", "device-cctv", "DeviceCctv", __iconNode$12D); const __iconNode$12C = [["path", { "d": "M6.15 6.153a7 7 0 0 0 9.696 9.696m2 -2a7 7 0 0 0 -9.699 -9.695", "key": "svg-0" }], ["path", { "d": "M9.13 9.122a3 3 0 0 0 3.743 3.749m2 -2a3 3 0 0 0 -3.737 -3.736", "key": "svg-1" }], ["path", { "d": "M8 16l-2.091 3.486a1 1 0 0 0 .857 1.514h10.468a1 1 0 0 0 .857 -1.514l-2.091 -3.486", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconDeviceComputerCameraOff = createReactComponent("outline", "device-computer-camera-off", "DeviceComputerCameraOff", __iconNode$12C); const __iconNode$12B = [["path", { "d": "M5 10a7 7 0 1 0 14 0a7 7 0 1 0 -14 0", "key": "svg-0" }], ["path", { "d": "M9 10a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M8 16l-2.091 3.486a1 1 0 0 0 .857 1.514h10.468a1 1 0 0 0 .857 -1.514l-2.091 -3.486", "key": "svg-2" }]]; const IconDeviceComputerCamera = createReactComponent("outline", "device-computer-camera", "DeviceComputerCamera", __iconNode$12B); const __iconNode$12A = [["path", { "d": "M3 5a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1l0 -10", "key": "svg-0" }], ["path", { "d": "M7 20h10", "key": "svg-1" }], ["path", { "d": "M9 16v4", "key": "svg-2" }], ["path", { "d": "M15 16v4", "key": "svg-3" }], ["path", { "d": "M9 12v-4", "key": "svg-4" }], ["path", { "d": "M12 12v-1", "key": "svg-5" }], ["path", { "d": "M15 12v-2", "key": "svg-6" }], ["path", { "d": "M12 12v-1", "key": "svg-7" }]]; const IconDeviceDesktopAnalytics = createReactComponent("outline", "device-desktop-analytics", "DeviceDesktopAnalytics", __iconNode$12A); const __iconNode$12z = [["path", { "d": "M14.5 16h-10.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7.5", "key": "svg-0" }], ["path", { "d": "M7 20h6", "key": "svg-1" }], ["path", { "d": "M9 16v4", "key": "svg-2" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-3" }]]; const IconDeviceDesktopBolt = createReactComponent("outline", "device-desktop-bolt", "DeviceDesktopBolt", __iconNode$12z); const __iconNode$12y = [["path", { "d": "M12.5 16h-8.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7.5", "key": "svg-0" }], ["path", { "d": "M7 20h5", "key": "svg-1" }], ["path", { "d": "M9 16v4", "key": "svg-2" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-3" }], ["path", { "d": "M17 21l4 -4", "key": "svg-4" }]]; const IconDeviceDesktopCancel = createReactComponent("outline", "device-desktop-cancel", "DeviceDesktopCancel", __iconNode$12y); const __iconNode$12x = [["path", { "d": "M12 16h-8a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8", "key": "svg-0" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-1" }], ["path", { "d": "M7 20h4", "key": "svg-2" }], ["path", { "d": "M9 16v4", "key": "svg-3" }]]; const IconDeviceDesktopCheck = createReactComponent("outline", "device-desktop-check", "DeviceDesktopCheck", __iconNode$12x); const __iconNode$12w = [["path", { "d": "M12.5 16h-8.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8", "key": "svg-0" }], ["path", { "d": "M7 20h4", "key": "svg-1" }], ["path", { "d": "M9 16v4", "key": "svg-2" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-3" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-4" }]]; const IconDeviceDesktopCode = createReactComponent("outline", "device-desktop-code", "DeviceDesktopCode", __iconNode$12w); const __iconNode$12v = [["path", { "d": "M12 16h-8a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7", "key": "svg-0" }], ["path", { "d": "M7 20h5", "key": "svg-1" }], ["path", { "d": "M9 16v4", "key": "svg-2" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-4" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-5" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-6" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-7" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-8" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-9" }]]; const IconDeviceDesktopCog = createReactComponent("outline", "device-desktop-cog", "DeviceDesktopCog", __iconNode$12v); const __iconNode$12u = [["path", { "d": "M13 16h-9a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v5.5", "key": "svg-0" }], ["path", { "d": "M7 20h6.5", "key": "svg-1" }], ["path", { "d": "M9 16v4", "key": "svg-2" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-3" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-4" }]]; const IconDeviceDesktopDollar = createReactComponent("outline", "device-desktop-dollar", "DeviceDesktopDollar", __iconNode$12u); const __iconNode$12t = [["path", { "d": "M13.5 16h-9.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7.5", "key": "svg-0" }], ["path", { "d": "M7 20h5", "key": "svg-1" }], ["path", { "d": "M9 16v4", "key": "svg-2" }], ["path", { "d": "M19 16v6", "key": "svg-3" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-4" }]]; const IconDeviceDesktopDown = createReactComponent("outline", "device-desktop-down", "DeviceDesktopDown", __iconNode$12t); const __iconNode$12s = [["path", { "d": "M15 16h-11a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7", "key": "svg-0" }], ["path", { "d": "M7 20h8", "key": "svg-1" }], ["path", { "d": "M9 16v4", "key": "svg-2" }], ["path", { "d": "M15 16v4", "key": "svg-3" }], ["path", { "d": "M19 16v3", "key": "svg-4" }], ["path", { "d": "M19 22v.01", "key": "svg-5" }]]; const IconDeviceDesktopExclamation = createReactComponent("outline", "device-desktop-exclamation", "DeviceDesktopExclamation", __iconNode$12s); const __iconNode$12r = [["path", { "d": "M10 16h-6a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v6", "key": "svg-0" }], ["path", { "d": "M7 20h3.5", "key": "svg-1" }], ["path", { "d": "M9 16v4", "key": "svg-2" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-3" }]]; const IconDeviceDesktopHeart = createReactComponent("outline", "device-desktop-heart", "DeviceDesktopHeart", __iconNode$12r); const __iconNode$12q = [["path", { "d": "M13.5 16h-9.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v10", "key": "svg-0" }], ["path", { "d": "M7 20h5", "key": "svg-1" }], ["path", { "d": "M9 16v4", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }]]; const IconDeviceDesktopMinus = createReactComponent("outline", "device-desktop-minus", "DeviceDesktopMinus", __iconNode$12q); const __iconNode$12p = [["path", { "d": "M8 4h12a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1m-4 0h-12a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1", "key": "svg-0" }], ["path", { "d": "M7 20h10", "key": "svg-1" }], ["path", { "d": "M9 16v4", "key": "svg-2" }], ["path", { "d": "M15 16v4", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconDeviceDesktopOff = createReactComponent("outline", "device-desktop-off", "DeviceDesktopOff", __iconNode$12p); const __iconNode$12o = [["path", { "d": "M13 16h-9a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8", "key": "svg-0" }], ["path", { "d": "M17 17v5", "key": "svg-1" }], ["path", { "d": "M21 17v5", "key": "svg-2" }], ["path", { "d": "M7 20h6", "key": "svg-3" }], ["path", { "d": "M9 16v4", "key": "svg-4" }]]; const IconDeviceDesktopPause = createReactComponent("outline", "device-desktop-pause", "DeviceDesktopPause", __iconNode$12o); const __iconNode$12n = [["path", { "d": "M12.5 16h-8.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v6", "key": "svg-0" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-1" }], ["path", { "d": "M19 18v.01", "key": "svg-2" }], ["path", { "d": "M7 20h5", "key": "svg-3" }], ["path", { "d": "M9 16v4", "key": "svg-4" }]]; const IconDeviceDesktopPin = createReactComponent("outline", "device-desktop-pin", "DeviceDesktopPin", __iconNode$12n); const __iconNode$12m = [["path", { "d": "M13.5 16h-9.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7.5", "key": "svg-0" }], ["path", { "d": "M7 20h5", "key": "svg-1" }], ["path", { "d": "M9 16v4", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }], ["path", { "d": "M19 16v6", "key": "svg-4" }]]; const IconDeviceDesktopPlus = createReactComponent("outline", "device-desktop-plus", "DeviceDesktopPlus", __iconNode$12m); const __iconNode$12l = [["path", { "d": "M13.5 16h-9.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v6.5", "key": "svg-0" }], ["path", { "d": "M7 20h8", "key": "svg-1" }], ["path", { "d": "M9 16v4", "key": "svg-2" }], ["path", { "d": "M19 22v.01", "key": "svg-3" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-4" }]]; const IconDeviceDesktopQuestion = createReactComponent("outline", "device-desktop-question", "DeviceDesktopQuestion", __iconNode$12l); const __iconNode$12k = [["path", { "d": "M11.5 16h-7.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v6.5", "key": "svg-0" }], ["path", { "d": "M7 20h4", "key": "svg-1" }], ["path", { "d": "M9 16v4", "key": "svg-2" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-3" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-4" }]]; const IconDeviceDesktopSearch = createReactComponent("outline", "device-desktop-search", "DeviceDesktopSearch", __iconNode$12k); const __iconNode$12j = [["path", { "d": "M12.5 16h-8.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8", "key": "svg-0" }], ["path", { "d": "M7 20h5.5", "key": "svg-1" }], ["path", { "d": "M9 16v4", "key": "svg-2" }], ["path", { "d": "M16 22l5 -5", "key": "svg-3" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-4" }]]; const IconDeviceDesktopShare = createReactComponent("outline", "device-desktop-share", "DeviceDesktopShare", __iconNode$12j); const __iconNode$12i = [["path", { "d": "M10 16h-6a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v6.5", "key": "svg-0" }], ["path", { "d": "M7 20h3.5", "key": "svg-1" }], ["path", { "d": "M9 16v4", "key": "svg-2" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-3" }]]; const IconDeviceDesktopStar = createReactComponent("outline", "device-desktop-star", "DeviceDesktopStar", __iconNode$12i); const __iconNode$12h = [["path", { "d": "M13.5 16h-9.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7.5", "key": "svg-0" }], ["path", { "d": "M19 22v-6", "key": "svg-1" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-2" }], ["path", { "d": "M7 20h5", "key": "svg-3" }], ["path", { "d": "M9 16v4", "key": "svg-4" }]]; const IconDeviceDesktopUp = createReactComponent("outline", "device-desktop-up", "DeviceDesktopUp", __iconNode$12h); const __iconNode$12g = [["path", { "d": "M13 16h-9a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8", "key": "svg-0" }], ["path", { "d": "M7 20h6.5", "key": "svg-1" }], ["path", { "d": "M9 16v4", "key": "svg-2" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-3" }], ["path", { "d": "M17 22l5 -5", "key": "svg-4" }]]; const IconDeviceDesktopX = createReactComponent("outline", "device-desktop-x", "DeviceDesktopX", __iconNode$12g); const __iconNode$12f = [["path", { "d": "M3 5a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10", "key": "svg-0" }], ["path", { "d": "M7 20h10", "key": "svg-1" }], ["path", { "d": "M9 16v4", "key": "svg-2" }], ["path", { "d": "M15 16v4", "key": "svg-3" }]]; const IconDeviceDesktop = createReactComponent("outline", "device-desktop", "DeviceDesktop", __iconNode$12f); const __iconNode$12e = [["path", { "d": "M6 4h10l4 4v10a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M10 14a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M14 4l0 4l-6 0l0 -4", "key": "svg-2" }]]; const IconDeviceFloppy = createReactComponent("outline", "device-floppy", "DeviceFloppy", __iconNode$12e); const __iconNode$12d = [["path", { "d": "M12 5h3.5a5 5 0 0 1 0 10h-5.5l-4.015 4.227a2.3 2.3 0 0 1 -3.923 -2.035l1.634 -8.173a5 5 0 0 1 4.904 -4.019h3.4", "key": "svg-0" }], ["path", { "d": "M14 15l4.07 4.284a2.3 2.3 0 0 0 3.925 -2.023l-1.6 -8.232", "key": "svg-1" }], ["path", { "d": "M8 9v2", "key": "svg-2" }], ["path", { "d": "M7 10h2", "key": "svg-3" }], ["path", { "d": "M14 10h2", "key": "svg-4" }]]; const IconDeviceGamepad2 = createReactComponent("outline", "device-gamepad-2", "DeviceGamepad2", __iconNode$12d); const __iconNode$12c = [["path", { "d": "M9 12l-3 -3h-2a1 1 0 0 0 -1 1v4a1 1 0 0 0 1 1h2l3 -3", "key": "svg-0" }], ["path", { "d": "M15 12l3 -3h2a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-2l-3 -3", "key": "svg-1" }], ["path", { "d": "M12 15l-3 3v2a1 1 0 0 0 1 1h4a1 1 0 0 0 1 -1v-2l-3 -3", "key": "svg-2" }], ["path", { "d": "M12 9l-3 -3v-2a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v2l-3 3", "key": "svg-3" }]]; const IconDeviceGamepad3 = createReactComponent("outline", "device-gamepad-3", "DeviceGamepad3", __iconNode$12c); const __iconNode$12b = [["path", { "d": "M2 8a2 2 0 0 1 2 -2h16a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-16a2 2 0 0 1 -2 -2l0 -8", "key": "svg-0" }], ["path", { "d": "M6 12h4m-2 -2v4", "key": "svg-1" }], ["path", { "d": "M15 11l0 .01", "key": "svg-2" }], ["path", { "d": "M18 13l0 .01", "key": "svg-3" }]]; const IconDeviceGamepad = createReactComponent("outline", "device-gamepad", "DeviceGamepad", __iconNode$12b); const __iconNode$12a = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }], ["path", { "d": "M4 9h6l1 -2l2 4l1 -2h6", "key": "svg-1" }], ["path", { "d": "M4 14h16", "key": "svg-2" }], ["path", { "d": "M14 17v.01", "key": "svg-3" }], ["path", { "d": "M17 17v.01", "key": "svg-4" }]]; const IconDeviceHeartMonitor = createReactComponent("outline", "device-heart-monitor", "DeviceHeartMonitor", __iconNode$12a); const __iconNode$129 = [["path", { "d": "M13.5 17h-9.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8.5", "key": "svg-0" }], ["path", { "d": "M3 13h13", "key": "svg-1" }], ["path", { "d": "M8 21h5.5", "key": "svg-2" }], ["path", { "d": "M10 17l-.5 4", "key": "svg-3" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-4" }]]; const IconDeviceImacBolt = createReactComponent("outline", "device-imac-bolt", "DeviceImacBolt", __iconNode$129); const __iconNode$128 = [["path", { "d": "M12.5 17h-8.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8", "key": "svg-0" }], ["path", { "d": "M3 13h12.5", "key": "svg-1" }], ["path", { "d": "M8 21h4.5", "key": "svg-2" }], ["path", { "d": "M10 17l-.5 4", "key": "svg-3" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-4" }], ["path", { "d": "M17 21l4 -4", "key": "svg-5" }]]; const IconDeviceImacCancel = createReactComponent("outline", "device-imac-cancel", "DeviceImacCancel", __iconNode$128); const __iconNode$127 = [["path", { "d": "M11.5 17h-7.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v9", "key": "svg-0" }], ["path", { "d": "M3 13h18", "key": "svg-1" }], ["path", { "d": "M8 21h3.5", "key": "svg-2" }], ["path", { "d": "M10 17l-.5 4", "key": "svg-3" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-4" }]]; const IconDeviceImacCheck = createReactComponent("outline", "device-imac-check", "DeviceImacCheck", __iconNode$127); const __iconNode$126 = [["path", { "d": "M11.5 17h-7.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v9", "key": "svg-0" }], ["path", { "d": "M3 13h18", "key": "svg-1" }], ["path", { "d": "M8 21h3.5", "key": "svg-2" }], ["path", { "d": "M10 17l-.5 4", "key": "svg-3" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-4" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-5" }]]; const IconDeviceImacCode = createReactComponent("outline", "device-imac-code", "DeviceImacCode", __iconNode$126); const __iconNode$125 = [["path", { "d": "M12 17h-8a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8", "key": "svg-0" }], ["path", { "d": "M3 13h13", "key": "svg-1" }], ["path", { "d": "M8 21h4", "key": "svg-2" }], ["path", { "d": "M10 17l-.5 4", "key": "svg-3" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-4" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-5" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-6" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-7" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-8" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-9" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-10" }]]; const IconDeviceImacCog = createReactComponent("outline", "device-imac-cog", "DeviceImacCog", __iconNode$125); const __iconNode$124 = [["path", { "d": "M13 17h-9a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v6.5", "key": "svg-0" }], ["path", { "d": "M3 13h11", "key": "svg-1" }], ["path", { "d": "M8 21h5", "key": "svg-2" }], ["path", { "d": "M10 17l-.5 4", "key": "svg-3" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-4" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-5" }]]; const IconDeviceImacDollar = createReactComponent("outline", "device-imac-dollar", "DeviceImacDollar", __iconNode$124); const __iconNode$123 = [["path", { "d": "M12.5 17h-8.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8.5", "key": "svg-0" }], ["path", { "d": "M3 13h13", "key": "svg-1" }], ["path", { "d": "M8 21h4.5", "key": "svg-2" }], ["path", { "d": "M10 17l-.5 4", "key": "svg-3" }], ["path", { "d": "M19 16v6", "key": "svg-4" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-5" }]]; const IconDeviceImacDown = createReactComponent("outline", "device-imac-down", "DeviceImacDown", __iconNode$123); const __iconNode$122 = [["path", { "d": "M15 17h-11a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8.5", "key": "svg-0" }], ["path", { "d": "M3 13h13", "key": "svg-1" }], ["path", { "d": "M8 21h7", "key": "svg-2" }], ["path", { "d": "M10 17l-.5 4", "key": "svg-3" }], ["path", { "d": "M14 17l.5 4", "key": "svg-4" }], ["path", { "d": "M19 16v3", "key": "svg-5" }], ["path", { "d": "M19 22v.01", "key": "svg-6" }]]; const IconDeviceImacExclamation = createReactComponent("outline", "device-imac-exclamation", "DeviceImacExclamation", __iconNode$122); const __iconNode$121 = [["path", { "d": "M10 17h-6a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7", "key": "svg-0" }], ["path", { "d": "M3 13h9", "key": "svg-1" }], ["path", { "d": "M8 21h3.5", "key": "svg-2" }], ["path", { "d": "M10 17l-.5 4", "key": "svg-3" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-4" }]]; const IconDeviceImacHeart = createReactComponent("outline", "device-imac-heart", "DeviceImacHeart", __iconNode$121); const __iconNode$120 = [["path", { "d": "M12.5 17h-8.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v11", "key": "svg-0" }], ["path", { "d": "M3 13h18", "key": "svg-1" }], ["path", { "d": "M8 21h4.5", "key": "svg-2" }], ["path", { "d": "M10 17l-.5 4", "key": "svg-3" }], ["path", { "d": "M16 19h6", "key": "svg-4" }]]; const IconDeviceImacMinus = createReactComponent("outline", "device-imac-minus", "DeviceImacMinus", __iconNode$120); const __iconNode$11$ = [["path", { "d": "M7 3h13a1 1 0 0 1 1 1v12c0 .28 -.115 .532 -.3 .713m-3.7 .287h-13a1 1 0 0 1 -1 -1v-12c0 -.276 .112 -.526 .293 -.707", "key": "svg-0" }], ["path", { "d": "M3 13h10m4 0h4", "key": "svg-1" }], ["path", { "d": "M8 21h8", "key": "svg-2" }], ["path", { "d": "M10 17l-.5 4", "key": "svg-3" }], ["path", { "d": "M14 17l.5 4", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconDeviceImacOff = createReactComponent("outline", "device-imac-off", "DeviceImacOff", __iconNode$11$); const __iconNode$11_ = [["path", { "d": "M13 17h-9a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v9", "key": "svg-0" }], ["path", { "d": "M3 13h18", "key": "svg-1" }], ["path", { "d": "M8 21h5", "key": "svg-2" }], ["path", { "d": "M10 17l-.5 4", "key": "svg-3" }], ["path", { "d": "M17 17v5", "key": "svg-4" }], ["path", { "d": "M21 17v5", "key": "svg-5" }]]; const IconDeviceImacPause = createReactComponent("outline", "device-imac-pause", "DeviceImacPause", __iconNode$11_); const __iconNode$11Z = [["path", { "d": "M12 17h-8a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7.5", "key": "svg-0" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-1" }], ["path", { "d": "M19 18v.01", "key": "svg-2" }], ["path", { "d": "M3 13h11", "key": "svg-3" }], ["path", { "d": "M8 21h4.5", "key": "svg-4" }], ["path", { "d": "M10 17l-.5 4", "key": "svg-5" }]]; const IconDeviceImacPin = createReactComponent("outline", "device-imac-pin", "DeviceImacPin", __iconNode$11Z); const __iconNode$11Y = [["path", { "d": "M12.5 17h-8.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8.5", "key": "svg-0" }], ["path", { "d": "M3 13h13.5", "key": "svg-1" }], ["path", { "d": "M8 21h4.5", "key": "svg-2" }], ["path", { "d": "M10 17l-.5 4", "key": "svg-3" }], ["path", { "d": "M16 19h6", "key": "svg-4" }], ["path", { "d": "M19 16v6", "key": "svg-5" }]]; const IconDeviceImacPlus = createReactComponent("outline", "device-imac-plus", "DeviceImacPlus", __iconNode$11Y); const __iconNode$11X = [["path", { "d": "M14 17h-10a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7.5", "key": "svg-0" }], ["path", { "d": "M3 13h11.5", "key": "svg-1" }], ["path", { "d": "M8 21h7", "key": "svg-2" }], ["path", { "d": "M10 17l-.5 4", "key": "svg-3" }], ["path", { "d": "M14 17l.5 4", "key": "svg-4" }], ["path", { "d": "M19 22v.01", "key": "svg-5" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-6" }]]; const IconDeviceImacQuestion = createReactComponent("outline", "device-imac-question", "DeviceImacQuestion", __iconNode$11X); const __iconNode$11W = [["path", { "d": "M11 17h-7a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8", "key": "svg-0" }], ["path", { "d": "M3 13h10", "key": "svg-1" }], ["path", { "d": "M8 21h4", "key": "svg-2" }], ["path", { "d": "M10 17l-.5 4", "key": "svg-3" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-4" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-5" }]]; const IconDeviceImacSearch = createReactComponent("outline", "device-imac-search", "DeviceImacSearch", __iconNode$11W); const __iconNode$11V = [["path", { "d": "M12.5 17h-8.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v9", "key": "svg-0" }], ["path", { "d": "M3 13h18", "key": "svg-1" }], ["path", { "d": "M8 21h4", "key": "svg-2" }], ["path", { "d": "M10 17l-.5 4", "key": "svg-3" }], ["path", { "d": "M16 22l5 -5", "key": "svg-4" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-5" }]]; const IconDeviceImacShare = createReactComponent("outline", "device-imac-share", "DeviceImacShare", __iconNode$11V); const __iconNode$11U = [["path", { "d": "M10 17h-6a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7.5", "key": "svg-0" }], ["path", { "d": "M3 13h10", "key": "svg-1" }], ["path", { "d": "M8 21h3", "key": "svg-2" }], ["path", { "d": "M10 17l-.5 4", "key": "svg-3" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-4" }]]; const IconDeviceImacStar = createReactComponent("outline", "device-imac-star", "DeviceImacStar", __iconNode$11U); const __iconNode$11T = [["path", { "d": "M12.5 17h-8.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8.5", "key": "svg-0" }], ["path", { "d": "M3 13h13", "key": "svg-1" }], ["path", { "d": "M8 21h4.5", "key": "svg-2" }], ["path", { "d": "M10 17l-.5 4", "key": "svg-3" }], ["path", { "d": "M19 22v-6", "key": "svg-4" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-5" }]]; const IconDeviceImacUp = createReactComponent("outline", "device-imac-up", "DeviceImacUp", __iconNode$11T); const __iconNode$11S = [["path", { "d": "M13 17h-9a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v9", "key": "svg-0" }], ["path", { "d": "M3 13h18", "key": "svg-1" }], ["path", { "d": "M8 21h5", "key": "svg-2" }], ["path", { "d": "M10 17l-.5 4", "key": "svg-3" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-4" }], ["path", { "d": "M17 22l5 -5", "key": "svg-5" }]]; const IconDeviceImacX = createReactComponent("outline", "device-imac-x", "DeviceImacX", __iconNode$11S); const __iconNode$11R = [["path", { "d": "M3 4a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-12", "key": "svg-0" }], ["path", { "d": "M3 13h18", "key": "svg-1" }], ["path", { "d": "M8 21h8", "key": "svg-2" }], ["path", { "d": "M10 17l-.5 4", "key": "svg-3" }], ["path", { "d": "M14 17l.5 4", "key": "svg-4" }]]; const IconDeviceImac = createReactComponent("outline", "device-imac", "DeviceImac", __iconNode$11R); const __iconNode$11Q = [["path", { "d": "M13.5 21h-7.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v7", "key": "svg-0" }], ["path", { "d": "M9 18h4", "key": "svg-1" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-2" }]]; const IconDeviceIpadBolt = createReactComponent("outline", "device-ipad-bolt", "DeviceIpadBolt", __iconNode$11Q); const __iconNode$11P = [["path", { "d": "M12.5 21h-6.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v7", "key": "svg-0" }], ["path", { "d": "M9 18h3", "key": "svg-1" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M17 21l4 -4", "key": "svg-3" }]]; const IconDeviceIpadCancel = createReactComponent("outline", "device-ipad-cancel", "DeviceIpadCancel", __iconNode$11P); const __iconNode$11O = [["path", { "d": "M11.5 21h-5.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8", "key": "svg-0" }], ["path", { "d": "M9 18h2", "key": "svg-1" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-2" }]]; const IconDeviceIpadCheck = createReactComponent("outline", "device-ipad-check", "DeviceIpadCheck", __iconNode$11O); const __iconNode$11N = [["path", { "d": "M11.5 21h-5.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8", "key": "svg-0" }], ["path", { "d": "M9 18h2", "key": "svg-1" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-2" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-3" }]]; const IconDeviceIpadCode = createReactComponent("outline", "device-ipad-code", "DeviceIpadCode", __iconNode$11N); const __iconNode$11M = [["path", { "d": "M12 21h-6a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6.5", "key": "svg-0" }], ["path", { "d": "M9 18h3", "key": "svg-1" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-3" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-4" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-5" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-6" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-7" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-8" }]]; const IconDeviceIpadCog = createReactComponent("outline", "device-ipad-cog", "DeviceIpadCog", __iconNode$11M); const __iconNode$11L = [["path", { "d": "M13 21h-7a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5", "key": "svg-0" }], ["path", { "d": "M9 18h4", "key": "svg-1" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-2" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-3" }]]; const IconDeviceIpadDollar = createReactComponent("outline", "device-ipad-dollar", "DeviceIpadDollar", __iconNode$11L); const __iconNode$11K = [["path", { "d": "M12.5 21h-6.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v7", "key": "svg-0" }], ["path", { "d": "M9 18h3", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-3" }]]; const IconDeviceIpadDown = createReactComponent("outline", "device-ipad-down", "DeviceIpadDown", __iconNode$11K); const __iconNode$11J = [["path", { "d": "M15 21h-9a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v7", "key": "svg-0" }], ["path", { "d": "M9 18h6", "key": "svg-1" }], ["path", { "d": "M19 16v3", "key": "svg-2" }], ["path", { "d": "M19 22v.01", "key": "svg-3" }]]; const IconDeviceIpadExclamation = createReactComponent("outline", "device-ipad-exclamation", "DeviceIpadExclamation", __iconNode$11J); const __iconNode$11I = [["path", { "d": "M11.5 21h-5.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6", "key": "svg-0" }], ["path", { "d": "M9 18h1", "key": "svg-1" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-2" }]]; const IconDeviceIpadHeart = createReactComponent("outline", "device-ipad-heart", "DeviceIpadHeart", __iconNode$11I); const __iconNode$11H = [["path", { "d": "M13 20h-8a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6.5", "key": "svg-0" }], ["path", { "d": "M9 17h4.5", "key": "svg-1" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-2" }]]; const IconDeviceIpadHorizontalBolt = createReactComponent("outline", "device-ipad-horizontal-bolt", "DeviceIpadHorizontalBolt", __iconNode$11H); const __iconNode$11G = [["path", { "d": "M12 20h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6.5", "key": "svg-0" }], ["path", { "d": "M9 17h3.5", "key": "svg-1" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M17 21l4 -4", "key": "svg-3" }]]; const IconDeviceIpadHorizontalCancel = createReactComponent("outline", "device-ipad-horizontal-cancel", "DeviceIpadHorizontalCancel", __iconNode$11G); const __iconNode$11F = [["path", { "d": "M11 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7", "key": "svg-0" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-1" }], ["path", { "d": "M9 17h2.5", "key": "svg-2" }]]; const IconDeviceIpadHorizontalCheck = createReactComponent("outline", "device-ipad-horizontal-check", "DeviceIpadHorizontalCheck", __iconNode$11F); const __iconNode$11E = [["path", { "d": "M11 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7", "key": "svg-0" }], ["path", { "d": "M9 17h2.5", "key": "svg-1" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-2" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-3" }]]; const IconDeviceIpadHorizontalCode = createReactComponent("outline", "device-ipad-horizontal-code", "DeviceIpadHorizontalCode", __iconNode$11E); const __iconNode$11D = [["path", { "d": "M12 20h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6", "key": "svg-0" }], ["path", { "d": "M9 17h3", "key": "svg-1" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-3" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-4" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-5" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-6" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-7" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-8" }]]; const IconDeviceIpadHorizontalCog = createReactComponent("outline", "device-ipad-horizontal-cog", "DeviceIpadHorizontalCog", __iconNode$11D); const __iconNode$11C = [["path", { "d": "M13 20h-8a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4.5", "key": "svg-0" }], ["path", { "d": "M9 17h4", "key": "svg-1" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-2" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-3" }]]; const IconDeviceIpadHorizontalDollar = createReactComponent("outline", "device-ipad-horizontal-dollar", "DeviceIpadHorizontalDollar", __iconNode$11C); const __iconNode$11B = [["path", { "d": "M12 20h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6.5", "key": "svg-0" }], ["path", { "d": "M9 17h3.5", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-3" }]]; const IconDeviceIpadHorizontalDown = createReactComponent("outline", "device-ipad-horizontal-down", "DeviceIpadHorizontalDown", __iconNode$11B); const __iconNode$11A = [["path", { "d": "M15 20h-10a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6", "key": "svg-0" }], ["path", { "d": "M9 17h6", "key": "svg-1" }], ["path", { "d": "M19 16v3", "key": "svg-2" }], ["path", { "d": "M19 22v.01", "key": "svg-3" }]]; const IconDeviceIpadHorizontalExclamation = createReactComponent("outline", "device-ipad-horizontal-exclamation", "DeviceIpadHorizontalExclamation", __iconNode$11A); const __iconNode$11z = [["path", { "d": "M10.5 20h-5.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5", "key": "svg-0" }], ["path", { "d": "M9 17h1", "key": "svg-1" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-2" }]]; const IconDeviceIpadHorizontalHeart = createReactComponent("outline", "device-ipad-horizontal-heart", "DeviceIpadHorizontalHeart", __iconNode$11z); const __iconNode$11y = [["path", { "d": "M12 20h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v9", "key": "svg-0" }], ["path", { "d": "M9 17h3.5", "key": "svg-1" }], ["path", { "d": "M16 19h6", "key": "svg-2" }]]; const IconDeviceIpadHorizontalMinus = createReactComponent("outline", "device-ipad-horizontal-minus", "DeviceIpadHorizontalMinus", __iconNode$11y); const __iconNode$11x = [["path", { "d": "M8 4h12a2 2 0 0 1 2 2v12m-2 2h-16a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M9 17h6", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconDeviceIpadHorizontalOff = createReactComponent("outline", "device-ipad-horizontal-off", "DeviceIpadHorizontalOff", __iconNode$11x); const __iconNode$11w = [["path", { "d": "M13 20h-8a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7", "key": "svg-0" }], ["path", { "d": "M9 17h4", "key": "svg-1" }], ["path", { "d": "M17 17v5", "key": "svg-2" }], ["path", { "d": "M21 17v5", "key": "svg-3" }]]; const IconDeviceIpadHorizontalPause = createReactComponent("outline", "device-ipad-horizontal-pause", "DeviceIpadHorizontalPause", __iconNode$11w); const __iconNode$11v = [["path", { "d": "M12 20h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5", "key": "svg-0" }], ["path", { "d": "M9 17h3", "key": "svg-1" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-2" }], ["path", { "d": "M19 18v.01", "key": "svg-3" }]]; const IconDeviceIpadHorizontalPin = createReactComponent("outline", "device-ipad-horizontal-pin", "DeviceIpadHorizontalPin", __iconNode$11v); const __iconNode$11u = [["path", { "d": "M12 20h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6.5", "key": "svg-0" }], ["path", { "d": "M9 17h3.5", "key": "svg-1" }], ["path", { "d": "M16 19h6", "key": "svg-2" }], ["path", { "d": "M19 16v6", "key": "svg-3" }]]; const IconDeviceIpadHorizontalPlus = createReactComponent("outline", "device-ipad-horizontal-plus", "DeviceIpadHorizontalPlus", __iconNode$11u); const __iconNode$11t = [["path", { "d": "M15 20h-10a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5", "key": "svg-0" }], ["path", { "d": "M9 17h4.5", "key": "svg-1" }], ["path", { "d": "M19 22v.01", "key": "svg-2" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-3" }]]; const IconDeviceIpadHorizontalQuestion = createReactComponent("outline", "device-ipad-horizontal-question", "DeviceIpadHorizontalQuestion", __iconNode$11t); const __iconNode$11s = [["path", { "d": "M11.5 20h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5.5", "key": "svg-0" }], ["path", { "d": "M9 17h2", "key": "svg-1" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-3" }]]; const IconDeviceIpadHorizontalSearch = createReactComponent("outline", "device-ipad-horizontal-search", "DeviceIpadHorizontalSearch", __iconNode$11s); const __iconNode$11r = [["path", { "d": "M12.5 20h-7.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7", "key": "svg-0" }], ["path", { "d": "M9 17h3", "key": "svg-1" }], ["path", { "d": "M16 22l5 -5", "key": "svg-2" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-3" }]]; const IconDeviceIpadHorizontalShare = createReactComponent("outline", "device-ipad-horizontal-share", "DeviceIpadHorizontalShare", __iconNode$11r); const __iconNode$11q = [["path", { "d": "M10.5 20h-5.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5.5", "key": "svg-0" }], ["path", { "d": "M9 17h1", "key": "svg-1" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-2" }]]; const IconDeviceIpadHorizontalStar = createReactComponent("outline", "device-ipad-horizontal-star", "DeviceIpadHorizontalStar", __iconNode$11q); const __iconNode$11p = [["path", { "d": "M12 20h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6.5", "key": "svg-0" }], ["path", { "d": "M9 17h3.5", "key": "svg-1" }], ["path", { "d": "M19 22v-6", "key": "svg-2" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-3" }]]; const IconDeviceIpadHorizontalUp = createReactComponent("outline", "device-ipad-horizontal-up", "DeviceIpadHorizontalUp", __iconNode$11p); const __iconNode$11o = [["path", { "d": "M13.5 20h-8.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7", "key": "svg-0" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-1" }], ["path", { "d": "M17 22l5 -5", "key": "svg-2" }], ["path", { "d": "M9 17h4", "key": "svg-3" }]]; const IconDeviceIpadHorizontalX = createReactComponent("outline", "device-ipad-horizontal-x", "DeviceIpadHorizontalX", __iconNode$11o); const __iconNode$11n = [["path", { "d": "M3 6a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-12", "key": "svg-0" }], ["path", { "d": "M9 17h6", "key": "svg-1" }]]; const IconDeviceIpadHorizontal = createReactComponent("outline", "device-ipad-horizontal", "DeviceIpadHorizontal", __iconNode$11n); const __iconNode$11m = [["path", { "d": "M12.5 21h-6.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v10", "key": "svg-0" }], ["path", { "d": "M9 18h3", "key": "svg-1" }], ["path", { "d": "M16 19h6", "key": "svg-2" }]]; const IconDeviceIpadMinus = createReactComponent("outline", "device-ipad-minus", "DeviceIpadMinus", __iconNode$11m); const __iconNode$11l = [["path", { "d": "M6 2h12a2 2 0 0 1 2 2v12m0 4a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-16", "key": "svg-0" }], ["path", { "d": "M9 19h6", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconDeviceIpadOff = createReactComponent("outline", "device-ipad-off", "DeviceIpadOff", __iconNode$11l); const __iconNode$11k = [["path", { "d": "M13 21h-7a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8", "key": "svg-0" }], ["path", { "d": "M9 18h4", "key": "svg-1" }], ["path", { "d": "M17 17v5", "key": "svg-2" }], ["path", { "d": "M21 17v5", "key": "svg-3" }]]; const IconDeviceIpadPause = createReactComponent("outline", "device-ipad-pause", "DeviceIpadPause", __iconNode$11k); const __iconNode$11j = [["path", { "d": "M12.5 21h-6.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6", "key": "svg-0" }], ["path", { "d": "M9 18h3", "key": "svg-1" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-2" }], ["path", { "d": "M19 18v.01", "key": "svg-3" }]]; const IconDeviceIpadPin = createReactComponent("outline", "device-ipad-pin", "DeviceIpadPin", __iconNode$11j); const __iconNode$11i = [["path", { "d": "M12.5 21h-6.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v7", "key": "svg-0" }], ["path", { "d": "M9 18h3", "key": "svg-1" }], ["path", { "d": "M16 19h6", "key": "svg-2" }], ["path", { "d": "M19 16v6", "key": "svg-3" }]]; const IconDeviceIpadPlus = createReactComponent("outline", "device-ipad-plus", "DeviceIpadPlus", __iconNode$11i); const __iconNode$11h = [["path", { "d": "M15 21h-9a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6", "key": "svg-0" }], ["path", { "d": "M9 18h5", "key": "svg-1" }], ["path", { "d": "M19 22v.01", "key": "svg-2" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-3" }]]; const IconDeviceIpadQuestion = createReactComponent("outline", "device-ipad-question", "DeviceIpadQuestion", __iconNode$11h); const __iconNode$11g = [["path", { "d": "M11.5 21h-5.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6", "key": "svg-0" }], ["path", { "d": "M9 18h2", "key": "svg-1" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-3" }]]; const IconDeviceIpadSearch = createReactComponent("outline", "device-ipad-search", "DeviceIpadSearch", __iconNode$11g); const __iconNode$11f = [["path", { "d": "M12 21h-6a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8", "key": "svg-0" }], ["path", { "d": "M9 18h3.5", "key": "svg-1" }], ["path", { "d": "M16 22l5 -5", "key": "svg-2" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-3" }]]; const IconDeviceIpadShare = createReactComponent("outline", "device-ipad-share", "DeviceIpadShare", __iconNode$11f); const __iconNode$11e = [["path", { "d": "M11 21h-5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5.5", "key": "svg-0" }], ["path", { "d": "M9 18h1", "key": "svg-1" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-2" }]]; const IconDeviceIpadStar = createReactComponent("outline", "device-ipad-star", "DeviceIpadStar", __iconNode$11e); const __iconNode$11d = [["path", { "d": "M9 18h3", "key": "svg-0" }], ["path", { "d": "M19 22v-6", "key": "svg-1" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-2" }], ["path", { "d": "M13.5 21h-6.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v7", "key": "svg-3" }]]; const IconDeviceIpadUp = createReactComponent("outline", "device-ipad-up", "DeviceIpadUp", __iconNode$11d); const __iconNode$11c = [["path", { "d": "M22 22l-5 -5", "key": "svg-0" }], ["path", { "d": "M17 22l5 -5", "key": "svg-1" }], ["path", { "d": "M13 21h-7a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v9", "key": "svg-2" }], ["path", { "d": "M9 18h4", "key": "svg-3" }]]; const IconDeviceIpadX = createReactComponent("outline", "device-ipad-x", "DeviceIpadX", __iconNode$11c); const __iconNode$11b = [["path", { "d": "M18 3a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2l12 0", "key": "svg-0" }], ["path", { "d": "M9 18h6", "key": "svg-1" }]]; const IconDeviceIpad = createReactComponent("outline", "device-ipad", "DeviceIpad", __iconNode$11b); const __iconNode$11a = [["path", { "d": "M20 3h-2a2 2 0 0 0 -2 2v14a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-14a2 2 0 0 0 -2 -2", "key": "svg-0" }], ["path", { "d": "M16 4h-11a3 3 0 0 0 -3 3v10a3 3 0 0 0 3 3h11", "key": "svg-1" }], ["path", { "d": "M12 8h-6v3h6l0 -3", "key": "svg-2" }], ["path", { "d": "M12 14v.01", "key": "svg-3" }], ["path", { "d": "M9 14v.01", "key": "svg-4" }], ["path", { "d": "M6 14v.01", "key": "svg-5" }], ["path", { "d": "M12 17v.01", "key": "svg-6" }], ["path", { "d": "M9 17v.01", "key": "svg-7" }], ["path", { "d": "M6 17v.01", "key": "svg-8" }]]; const IconDeviceLandlinePhone = createReactComponent("outline", "device-landline-phone", "DeviceLandlinePhone", __iconNode$11a); const __iconNode$119 = [["path", { "d": "M3 19h16", "key": "svg-0" }], ["path", { "d": "M10 6h8a1 1 0 0 1 1 1v8m-3 1h-10a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconDeviceLaptopOff = createReactComponent("outline", "device-laptop-off", "DeviceLaptopOff", __iconNode$119); const __iconNode$118 = [["path", { "d": "M3 19l18 0", "key": "svg-0" }], ["path", { "d": "M5 7a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1l0 -8", "key": "svg-1" }]]; const IconDeviceLaptop = createReactComponent("outline", "device-laptop", "DeviceLaptop", __iconNode$118); const __iconNode$117 = [["path", { "d": "M13.5 21h-5.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v7", "key": "svg-0" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-1" }], ["path", { "d": "M11 4h2", "key": "svg-2" }], ["path", { "d": "M12 17v.01", "key": "svg-3" }]]; const IconDeviceMobileBolt = createReactComponent("outline", "device-mobile-bolt", "DeviceMobileBolt", __iconNode$117); const __iconNode$116 = [["path", { "d": "M12 21h-4a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v7", "key": "svg-0" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M17 21l4 -4", "key": "svg-2" }], ["path", { "d": "M11 4h2", "key": "svg-3" }], ["path", { "d": "M12 17v.01", "key": "svg-4" }]]; const IconDeviceMobileCancel = createReactComponent("outline", "device-mobile-cancel", "DeviceMobileCancel", __iconNode$116); const __iconNode$115 = [["path", { "d": "M6 5a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2l0 -14", "key": "svg-0" }], ["path", { "d": "M11 4h2", "key": "svg-1" }], ["path", { "d": "M12 9.5l-1 2.5h2l-1 2.5", "key": "svg-2" }]]; const IconDeviceMobileCharging = createReactComponent("outline", "device-mobile-charging", "DeviceMobileCharging", __iconNode$115); const __iconNode$114 = [["path", { "d": "M11.5 21h-3.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v9.5", "key": "svg-0" }], ["path", { "d": "M11 4h2", "key": "svg-1" }], ["path", { "d": "M12 17v.01", "key": "svg-2" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-3" }]]; const IconDeviceMobileCheck = createReactComponent("outline", "device-mobile-check", "DeviceMobileCheck", __iconNode$114); const __iconNode$113 = [["path", { "d": "M11.5 21h-3.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8", "key": "svg-0" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-1" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-2" }], ["path", { "d": "M11 4h2", "key": "svg-3" }], ["path", { "d": "M12 17v.01", "key": "svg-4" }]]; const IconDeviceMobileCode = createReactComponent("outline", "device-mobile-code", "DeviceMobileCode", __iconNode$113); const __iconNode$112 = [["path", { "d": "M12 21h-4a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v6.5", "key": "svg-0" }], ["path", { "d": "M11 4h2", "key": "svg-1" }], ["path", { "d": "M12 17v.01", "key": "svg-2" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-4" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-5" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-6" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-7" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-8" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-9" }]]; const IconDeviceMobileCog = createReactComponent("outline", "device-mobile-cog", "DeviceMobileCog", __iconNode$112); const __iconNode$111 = [["path", { "d": "M13 21h-5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v5", "key": "svg-0" }], ["path", { "d": "M11 4h2", "key": "svg-1" }], ["path", { "d": "M12 17v.01", "key": "svg-2" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-3" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-4" }]]; const IconDeviceMobileDollar = createReactComponent("outline", "device-mobile-dollar", "DeviceMobileDollar", __iconNode$111); const __iconNode$110 = [["path", { "d": "M12.5 21h-4.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v7", "key": "svg-0" }], ["path", { "d": "M11 4h2", "key": "svg-1" }], ["path", { "d": "M12 17v.01", "key": "svg-2" }], ["path", { "d": "M19 16v6", "key": "svg-3" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-4" }]]; const IconDeviceMobileDown = createReactComponent("outline", "device-mobile-down", "DeviceMobileDown", __iconNode$110); const __iconNode$10$ = [["path", { "d": "M15 21h-7a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v7", "key": "svg-0" }], ["path", { "d": "M11 4h2", "key": "svg-1" }], ["path", { "d": "M12 17v.01", "key": "svg-2" }], ["path", { "d": "M19 16v3", "key": "svg-3" }], ["path", { "d": "M19 22v.01", "key": "svg-4" }]]; const IconDeviceMobileExclamation = createReactComponent("outline", "device-mobile-exclamation", "DeviceMobileExclamation", __iconNode$10$); const __iconNode$10_ = [["path", { "d": "M11.5 21h-3.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v6", "key": "svg-0" }], ["path", { "d": "M11 4h2", "key": "svg-1" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-2" }]]; const IconDeviceMobileHeart = createReactComponent("outline", "device-mobile-heart", "DeviceMobileHeart", __iconNode$10_); const __iconNode$10Z = [["path", { "d": "M11 3h10v8h-3l-4 2v-2h-3l0 -8", "key": "svg-0" }], ["path", { "d": "M15 16v4a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1h2", "key": "svg-1" }], ["path", { "d": "M10 18v.01", "key": "svg-2" }]]; const IconDeviceMobileMessage = createReactComponent("outline", "device-mobile-message", "DeviceMobileMessage", __iconNode$10Z); const __iconNode$10Y = [["path", { "d": "M12.5 21h-4.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v10", "key": "svg-0" }], ["path", { "d": "M11 4h2", "key": "svg-1" }], ["path", { "d": "M12 17v.01", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }]]; const IconDeviceMobileMinus = createReactComponent("outline", "device-mobile-minus", "DeviceMobileMinus", __iconNode$10Y); const __iconNode$10X = [["path", { "d": "M7.159 3.185c.256 -.119 .54 -.185 .841 -.185h8a2 2 0 0 1 2 2v9m0 4v1a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-13", "key": "svg-0" }], ["path", { "d": "M11 4h2", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }], ["path", { "d": "M12 17v.01", "key": "svg-3" }]]; const IconDeviceMobileOff = createReactComponent("outline", "device-mobile-off", "DeviceMobileOff", __iconNode$10X); const __iconNode$10W = [["path", { "d": "M13 21h-5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8", "key": "svg-0" }], ["path", { "d": "M17 17v5", "key": "svg-1" }], ["path", { "d": "M21 17v5", "key": "svg-2" }], ["path", { "d": "M11 4h2", "key": "svg-3" }], ["path", { "d": "M12 17v.01", "key": "svg-4" }]]; const IconDeviceMobilePause = createReactComponent("outline", "device-mobile-pause", "DeviceMobilePause", __iconNode$10W); const __iconNode$10V = [["path", { "d": "M12.5 21h-4.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v6", "key": "svg-0" }], ["path", { "d": "M11 4h2", "key": "svg-1" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-2" }], ["path", { "d": "M19 18v.01", "key": "svg-3" }], ["path", { "d": "M12 17v.01", "key": "svg-4" }]]; const IconDeviceMobilePin = createReactComponent("outline", "device-mobile-pin", "DeviceMobilePin", __iconNode$10V); const __iconNode$10U = [["path", { "d": "M12.5 21h-4.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v7", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }], ["path", { "d": "M11 4h2", "key": "svg-3" }], ["path", { "d": "M12 17v.01", "key": "svg-4" }]]; const IconDeviceMobilePlus = createReactComponent("outline", "device-mobile-plus", "DeviceMobilePlus", __iconNode$10U); const __iconNode$10T = [["path", { "d": "M15 21h-7a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v6", "key": "svg-0" }], ["path", { "d": "M19 22v.01", "key": "svg-1" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-2" }], ["path", { "d": "M11 4h2", "key": "svg-3" }], ["path", { "d": "M12 17v.01", "key": "svg-4" }]]; const IconDeviceMobileQuestion = createReactComponent("outline", "device-mobile-question", "DeviceMobileQuestion", __iconNode$10T); const __iconNode$10S = [["path", { "d": "M3 8a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2l0 -8", "key": "svg-0" }], ["path", { "d": "M20 11v2", "key": "svg-1" }], ["path", { "d": "M7 12h-.01", "key": "svg-2" }]]; const IconDeviceMobileRotated = createReactComponent("outline", "device-mobile-rotated", "DeviceMobileRotated", __iconNode$10S); const __iconNode$10R = [["path", { "d": "M12 21h-4a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v6", "key": "svg-0" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-2" }], ["path", { "d": "M11 4h2", "key": "svg-3" }], ["path", { "d": "M12 17v.01", "key": "svg-4" }]]; const IconDeviceMobileSearch = createReactComponent("outline", "device-mobile-search", "DeviceMobileSearch", __iconNode$10R); const __iconNode$10Q = [["path", { "d": "M12 21h-4a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8", "key": "svg-0" }], ["path", { "d": "M11 4h2", "key": "svg-1" }], ["path", { "d": "M16 22l5 -5", "key": "svg-2" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-3" }], ["path", { "d": "M12 17v.01", "key": "svg-4" }]]; const IconDeviceMobileShare = createReactComponent("outline", "device-mobile-share", "DeviceMobileShare", __iconNode$10Q); const __iconNode$10P = [["path", { "d": "M11 21h-3a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v5", "key": "svg-0" }], ["path", { "d": "M11 4h2", "key": "svg-1" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-2" }]]; const IconDeviceMobileStar = createReactComponent("outline", "device-mobile-star", "DeviceMobileStar", __iconNode$10P); const __iconNode$10O = [["path", { "d": "M12.5 21h-4.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v7", "key": "svg-0" }], ["path", { "d": "M19 22v-6", "key": "svg-1" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-2" }], ["path", { "d": "M11 4h2", "key": "svg-3" }], ["path", { "d": "M12 17v.01", "key": "svg-4" }]]; const IconDeviceMobileUp = createReactComponent("outline", "device-mobile-up", "DeviceMobileUp", __iconNode$10O); const __iconNode$10N = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2l0 -14", "key": "svg-0" }], ["path", { "d": "M8 4l2 0", "key": "svg-1" }], ["path", { "d": "M9 17l0 .01", "key": "svg-2" }], ["path", { "d": "M21 6l-2 3l2 3l-2 3l2 3", "key": "svg-3" }]]; const IconDeviceMobileVibration = createReactComponent("outline", "device-mobile-vibration", "DeviceMobileVibration", __iconNode$10N); const __iconNode$10M = [["path", { "d": "M13 21h-5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8", "key": "svg-0" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-1" }], ["path", { "d": "M17 22l5 -5", "key": "svg-2" }], ["path", { "d": "M11 4h2", "key": "svg-3" }], ["path", { "d": "M12 17v.01", "key": "svg-4" }]]; const IconDeviceMobileX = createReactComponent("outline", "device-mobile-x", "DeviceMobileX", __iconNode$10M); const __iconNode$10L = [["path", { "d": "M6 5a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M11 4h2", "key": "svg-1" }], ["path", { "d": "M12 17v.01", "key": "svg-2" }]]; const IconDeviceMobile = createReactComponent("outline", "device-mobile", "DeviceMobile", __iconNode$10L); const __iconNode$10K = [["path", { "d": "M4.713 4.718a4 4 0 0 0 -1.713 3.282v8a4 4 0 0 0 4 4h3v-10m0 -4v-2h-2", "key": "svg-0" }], ["path", { "d": "M14 10v-6h3a4 4 0 0 1 4 4v8c0 .308 -.035 .608 -.1 .896m-1.62 2.39a3.982 3.982 0 0 1 -2.28 .714h-3v-6", "key": "svg-1" }], ["path", { "d": "M5.5 8.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconDeviceNintendoOff = createReactComponent("outline", "device-nintendo-off", "DeviceNintendoOff", __iconNode$10K); const __iconNode$10J = [["path", { "d": "M10 20v-16h-3a4 4 0 0 0 -4 4v8a4 4 0 0 0 4 4h3", "key": "svg-0" }], ["path", { "d": "M14 20v-16h3a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-3", "key": "svg-1" }], ["path", { "d": "M16.5 15.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "fill": "currentColor", "key": "svg-2" }], ["path", { "d": "M5.5 8.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "fill": "currentColor", "key": "svg-3" }]]; const IconDeviceNintendo = createReactComponent("outline", "device-nintendo", "DeviceNintendo", __iconNode$10J); const __iconNode$10I = [["path", { "d": "M8 9a5 5 0 1 0 10 0a5 5 0 0 0 -10 0", "key": "svg-0" }], ["path", { "d": "M9 6h-4a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-8a2 2 0 0 0 -2 -2h-2", "key": "svg-1" }], ["path", { "d": "M6 15h1", "key": "svg-2" }], ["path", { "d": "M7 18l-1 2", "key": "svg-3" }], ["path", { "d": "M18 18l1 2", "key": "svg-4" }]]; const IconDeviceProjector = createReactComponent("outline", "device-projector", "DeviceProjector", __iconNode$10I); const __iconNode$10H = [["path", { "d": "M10 10a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M7 5a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2l0 -14", "key": "svg-1" }], ["path", { "d": "M12 3v2", "key": "svg-2" }], ["path", { "d": "M10 15v.01", "key": "svg-3" }], ["path", { "d": "M10 18v.01", "key": "svg-4" }], ["path", { "d": "M14 18v.01", "key": "svg-5" }], ["path", { "d": "M14 15v.01", "key": "svg-6" }]]; const IconDeviceRemote = createReactComponent("outline", "device-remote", "DeviceRemote", __iconNode$10H); const __iconNode$10G = [["path", { "d": "M5 5a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M15 7l-6 10", "key": "svg-1" }], ["path", { "d": "M15 14l-1.75 3", "key": "svg-2" }], ["path", { "d": "M10.75 7l-1.75 3", "key": "svg-3" }]]; const IconDeviceScreen = createReactComponent("outline", "device-screen", "DeviceScreen", __iconNode$10G); const __iconNode$10F = [["path", { "d": "M7 21h10a2 2 0 0 0 2 -2v-14a2 2 0 0 0 -2 -2h-6.172a2 2 0 0 0 -1.414 .586l-3.828 3.828a2 2 0 0 0 -.586 1.414v10.172a2 2 0 0 0 2 2", "key": "svg-0" }], ["path", { "d": "M13 6v2", "key": "svg-1" }], ["path", { "d": "M16 6v2", "key": "svg-2" }], ["path", { "d": "M10 7v1", "key": "svg-3" }]]; const IconDeviceSdCard = createReactComponent("outline", "device-sd-card", "DeviceSdCard", __iconNode$10F); const __iconNode$10E = [["path", { "d": "M6 3h8.5l4.5 4.5v12.5a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1", "key": "svg-0" }], ["path", { "d": "M10 11l2 -2v8", "key": "svg-1" }]]; const IconDeviceSim1 = createReactComponent("outline", "device-sim-1", "DeviceSim1", __iconNode$10E); const __iconNode$10D = [["path", { "d": "M6 3h8.5l4.5 4.5v12.5a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1", "key": "svg-0" }], ["path", { "d": "M10 9h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-1" }]]; const IconDeviceSim2 = createReactComponent("outline", "device-sim-2", "DeviceSim2", __iconNode$10D); const __iconNode$10C = [["path", { "d": "M6 3h8.5l4.5 4.5v12.5a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1", "key": "svg-0" }], ["path", { "d": "M10 9h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5", "key": "svg-1" }]]; const IconDeviceSim3 = createReactComponent("outline", "device-sim-3", "DeviceSim3", __iconNode$10C); const __iconNode$10B = [["path", { "d": "M6 3h8.5l4.5 4.5v12.5a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1", "key": "svg-0" }], ["path", { "d": "M9 11h3v6", "key": "svg-1" }], ["path", { "d": "M15 17v.01", "key": "svg-2" }], ["path", { "d": "M15 14v.01", "key": "svg-3" }], ["path", { "d": "M15 11v.01", "key": "svg-4" }], ["path", { "d": "M9 14v.01", "key": "svg-5" }], ["path", { "d": "M9 17v.01", "key": "svg-6" }]]; const IconDeviceSim = createReactComponent("outline", "device-sim", "DeviceSim", __iconNode$10B); const __iconNode$10A = [["path", { "d": "M7 3h10a2 2 0 0 1 2 2v10m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M11.114 11.133a3 3 0 1 0 3.754 3.751", "key": "svg-1" }], ["path", { "d": "M12 7v.01", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconDeviceSpeakerOff = createReactComponent("outline", "device-speaker-off", "DeviceSpeakerOff", __iconNode$10A); const __iconNode$10z = [["path", { "d": "M5 5a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2l0 -14", "key": "svg-0" }], ["path", { "d": "M9 14a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M12 7l0 .01", "key": "svg-2" }]]; const IconDeviceSpeaker = createReactComponent("outline", "device-speaker", "DeviceSpeaker", __iconNode$10z); const __iconNode$10y = [["path", { "d": "M13.5 21h-7.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v8", "key": "svg-0" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-1" }], ["path", { "d": "M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-2" }]]; const IconDeviceTabletBolt = createReactComponent("outline", "device-tablet-bolt", "DeviceTabletBolt", __iconNode$10y); const __iconNode$10x = [["path", { "d": "M12.5 21h-6.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v8", "key": "svg-0" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M17 21l4 -4", "key": "svg-2" }], ["path", { "d": "M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-3" }]]; const IconDeviceTabletCancel = createReactComponent("outline", "device-tablet-cancel", "DeviceTabletCancel", __iconNode$10x); const __iconNode$10w = [["path", { "d": "M11.5 21h-5.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v9.5", "key": "svg-0" }], ["path", { "d": "M12.314 16.05a1 1 0 0 0 -1.042 1.635", "key": "svg-1" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-2" }]]; const IconDeviceTabletCheck = createReactComponent("outline", "device-tablet-check", "DeviceTabletCheck", __iconNode$10w); const __iconNode$10v = [["path", { "d": "M11.5 21h-5.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v9", "key": "svg-0" }], ["path", { "d": "M12.344 16.06a1 1 0 0 0 -1.07 1.627", "key": "svg-1" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-2" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-3" }]]; const IconDeviceTabletCode = createReactComponent("outline", "device-tablet-code", "DeviceTabletCode", __iconNode$10v); const __iconNode$10u = [["path", { "d": "M12 21h-6a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v7.5", "key": "svg-0" }], ["path", { "d": "M12 16a1 1 0 0 0 0 2", "key": "svg-1" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-3" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-4" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-5" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-6" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-7" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-8" }]]; const IconDeviceTabletCog = createReactComponent("outline", "device-tablet-cog", "DeviceTabletCog", __iconNode$10u); const __iconNode$10t = [["path", { "d": "M13 21h-7a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v6", "key": "svg-0" }], ["path", { "d": "M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-1" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-2" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-3" }]]; const IconDeviceTabletDollar = createReactComponent("outline", "device-tablet-dollar", "DeviceTabletDollar", __iconNode$10t); const __iconNode$10s = [["path", { "d": "M12.5 21h-6.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v8", "key": "svg-0" }], ["path", { "d": "M19 16v6", "key": "svg-1" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-2" }], ["path", { "d": "M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-3" }]]; const IconDeviceTabletDown = createReactComponent("outline", "device-tablet-down", "DeviceTabletDown", __iconNode$10s); const __iconNode$10r = [["path", { "d": "M15 21h-9a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v8", "key": "svg-0" }], ["path", { "d": "M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-1" }], ["path", { "d": "M19 16v3", "key": "svg-2" }], ["path", { "d": "M19 22v.01", "key": "svg-3" }]]; const IconDeviceTabletExclamation = createReactComponent("outline", "device-tablet-exclamation", "DeviceTabletExclamation", __iconNode$10r); const __iconNode$10q = [["path", { "d": "M11.5 21h-5.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v7", "key": "svg-0" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-1" }]]; const IconDeviceTabletHeart = createReactComponent("outline", "device-tablet-heart", "DeviceTabletHeart", __iconNode$10q); const __iconNode$10p = [["path", { "d": "M12.5 21h-6.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v11", "key": "svg-0" }], ["path", { "d": "M12.872 16.51a1 1 0 1 0 -.872 1.49", "key": "svg-1" }], ["path", { "d": "M16 19h6", "key": "svg-2" }]]; const IconDeviceTabletMinus = createReactComponent("outline", "device-tablet-minus", "DeviceTabletMinus", __iconNode$10p); const __iconNode$10o = [["path", { "d": "M7 3h11a1 1 0 0 1 1 1v11m0 4v1a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-15", "key": "svg-0" }], ["path", { "d": "M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconDeviceTabletOff = createReactComponent("outline", "device-tablet-off", "DeviceTabletOff", __iconNode$10o); const __iconNode$10n = [["path", { "d": "M13 21h-7a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v9.5", "key": "svg-0" }], ["path", { "d": "M17 17v5", "key": "svg-1" }], ["path", { "d": "M21 17v5", "key": "svg-2" }], ["path", { "d": "M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-3" }]]; const IconDeviceTabletPause = createReactComponent("outline", "device-tablet-pause", "DeviceTabletPause", __iconNode$10n); const __iconNode$10m = [["path", { "d": "M12.5 21h-6.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v7", "key": "svg-0" }], ["path", { "d": "M12 16a1 1 0 0 0 0 2", "key": "svg-1" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-2" }], ["path", { "d": "M19 18v.01", "key": "svg-3" }]]; const IconDeviceTabletPin = createReactComponent("outline", "device-tablet-pin", "DeviceTabletPin", __iconNode$10m); const __iconNode$10l = [["path", { "d": "M12.5 21h-6.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v8", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }], ["path", { "d": "M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-3" }]]; const IconDeviceTabletPlus = createReactComponent("outline", "device-tablet-plus", "DeviceTabletPlus", __iconNode$10l); const __iconNode$10k = [["path", { "d": "M15 21h-9a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v7", "key": "svg-0" }], ["path", { "d": "M19 22v.01", "key": "svg-1" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-2" }], ["path", { "d": "M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-3" }]]; const IconDeviceTabletQuestion = createReactComponent("outline", "device-tablet-question", "DeviceTabletQuestion", __iconNode$10k); const __iconNode$10j = [["path", { "d": "M11.5 21h-5.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v7", "key": "svg-0" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-2" }]]; const IconDeviceTabletSearch = createReactComponent("outline", "device-tablet-search", "DeviceTabletSearch", __iconNode$10j); const __iconNode$10i = [["path", { "d": "M12 21h-6a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v9", "key": "svg-0" }], ["path", { "d": "M12.57 16.178a1 1 0 1 0 .016 1.633", "key": "svg-1" }], ["path", { "d": "M16 22l5 -5", "key": "svg-2" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-3" }]]; const IconDeviceTabletShare = createReactComponent("outline", "device-tablet-share", "DeviceTabletShare", __iconNode$10i); const __iconNode$10h = [["path", { "d": "M11 21h-5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v6", "key": "svg-0" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-1" }]]; const IconDeviceTabletStar = createReactComponent("outline", "device-tablet-star", "DeviceTabletStar", __iconNode$10h); const __iconNode$10g = [["path", { "d": "M12.5 21h-6.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v8", "key": "svg-0" }], ["path", { "d": "M12.906 16.576a1 1 0 1 0 -.906 1.424", "key": "svg-1" }], ["path", { "d": "M19 22v-6", "key": "svg-2" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-3" }]]; const IconDeviceTabletUp = createReactComponent("outline", "device-tablet-up", "DeviceTabletUp", __iconNode$10g); const __iconNode$10f = [["path", { "d": "M13 21h-7a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v9.5", "key": "svg-0" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-1" }], ["path", { "d": "M17 22l5 -5", "key": "svg-2" }], ["path", { "d": "M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-3" }]]; const IconDeviceTabletX = createReactComponent("outline", "device-tablet-x", "DeviceTabletX", __iconNode$10f); const __iconNode$10e = [["path", { "d": "M5 4a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v16a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-16", "key": "svg-0" }], ["path", { "d": "M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-1" }]]; const IconDeviceTablet = createReactComponent("outline", "device-tablet", "DeviceTablet", __iconNode$10e); const __iconNode$10d = [["path", { "d": "M11 7h8a2 2 0 0 1 2 2v8m-1.178 2.824c-.25 .113 -.529 .176 -.822 .176h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h2", "key": "svg-0" }], ["path", { "d": "M16 3l-4 4l-4 -4", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconDeviceTvOff = createReactComponent("outline", "device-tv-off", "DeviceTvOff", __iconNode$10d); const __iconNode$10c = [["path", { "d": "M3 9a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2l0 -9", "key": "svg-0" }], ["path", { "d": "M16 3l-4 4l-4 -4", "key": "svg-1" }], ["path", { "d": "M15 7v13", "key": "svg-2" }], ["path", { "d": "M18 15v.01", "key": "svg-3" }], ["path", { "d": "M18 12v.01", "key": "svg-4" }]]; const IconDeviceTvOld = createReactComponent("outline", "device-tv-old", "DeviceTvOld", __iconNode$10c); const __iconNode$10b = [["path", { "d": "M3 9a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2l0 -9", "key": "svg-0" }], ["path", { "d": "M16 3l-4 4l-4 -4", "key": "svg-1" }]]; const IconDeviceTv = createReactComponent("outline", "device-tv", "DeviceTv", __iconNode$10b); const __iconNode$10a = [["path", { "d": "M5 5a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2l0 -14", "key": "svg-0" }], ["path", { "d": "M12 16v.01", "key": "svg-1" }], ["path", { "d": "M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-2" }]]; const IconDeviceUnknown = createReactComponent("outline", "device-unknown", "DeviceUnknown", __iconNode$10a); const __iconNode$109 = [["path", { "d": "M7 8h10v8a5 5 0 0 1 -10 0l0 -8", "key": "svg-0" }], ["path", { "d": "M9 8v-5h6v5", "key": "svg-1" }]]; const IconDeviceUsb = createReactComponent("outline", "device-usb", "DeviceUsb", __iconNode$109); const __iconNode$108 = [["path", { "d": "M12 7c1.143 0 2.235 .035 3.275 .104c1.017 .068 1.95 .207 2.798 .42c.813 .203 1.52 .505 2.119 .909a3.903 3.903 0 0 1 1.328 1.531c.326 .657 .48 1.48 .48 2.466c0 1.006 -.189 1.91 -.574 2.707c-.375 .779 -.886 1.396 -1.537 1.848a3.696 3.696 0 0 1 -2.16 .66c-.509 0 -.97 -.068 -1.382 -.21a5.84 5.84 0 0 1 -1.17 -.548a18.45 18.45 0 0 1 -1.045 -.695a9.104 9.104 0 0 0 -1.001 -.63a2.376 2.376 0 0 0 -1.13 -.301c-.373 0 -.75 .097 -1.132 .3c-.316 .17 -.65 .38 -1 .63c-.322 .23 -.67 .462 -1.047 .695a5.78 5.78 0 0 1 -1.168 .548c-.413 .142 -.872 .21 -1.378 .21a3.706 3.706 0 0 1 -2.165 -.659c-.651 -.452 -1.162 -1.07 -1.537 -1.848c-.385 -.798 -.574 -1.7 -.574 -2.709c-.004 -.98 .15 -1.802 .477 -2.46a3.897 3.897 0 0 1 1.33 -1.531c.6 -.403 1.307 -.704 2.12 -.907a16.088 16.088 0 0 1 2.8 -.423c1.04 -.071 2.13 -.107 3.273 -.107", "key": "svg-0" }]]; const IconDeviceVisionPro = createReactComponent("outline", "device-vision-pro", "DeviceVisionPro", __iconNode$108); const __iconNode$107 = [["path", { "d": "M13 18h-4a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v3", "key": "svg-0" }], ["path", { "d": "M9 18v3h4.5", "key": "svg-1" }], ["path", { "d": "M9 6v-3h6v3", "key": "svg-2" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-3" }]]; const IconDeviceWatchBolt = createReactComponent("outline", "device-watch-bolt", "DeviceWatchBolt", __iconNode$107); const __iconNode$106 = [["path", { "d": "M12 18h-3a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v3", "key": "svg-0" }], ["path", { "d": "M9 18v3h3", "key": "svg-1" }], ["path", { "d": "M9 6v-3h6v3", "key": "svg-2" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-3" }], ["path", { "d": "M17 21l4 -4", "key": "svg-4" }]]; const IconDeviceWatchCancel = createReactComponent("outline", "device-watch-cancel", "DeviceWatchCancel", __iconNode$106); const __iconNode$105 = [["path", { "d": "M11 18h-2a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v5.5", "key": "svg-0" }], ["path", { "d": "M9 18v3h2.5", "key": "svg-1" }], ["path", { "d": "M9 6v-3h6v3", "key": "svg-2" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-3" }]]; const IconDeviceWatchCheck = createReactComponent("outline", "device-watch-check", "DeviceWatchCheck", __iconNode$105); const __iconNode$104 = [["path", { "d": "M11 18h-2a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v4", "key": "svg-0" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-1" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-2" }], ["path", { "d": "M9 18v3h3", "key": "svg-3" }], ["path", { "d": "M9 6v-3h6v3", "key": "svg-4" }]]; const IconDeviceWatchCode = createReactComponent("outline", "device-watch-code", "DeviceWatchCode", __iconNode$104); const __iconNode$103 = [["path", { "d": "M12 18h-3a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v2.5", "key": "svg-0" }], ["path", { "d": "M9 18v3h3", "key": "svg-1" }], ["path", { "d": "M9 6v-3h6v3", "key": "svg-2" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-4" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-5" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-6" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-7" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-8" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-9" }]]; const IconDeviceWatchCog = createReactComponent("outline", "device-watch-cog", "DeviceWatchCog", __iconNode$103); const __iconNode$102 = [["path", { "d": "M13 18h-4a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v1", "key": "svg-0" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-1" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-2" }], ["path", { "d": "M9 18v3h4", "key": "svg-3" }], ["path", { "d": "M9 6v-3h6v3", "key": "svg-4" }]]; const IconDeviceWatchDollar = createReactComponent("outline", "device-watch-dollar", "DeviceWatchDollar", __iconNode$102); const __iconNode$101 = [["path", { "d": "M12 18h-3a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v3", "key": "svg-0" }], ["path", { "d": "M9 18v3h3.5", "key": "svg-1" }], ["path", { "d": "M9 6v-3h6v3", "key": "svg-2" }], ["path", { "d": "M19 16v6", "key": "svg-3" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-4" }]]; const IconDeviceWatchDown = createReactComponent("outline", "device-watch-down", "DeviceWatchDown", __iconNode$101); const __iconNode$100 = [["path", { "d": "M15 18h-6a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v3", "key": "svg-0" }], ["path", { "d": "M9 18v3h6v-3", "key": "svg-1" }], ["path", { "d": "M9 6v-3h6v3", "key": "svg-2" }], ["path", { "d": "M19 16v3", "key": "svg-3" }], ["path", { "d": "M19 22v.01", "key": "svg-4" }]]; const IconDeviceWatchExclamation = createReactComponent("outline", "device-watch-exclamation", "DeviceWatchExclamation", __iconNode$100); const __iconNode$$$ = [["path", { "d": "M10 18h-1a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v2", "key": "svg-0" }], ["path", { "d": "M9 18v3h2.5", "key": "svg-1" }], ["path", { "d": "M9 6v-3h6v3", "key": "svg-2" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-3" }]]; const IconDeviceWatchHeart = createReactComponent("outline", "device-watch-heart", "DeviceWatchHeart", __iconNode$$$); const __iconNode$$_ = [["path", { "d": "M12 18h-3a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v6", "key": "svg-0" }], ["path", { "d": "M9 18v3h3.5", "key": "svg-1" }], ["path", { "d": "M9 6v-3h6v3", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }]]; const IconDeviceWatchMinus = createReactComponent("outline", "device-watch-minus", "DeviceWatchMinus", __iconNode$$_); const __iconNode$$Z = [["path", { "d": "M10 6h5a3 3 0 0 1 3 3v5m-.89 3.132a2.99 2.99 0 0 1 -2.11 .868h-6a3 3 0 0 1 -3 -3v-6c0 -.817 .327 -1.559 .857 -2.1", "key": "svg-0" }], ["path", { "d": "M9 18v3h6v-3", "key": "svg-1" }], ["path", { "d": "M9 5v-2h6v3", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconDeviceWatchOff = createReactComponent("outline", "device-watch-off", "DeviceWatchOff", __iconNode$$Z); const __iconNode$$Y = [["path", { "d": "M13 18h-4a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v4", "key": "svg-0" }], ["path", { "d": "M9 18v3h4", "key": "svg-1" }], ["path", { "d": "M9 6v-3h6v3", "key": "svg-2" }], ["path", { "d": "M17 17v5", "key": "svg-3" }], ["path", { "d": "M21 17v5", "key": "svg-4" }]]; const IconDeviceWatchPause = createReactComponent("outline", "device-watch-pause", "DeviceWatchPause", __iconNode$$Y); const __iconNode$$X = [["path", { "d": "M12 18h-3a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v2", "key": "svg-0" }], ["path", { "d": "M9 18v3h3.5", "key": "svg-1" }], ["path", { "d": "M9 6v-3h6v3", "key": "svg-2" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-3" }], ["path", { "d": "M19 18v.01", "key": "svg-4" }]]; const IconDeviceWatchPin = createReactComponent("outline", "device-watch-pin", "DeviceWatchPin", __iconNode$$X); const __iconNode$$W = [["path", { "d": "M12 18h-3a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v3", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }], ["path", { "d": "M9 18v3h3.5", "key": "svg-3" }], ["path", { "d": "M9 6v-3h6v3", "key": "svg-4" }]]; const IconDeviceWatchPlus = createReactComponent("outline", "device-watch-plus", "DeviceWatchPlus", __iconNode$$W); const __iconNode$$V = [["path", { "d": "M14 18h-5a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v2", "key": "svg-0" }], ["path", { "d": "M9 18v3h6v-2", "key": "svg-1" }], ["path", { "d": "M9 6v-3h6v3", "key": "svg-2" }], ["path", { "d": "M19 22v.01", "key": "svg-3" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-4" }]]; const IconDeviceWatchQuestion = createReactComponent("outline", "device-watch-question", "DeviceWatchQuestion", __iconNode$$V); const __iconNode$$U = [["path", { "d": "M11 18h-2a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v2", "key": "svg-0" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-2" }], ["path", { "d": "M9 18v3h3", "key": "svg-3" }], ["path", { "d": "M9 6v-3h6v3", "key": "svg-4" }]]; const IconDeviceWatchSearch = createReactComponent("outline", "device-watch-search", "DeviceWatchSearch", __iconNode$$U); const __iconNode$$T = [["path", { "d": "M12.5 18h-3.5a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v4", "key": "svg-0" }], ["path", { "d": "M9 18v3h3", "key": "svg-1" }], ["path", { "d": "M9 6v-3h6v3", "key": "svg-2" }], ["path", { "d": "M16 22l5 -5", "key": "svg-3" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-4" }]]; const IconDeviceWatchShare = createReactComponent("outline", "device-watch-share", "DeviceWatchShare", __iconNode$$T); const __iconNode$$S = [["path", { "d": "M10 18h-1a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v1", "key": "svg-0" }], ["path", { "d": "M9 18v3h2", "key": "svg-1" }], ["path", { "d": "M9 6v-3h6v3", "key": "svg-2" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-3" }]]; const IconDeviceWatchStar = createReactComponent("outline", "device-watch-star", "DeviceWatchStar", __iconNode$$S); const __iconNode$$R = [["path", { "d": "M6 9a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-6a3 3 0 0 1 -3 -3l0 -6", "key": "svg-0" }], ["path", { "d": "M9 18v3h6v-3", "key": "svg-1" }], ["path", { "d": "M9 6v-3h6v3", "key": "svg-2" }], ["path", { "d": "M12 10a2 2 0 1 0 2 2", "key": "svg-3" }]]; const IconDeviceWatchStats2 = createReactComponent("outline", "device-watch-stats-2", "DeviceWatchStats2", __iconNode$$R); const __iconNode$$Q = [["path", { "d": "M6 9a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-6a3 3 0 0 1 -3 -3l0 -6", "key": "svg-0" }], ["path", { "d": "M9 18v3h6v-3", "key": "svg-1" }], ["path", { "d": "M9 6v-3h6v3", "key": "svg-2" }], ["path", { "d": "M9 14v-4", "key": "svg-3" }], ["path", { "d": "M12 14v-1", "key": "svg-4" }], ["path", { "d": "M15 14v-3", "key": "svg-5" }]]; const IconDeviceWatchStats = createReactComponent("outline", "device-watch-stats", "DeviceWatchStats", __iconNode$$Q); const __iconNode$$P = [["path", { "d": "M12 18h-3a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v3", "key": "svg-0" }], ["path", { "d": "M9 18v3h3.5", "key": "svg-1" }], ["path", { "d": "M9 6v-3h6v3", "key": "svg-2" }], ["path", { "d": "M19 22v-6", "key": "svg-3" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-4" }]]; const IconDeviceWatchUp = createReactComponent("outline", "device-watch-up", "DeviceWatchUp", __iconNode$$P); const __iconNode$$O = [["path", { "d": "M13 18h-4a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v4", "key": "svg-0" }], ["path", { "d": "M9 18v3h4", "key": "svg-1" }], ["path", { "d": "M9 6v-3h6v3", "key": "svg-2" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-3" }], ["path", { "d": "M17 22l5 -5", "key": "svg-4" }]]; const IconDeviceWatchX = createReactComponent("outline", "device-watch-x", "DeviceWatchX", __iconNode$$O); const __iconNode$$N = [["path", { "d": "M6 9a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-6a3 3 0 0 1 -3 -3v-6", "key": "svg-0" }], ["path", { "d": "M9 18v3h6v-3", "key": "svg-1" }], ["path", { "d": "M9 6v-3h6v3", "key": "svg-2" }]]; const IconDeviceWatch = createReactComponent("outline", "device-watch", "DeviceWatch", __iconNode$$N); const __iconNode$$M = [["path", { "d": "M10 15h-6a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h6", "key": "svg-0" }], ["path", { "d": "M13 5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1l0 -14", "key": "svg-1" }], ["path", { "d": "M7 19l3 0", "key": "svg-2" }], ["path", { "d": "M17 8l0 .01", "key": "svg-3" }], ["path", { "d": "M16 16a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-4" }], ["path", { "d": "M9 15l0 4", "key": "svg-5" }]]; const IconDevices2 = createReactComponent("outline", "devices-2", "Devices2", __iconNode$$M); const __iconNode$$L = [["path", { "d": "M13 19v-10a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3.5", "key": "svg-0" }], ["path", { "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9", "key": "svg-1" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-2" }], ["path", { "d": "M16 9h2", "key": "svg-3" }]]; const IconDevicesBolt = createReactComponent("outline", "devices-bolt", "DevicesBolt", __iconNode$$L); const __iconNode$$K = [["path", { "d": "M13 15.5v-6.5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3.5", "key": "svg-0" }], ["path", { "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h8", "key": "svg-1" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M17 21l4 -4", "key": "svg-3" }], ["path", { "d": "M16 9h2", "key": "svg-4" }]]; const IconDevicesCancel = createReactComponent("outline", "devices-cancel", "DevicesCancel", __iconNode$$K); const __iconNode$$J = [["path", { "d": "M13 15.5v-6.5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v4", "key": "svg-0" }], ["path", { "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h7", "key": "svg-1" }], ["path", { "d": "M16 9h2", "key": "svg-2" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-3" }]]; const IconDevicesCheck = createReactComponent("outline", "devices-check", "DevicesCheck", __iconNode$$J); const __iconNode$$I = [["path", { "d": "M13 15.5v-6.5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v4m0 6a1 1 0 0 1 -1 1", "key": "svg-0" }], ["path", { "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h7", "key": "svg-1" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-2" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-3" }], ["path", { "d": "M16 9h2", "key": "svg-4" }]]; const IconDevicesCode = createReactComponent("outline", "devices-code", "DevicesCode", __iconNode$$I); const __iconNode$$H = [["path", { "d": "M13 14.5v-5.5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3", "key": "svg-0" }], ["path", { "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h8", "key": "svg-1" }], ["path", { "d": "M16 9h2", "key": "svg-2" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-4" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-5" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-6" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-7" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-8" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-9" }]]; const IconDevicesCog = createReactComponent("outline", "devices-cog", "DevicesCog", __iconNode$$H); const __iconNode$$G = [["path", { "d": "M13 19v-10a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v1.5", "key": "svg-0" }], ["path", { "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9", "key": "svg-1" }], ["path", { "d": "M16 9h2", "key": "svg-2" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-3" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-4" }]]; const IconDevicesDollar = createReactComponent("outline", "devices-dollar", "DevicesDollar", __iconNode$$G); const __iconNode$$F = [["path", { "d": "M13 16.5v-7.5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3.5", "key": "svg-0" }], ["path", { "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h8", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-3" }], ["path", { "d": "M16 9h2", "key": "svg-4" }]]; const IconDevicesDown = createReactComponent("outline", "devices-down", "DevicesDown", __iconNode$$F); const __iconNode$$E = [["path", { "d": "M15 20h-1a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3.5", "key": "svg-0" }], ["path", { "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9", "key": "svg-1" }], ["path", { "d": "M16 9h2", "key": "svg-2" }], ["path", { "d": "M19 16v3", "key": "svg-3" }], ["path", { "d": "M19 22v.01", "key": "svg-4" }]]; const IconDevicesExclamation = createReactComponent("outline", "devices-exclamation", "DevicesExclamation", __iconNode$$E); const __iconNode$$D = [["path", { "d": "M13 12v-3a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v2", "key": "svg-0" }], ["path", { "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h6", "key": "svg-1" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-2" }], ["path", { "d": "M16 9h2", "key": "svg-3" }]]; const IconDevicesHeart = createReactComponent("outline", "devices-heart", "DevicesHeart", __iconNode$$D); const __iconNode$$C = [["path", { "d": "M13 16.5v-7.5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v6", "key": "svg-0" }], ["path", { "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h8", "key": "svg-1" }], ["path", { "d": "M16 19h6", "key": "svg-2" }], ["path", { "d": "M16 9h2", "key": "svg-3" }]]; const IconDevicesMinus = createReactComponent("outline", "devices-minus", "DevicesMinus", __iconNode$$C); const __iconNode$$B = [["path", { "d": "M13 9a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v8m-1 3h-6a1 1 0 0 1 -1 -1v-6", "key": "svg-0" }], ["path", { "d": "M18 8v-3a1 1 0 0 0 -1 -1h-9m-4 0a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9", "key": "svg-1" }], ["path", { "d": "M16 9h2", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconDevicesOff = createReactComponent("outline", "devices-off", "DevicesOff", __iconNode$$B); const __iconNode$$A = [["path", { "d": "M13 19v-10a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v4", "key": "svg-0" }], ["path", { "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9", "key": "svg-1" }], ["path", { "d": "M17 17v5", "key": "svg-2" }], ["path", { "d": "M21 17v5", "key": "svg-3" }], ["path", { "d": "M16 9h2", "key": "svg-4" }]]; const IconDevicesPause = createReactComponent("outline", "devices-pause", "DevicesPause", __iconNode$$A); const __iconNode$$z = [["path", { "d": "M9 9v10h-6v-14h2", "key": "svg-0" }], ["path", { "d": "M13 9h9v7h-2m-4 0h-4v-4", "key": "svg-1" }], ["path", { "d": "M14 19h5", "key": "svg-2" }], ["path", { "d": "M17 17v2", "key": "svg-3" }], ["path", { "d": "M6 13v.01", "key": "svg-4" }], ["path", { "d": "M6 16v.01", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconDevicesPcOff = createReactComponent("outline", "devices-pc-off", "DevicesPcOff", __iconNode$$z); const __iconNode$$y = [["path", { "d": "M3 5h6v14h-6l0 -14", "key": "svg-0" }], ["path", { "d": "M12 9h10v7h-10l0 -7", "key": "svg-1" }], ["path", { "d": "M14 19h6", "key": "svg-2" }], ["path", { "d": "M17 16v3", "key": "svg-3" }], ["path", { "d": "M6 13v.01", "key": "svg-4" }], ["path", { "d": "M6 16v.01", "key": "svg-5" }]]; const IconDevicesPc = createReactComponent("outline", "devices-pc", "DevicesPc", __iconNode$$y); const __iconNode$$x = [["path", { "d": "M13 14v-5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v2", "key": "svg-0" }], ["path", { "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h8", "key": "svg-1" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-2" }], ["path", { "d": "M19 18v.01", "key": "svg-3" }], ["path", { "d": "M16 9h2", "key": "svg-4" }]]; const IconDevicesPin = createReactComponent("outline", "devices-pin", "DevicesPin", __iconNode$$x); const __iconNode$$w = [["path", { "d": "M13 16.5v-7.5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3.5", "key": "svg-0" }], ["path", { "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h8", "key": "svg-1" }], ["path", { "d": "M16 9h2", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }], ["path", { "d": "M19 16v6", "key": "svg-4" }]]; const IconDevicesPlus = createReactComponent("outline", "devices-plus", "DevicesPlus", __iconNode$$w); const __iconNode$$v = [["path", { "d": "M15 20h-1a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v2", "key": "svg-0" }], ["path", { "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9", "key": "svg-1" }], ["path", { "d": "M19 22v.01", "key": "svg-2" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-3" }], ["path", { "d": "M16 9h2", "key": "svg-4" }]]; const IconDevicesQuestion = createReactComponent("outline", "devices-question", "DevicesQuestion", __iconNode$$v); const __iconNode$$u = [["path", { "d": "M13 13v-4a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v2.5", "key": "svg-0" }], ["path", { "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h7", "key": "svg-1" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-3" }], ["path", { "d": "M16 9h2", "key": "svg-4" }]]; const IconDevicesSearch = createReactComponent("outline", "devices-search", "DevicesSearch", __iconNode$$u); const __iconNode$$t = [["path", { "d": "M13 15v-6a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v4", "key": "svg-0" }], ["path", { "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9", "key": "svg-1" }], ["path", { "d": "M16 22l5 -5", "key": "svg-2" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-3" }], ["path", { "d": "M16 9h2", "key": "svg-4" }]]; const IconDevicesShare = createReactComponent("outline", "devices-share", "DevicesShare", __iconNode$$t); const __iconNode$$s = [["path", { "d": "M13 13v-4a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v2.5", "key": "svg-0" }], ["path", { "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h5.5", "key": "svg-1" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-2" }], ["path", { "d": "M16 9h2", "key": "svg-3" }]]; const IconDevicesStar = createReactComponent("outline", "devices-star", "DevicesStar", __iconNode$$s); const __iconNode$$r = [["path", { "d": "M13 16.5v-7.5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3.5", "key": "svg-0" }], ["path", { "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h8", "key": "svg-1" }], ["path", { "d": "M19 22v-6", "key": "svg-2" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-3" }], ["path", { "d": "M16 9h2", "key": "svg-4" }]]; const IconDevicesUp = createReactComponent("outline", "devices-up", "DevicesUp", __iconNode$$r); const __iconNode$$q = [["path", { "d": "M14 20a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v4", "key": "svg-0" }], ["path", { "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9", "key": "svg-1" }], ["path", { "d": "M16 9h2", "key": "svg-2" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-3" }], ["path", { "d": "M17 22l5 -5", "key": "svg-4" }]]; const IconDevicesX = createReactComponent("outline", "devices-x", "DevicesX", __iconNode$$q); const __iconNode$$p = [["path", { "d": "M13 9a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1v-10", "key": "svg-0" }], ["path", { "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9", "key": "svg-1" }], ["path", { "d": "M16 9h2", "key": "svg-2" }]]; const IconDevices = createReactComponent("outline", "devices", "Devices", __iconNode$$p); const __iconNode$$o = [["path", { "d": "M4.727 4.749c-.467 .38 -.727 .804 -.727 1.251c0 1.217 1.933 2.265 4.71 2.735m4.257 .243c3.962 -.178 7.033 -1.444 7.033 -2.978c0 -1.657 -3.582 -3 -8 -3c-1.66 0 -3.202 .19 -4.48 .514", "key": "svg-0" }], ["path", { "d": "M4 6v.143a1 1 0 0 0 .048 .307l1.952 5.55l-1.964 5.67a1 1 0 0 0 -.036 .265v.065c0 1.657 3.582 3 8 3c3.218 0 5.992 -.712 7.262 -1.74m-.211 -4.227l-1.051 -3.033l1.952 -5.55a1 1 0 0 0 .048 -.307v-.143", "key": "svg-1" }], ["path", { "d": "M6 12c0 1.105 2.686 2 6 2c.656 0 1.288 -.035 1.879 -.1m3.198 -.834c.585 -.308 .923 -.674 .923 -1.066", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconDiaboloOff = createReactComponent("outline", "diabolo-off", "DiaboloOff", __iconNode$$o); const __iconNode$$n = [["path", { "d": "M4 6a8 3 0 1 0 16 0a8 3 0 1 0 -16 0", "key": "svg-0" }], ["path", { "d": "M4 6v.143a1 1 0 0 0 .048 .307l1.952 5.55l-1.964 5.67a1 1 0 0 0 -.036 .265v.065c0 1.657 3.582 3 8 3c.17 0 .34 -.002 .508 -.006m5.492 -8.994l1.952 -5.55a1 1 0 0 0 .048 -.307v-.143", "key": "svg-1" }], ["path", { "d": "M6 12c0 1.105 2.686 2 6 2s6 -.895 6 -2", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }], ["path", { "d": "M19 16v6", "key": "svg-4" }]]; const IconDiaboloPlus = createReactComponent("outline", "diabolo-plus", "DiaboloPlus", __iconNode$$n); const __iconNode$$m = [["path", { "d": "M4 6a8 3 0 1 0 16 0a8 3 0 1 0 -16 0", "key": "svg-0" }], ["path", { "d": "M4 6v.143a1 1 0 0 0 .048 .307l1.952 5.55l-1.964 5.67a1 1 0 0 0 -.036 .265v.065c0 1.657 3.582 3 8 3s8 -1.343 8 -3v-.065a1 1 0 0 0 -.036 -.265l-1.964 -5.67l1.952 -5.55a1 1 0 0 0 .048 -.307v-.143", "key": "svg-1" }], ["path", { "d": "M6 12c0 1.105 2.686 2 6 2s6 -.895 6 -2", "key": "svg-2" }]]; const IconDiabolo = createReactComponent("outline", "diabolo", "Diabolo", __iconNode$$m); const __iconNode$$l = [["path", { "d": "M7 7h-4v-4", "key": "svg-0" }], ["path", { "d": "M17 3h4v4h-4l0 -4", "key": "svg-1" }], ["path", { "d": "M10 6v-3h4v4h-3", "key": "svg-2" }], ["path", { "d": "M3 10h4v4h-4l0 -4", "key": "svg-3" }], ["path", { "d": "M17 13v-3h4v4h-3", "key": "svg-4" }], ["path", { "d": "M14 14h-4v-4", "key": "svg-5" }], ["path", { "d": "M10 17h4v4h-4l0 -4", "key": "svg-6" }], ["path", { "d": "M3 3l18 18", "key": "svg-7" }]]; const IconDialpadOff = createReactComponent("outline", "dialpad-off", "DialpadOff", __iconNode$$l); const __iconNode$$k = [["path", { "d": "M4 3h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1", "key": "svg-0" }], ["path", { "d": "M18 3h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1", "key": "svg-1" }], ["path", { "d": "M11 3h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1", "key": "svg-2" }], ["path", { "d": "M4 10h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1", "key": "svg-3" }], ["path", { "d": "M18 10h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1", "key": "svg-4" }], ["path", { "d": "M11 10h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1", "key": "svg-5" }], ["path", { "d": "M11 17h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1", "key": "svg-6" }]]; const IconDialpad = createReactComponent("outline", "dialpad", "Dialpad", __iconNode$$k); const __iconNode$$j = [["path", { "d": "M9 5h9l3 5l-3.308 3.697m-1.883 2.104l-3.309 3.699a.7 .7 0 0 1 -1 0l-8.5 -9.5l2.62 -4.368", "key": "svg-0" }], ["path", { "d": "M10 12l-2 -2.2l.6 -1", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconDiamondOff = createReactComponent("outline", "diamond-off", "DiamondOff", __iconNode$$j); const __iconNode$$i = [["path", { "d": "M6 5h12l3 5l-8.5 9.5a.7 .7 0 0 1 -1 0l-8.5 -9.5l3 -5", "key": "svg-0" }], ["path", { "d": "M10 12l-2 -2.2l.6 -1", "key": "svg-1" }]]; const IconDiamond = createReactComponent("outline", "diamond", "Diamond", __iconNode$$i); const __iconNode$$h = [["path", { "d": "M10.831 20.413l-5.375 -6.91c-.608 -.783 -.608 -2.223 0 -3l5.375 -6.911a1.457 1.457 0 0 1 2.338 0l5.375 6.91c.608 .783 .608 2.223 0 3l-5.375 6.911a1.457 1.457 0 0 1 -2.338 0", "key": "svg-0" }]]; const IconDiamonds = createReactComponent("outline", "diamonds", "Diamonds", __iconNode$$h); const __iconNode$$g = [["path", { "d": "M3 8.323c0 -.579 0 -.868 .044 -1.11a2.7 2.7 0 0 1 2.17 -2.169c.239 -.044 .529 -.044 1.109 -.044h11.353c.579 0 .868 0 1.11 .044a2.7 2.7 0 0 1 2.169 2.17c.044 .24 .044 .53 .044 1.11v2.676a9 9 0 0 1 -18 0l.001 -2.677", "key": "svg-0" }], ["path", { "d": "M17 9h4", "key": "svg-1" }], ["path", { "d": "M3 9h4", "key": "svg-2" }], ["path", { "d": "M14.25 19.7v-1.4a6.3 6.3 0 0 1 6.3 -6.3", "key": "svg-3" }], ["path", { "d": "M9.75 19.7v-1.4a6.3 6.3 0 0 0 -6.3 -6.3", "key": "svg-4" }]]; const IconDiaper = createReactComponent("outline", "diaper", "Diaper", __iconNode$$g); const __iconNode$$f = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M11.5 12a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-1" }]]; const IconDice1 = createReactComponent("outline", "dice-1", "Dice1", __iconNode$$f); const __iconNode$$e = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M9 9.5a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-1" }], ["path", { "d": "M14 14.5a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-2" }]]; const IconDice2 = createReactComponent("outline", "dice-2", "Dice2", __iconNode$$e); const __iconNode$$d = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M8 8.5a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-1" }], ["path", { "d": "M15 15.5a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-2" }], ["path", { "d": "M11.5 12a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-3" }]]; const IconDice3 = createReactComponent("outline", "dice-3", "Dice3", __iconNode$$d); const __iconNode$$c = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M8 8.5a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-1" }], ["path", { "d": "M15 8.5a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-2" }], ["path", { "d": "M15 15.5a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-3" }], ["path", { "d": "M8 15.5a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-4" }]]; const IconDice4 = createReactComponent("outline", "dice-4", "Dice4", __iconNode$$c); const __iconNode$$b = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M8 8.5a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-1" }], ["path", { "d": "M15 8.5a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-2" }], ["path", { "d": "M15 15.5a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-3" }], ["path", { "d": "M8 15.5a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-4" }], ["path", { "d": "M11.5 12a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-5" }]]; const IconDice5 = createReactComponent("outline", "dice-5", "Dice5", __iconNode$$b); const __iconNode$$a = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M8 7.5a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-1" }], ["path", { "d": "M15 7.5a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-2" }], ["path", { "d": "M8 12a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-3" }], ["path", { "d": "M15 12a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-4" }], ["path", { "d": "M15 16.5a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-5" }], ["path", { "d": "M8 16.5a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-6" }]]; const IconDice6 = createReactComponent("outline", "dice-6", "Dice6", __iconNode$$a); const __iconNode$$9 = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M8 8.5a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-1" }], ["path", { "d": "M15 8.5a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-2" }], ["path", { "d": "M15 15.5a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-3" }], ["path", { "d": "M8 15.5a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-4" }]]; const IconDice = createReactComponent("outline", "dice", "Dice", __iconNode$$9); const __iconNode$$8 = [["path", { "d": "M3 5h11", "key": "svg-0" }], ["path", { "d": "M12 7l2 -2l-2 -2", "key": "svg-1" }], ["path", { "d": "M5 3l-2 2l2 2", "key": "svg-2" }], ["path", { "d": "M19 10v11", "key": "svg-3" }], ["path", { "d": "M17 19l2 2l2 -2", "key": "svg-4" }], ["path", { "d": "M21 12l-2 -2l-2 2", "key": "svg-5" }], ["path", { "d": "M3 12a2 2 0 0 1 2 -2h7a2 2 0 0 1 2 2v7a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2l0 -7", "key": "svg-6" }]]; const IconDimensions = createReactComponent("outline", "dimensions", "Dimensions", __iconNode$$8); const __iconNode$$7 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-0" }], ["path", { "d": "M8 11l-1 1l1 1", "key": "svg-1" }], ["path", { "d": "M11 8l1 -1l1 1", "key": "svg-2" }], ["path", { "d": "M16 11l1 1l-1 1", "key": "svg-3" }], ["path", { "d": "M11 16l1 1l1 -1", "key": "svg-4" }]]; const IconDirectionArrows = createReactComponent("outline", "direction-arrows", "DirectionArrows", __iconNode$$7); const __iconNode$$6 = [["path", { "d": "M10 9l-3 3l3 3", "key": "svg-0" }], ["path", { "d": "M14 9l3 3l-3 3", "key": "svg-1" }]]; const IconDirectionHorizontal = createReactComponent("outline", "direction-horizontal", "DirectionHorizontal", __iconNode$$6); const __iconNode$$5 = [["path", { "d": "M18.73 14.724l1.949 -1.95a1.095 1.095 0 0 0 0 -1.548l-7.905 -7.905a1.095 1.095 0 0 0 -1.548 0l-1.95 1.95m-2.01 2.01l-3.945 3.945a1.095 1.095 0 0 0 0 1.548l7.905 7.905c.427 .428 1.12 .428 1.548 0l3.95 -3.95", "key": "svg-0" }], ["path", { "d": "M8 12h4", "key": "svg-1" }], ["path", { "d": "M13.748 13.752l-1.748 1.748", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconDirectionSignOff = createReactComponent("outline", "direction-sign-off", "DirectionSignOff", __iconNode$$5); const __iconNode$$4 = [["path", { "d": "M3.32 12.774l7.906 7.905c.427 .428 1.12 .428 1.548 0l7.905 -7.905a1.095 1.095 0 0 0 0 -1.548l-7.905 -7.905a1.095 1.095 0 0 0 -1.548 0l-7.905 7.905a1.095 1.095 0 0 0 0 1.548", "key": "svg-0" }], ["path", { "d": "M8 12h7.5", "key": "svg-1" }], ["path", { "d": "M12 8.5l3.5 3.5l-3.5 3.5", "key": "svg-2" }]]; const IconDirectionSign = createReactComponent("outline", "direction-sign", "DirectionSign", __iconNode$$4); const __iconNode$$3 = [["path", { "d": "M9 10l3 -3l3 3", "key": "svg-0" }], ["path", { "d": "M9 14l3 3l3 -3", "key": "svg-1" }]]; const IconDirection = createReactComponent("outline", "direction", "Direction", __iconNode$$3); const __iconNode$$2 = [["path", { "d": "M12 21v-4", "key": "svg-0" }], ["path", { "d": "M12 13v-1", "key": "svg-1" }], ["path", { "d": "M12 5v-2", "key": "svg-2" }], ["path", { "d": "M10 21h4", "key": "svg-3" }], ["path", { "d": "M8 8v1h1m4 0h6l2 -2l-2 -2h-10", "key": "svg-4" }], ["path", { "d": "M14 14v3h-8l-2 -2l2 -2h7", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconDirectionsOff = createReactComponent("outline", "directions-off", "DirectionsOff", __iconNode$$2); const __iconNode$$1 = [["path", { "d": "M12 21v-4", "key": "svg-0" }], ["path", { "d": "M12 13v-4", "key": "svg-1" }], ["path", { "d": "M12 5v-2", "key": "svg-2" }], ["path", { "d": "M10 21h4", "key": "svg-3" }], ["path", { "d": "M8 5v4h11l2 -2l-2 -2l-11 0", "key": "svg-4" }], ["path", { "d": "M14 13v4h-8l-2 -2l2 -2l8 0", "key": "svg-5" }]]; const IconDirections = createReactComponent("outline", "directions", "Directions", __iconNode$$1); const __iconNode$$0 = [["path", { "d": "M15 6a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M9 11a5 5 0 1 0 3.95 7.95", "key": "svg-1" }], ["path", { "d": "M19 20l-4 -5h-4l3 -5l-4 -3l-4 1", "key": "svg-2" }]]; const IconDisabled2 = createReactComponent("outline", "disabled-2", "Disabled2", __iconNode$$0); const __iconNode$_$ = [["path", { "d": "M11 7a2 2 0 1 0 -2 -2", "key": "svg-0" }], ["path", { "d": "M11 11v4h4l4 5", "key": "svg-1" }], ["path", { "d": "M15 11h1", "key": "svg-2" }], ["path", { "d": "M7 11.5a5 5 0 1 0 6 7.5", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconDisabledOff = createReactComponent("outline", "disabled-off", "DisabledOff", __iconNode$_$); const __iconNode$__ = [["path", { "d": "M9 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M11 7l0 8l4 0l4 5", "key": "svg-1" }], ["path", { "d": "M11 11l5 0", "key": "svg-2" }], ["path", { "d": "M7 11.5a5 5 0 1 0 6 7.5", "key": "svg-3" }]]; const IconDisabled = createReactComponent("outline", "disabled", "Disabled", __iconNode$__); const __iconNode$_Z = [["path", { "d": "M5 5h14", "key": "svg-0" }], ["path", { "d": "M6 5c.32 6.744 2.74 9.246 6 10", "key": "svg-1" }], ["path", { "d": "M18 5c-.32 6.744 -2.74 9.246 -6 10", "key": "svg-2" }], ["path", { "d": "M10 5c0 4.915 .552 7.082 2 10", "key": "svg-3" }], ["path", { "d": "M14 5c0 4.915 -.552 7.082 -2 10", "key": "svg-4" }], ["path", { "d": "M12 15v6", "key": "svg-5" }], ["path", { "d": "M12 3v2", "key": "svg-6" }], ["path", { "d": "M7 16c.64 .64 1.509 1 2.414 1h5.172c.905 0 1.774 -.36 2.414 -1", "key": "svg-7" }], ["path", { "d": "M11 21h2", "key": "svg-8" }]]; const IconDiscGolf = createReactComponent("outline", "disc-golf", "DiscGolf", __iconNode$_Z); const __iconNode$_Y = [["path", { "d": "M20.044 16.04a9 9 0 0 0 -12.082 -12.085m-2.333 1.688a9 9 0 0 0 6.371 15.357c2.491 0 4.73 -1 6.36 -2.631", "key": "svg-0" }], ["path", { "d": "M11.298 11.288a1 1 0 1 0 1.402 1.427", "key": "svg-1" }], ["path", { "d": "M7 12c0 -1.38 .559 -2.629 1.462 -3.534m2.607 -1.38c.302 -.056 .613 -.086 .931 -.086", "key": "svg-2" }], ["path", { "d": "M12 17a4.985 4.985 0 0 0 3.551 -1.48m1.362 -2.587c.057 -.302 .087 -.614 .087 -.933", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconDiscOff = createReactComponent("outline", "disc-off", "DiscOff", __iconNode$_Y); const __iconNode$_X = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }], ["path", { "d": "M7 12a5 5 0 0 1 5 -5", "key": "svg-2" }], ["path", { "d": "M12 17a5 5 0 0 0 5 -5", "key": "svg-3" }]]; const IconDisc = createReactComponent("outline", "disc", "Disc", __iconNode$_X); const __iconNode$_W = [["path", { "d": "M9 15l3 -3m2 -2l1 -1", "key": "svg-0" }], ["path", { "d": "M9.148 9.145a.498 .498 0 0 0 .352 .855a.5 .5 0 0 0 .35 -.142", "key": "svg-1" }], ["path", { "d": "M14.148 14.145a.498 .498 0 0 0 .352 .855a.5 .5 0 0 0 .35 -.142", "key": "svg-2" }], ["path", { "d": "M5.641 5.631a9 9 0 1 0 12.719 12.738m1.68 -2.318a9 9 0 0 0 -12.074 -12.098", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconDiscountOff = createReactComponent("outline", "discount-off", "DiscountOff", __iconNode$_W); const __iconNode$_V = [["path", { "d": "M9 15l6 -6", "key": "svg-0" }], ["path", { "d": "M9 9.5a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-1" }], ["path", { "d": "M14 14.5a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-2" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-3" }]]; const IconDiscount = createReactComponent("outline", "discount", "Discount", __iconNode$_V); const __iconNode$_U = [["path", { "d": "M11 6a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "fill": "currentColor", "key": "svg-0" }], ["path", { "d": "M11 18a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "fill": "currentColor", "key": "svg-1" }], ["path", { "d": "M5 12l14 0", "key": "svg-2" }]]; const IconDivide = createReactComponent("outline", "divide", "Divide", __iconNode$_U); const __iconNode$_T = [["path", { "d": "M17 3v1c-.007 2.46 -.91 4.554 -2.705 6.281m-2.295 1.719c-3.328 1.99 -5 4.662 -5.008 8.014v1", "key": "svg-0" }], ["path", { "d": "M17 21.014v-1c0 -1.44 -.315 -2.755 -.932 -3.944m-4.068 -4.07c-1.903 -1.138 -3.263 -2.485 -4.082 -4.068", "key": "svg-1" }], ["path", { "d": "M8 4h9", "key": "svg-2" }], ["path", { "d": "M7 20h10", "key": "svg-3" }], ["path", { "d": "M12 8h4", "key": "svg-4" }], ["path", { "d": "M8 16h8", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconDna2Off = createReactComponent("outline", "dna-2-off", "Dna2Off", __iconNode$_T); const __iconNode$_S = [["path", { "d": "M17 3v1c-.01 3.352 -1.68 6.023 -5.008 8.014c-3.328 1.99 3.336 -2 .008 -.014c-3.328 1.99 -5 4.662 -5.008 8.014v1", "key": "svg-0" }], ["path", { "d": "M17 21.014v-1c-.01 -3.352 -1.68 -6.023 -5.008 -8.014c-3.328 -1.99 3.336 2 .008 .014c-3.328 -1.991 -5 -4.662 -5.008 -8.014v-1", "key": "svg-1" }], ["path", { "d": "M7 4h10", "key": "svg-2" }], ["path", { "d": "M7 20h10", "key": "svg-3" }], ["path", { "d": "M8 8h8", "key": "svg-4" }], ["path", { "d": "M8 16h8", "key": "svg-5" }]]; const IconDna2 = createReactComponent("outline", "dna-2", "Dna2", __iconNode$_S); const __iconNode$_R = [["path", { "d": "M16 12a3.898 3.898 0 0 0 -1.172 -2.828a4.027 4.027 0 0 0 -2.828 -1.172m-2.828 1.172a4 4 0 1 0 5.656 5.656", "key": "svg-0" }], ["path", { "d": "M9.172 20.485a4 4 0 1 0 -5.657 -5.657", "key": "svg-1" }], ["path", { "d": "M14.828 3.515a4 4 0 1 0 5.657 5.657", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconDnaOff = createReactComponent("outline", "dna-off", "DnaOff", __iconNode$_R); const __iconNode$_Q = [["path", { "d": "M14.828 14.828a4 4 0 1 0 -5.656 -5.656a4 4 0 0 0 5.656 5.656", "key": "svg-0" }], ["path", { "d": "M9.172 20.485a4 4 0 1 0 -5.657 -5.657", "key": "svg-1" }], ["path", { "d": "M14.828 3.515a4 4 0 0 0 5.657 5.657", "key": "svg-2" }]]; const IconDna = createReactComponent("outline", "dna", "Dna", __iconNode$_Q); const __iconNode$_P = [["path", { "d": "M10 15l5.586 -5.585a2 2 0 1 1 3.414 -1.415a2 2 0 1 1 -1.413 3.414l-3.587 3.586", "key": "svg-0" }], ["path", { "d": "M12 13l-3.586 -3.585a2 2 0 1 0 -3.414 -1.415a2 2 0 1 0 1.413 3.414l3.587 3.586", "key": "svg-1" }], ["path", { "d": "M3 20h18c-.175 -1.671 -.046 -3.345 -2 -5h-14c-1.333 1 -2 2.667 -2 5", "key": "svg-2" }]]; const IconDogBowl = createReactComponent("outline", "dog-bowl", "DogBowl", __iconNode$_P); const __iconNode$_O = [["path", { "d": "M11 5h2", "key": "svg-0" }], ["path", { "d": "M19 12c-.667 5.333 -2.333 8 -5 8h-4c-2.667 0 -4.333 -2.667 -5 -8", "key": "svg-1" }], ["path", { "d": "M11 16c0 .667 .333 1 1 1s1 -.333 1 -1h-2", "key": "svg-2" }], ["path", { "d": "M12 18v2", "key": "svg-3" }], ["path", { "d": "M10 11v.01", "key": "svg-4" }], ["path", { "d": "M14 11v.01", "key": "svg-5" }], ["path", { "d": "M5 4l6 .97l-6.238 6.688a1.021 1.021 0 0 1 -1.41 .111a.953 .953 0 0 1 -.327 -.954l1.975 -6.815", "key": "svg-6" }], ["path", { "d": "M19 4l-6 .97l6.238 6.688c.358 .408 .989 .458 1.41 .111a.953 .953 0 0 0 .327 -.954l-1.975 -6.815", "key": "svg-7" }]]; const IconDog = createReactComponent("outline", "dog", "Dog", __iconNode$_O); const __iconNode$_N = [["path", { "d": "M13 12v.01", "key": "svg-0" }], ["path", { "d": "M3 21h18", "key": "svg-1" }], ["path", { "d": "M5 21v-16a2 2 0 0 1 2 -2h6m4 10.5v7.5", "key": "svg-2" }], ["path", { "d": "M21 7h-7m3 -3l-3 3l3 3", "key": "svg-3" }]]; const IconDoorEnter = createReactComponent("outline", "door-enter", "DoorEnter", __iconNode$_N); const __iconNode$_M = [["path", { "d": "M13 12v.01", "key": "svg-0" }], ["path", { "d": "M3 21h18", "key": "svg-1" }], ["path", { "d": "M5 21v-16a2 2 0 0 1 2 -2h7.5m2.5 10.5v7.5", "key": "svg-2" }], ["path", { "d": "M14 7h7m-3 -3l3 3l-3 3", "key": "svg-3" }]]; const IconDoorExit = createReactComponent("outline", "door-exit", "DoorExit", __iconNode$_M); const __iconNode$_L = [["path", { "d": "M3 21h18", "key": "svg-0" }], ["path", { "d": "M6 21v-15", "key": "svg-1" }], ["path", { "d": "M7.18 3.175c.25 -.112 .528 -.175 .82 -.175h8a2 2 0 0 1 2 2v9", "key": "svg-2" }], ["path", { "d": "M18 18v3", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconDoorOff = createReactComponent("outline", "door-off", "DoorOff", __iconNode$_L); const __iconNode$_K = [["path", { "d": "M14 12v.01", "key": "svg-0" }], ["path", { "d": "M3 21h18", "key": "svg-1" }], ["path", { "d": "M6 21v-16a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v16", "key": "svg-2" }]]; const IconDoor = createReactComponent("outline", "door", "Door", __iconNode$_K); const __iconNode$_J = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M8 12l0 .01", "key": "svg-1" }], ["path", { "d": "M12 12l0 .01", "key": "svg-2" }], ["path", { "d": "M16 12l0 .01", "key": "svg-3" }]]; const IconDotsCircleHorizontal = createReactComponent("outline", "dots-circle-horizontal", "DotsCircleHorizontal", __iconNode$_J); const __iconNode$_I = [["path", { "d": "M6 7a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }], ["path", { "d": "M16 17a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }]]; const IconDotsDiagonal2 = createReactComponent("outline", "dots-diagonal-2", "DotsDiagonal2", __iconNode$_I); const __iconNode$_H = [["path", { "d": "M6 17a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }], ["path", { "d": "M16 7a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }]]; const IconDotsDiagonal = createReactComponent("outline", "dots-diagonal", "DotsDiagonal", __iconNode$_H); const __iconNode$_G = [["path", { "d": "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M11 19a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }], ["path", { "d": "M11 5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }]]; const IconDotsVertical = createReactComponent("outline", "dots-vertical", "DotsVertical", __iconNode$_G); const __iconNode$_F = [["path", { "d": "M4 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }], ["path", { "d": "M18 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }]]; const IconDots = createReactComponent("outline", "dots", "Dots", __iconNode$_F); const __iconNode$_E = [["path", { "d": "M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 1.83 -1.19", "key": "svg-0" }], ["path", { "d": "M7 11l5 5l2 -2m2 -2l1 -1", "key": "svg-1" }], ["path", { "d": "M12 4v4m0 4v4", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconDownloadOff = createReactComponent("outline", "download-off", "DownloadOff", __iconNode$_E); const __iconNode$_D = [["path", { "d": "M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2", "key": "svg-0" }], ["path", { "d": "M7 11l5 5l5 -5", "key": "svg-1" }], ["path", { "d": "M12 4l0 12", "key": "svg-2" }]]; const IconDownload = createReactComponent("outline", "download", "Download", __iconNode$_D); const __iconNode$_C = [["path", { "d": "M8 10a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2l0 -8", "key": "svg-0" }], ["path", { "d": "M4 4l0 .01", "key": "svg-1" }], ["path", { "d": "M8 4l0 .01", "key": "svg-2" }], ["path", { "d": "M12 4l0 .01", "key": "svg-3" }], ["path", { "d": "M16 4l0 .01", "key": "svg-4" }], ["path", { "d": "M4 8l0 .01", "key": "svg-5" }], ["path", { "d": "M4 12l0 .01", "key": "svg-6" }], ["path", { "d": "M4 16l0 .01", "key": "svg-7" }]]; const IconDragDrop2 = createReactComponent("outline", "drag-drop-2", "DragDrop2", __iconNode$_C); const __iconNode$_B = [["path", { "d": "M19 11v-2a2 2 0 0 0 -2 -2h-8a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h2", "key": "svg-0" }], ["path", { "d": "M13 13l9 3l-4 2l-2 4l-3 -9", "key": "svg-1" }], ["path", { "d": "M3 3l0 .01", "key": "svg-2" }], ["path", { "d": "M7 3l0 .01", "key": "svg-3" }], ["path", { "d": "M11 3l0 .01", "key": "svg-4" }], ["path", { "d": "M15 3l0 .01", "key": "svg-5" }], ["path", { "d": "M3 7l0 .01", "key": "svg-6" }], ["path", { "d": "M3 11l0 .01", "key": "svg-7" }], ["path", { "d": "M3 15l0 .01", "key": "svg-8" }]]; const IconDragDrop = createReactComponent("outline", "drag-drop", "DragDrop", __iconNode$_B); const __iconNode$_A = [["path", { "d": "M14 14h-4v-4", "key": "svg-0" }], ["path", { "d": "M10 10l-3.5 -3.5", "key": "svg-1" }], ["path", { "d": "M9.957 5.95a3.503 3.503 0 0 0 -2.917 -2.91m-3.02 .989a3.5 3.5 0 0 0 1.98 5.936", "key": "svg-2" }], ["path", { "d": "M14 10l3.5 -3.5", "key": "svg-3" }], ["path", { "d": "M18 9.965a3.5 3.5 0 1 0 -3.966 -3.965", "key": "svg-4" }], ["path", { "d": "M14 14l3.5 3.5", "key": "svg-5" }], ["path", { "d": "M14.035 18a3.5 3.5 0 0 0 5.936 1.98m.987 -3.026a3.503 3.503 0 0 0 -2.918 -2.913", "key": "svg-6" }], ["path", { "d": "M10 14l-3.5 3.5", "key": "svg-7" }], ["path", { "d": "M6 14.035a3.5 3.5 0 1 0 3.966 3.965", "key": "svg-8" }], ["path", { "d": "M3 3l18 18", "key": "svg-9" }]]; const IconDroneOff = createReactComponent("outline", "drone-off", "DroneOff", __iconNode$_A); const __iconNode$_z = [["path", { "d": "M10 10h4v4h-4l0 -4", "key": "svg-0" }], ["path", { "d": "M10 10l-3.5 -3.5", "key": "svg-1" }], ["path", { "d": "M9.96 6a3.5 3.5 0 1 0 -3.96 3.96", "key": "svg-2" }], ["path", { "d": "M14 10l3.5 -3.5", "key": "svg-3" }], ["path", { "d": "M18 9.96a3.5 3.5 0 1 0 -3.96 -3.96", "key": "svg-4" }], ["path", { "d": "M14 14l3.5 3.5", "key": "svg-5" }], ["path", { "d": "M14.04 18a3.5 3.5 0 1 0 3.96 -3.96", "key": "svg-6" }], ["path", { "d": "M10 14l-3.5 3.5", "key": "svg-7" }], ["path", { "d": "M6 14.04a3.5 3.5 0 1 0 3.96 3.96", "key": "svg-8" }]]; const IconDrone = createReactComponent("outline", "drone", "Drone", __iconNode$_z); const __iconNode$_y = [["path", { "d": "M10.07 15.34c1.115 .88 2.74 .88 3.855 0c1.115 -.88 1.398 -2.388 .671 -3.575l-2.596 -3.765l-2.602 3.765c-.726 1.187 -.443 2.694 .672 3.575", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-1" }]]; const IconDropCircle = createReactComponent("outline", "drop-circle", "DropCircle", __iconNode$_y); const __iconNode$_x = [["path", { "d": "M18.628 12.076a6.653 6.653 0 0 0 -.564 -1.199l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546c1.7 1.375 3.906 1.852 5.958 1.431", "key": "svg-0" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-1" }]]; const IconDropletBolt = createReactComponent("outline", "droplet-bolt", "DropletBolt", __iconNode$_x); const __iconNode$_w = [["path", { "d": "M18.606 12.014a6.659 6.659 0 0 0 -.542 -1.137l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.154 7.154 0 0 0 4.826 1.572", "key": "svg-0" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M17 21l4 -4", "key": "svg-2" }]]; const IconDropletCancel = createReactComponent("outline", "droplet-cancel", "DropletCancel", __iconNode$_w); const __iconNode$_v = [["path", { "d": "M18.967 13.594a6.568 6.568 0 0 0 -.903 -2.717l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.125 7.125 0 0 0 4.04 1.565", "key": "svg-0" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-1" }]]; const IconDropletCheck = createReactComponent("outline", "droplet-check", "DropletCheck", __iconNode$_v); const __iconNode$_u = [["path", { "d": "M18.907 13.147a6.586 6.586 0 0 0 -.843 -2.27l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.123 7.123 0 0 0 3.99 1.561", "key": "svg-0" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-1" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-2" }]]; const IconDropletCode = createReactComponent("outline", "droplet-code", "DropletCode", __iconNode$_u); const __iconNode$_t = [["path", { "d": "M18.421 11.56a6.702 6.702 0 0 0 -.357 -.683l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.144 7.144 0 0 0 4.518 1.58", "key": "svg-0" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-2" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-3" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-4" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-5" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-6" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-7" }]]; const IconDropletCog = createReactComponent("outline", "droplet-cog", "DropletCog", __iconNode$_t); const __iconNode$_s = [["path", { "d": "M17.668 10.29l-4.493 -6.673c-.421 -.625 -1.288 -.803 -1.937 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.175 7.175 0 0 0 5.493 1.51", "key": "svg-0" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-1" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-2" }]]; const IconDropletDollar = createReactComponent("outline", "droplet-dollar", "DropletDollar", __iconNode$_s); const __iconNode$_r = [["path", { "d": "M18.602 12.003a6.66 6.66 0 0 0 -.538 -1.126l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.159 7.159 0 0 0 4.972 1.564", "key": "svg-0" }], ["path", { "d": "M19 16v6", "key": "svg-1" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-2" }]]; const IconDropletDown = createReactComponent("outline", "droplet-down", "DropletDown", __iconNode$_r); const __iconNode$_q = [["path", { "d": "M18.602 12.004a6.66 6.66 0 0 0 -.538 -1.127l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546c2.142 1.734 5.092 2.04 7.519 .919", "key": "svg-0" }], ["path", { "d": "M19 16v3", "key": "svg-1" }], ["path", { "d": "M19 22v.01", "key": "svg-2" }]]; const IconDropletExclamation = createReactComponent("outline", "droplet-exclamation", "DropletExclamation", __iconNode$_q); const __iconNode$_p = [["path", { "d": "M7.502 19.423c2.602 2.105 6.395 2.105 8.996 0c2.602 -2.105 3.262 -5.708 1.566 -8.546l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546", "key": "svg-0" }], ["path", { "d": "M5 14h14", "key": "svg-1" }]]; const IconDropletHalf2 = createReactComponent("outline", "droplet-half-2", "DropletHalf2", __iconNode$_p); const __iconNode$_o = [["path", { "d": "M7.502 19.423c2.602 2.105 6.395 2.105 8.996 0c2.602 -2.105 3.262 -5.708 1.566 -8.546l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546", "key": "svg-0" }], ["path", { "d": "M12 3v18", "key": "svg-1" }]]; const IconDropletHalf = createReactComponent("outline", "droplet-half", "DropletHalf", __iconNode$_o); const __iconNode$_n = [["path", { "d": "M18.288 11.282a6.734 6.734 0 0 0 -.224 -.405l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.117 7.117 0 0 0 3.824 1.548", "key": "svg-0" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-1" }]]; const IconDropletHeart = createReactComponent("outline", "droplet-heart", "DropletHeart", __iconNode$_n); const __iconNode$_m = [["path", { "d": "M18.946 15.083a6.538 6.538 0 0 0 -.882 -4.206l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.163 7.163 0 0 0 5.089 1.555", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }]]; const IconDropletMinus = createReactComponent("outline", "droplet-minus", "DropletMinus", __iconNode$_m); const __iconNode$_l = [["path", { "d": "M18.963 14.938a6.54 6.54 0 0 0 -.899 -4.06l-4.89 -7.26c-.42 -.626 -1.287 -.804 -1.936 -.398a1.376 1.376 0 0 0 -.41 .397l-1.282 1.9m-1.625 2.415l-1.986 2.946c-1.695 2.837 -1.035 6.44 1.567 8.545c2.602 2.105 6.395 2.105 8.996 0a6.83 6.83 0 0 0 1.376 -1.499", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconDropletOff = createReactComponent("outline", "droplet-off", "DropletOff", __iconNode$_l); const __iconNode$_k = [["path", { "d": "M18.952 13.456a6.573 6.573 0 0 0 -.888 -2.579l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.176 7.176 0 0 0 5.517 1.507", "key": "svg-0" }], ["path", { "d": "M17 17v5", "key": "svg-1" }], ["path", { "d": "M21 17v5", "key": "svg-2" }]]; const IconDropletPause = createReactComponent("outline", "droplet-pause", "DropletPause", __iconNode$_k); const __iconNode$_j = [["path", { "d": "M18.064 10.877l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.163 7.163 0 0 0 5.102 1.554", "key": "svg-0" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-1" }], ["path", { "d": "M19 18v.01", "key": "svg-2" }]]; const IconDropletPin = createReactComponent("outline", "droplet-pin", "DropletPin", __iconNode$_j); const __iconNode$_i = [["path", { "d": "M18.602 12.004a6.66 6.66 0 0 0 -.538 -1.127l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.16 7.16 0 0 0 5.033 1.56", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }]]; const IconDropletPlus = createReactComponent("outline", "droplet-plus", "DropletPlus", __iconNode$_i); const __iconNode$_h = [["path", { "d": "M18.064 10.877l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546c2.203 1.782 5.259 2.056 7.723 .82", "key": "svg-0" }], ["path", { "d": "M19 22v.01", "key": "svg-1" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-2" }]]; const IconDropletQuestion = createReactComponent("outline", "droplet-question", "DropletQuestion", __iconNode$_h); const __iconNode$_g = [["path", { "d": "M18.064 10.877l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.13 7.13 0 0 0 4.168 1.572", "key": "svg-0" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-2" }]]; const IconDropletSearch = createReactComponent("outline", "droplet-search", "DropletSearch", __iconNode$_g); const __iconNode$_f = [["path", { "d": "M18.884 13.025a6.591 6.591 0 0 0 -.82 -2.148l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.125 7.125 0 0 0 4.498 1.58", "key": "svg-0" }], ["path", { "d": "M16 22l5 -5", "key": "svg-1" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-2" }]]; const IconDropletShare = createReactComponent("outline", "droplet-share", "DropletShare", __iconNode$_f); const __iconNode$_e = [["path", { "d": "M17.496 10.034l-4.321 -6.417c-.421 -.625 -1.288 -.803 -1.937 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.106 7.106 0 0 0 3.547 1.517", "key": "svg-0" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-1" }]]; const IconDropletStar = createReactComponent("outline", "droplet-star", "DropletStar", __iconNode$_e); const __iconNode$_d = [["path", { "d": "M18.6 11.998a6.66 6.66 0 0 0 -.536 -1.12l-4.89 -7.26c-.42 -.626 -1.287 -.804 -1.936 -.398a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.16 7.16 0 0 0 5.002 1.562", "key": "svg-0" }], ["path", { "d": "M19 22v-6", "key": "svg-1" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-2" }]]; const IconDropletUp = createReactComponent("outline", "droplet-up", "DropletUp", __iconNode$_d); const __iconNode$_c = [["path", { "d": "M18.953 13.467a6.572 6.572 0 0 0 -.889 -2.59l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.179 7.179 0 0 0 5.633 1.49", "key": "svg-0" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-1" }], ["path", { "d": "M17 22l5 -5", "key": "svg-2" }]]; const IconDropletX = createReactComponent("outline", "droplet-x", "DropletX", __iconNode$_c); const __iconNode$_b = [["path", { "d": "M7.502 19.423c2.602 2.105 6.395 2.105 8.996 0c2.602 -2.105 3.262 -5.708 1.566 -8.546l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546", "key": "svg-0" }]]; const IconDroplet = createReactComponent("outline", "droplet", "Droplet", __iconNode$_b); const __iconNode$_a = [["path", { "d": "M4.072 20.3a2.999 2.999 0 0 0 3.856 0a3.002 3.002 0 0 0 .67 -3.798l-2.095 -3.227a.6 .6 0 0 0 -1.005 0l-2.098 3.227a3.003 3.003 0 0 0 .671 3.798", "key": "svg-0" }], ["path", { "d": "M16.072 20.3a2.999 2.999 0 0 0 3.856 0a3.002 3.002 0 0 0 .67 -3.798l-2.095 -3.227a.6 .6 0 0 0 -1.005 0l-2.098 3.227a3.003 3.003 0 0 0 .671 3.798", "key": "svg-1" }], ["path", { "d": "M10.072 10.3a2.999 2.999 0 0 0 3.856 0a3.002 3.002 0 0 0 .67 -3.798l-2.095 -3.227a.6 .6 0 0 0 -1.005 0l-2.098 3.227a3.003 3.003 0 0 0 .671 3.798l.001 0", "key": "svg-2" }]]; const IconDroplets = createReactComponent("outline", "droplets", "Droplets", __iconNode$_a); const __iconNode$_9 = [["path", { "d": "M5 4l8 3v15l-8 -3l0 -15", "key": "svg-0" }], ["path", { "d": "M13 19h6v-15h-14", "key": "svg-1" }]]; const IconDualScreen = createReactComponent("outline", "dual-screen", "DualScreen", __iconNode$_9); const __iconNode$_8 = [["path", { "d": "M5.532 5.532a2.53 2.53 0 0 1 2.56 -.623a2.532 2.532 0 0 1 4.604 -.717q .146 -.24 .356 -.45a2.532 2.532 0 0 1 4.318 1.637a2.53 2.53 0 0 1 2.844 .511l.358 .358c1.384 1.385 -.7 5.713 -4.655 9.669c-3.956 3.955 -8.284 6.04 -9.669 4.655l-.358 -.358l-.114 -.122a2.53 2.53 0 0 1 -.398 -2.724a2.532 2.532 0 0 1 -1.186 -4.675a2.532 2.532 0 0 1 .718 -4.603a2.53 2.53 0 0 1 .622 -2.558", "key": "svg-0" }]]; const IconDumpling = createReactComponent("outline", "dumpling", "Dumpling", __iconNode$_8); const __iconNode$_7 = [["path", { "d": "M2 7a2 2 0 0 1 2 -2h16a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-16a2 2 0 0 1 -2 -2l0 -10", "key": "svg-0" }], ["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M9 12h-7", "key": "svg-2" }], ["path", { "d": "M15 12h7", "key": "svg-3" }]]; const IconEPassport = createReactComponent("outline", "e-passport", "EPassport", __iconNode$_7); const __iconNode$_6 = [["path", { "d": "M6 10c0 -1.146 .277 -2.245 .78 -3.219m1.792 -2.208a7 7 0 0 1 10.428 9.027a10 10 0 0 1 -.633 .762m-2.045 1.96a8 8 0 0 0 -1.322 2.278a4.5 4.5 0 0 1 -6.8 1.4", "key": "svg-0" }], ["path", { "d": "M11.42 7.414a3 3 0 0 1 4.131 4.13", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconEarOff = createReactComponent("outline", "ear-off", "EarOff", __iconNode$_6); const __iconNode$_5 = [["path", { "d": "M15 15a2 2 0 0 1 -2 2c-.732 0 -1.555 -.247 -1.72 -.98c-.634 -2.8 -3.17 -2.628 -3.28 -5.02v-.5a3.5 3.5 0 0 1 6.671 -1.483", "key": "svg-0" }], ["path", { "d": "M4 8v-2a2 2 0 0 1 2 -2h2", "key": "svg-1" }], ["path", { "d": "M4 16v2a2 2 0 0 0 2 2h2", "key": "svg-2" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2", "key": "svg-3" }], ["path", { "d": "M16 20h2a2 2 0 0 0 2 -2v-2", "key": "svg-4" }], ["path", { "d": "M13 12v.01", "key": "svg-5" }]]; const IconEarScan = createReactComponent("outline", "ear-scan", "EarScan", __iconNode$_5); const __iconNode$_4 = [["path", { "d": "M6 10a7 7 0 1 1 13 3.6a10 10 0 0 1 -2 2a8 8 0 0 0 -2 3a4.5 4.5 0 0 1 -6.8 1.4", "key": "svg-0" }], ["path", { "d": "M10 10a3 3 0 1 1 5 2.2", "key": "svg-1" }]]; const IconEar = createReactComponent("outline", "ear", "Ear", __iconNode$_4); const __iconNode$_3 = [["path", { "d": "M3 19c8 0 18 -16 18 -16", "key": "svg-0" }], ["path", { "d": "M17 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-1" }], ["path", { "d": "M17 19h-2", "key": "svg-2" }], ["path", { "d": "M12 19h-2", "key": "svg-3" }]]; const IconEaseInControlPoint = createReactComponent("outline", "ease-in-control-point", "EaseInControlPoint", __iconNode$_3); const __iconNode$_2 = [["path", { "d": "M17 20a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M17 20h-2", "key": "svg-1" }], ["path", { "d": "M7 4a2 2 0 1 1 -4 0a2 2 0 0 1 4 0", "key": "svg-2" }], ["path", { "d": "M7 4h2", "key": "svg-3" }], ["path", { "d": "M14 4h-2", "key": "svg-4" }], ["path", { "d": "M12 20h-2", "key": "svg-5" }], ["path", { "d": "M3 20c8 0 10 -16 18 -16", "key": "svg-6" }]]; const IconEaseInOutControlPoints = createReactComponent("outline", "ease-in-out-control-points", "EaseInOutControlPoints", __iconNode$_2); const __iconNode$_1 = [["path", { "d": "M3 20c8 0 10 -16 18 -16", "key": "svg-0" }]]; const IconEaseInOut = createReactComponent("outline", "ease-in-out", "EaseInOut", __iconNode$_1); const __iconNode$_0 = [["path", { "d": "M3 20c8 0 18 -16 18 -16", "key": "svg-0" }]]; const IconEaseIn = createReactComponent("outline", "ease-in", "EaseIn", __iconNode$_0); const __iconNode$Z$ = [["path", { "d": "M3 21s10 -16 18 -16", "key": "svg-0" }], ["path", { "d": "M7 5a2 2 0 1 1 -4 0a2 2 0 0 1 4 0", "key": "svg-1" }], ["path", { "d": "M7 5h2", "key": "svg-2" }], ["path", { "d": "M14 5h-2", "key": "svg-3" }]]; const IconEaseOutControlPoint = createReactComponent("outline", "ease-out-control-point", "EaseOutControlPoint", __iconNode$Z$); const __iconNode$Z_ = [["path", { "d": "M3 20s10 -16 18 -16", "key": "svg-0" }]]; const IconEaseOut = createReactComponent("outline", "ease-out", "EaseOut", __iconNode$Z_); const __iconNode$ZZ = [["path", { "d": "M10.507 10.498l-1.507 1.502v3h3l1.493 -1.498m2 -2.01l4.89 -4.907a2.1 2.1 0 0 0 -2.97 -2.97l-4.913 4.896", "key": "svg-0" }], ["path", { "d": "M16 5l3 3", "key": "svg-1" }], ["path", { "d": "M7.476 7.471a7 7 0 0 0 2.524 13.529a7 7 0 0 0 6.53 -4.474", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconEditCircleOff = createReactComponent("outline", "edit-circle-off", "EditCircleOff", __iconNode$ZZ); const __iconNode$ZY = [["path", { "d": "M12 15l8.385 -8.415a2.1 2.1 0 0 0 -2.97 -2.97l-8.415 8.385v3h3", "key": "svg-0" }], ["path", { "d": "M16 5l3 3", "key": "svg-1" }], ["path", { "d": "M9 7.07a7 7 0 0 0 1 13.93a7 7 0 0 0 6.929 -6", "key": "svg-2" }]]; const IconEditCircle = createReactComponent("outline", "edit-circle", "EditCircle", __iconNode$ZY); const __iconNode$ZX = [["path", { "d": "M7 7h-1a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-1", "key": "svg-0" }], ["path", { "d": "M10.507 10.498l-1.507 1.502v3h3l1.493 -1.498m2 -2.01l4.89 -4.907a2.1 2.1 0 0 0 -2.97 -2.97l-4.913 4.896", "key": "svg-1" }], ["path", { "d": "M16 5l3 3", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconEditOff = createReactComponent("outline", "edit-off", "EditOff", __iconNode$ZX); const __iconNode$ZW = [["path", { "d": "M7 7h-1a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-1", "key": "svg-0" }], ["path", { "d": "M20.385 6.585a2.1 2.1 0 0 0 -2.97 -2.97l-8.415 8.385v3h3l8.385 -8.415", "key": "svg-1" }], ["path", { "d": "M16 5l3 3", "key": "svg-2" }]]; const IconEdit = createReactComponent("outline", "edit", "Edit", __iconNode$ZW); const __iconNode$ZV = [["path", { "d": "M19 14.083c0 4.154 -2.966 6.74 -7 6.917c-4.2 0 -7 -2.763 -7 -6.917c0 -5.538 3.5 -11.09 7 -11.083c3.5 .007 7 5.545 7 11.083", "key": "svg-0" }], ["path", { "d": "M12 3l-1.5 5l3.5 2.5l-2 3.5", "key": "svg-1" }]]; const IconEggCracked = createReactComponent("outline", "egg-cracked", "EggCracked", __iconNode$ZV); const __iconNode$ZU = [["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M14 3a5 5 0 0 1 4.872 6.13a3 3 0 0 1 .178 5.681a3 3 0 1 1 -4.684 3.626a5 5 0 1 1 -8.662 -5a5 5 0 1 1 4.645 -8.856a4.982 4.982 0 0 1 3.651 -1.585l0 .004", "key": "svg-1" }]]; const IconEggFried = createReactComponent("outline", "egg-fried", "EggFried", __iconNode$ZU); const __iconNode$ZT = [["path", { "d": "M17.927 17.934c-1.211 1.858 -3.351 2.953 -5.927 3.066c-4.2 0 -7 -2.763 -7 -6.917c0 -2.568 .753 -5.14 1.91 -7.158", "key": "svg-0" }], ["path", { "d": "M8.642 4.628c1.034 -1.02 2.196 -1.63 3.358 -1.628c3.5 .007 7 5.545 7 11.083c0 .298 -.015 .587 -.045 .868", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconEggOff = createReactComponent("outline", "egg-off", "EggOff", __iconNode$ZT); const __iconNode$ZS = [["path", { "d": "M19 14.083c0 4.154 -2.966 6.74 -7 6.917c-4.2 0 -7 -2.763 -7 -6.917c0 -5.538 3.5 -11.09 7 -11.083c3.5 .007 7 5.545 7 11.083", "key": "svg-0" }]]; const IconEgg = createReactComponent("outline", "egg", "Egg", __iconNode$ZS); const __iconNode$ZR = [["path", { "d": "M13 22c-3 0 -4.868 -2.118 -5 -5c0 -3 2 -5 5 -5c4 0 8.01 2.5 8 5c0 2.5 -4 5 -8 5", "key": "svg-0" }], ["path", { "d": "M8 18c-3.03 -.196 -5 -2.309 -5 -5.38c0 -4.307 2.75 -8.625 5.5 -8.62c2.614 0 5.248 3.915 5.5 8", "key": "svg-1" }]]; const IconEggs = createReactComponent("outline", "eggs", "Eggs", __iconNode$ZR); const __iconNode$ZQ = [["path", { "d": "M8 4h10a1 1 0 0 1 1 1v10m0 4a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-14", "key": "svg-0" }], ["path", { "d": "M12 8l2 2", "key": "svg-1" }], ["path", { "d": "M10 14l2 2l2 -2", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconElevatorOff = createReactComponent("outline", "elevator-off", "ElevatorOff", __iconNode$ZQ); const __iconNode$ZP = [["path", { "d": "M5 5a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1l0 -14", "key": "svg-0" }], ["path", { "d": "M10 10l2 -2l2 2", "key": "svg-1" }], ["path", { "d": "M10 14l2 2l2 -2", "key": "svg-2" }]]; const IconElevator = createReactComponent("outline", "elevator", "Elevator", __iconNode$ZP); const __iconNode$ZO = [["path", { "d": "M14 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M6 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M4 8l2.1 2.8a3 3 0 0 0 2.4 1.2h11.5", "key": "svg-2" }], ["path", { "d": "M10 6h4", "key": "svg-3" }], ["path", { "d": "M12 4v4", "key": "svg-4" }], ["path", { "d": "M12 12v2l-2.5 2.5", "key": "svg-5" }], ["path", { "d": "M14.5 16.5l-2.5 -2.5", "key": "svg-6" }]]; const IconEmergencyBed = createReactComponent("outline", "emergency-bed", "EmergencyBed", __iconNode$ZO); const __iconNode$ZN = [["path", { "d": "M12 8a2.5 2.5 0 1 0 -2.5 -2.5", "key": "svg-0" }], ["path", { "d": "M12.317 12.315l-.317 .317l-.728 -.727a3.088 3.088 0 1 0 -4.367 4.367l5.095 5.096l4.689 -4.69m1.324 -2.673a3.087 3.087 0 0 0 -3.021 -3.018", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconEmpathizeOff = createReactComponent("outline", "empathize-off", "EmpathizeOff", __iconNode$ZN); const __iconNode$ZM = [["path", { "d": "M9.5 5.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0", "key": "svg-0" }], ["path", { "d": "M12 21.368l5.095 -5.096a3.088 3.088 0 1 0 -4.367 -4.367l-.728 .727l-.728 -.727a3.088 3.088 0 1 0 -4.367 4.367l5.095 5.096", "key": "svg-1" }]]; const IconEmpathize = createReactComponent("outline", "empathize", "Empathize", __iconNode$ZM); const __iconNode$ZL = [["path", { "d": "M16 5h-8v10h8m-1 -5h-7", "key": "svg-0" }], ["path", { "d": "M6 20l0 .01", "key": "svg-1" }], ["path", { "d": "M10 20l0 .01", "key": "svg-2" }], ["path", { "d": "M14 20l0 .01", "key": "svg-3" }], ["path", { "d": "M18 20l0 .01", "key": "svg-4" }]]; const IconEmphasis = createReactComponent("outline", "emphasis", "Emphasis", __iconNode$ZL); const __iconNode$ZK = [["path", { "d": "M3 10v6", "key": "svg-0" }], ["path", { "d": "M12 5v3", "key": "svg-1" }], ["path", { "d": "M10 5h4", "key": "svg-2" }], ["path", { "d": "M5 13h-2", "key": "svg-3" }], ["path", { "d": "M16 16h-1v2a1 1 0 0 1 -1 1h-3.465a1 1 0 0 1 -.832 -.445l-1.703 -2.555h-2v-6h2l.99 -.99m3.01 -1.01h1.382a1 1 0 0 1 .894 .553l1.448 2.894a1 1 0 0 0 .894 .553h1.382v-2h2a1 1 0 0 1 1 1v6", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconEngineOff = createReactComponent("outline", "engine-off", "EngineOff", __iconNode$ZK); const __iconNode$ZJ = [["path", { "d": "M3 10v6", "key": "svg-0" }], ["path", { "d": "M12 5v3", "key": "svg-1" }], ["path", { "d": "M10 5h4", "key": "svg-2" }], ["path", { "d": "M5 13h-2", "key": "svg-3" }], ["path", { "d": "M6 10h2l2 -2h3.382a1 1 0 0 1 .894 .553l1.448 2.894a1 1 0 0 0 .894 .553h1.382v-2h2a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-2v-2h-3v2a1 1 0 0 1 -1 1h-3.465a1 1 0 0 1 -.832 -.445l-1.703 -2.555h-2v-6", "key": "svg-4" }]]; const IconEngine = createReactComponent("outline", "engine", "Engine", __iconNode$ZJ); const __iconNode$ZI = [["path", { "d": "M3 10h7", "key": "svg-0" }], ["path", { "d": "M3 14h7", "key": "svg-1" }], ["path", { "d": "M14 10h7", "key": "svg-2" }], ["path", { "d": "M14 14h7", "key": "svg-3" }]]; const IconEqualDouble = createReactComponent("outline", "equal-double", "EqualDouble", __iconNode$ZI); const __iconNode$ZH = [["path", { "d": "M5 10h14", "key": "svg-0" }], ["path", { "d": "M5 14h14", "key": "svg-1" }], ["path", { "d": "M5 19l14 -14", "key": "svg-2" }]]; const IconEqualNot = createReactComponent("outline", "equal-not", "EqualNot", __iconNode$ZH); const __iconNode$ZG = [["path", { "d": "M5 10h14", "key": "svg-0" }], ["path", { "d": "M5 14h14", "key": "svg-1" }]]; const IconEqual = createReactComponent("outline", "equal", "Equal", __iconNode$ZG); const __iconNode$ZF = [["path", { "d": "M3 3l18 18", "key": "svg-0" }], ["path", { "d": "M19 20h-10.5l-4.21 -4.3a1 1 0 0 1 0 -1.41l5 -4.993m2.009 -2.01l3 -3a1 1 0 0 1 1.41 0l5 5a1 1 0 0 1 0 1.41c-1.417 1.431 -2.406 2.432 -2.97 3m-2.02 2.043l-4.211 4.256", "key": "svg-1" }], ["path", { "d": "M18 13.3l-6.3 -6.3", "key": "svg-2" }]]; const IconEraserOff = createReactComponent("outline", "eraser-off", "EraserOff", __iconNode$ZF); const __iconNode$ZE = [["path", { "d": "M19 20h-10.5l-4.21 -4.3a1 1 0 0 1 0 -1.41l10 -10a1 1 0 0 1 1.41 0l5 5a1 1 0 0 1 0 1.41l-9.2 9.3", "key": "svg-0" }], ["path", { "d": "M18 13.3l-6.3 -6.3", "key": "svg-1" }]]; const IconEraser = createReactComponent("outline", "eraser", "Eraser", __iconNode$ZE); const __iconNode$ZD = [["path", { "d": "M3 8v3a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M7 8v8", "key": "svg-1" }], ["path", { "d": "M17 8v3a1 1 0 0 0 1 1h3", "key": "svg-2" }], ["path", { "d": "M21 8v8", "key": "svg-3" }], ["path", { "d": "M10 10v4a2 2 0 1 0 4 0m0 -4a2 2 0 0 0 -2 -2", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconError404Off = createReactComponent("outline", "error-404-off", "Error404Off", __iconNode$ZD); const __iconNode$ZC = [["path", { "d": "M3 8v3a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M7 8v8", "key": "svg-1" }], ["path", { "d": "M17 8v3a1 1 0 0 0 1 1h3", "key": "svg-2" }], ["path", { "d": "M21 8v8", "key": "svg-3" }], ["path", { "d": "M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0", "key": "svg-4" }]]; const IconError404 = createReactComponent("outline", "error-404", "Error404", __iconNode$ZC); const __iconNode$ZB = [["path", { "d": "M4.5 7h2.733a2 2 0 0 1 1.337 .513l9.43 8.487h1.5a2.5 2.5 0 1 1 0 5h-2.733a2 2 0 0 1 -1.337 -.513l-9.43 -8.487h-1.5a2.5 2.5 0 1 1 0 -5", "key": "svg-0" }], ["path", { "d": "M18 3v7", "key": "svg-1" }], ["path", { "d": "M15 7l3 3l3 -3", "key": "svg-2" }]]; const IconEscalatorDown = createReactComponent("outline", "escalator-down", "EscalatorDown", __iconNode$ZB); const __iconNode$ZA = [["path", { "d": "M19.5 7h-2.672a2 2 0 0 0 -1.414 .586l-8.414 8.414h-2.5a2.5 2.5 0 1 0 0 5h3.672a2 2 0 0 0 1.414 -.586l8.414 -8.414h1.5a2.5 2.5 0 1 0 0 -5", "key": "svg-0" }], ["path", { "d": "M6 10v-7", "key": "svg-1" }], ["path", { "d": "M3 6l3 -3l3 3", "key": "svg-2" }]]; const IconEscalatorUp = createReactComponent("outline", "escalator-up", "EscalatorUp", __iconNode$ZA); const __iconNode$Zz = [["path", { "d": "M19.5 5h-2.672a2 2 0 0 0 -1.414 .586l-8.414 8.414h-2.5a2.5 2.5 0 1 0 0 5h3.672a2 2 0 0 0 1.414 -.586l8.414 -8.414h1.5a2.5 2.5 0 0 0 0 -5", "key": "svg-0" }]]; const IconEscalator = createReactComponent("outline", "escalator", "Escalator", __iconNode$Zz); const __iconNode$Zy = [["path", { "d": "M3 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M17 6a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M19 8v5c0 .594 -.104 1.164 -.294 1.692m-1.692 2.298a4.978 4.978 0 0 1 -3.014 1.01h-3l3 -3", "key": "svg-2" }], ["path", { "d": "M14 21l-3 -3", "key": "svg-3" }], ["path", { "d": "M5 16v-5c0 -1.632 .782 -3.082 1.992 -4m3.008 -1h3l-3 -3", "key": "svg-4" }], ["path", { "d": "M11.501 7.499l1.499 -1.499", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconExchangeOff = createReactComponent("outline", "exchange-off", "ExchangeOff", __iconNode$Zy); const __iconNode$Zx = [["path", { "d": "M3 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M17 6a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M19 8v5a5 5 0 0 1 -5 5h-3l3 -3m0 6l-3 -3", "key": "svg-2" }], ["path", { "d": "M5 16v-5a5 5 0 0 1 5 -5h3l-3 -3m0 6l3 -3", "key": "svg-3" }]]; const IconExchange = createReactComponent("outline", "exchange", "Exchange", __iconNode$Zx); const __iconNode$Zw = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 9v4", "key": "svg-1" }], ["path", { "d": "M12 16v.01", "key": "svg-2" }]]; const IconExclamationCircle = createReactComponent("outline", "exclamation-circle", "ExclamationCircle", __iconNode$Zw); const __iconNode$Zv = [["path", { "d": "M12 19v.01", "key": "svg-0" }], ["path", { "d": "M12 15v-3m0 -4v-3", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconExclamationMarkOff = createReactComponent("outline", "exclamation-mark-off", "ExclamationMarkOff", __iconNode$Zv); const __iconNode$Zu = [["path", { "d": "M12 19v.01", "key": "svg-0" }], ["path", { "d": "M12 15v-10", "key": "svg-1" }]]; const IconExclamationMark = createReactComponent("outline", "exclamation-mark", "ExclamationMark", __iconNode$Zu); const __iconNode$Zt = [["path", { "d": "M14 8h-2m-2 2v6h4", "key": "svg-0" }], ["path", { "d": "M8 4h10a2 2 0 0 1 2 2v10m-.586 3.414a2 2 0 0 1 -1.414 .586h-12a2 2 0 0 1 -2 -2v-12c0 -.547 .22 -1.043 .576 -1.405", "key": "svg-1" }], ["path", { "d": "M12 12h-2", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconExplicitOff = createReactComponent("outline", "explicit-off", "ExplicitOff", __iconNode$Zt); const __iconNode$Zs = [["path", { "d": "M4 5a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1l0 -14", "key": "svg-0" }], ["path", { "d": "M14 8h-4v8h4", "key": "svg-1" }], ["path", { "d": "M14 12h-4", "key": "svg-2" }]]; const IconExplicit = createReactComponent("outline", "explicit", "Explicit", __iconNode$Zs); const __iconNode$Zr = [["path", { "d": "M12 19a4 4 0 0 0 4 -4v-6a4 4 0 1 0 -8 0v6a4 4 0 0 0 4 4", "key": "svg-0" }]]; const IconExposure0 = createReactComponent("outline", "exposure-0", "Exposure0", __iconNode$Zr); const __iconNode$Zq = [["path", { "d": "M3 12h6", "key": "svg-0" }], ["path", { "d": "M18 19v-14l-4 4", "key": "svg-1" }]]; const IconExposureMinus1 = createReactComponent("outline", "exposure-minus-1", "ExposureMinus1", __iconNode$Zq); const __iconNode$Zp = [["path", { "d": "M12 9a4 4 0 1 1 8 0c0 1.098 -.564 2.025 -1.159 2.815l-6.841 7.185h8", "key": "svg-0" }], ["path", { "d": "M3 12h6", "key": "svg-1" }]]; const IconExposureMinus2 = createReactComponent("outline", "exposure-minus-2", "ExposureMinus2", __iconNode$Zp); const __iconNode$Zo = [["path", { "d": "M3.6 20.4l8.371 -8.371m2.04 -2.04l6.389 -6.389", "key": "svg-0" }], ["path", { "d": "M6 8h2m0 0v2", "key": "svg-1" }], ["path", { "d": "M14 16h2", "key": "svg-2" }], ["path", { "d": "M7 3h12a2 2 0 0 1 2 2v12m-.5 3.5c-.362 .36 -.95 .5 -1.5 .5h-14a2 2 0 0 1 -2 -2v-14c0 -.541 .215 -1.033 .565 -1.393", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconExposureOff = createReactComponent("outline", "exposure-off", "ExposureOff", __iconNode$Zo); const __iconNode$Zn = [["path", { "d": "M3 12h6", "key": "svg-0" }], ["path", { "d": "M6 9v6", "key": "svg-1" }], ["path", { "d": "M18 19v-14l-4 4", "key": "svg-2" }]]; const IconExposurePlus1 = createReactComponent("outline", "exposure-plus-1", "ExposurePlus1", __iconNode$Zn); const __iconNode$Zm = [["path", { "d": "M12 9a4 4 0 1 1 8 0c0 1.098 -.564 2.025 -1.159 2.815l-6.841 7.185h8", "key": "svg-0" }], ["path", { "d": "M3 12h6", "key": "svg-1" }], ["path", { "d": "M6 9v6", "key": "svg-2" }]]; const IconExposurePlus2 = createReactComponent("outline", "exposure-plus-2", "ExposurePlus2", __iconNode$Zm); const __iconNode$Zl = [["path", { "d": "M3.6 20.4l16.8 -16.8", "key": "svg-0" }], ["path", { "d": "M6 8h4m-2 -2v4", "key": "svg-1" }], ["path", { "d": "M14 16h4", "key": "svg-2" }], ["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2l0 -14", "key": "svg-3" }]]; const IconExposure = createReactComponent("outline", "exposure", "Exposure", __iconNode$Zl); const __iconNode$Zk = [["path", { "d": "M7 7h-1a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-1", "key": "svg-0" }], ["path", { "d": "M10 14l2 -2m2.007 -2.007l6 -6", "key": "svg-1" }], ["path", { "d": "M15 4h5v5", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconExternalLinkOff = createReactComponent("outline", "external-link-off", "ExternalLinkOff", __iconNode$Zk); const __iconNode$Zj = [["path", { "d": "M12 6h-6a2 2 0 0 0 -2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-6", "key": "svg-0" }], ["path", { "d": "M11 13l9 -9", "key": "svg-1" }], ["path", { "d": "M15 4h5v5", "key": "svg-2" }]]; const IconExternalLink = createReactComponent("outline", "external-link", "ExternalLink", __iconNode$Zj); const __iconNode$Zi = [["path", { "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M13.193 17.924q -.585 .075 -1.193 .076q -5.4 0 -9 -6q 3.6 -6 9 -6q 4.508 0 7.761 4.181", "key": "svg-1" }], ["path", { "d": "M17 21v-6m2 0v-1.5m0 9v-1.5m-2 -3h3m-1 0h.5a1.5 1.5 0 0 1 0 3h-3.5m3 -3h.5a1.5 1.5 0 0 0 0 -3h-3.5", "key": "svg-2" }]]; const IconEyeBitcoin = createReactComponent("outline", "eye-bitcoin", "EyeBitcoin", __iconNode$Zi); const __iconNode$Zh = [["path", { "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M13.1 17.936a9.28 9.28 0 0 1 -1.1 .064c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6", "key": "svg-1" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-2" }]]; const IconEyeBolt = createReactComponent("outline", "eye-bolt", "EyeBolt", __iconNode$Zh); const __iconNode$Zg = [["path", { "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M12 18c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6", "key": "svg-1" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M17 21l4 -4", "key": "svg-3" }]]; const IconEyeCancel = createReactComponent("outline", "eye-cancel", "EyeCancel", __iconNode$Zg); const __iconNode$Zf = [["path", { "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M11.102 17.957c-3.204 -.307 -5.904 -2.294 -8.102 -5.957c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6a19.5 19.5 0 0 1 -.663 1.032", "key": "svg-1" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-2" }]]; const IconEyeCheck = createReactComponent("outline", "eye-check", "EyeCheck", __iconNode$Zf); const __iconNode$Ze = [["path", { "d": "M21 9c-2.4 2.667 -5.4 4 -9 4c-3.6 0 -6.6 -1.333 -9 -4", "key": "svg-0" }], ["path", { "d": "M3 15l2.5 -3.8", "key": "svg-1" }], ["path", { "d": "M21 14.976l-2.492 -3.776", "key": "svg-2" }], ["path", { "d": "M9 17l.5 -4", "key": "svg-3" }], ["path", { "d": "M15 17l-.5 -4", "key": "svg-4" }]]; const IconEyeClosed = createReactComponent("outline", "eye-closed", "EyeClosed", __iconNode$Ze); const __iconNode$Zd = [["path", { "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M11.11 17.958c-3.209 -.307 -5.91 -2.293 -8.11 -5.958c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6c-.21 .352 -.427 .688 -.647 1.008", "key": "svg-1" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-2" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-3" }]]; const IconEyeCode = createReactComponent("outline", "eye-code", "EyeCode", __iconNode$Zd); const __iconNode$Zc = [["path", { "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M12 18c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6", "key": "svg-1" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-3" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-4" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-5" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-6" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-7" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-8" }]]; const IconEyeCog = createReactComponent("outline", "eye-cog", "EyeCog", __iconNode$Zc); const __iconNode$Zb = [["path", { "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M12 18c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6", "key": "svg-1" }], ["path", { "d": "M16 21l5 -5", "key": "svg-2" }], ["path", { "d": "M21 21v.01", "key": "svg-3" }], ["path", { "d": "M16 16v.01", "key": "svg-4" }]]; const IconEyeDiscount = createReactComponent("outline", "eye-discount", "EyeDiscount", __iconNode$Zb); const __iconNode$Za = [["path", { "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M13.193 17.924c-.39 .05 -.788 .076 -1.193 .076c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.005 0 5.592 1.394 7.761 4.181", "key": "svg-1" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-2" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-3" }]]; const IconEyeDollar = createReactComponent("outline", "eye-dollar", "EyeDollar", __iconNode$Za); const __iconNode$Z9 = [["path", { "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M21 12h.01", "key": "svg-1" }], ["path", { "d": "M3 12h.01", "key": "svg-2" }], ["path", { "d": "M5 15h.01", "key": "svg-3" }], ["path", { "d": "M5 9h.01", "key": "svg-4" }], ["path", { "d": "M19 15h.01", "key": "svg-5" }], ["path", { "d": "M12 18h.01", "key": "svg-6" }], ["path", { "d": "M12 6h.01", "key": "svg-7" }], ["path", { "d": "M8 17h.01", "key": "svg-8" }], ["path", { "d": "M8 7h.01", "key": "svg-9" }], ["path", { "d": "M16 17h.01", "key": "svg-10" }], ["path", { "d": "M16 7h.01", "key": "svg-11" }], ["path", { "d": "M19 9h.01", "key": "svg-12" }]]; const IconEyeDotted = createReactComponent("outline", "eye-dotted", "EyeDotted", __iconNode$Z9); const __iconNode$Z8 = [["path", { "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M12 18c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-3" }]]; const IconEyeDown = createReactComponent("outline", "eye-down", "EyeDown", __iconNode$Z8); const __iconNode$Z7 = [["path", { "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M11.192 17.966c-3.242 -.28 -5.972 -2.269 -8.192 -5.966c2.4 -4 5.4 -6 9 -6c3.326 0 6.14 1.707 8.442 5.122", "key": "svg-1" }], ["path", { "d": "M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39", "key": "svg-2" }]]; const IconEyeEdit = createReactComponent("outline", "eye-edit", "EyeEdit", __iconNode$Z7); const __iconNode$Z6 = [["path", { "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M15.03 17.478a8.797 8.797 0 0 1 -3.03 .522c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6a20.48 20.48 0 0 1 -.258 .419", "key": "svg-1" }], ["path", { "d": "M19 16v3", "key": "svg-2" }], ["path", { "d": "M19 22v.01", "key": "svg-3" }]]; const IconEyeExclamation = createReactComponent("outline", "eye-exclamation", "EyeExclamation", __iconNode$Z6); const __iconNode$Z5 = [["path", { "d": "M13.905 11.39a2 2 0 1 0 -2.855 2.37", "key": "svg-0" }], ["path", { "d": "M9.992 17.779c-2.722 -.621 -5.053 -2.547 -6.992 -5.779c2.4 -4 5.4 -6 9 -6c3.332 0 6.15 1.714 8.454 5.14", "key": "svg-1" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-2" }]]; const IconEyeHeart = createReactComponent("outline", "eye-heart", "EyeHeart", __iconNode$Z5); const __iconNode$Z4 = [["path", { "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M12 18c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6c-.713 1.188 -1.478 2.199 -2.296 3.034", "key": "svg-1" }], ["path", { "d": "M16 19h6", "key": "svg-2" }]]; const IconEyeMinus = createReactComponent("outline", "eye-minus", "EyeMinus", __iconNode$Z4); const __iconNode$Z3 = [["path", { "d": "M10.585 10.587a2 2 0 0 0 2.829 2.828", "key": "svg-0" }], ["path", { "d": "M16.681 16.673a8.717 8.717 0 0 1 -4.681 1.327c-3.6 0 -6.6 -2 -9 -6c1.272 -2.12 2.712 -3.678 4.32 -4.674m2.86 -1.146a9.055 9.055 0 0 1 1.82 -.18c3.6 0 6.6 2 9 6c-.666 1.11 -1.379 2.067 -2.138 2.87", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconEyeOff = createReactComponent("outline", "eye-off", "EyeOff", __iconNode$Z3); const __iconNode$Z2 = [["path", { "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M13.022 17.945a9.308 9.308 0 0 1 -1.022 .055c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6c-.195 .325 -.394 .636 -.596 .935", "key": "svg-1" }], ["path", { "d": "M17 17v5", "key": "svg-2" }], ["path", { "d": "M21 17v5", "key": "svg-3" }]]; const IconEyePause = createReactComponent("outline", "eye-pause", "EyePause", __iconNode$Z2); const __iconNode$Z1 = [["path", { "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M12 18c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.362 0 6.202 1.745 8.517 5.234", "key": "svg-1" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-2" }], ["path", { "d": "M19 18v.01", "key": "svg-3" }]]; const IconEyePin = createReactComponent("outline", "eye-pin", "EyePin", __iconNode$Z1); const __iconNode$Z0 = [["path", { "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M12 18c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6", "key": "svg-1" }], ["path", { "d": "M16 19h6", "key": "svg-2" }], ["path", { "d": "M19 16v6", "key": "svg-3" }]]; const IconEyePlus = createReactComponent("outline", "eye-plus", "EyePlus", __iconNode$Z0); const __iconNode$Y$ = [["path", { "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M14.071 17.764a8.989 8.989 0 0 1 -2.071 .236c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.346 0 6.173 1.727 8.482 5.182", "key": "svg-1" }], ["path", { "d": "M19 22v.01", "key": "svg-2" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-3" }]]; const IconEyeQuestion = createReactComponent("outline", "eye-question", "EyeQuestion", __iconNode$Y$); const __iconNode$Y_ = [["path", { "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M12 18c-.328 0 -.652 -.017 -.97 -.05c-3.172 -.332 -5.85 -2.315 -8.03 -5.95c2.4 -4 5.4 -6 9 -6c3.465 0 6.374 1.853 8.727 5.558", "key": "svg-1" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-3" }]]; const IconEyeSearch = createReactComponent("outline", "eye-search", "EyeSearch", __iconNode$Y_); const __iconNode$YZ = [["path", { "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M12.597 17.981a9.467 9.467 0 0 1 -.597 .019c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6c-.205 .342 -.415 .67 -.63 .983", "key": "svg-1" }], ["path", { "d": "M16 22l5 -5", "key": "svg-2" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-3" }]]; const IconEyeShare = createReactComponent("outline", "eye-share", "EyeShare", __iconNode$YZ); const __iconNode$YY = [["path", { "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M11.669 17.994q -5.18 -.18 -8.669 -5.994q 3.6 -6 9 -6t 9 6", "key": "svg-1" }], ["path", { "d": "M19 22.5a4.75 4.75 0 0 1 3.5 -3.5a4.75 4.75 0 0 1 -3.5 -3.5a4.75 4.75 0 0 1 -3.5 3.5a4.75 4.75 0 0 1 3.5 3.5", "key": "svg-2" }]]; const IconEyeSpark = createReactComponent("outline", "eye-spark", "EyeSpark", __iconNode$YY); const __iconNode$YX = [["path", { "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M9.608 17.682c-2.558 -.71 -4.76 -2.603 -6.608 -5.682c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6", "key": "svg-1" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-2" }]]; const IconEyeStar = createReactComponent("outline", "eye-star", "EyeStar", __iconNode$YX); const __iconNode$YW = [["path", { "d": "M8 18h-.011", "key": "svg-0" }], ["path", { "d": "M12 18h-.011", "key": "svg-1" }], ["path", { "d": "M16 18h-.011", "key": "svg-2" }], ["path", { "d": "M4 3h16", "key": "svg-3" }], ["path", { "d": "M5 3v17a1 1 0 0 0 1 1h12a1 1 0 0 0 1 -1v-17", "key": "svg-4" }], ["path", { "d": "M14 7h-4", "key": "svg-5" }], ["path", { "d": "M9 15h1", "key": "svg-6" }], ["path", { "d": "M14 15h1", "key": "svg-7" }], ["path", { "d": "M12 11v-4", "key": "svg-8" }]]; const IconEyeTable = createReactComponent("outline", "eye-table", "EyeTable", __iconNode$YW); const __iconNode$YV = [["path", { "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M12 18c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6c-.09 .15 -.18 .295 -.27 .439", "key": "svg-1" }], ["path", { "d": "M19 22v-6", "key": "svg-2" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-3" }]]; const IconEyeUp = createReactComponent("outline", "eye-up", "EyeUp", __iconNode$YV); const __iconNode$YU = [["path", { "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M13.048 17.942a9.298 9.298 0 0 1 -1.048 .058c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6a17.986 17.986 0 0 1 -1.362 1.975", "key": "svg-1" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-2" }], ["path", { "d": "M17 22l5 -5", "key": "svg-3" }]]; const IconEyeX = createReactComponent("outline", "eye-x", "EyeX", __iconNode$YU); const __iconNode$YT = [["path", { "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M21 12c-2.4 4 -5.4 6 -9 6c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6", "key": "svg-1" }]]; const IconEye = createReactComponent("outline", "eye", "Eye", __iconNode$YT); const __iconNode$YS = [["path", { "d": "M8 4h-2l-3 10v2.5", "key": "svg-0" }], ["path", { "d": "M16 4h2l3 10v2.5", "key": "svg-1" }], ["path", { "d": "M10 16l4 0", "key": "svg-2" }], ["path", { "d": "M14 16.5a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0", "key": "svg-3" }], ["path", { "d": "M3 16.5a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0", "key": "svg-4" }]]; const IconEyeglass2 = createReactComponent("outline", "eyeglass-2", "Eyeglass2", __iconNode$YS); const __iconNode$YR = [["path", { "d": "M5.536 5.546l-2.536 8.454", "key": "svg-0" }], ["path", { "d": "M16 4h2l3 10", "key": "svg-1" }], ["path", { "d": "M10 16h4", "key": "svg-2" }], ["path", { "d": "M19.426 19.423a3.5 3.5 0 0 1 -5.426 -2.923v-2.5m4 0h3v2.5c0 .157 -.01 .312 -.03 .463", "key": "svg-3" }], ["path", { "d": "M10 16.5a3.5 3.5 0 0 1 -7 0v-2.5h7v2.5", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconEyeglassOff = createReactComponent("outline", "eyeglass-off", "EyeglassOff", __iconNode$YR); const __iconNode$YQ = [["path", { "d": "M8 4h-2l-3 10", "key": "svg-0" }], ["path", { "d": "M16 4h2l3 10", "key": "svg-1" }], ["path", { "d": "M10 16l4 0", "key": "svg-2" }], ["path", { "d": "M21 16.5a3.5 3.5 0 0 1 -7 0v-2.5h7v2.5", "key": "svg-3" }], ["path", { "d": "M10 16.5a3.5 3.5 0 0 1 -7 0v-2.5h7v2.5", "key": "svg-4" }]]; const IconEyeglass = createReactComponent("outline", "eyeglass", "Eyeglass", __iconNode$YQ); const __iconNode$YP = [["path", { "d": "M4 8v-2a2 2 0 0 1 2 -2h2", "key": "svg-0" }], ["path", { "d": "M4 16v2a2 2 0 0 0 2 2h2", "key": "svg-1" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2", "key": "svg-2" }], ["path", { "d": "M16 20h2a2 2 0 0 0 2 -2v-2", "key": "svg-3" }], ["path", { "d": "M9 10h.01", "key": "svg-4" }], ["path", { "d": "M15 10h.01", "key": "svg-5" }], ["path", { "d": "M9.5 15.05a3.5 3.5 0 0 1 5 0", "key": "svg-6" }]]; const IconFaceIdError = createReactComponent("outline", "face-id-error", "FaceIdError", __iconNode$YP); const __iconNode$YO = [["path", { "d": "M4 8v-2a2 2 0 0 1 2 -2h2", "key": "svg-0" }], ["path", { "d": "M4 16v2a2 2 0 0 0 2 2h2", "key": "svg-1" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2", "key": "svg-2" }], ["path", { "d": "M16 20h2a2 2 0 0 0 2 -2v-2", "key": "svg-3" }], ["path", { "d": "M9 10l.01 0", "key": "svg-4" }], ["path", { "d": "M15 10l.01 0", "key": "svg-5" }], ["path", { "d": "M9.5 15a3.5 3.5 0 0 0 5 0", "key": "svg-6" }]]; const IconFaceId = createReactComponent("outline", "face-id", "FaceId", __iconNode$YO); const __iconNode$YN = [["path", { "d": "M5 14.5h-.222c-1.535 0 -2.778 -1.12 -2.778 -2.5s1.243 -2.5 2.778 -2.5h.222", "key": "svg-0" }], ["path", { "d": "M19 14.5h.222c1.534 0 2.778 -1.12 2.778 -2.5s-1.244 -2.5 -2.778 -2.5h-.222", "key": "svg-1" }], ["path", { "d": "M9 10h1m4 0h1", "key": "svg-2" }], ["path", { "d": "M9 14h5", "key": "svg-3" }], ["path", { "d": "M19 15v-6.49a2 2 0 0 0 -1.45 -1.923l-5 -1.429a2 2 0 0 0 -1.1 0l-1.788 .511m-3.118 .891l-.094 .027a2 2 0 0 0 -1.45 1.922v6.982a2 2 0 0 0 1.45 1.923l5 1.429a2 2 0 0 0 1.1 0l4.899 -1.4", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconFaceMaskOff = createReactComponent("outline", "face-mask-off", "FaceMaskOff", __iconNode$YN); const __iconNode$YM = [["path", { "d": "M5 14.5h-.222c-1.535 0 -2.778 -1.12 -2.778 -2.5s1.243 -2.5 2.778 -2.5h.222", "key": "svg-0" }], ["path", { "d": "M19 14.5h.222c1.534 0 2.778 -1.12 2.778 -2.5s-1.244 -2.5 -2.778 -2.5h-.222", "key": "svg-1" }], ["path", { "d": "M9 10h6", "key": "svg-2" }], ["path", { "d": "M9 14h6", "key": "svg-3" }], ["path", { "d": "M12.55 18.843l5 -1.429a2 2 0 0 0 1.45 -1.923v-6.981a2 2 0 0 0 -1.45 -1.923l-5 -1.429a2 2 0 0 0 -1.1 0l-5 1.429a2 2 0 0 0 -1.45 1.922v6.982a2 2 0 0 0 1.45 1.923l5 1.429a2 2 0 0 0 1.1 0", "key": "svg-4" }]]; const IconFaceMask = createReactComponent("outline", "face-mask", "FaceMask", __iconNode$YM); const __iconNode$YL = [["path", { "d": "M11 21l1 -5l-1 -4l-3 -4h4l3 -3", "key": "svg-0" }], ["path", { "d": "M6 16l-1 -4l3 -4", "key": "svg-1" }], ["path", { "d": "M5 5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }], ["path", { "d": "M13.5 12h2.5l4 2", "key": "svg-3" }]]; const IconFall = createReactComponent("outline", "fall", "Fall", __iconNode$YL); const __iconNode$YK = [["path", { "d": "M2 8a3 3 0 0 1 3 -3h14a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3l0 -8", "key": "svg-0" }], ["path", { "d": "M6 10v4", "key": "svg-1" }], ["path", { "d": "M11 10a2 2 0 1 0 0 4", "key": "svg-2" }], ["path", { "d": "M14 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }]]; const IconFavicon = createReactComponent("outline", "favicon", "Favicon", __iconNode$YK); const __iconNode$YJ = [["path", { "d": "M4 20l8 -8", "key": "svg-0" }], ["path", { "d": "M14 5v5h5", "key": "svg-1" }], ["path", { "d": "M9 11v4h4", "key": "svg-2" }], ["path", { "d": "M6 13v5h5", "key": "svg-3" }], ["path", { "d": "M6 13l3.502 -3.502m2.023 -2.023l2.475 -2.475", "key": "svg-4" }], ["path", { "d": "M19 10c.638 -.636 1 -1.515 1 -2.486a3.515 3.515 0 0 0 -3.517 -3.514c-.97 0 -1.847 .367 -2.483 1", "key": "svg-5" }], ["path", { "d": "M11 18l3.499 -3.499m2.008 -2.008l2.493 -2.493", "key": "svg-6" }], ["path", { "d": "M3 3l18 18", "key": "svg-7" }]]; const IconFeatherOff = createReactComponent("outline", "feather-off", "FeatherOff", __iconNode$YJ); const __iconNode$YI = [["path", { "d": "M4 20l10 -10m0 -5v5h5m-9 -1v5h5m-9 -1v5h5m-5 -5l4 -4l4 -4", "key": "svg-0" }], ["path", { "d": "M19 10c.638 -.636 1 -1.515 1 -2.486a3.515 3.515 0 0 0 -3.517 -3.514c-.97 0 -1.847 .367 -2.483 1m-3 13l4 -4l4 -4", "key": "svg-1" }]]; const IconFeather = createReactComponent("outline", "feather", "Feather", __iconNode$YI); const __iconNode$YH = [["path", { "d": "M12 12h-8v4h12m4 0v-4h-4", "key": "svg-0" }], ["path", { "d": "M6 16v4h4v-4", "key": "svg-1" }], ["path", { "d": "M10 12v-2m0 -4l-2 -2m-2 2v6", "key": "svg-2" }], ["path", { "d": "M14 16v4h4v-2", "key": "svg-3" }], ["path", { "d": "M18 12v-6l-2 -2l-2 2v4", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconFenceOff = createReactComponent("outline", "fence-off", "FenceOff", __iconNode$YH); const __iconNode$YG = [["path", { "d": "M4 12v4h16v-4l-16 0", "key": "svg-0" }], ["path", { "d": "M6 16v4h4v-4m0 -4v-6l-2 -2l-2 2v6", "key": "svg-1" }], ["path", { "d": "M14 16v4h4v-4m0 -4v-6l-2 -2l-2 2v6", "key": "svg-2" }]]; const IconFence = createReactComponent("outline", "fence", "Fence", __iconNode$YG); const __iconNode$YF = [["path", { "d": "M2 18h15.293c1.02 0 1.972 -.503 2.536 -1.34l2.171 -3.66h-18.479l-1.521 5", "key": "svg-0" }], ["path", { "d": "M14 8l-1 -2", "key": "svg-1" }], ["path", { "d": "M6.107 12.675l1.384 -4.675h8l2.675 4.598", "key": "svg-2" }]]; const IconFerry = createReactComponent("outline", "ferry", "Ferry", __iconNode$YF); const __iconNode$YE = [["path", { "d": "M18 16v.01", "key": "svg-0" }], ["path", { "d": "M6 16v.01", "key": "svg-1" }], ["path", { "d": "M12 5v.01", "key": "svg-2" }], ["path", { "d": "M12 12v.01", "key": "svg-3" }], ["path", { "d": "M12 1a4 4 0 0 1 2.001 7.464l.001 .072a3.998 3.998 0 0 1 1.987 3.758l.22 .128a3.978 3.978 0 0 1 1.591 -.417l.2 -.005a4 4 0 1 1 -3.994 3.77l-.28 -.16c-.522 .25 -1.108 .39 -1.726 .39c-.619 0 -1.205 -.14 -1.728 -.391l-.279 .16l.007 .231a4 4 0 1 1 -2.212 -3.579l.222 -.129a3.998 3.998 0 0 1 1.988 -3.756l.002 -.071a4 4 0 0 1 -1.995 -3.265l-.005 -.2a4 4 0 0 1 4 -4", "key": "svg-4" }]]; const IconFidgetSpinner = createReactComponent("outline", "fidget-spinner", "FidgetSpinner", __iconNode$YE); const __iconNode$YD = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M12 13.5l4 -1.5", "key": "svg-2" }], ["path", { "d": "M8 11.846l4 1.654v4.5l4 -1.846v-4.308l-4 -1.846l-4 1.846", "key": "svg-3" }], ["path", { "d": "M8 12v4.2l4 1.8", "key": "svg-4" }]]; const IconFile3d = createReactComponent("outline", "file-3d", "File3d", __iconNode$YD); const __iconNode$YC = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M10 21h-3a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v4", "key": "svg-1" }], ["path", { "d": "M14 21v-4a2 2 0 1 1 4 0v4", "key": "svg-2" }], ["path", { "d": "M14 19h4", "key": "svg-3" }], ["path", { "d": "M21 15v6", "key": "svg-4" }]]; const IconFileAi = createReactComponent("outline", "file-ai", "FileAi", __iconNode$YC); const __iconNode$YB = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M12 17l.01 0", "key": "svg-2" }], ["path", { "d": "M12 11l0 3", "key": "svg-3" }]]; const IconFileAlert = createReactComponent("outline", "file-alert", "FileAlert", __iconNode$YB); const __iconNode$YA = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M9 17l0 -5", "key": "svg-2" }], ["path", { "d": "M12 17l0 -1", "key": "svg-3" }], ["path", { "d": "M15 17l0 -3", "key": "svg-4" }]]; const IconFileAnalytics = createReactComponent("outline", "file-analytics", "FileAnalytics", __iconNode$YA); const __iconNode$Yz = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M15 15h-6", "key": "svg-2" }], ["path", { "d": "M11.5 17.5l-2.5 -2.5l2.5 -2.5", "key": "svg-3" }]]; const IconFileArrowLeft = createReactComponent("outline", "file-arrow-left", "FileArrowLeft", __iconNode$Yz); const __iconNode$Yy = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M9 15h6", "key": "svg-2" }], ["path", { "d": "M12.5 17.5l2.5 -2.5l-2.5 -2.5", "key": "svg-3" }]]; const IconFileArrowRight = createReactComponent("outline", "file-arrow-right", "FileArrowRight", __iconNode$Yy); const __iconNode$Yx = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M8 13h1v3h-1l0 -3", "key": "svg-2" }], ["path", { "d": "M12 13v3", "key": "svg-3" }], ["path", { "d": "M15 13h1v3h-1l0 -3", "key": "svg-4" }]]; const IconFileBarcode = createReactComponent("outline", "file-barcode", "FileBarcode", __iconNode$Yx); const __iconNode$Yw = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M12 21h-5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v2", "key": "svg-1" }], ["path", { "d": "M17 21v-6m2 0v-1.5m0 9v-1.5m-2 -3h3m-1 0h.5a1.5 1.5 0 0 1 0 3h-3.5m3 -3h.5a1.5 1.5 0 0 0 0 -3h-3.5", "key": "svg-2" }]]; const IconFileBitcoin = createReactComponent("outline", "file-bitcoin", "FileBitcoin", __iconNode$Yw); const __iconNode$Yv = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M5 7v-2a2 2 0 0 1 2 -2h7l5 5v2", "key": "svg-1" }], ["path", { "d": "M19 19a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2", "key": "svg-2" }], ["path", { "d": "M5 16h.01", "key": "svg-3" }], ["path", { "d": "M5 13h.01", "key": "svg-4" }], ["path", { "d": "M5 10h.01", "key": "svg-5" }], ["path", { "d": "M19 13h.01", "key": "svg-6" }], ["path", { "d": "M19 16h.01", "key": "svg-7" }]]; const IconFileBroken = createReactComponent("outline", "file-broken", "FileBroken", __iconNode$Yv); const __iconNode$Yu = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M5 8v-3a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-5", "key": "svg-1" }], ["path", { "d": "M3 14a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M4.5 17l-1.5 5l3 -1.5l3 1.5l-1.5 -5", "key": "svg-3" }]]; const IconFileCertificate = createReactComponent("outline", "file-certificate", "FileCertificate", __iconNode$Yu); const __iconNode$Yt = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M12 10v4h4", "key": "svg-2" }], ["path", { "d": "M8 14a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-3" }]]; const IconFileChart = createReactComponent("outline", "file-chart", "FileChart", __iconNode$Yt); const __iconNode$Ys = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M9 15l2 2l4 -4", "key": "svg-2" }]]; const IconFileCheck = createReactComponent("outline", "file-check", "FileCheck", __iconNode$Ys); const __iconNode$Yr = [["path", { "d": "M10 12h-1v5h1", "key": "svg-0" }], ["path", { "d": "M14 12h1v5h-1", "key": "svg-1" }], ["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-2" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-3" }]]; const IconFileCode2 = createReactComponent("outline", "file-code-2", "FileCode2", __iconNode$Yr); const __iconNode$Yq = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M10 13l-1 2l1 2", "key": "svg-2" }], ["path", { "d": "M14 13l1 2l-1 2", "key": "svg-3" }]]; const IconFileCode = createReactComponent("outline", "file-code", "FileCode", __iconNode$Yq); const __iconNode$Yp = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M11 12.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0", "key": "svg-2" }], ["path", { "d": "M13 11l1.5 6l1.5 -6", "key": "svg-3" }]]; const IconFileCv = createReactComponent("outline", "file-cv", "FileCv", __iconNode$Yp); const __iconNode$Yo = [["path", { "d": "M8 12.75a4 1.75 0 1 0 8 0a4 1.75 0 1 0 -8 0", "key": "svg-0" }], ["path", { "d": "M8 12.5v3.75c0 .966 1.79 1.75 4 1.75s4 -.784 4 -1.75v-3.75", "key": "svg-1" }], ["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-2" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-3" }]]; const IconFileDatabase = createReactComponent("outline", "file-database", "FileDatabase", __iconNode$Yo); const __iconNode$Yn = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M9 17h6l-3 -6l-3 6", "key": "svg-2" }]]; const IconFileDelta = createReactComponent("outline", "file-delta", "FileDelta", __iconNode$Yn); const __iconNode$Ym = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M9 17h6", "key": "svg-2" }], ["path", { "d": "M9 13h6", "key": "svg-3" }]]; const IconFileDescription = createReactComponent("outline", "file-description", "FileDescription", __iconNode$Ym); const __iconNode$Yl = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M12 10l0 4", "key": "svg-2" }], ["path", { "d": "M10 12l4 0", "key": "svg-3" }], ["path", { "d": "M10 17l4 0", "key": "svg-4" }]]; const IconFileDiff = createReactComponent("outline", "file-diff", "FileDiff", __iconNode$Yl); const __iconNode$Yk = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M9 13a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-1a1 1 0 0 1 -1 -1l0 -3", "key": "svg-1" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-2" }], ["path", { "d": "M15 12v5", "key": "svg-3" }]]; const IconFileDigit = createReactComponent("outline", "file-digit", "FileDigit", __iconNode$Yk); const __iconNode$Yj = [["path", { "d": "M3 15a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-1a1 1 0 0 1 -1 -1l0 -3", "key": "svg-0" }], ["path", { "d": "M6 15a1 1 0 0 1 1 -1h3.756a1 1 0 0 1 .958 .713l1.2 3c.09 .303 .133 .63 -.056 .884c-.188 .254 -.542 .403 -.858 .403h-2v2.467a1.1 1.1 0 0 1 -2.015 .61l-1.985 -3.077v-4", "key": "svg-1" }], ["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-2" }], ["path", { "d": "M5 11v-6a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-2.5", "key": "svg-3" }]]; const IconFileDislike = createReactComponent("outline", "file-dislike", "FileDislike", __iconNode$Yj); const __iconNode$Yi = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M14 11h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-2" }], ["path", { "d": "M12 17v1m0 -8v1", "key": "svg-3" }]]; const IconFileDollar = createReactComponent("outline", "file-dollar", "FileDollar", __iconNode$Yi); const __iconNode$Yh = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M9 14v.01", "key": "svg-2" }], ["path", { "d": "M12 14v.01", "key": "svg-3" }], ["path", { "d": "M15 14v.01", "key": "svg-4" }]]; const IconFileDots = createReactComponent("outline", "file-dots", "FileDots", __iconNode$Yh); const __iconNode$Yg = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M12 17v-6", "key": "svg-2" }], ["path", { "d": "M9.5 14.5l2.5 2.5l2.5 -2.5", "key": "svg-3" }]]; const IconFileDownload = createReactComponent("outline", "file-download", "FileDownload", __iconNode$Yg); const __iconNode$Yf = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M12 14h-3", "key": "svg-2" }], ["path", { "d": "M14 11.172a3 3 0 1 0 0 5.656", "key": "svg-3" }]]; const IconFileEuro = createReactComponent("outline", "file-euro", "FileEuro", __iconNode$Yf); const __iconNode$Ye = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M10 12l4 5", "key": "svg-2" }], ["path", { "d": "M10 17l4 -5", "key": "svg-3" }]]; const IconFileExcel = createReactComponent("outline", "file-excel", "FileExcel", __iconNode$Ye); const __iconNode$Yd = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M11.5 21h-4.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v5m-5 6h7m-3 -3l3 3l-3 3", "key": "svg-1" }]]; const IconFileExport = createReactComponent("outline", "file-export", "FileExport", __iconNode$Yd); const __iconNode$Yc = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M10.5 17h.333c.474 0 .87 -.323 .916 -.746l.502 -4.508c.047 -.423 .443 -.746 .916 -.746h.333", "key": "svg-2" }], ["path", { "d": "M10.5 14h3", "key": "svg-3" }]]; const IconFileFunction = createReactComponent("outline", "file-function", "FileFunction", __iconNode$Yc); const __iconNode$Yb = [["path", { "d": "M16 5v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M3 7v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-7l-5 -5h-11a2 2 0 0 0 -2 2", "key": "svg-1" }]]; const IconFileHorizontal = createReactComponent("outline", "file-horizontal", "FileHorizontal", __iconNode$Yb); const __iconNode$Ya = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M5 13v-8a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-5.5m-9.5 -2h7m-3 -3l3 3l-3 3", "key": "svg-1" }]]; const IconFileImport = createReactComponent("outline", "file-import", "FileImport", __iconNode$Ya); const __iconNode$Y9 = [["path", { "d": "M15.536 17.586a2.123 2.123 0 0 0 -2.929 0a1.951 1.951 0 0 0 0 2.828c.809 .781 2.12 .781 2.929 0c.809 -.781 -.805 .778 0 0l1.46 -1.41l1.46 -1.419", "key": "svg-0" }], ["path", { "d": "M15.54 17.582l1.46 1.42l1.46 1.41c.809 .78 -.805 -.779 0 0s2.12 .781 2.929 0a1.951 1.951 0 0 0 0 -2.828a2.123 2.123 0 0 0 -2.929 0", "key": "svg-1" }], ["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-2" }], ["path", { "d": "M9.5 21h-2.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v6", "key": "svg-3" }]]; const IconFileInfinity = createReactComponent("outline", "file-infinity", "FileInfinity", __iconNode$Y9); const __iconNode$Y8 = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M11 14h1v4h1", "key": "svg-2" }], ["path", { "d": "M12 11h.01", "key": "svg-3" }]]; const IconFileInfo = createReactComponent("outline", "file-info", "FileInfo", __iconNode$Y8); const __iconNode$Y7 = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M9 7l1 0", "key": "svg-2" }], ["path", { "d": "M9 13l6 0", "key": "svg-3" }], ["path", { "d": "M13 17l2 0", "key": "svg-4" }]]; const IconFileInvoice = createReactComponent("outline", "file-invoice", "FileInvoice", __iconNode$Y7); const __iconNode$Y6 = [["path", { "d": "M15 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M15 3v4a1 1 0 0 0 1 1h4", "key": "svg-1" }], ["path", { "d": "M6 8v-3a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-7", "key": "svg-2" }], ["path", { "d": "M3 15l3 -3l3 3", "key": "svg-3" }]]; const IconFileIsr = createReactComponent("outline", "file-isr", "FileIsr", __iconNode$Y6); const __iconNode$Y5 = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M10 17l2 -3", "key": "svg-2" }], ["path", { "d": "M15 17c-2.5 0 -2.5 -6 -5 -6", "key": "svg-3" }]]; const IconFileLambda = createReactComponent("outline", "file-lambda", "FileLambda", __iconNode$Y5); const __iconNode$Y4 = [["path", { "d": "M3 17a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-1a1 1 0 0 1 -1 -1l0 -3", "key": "svg-0" }], ["path", { "d": "M6 20a1 1 0 0 0 1 1h3.756a1 1 0 0 0 .958 -.713l1.2 -3c.09 -.303 .133 -.63 -.056 -.884c-.188 -.254 -.542 -.403 -.858 -.403h-2v-2.467a1.1 1.1 0 0 0 -2.015 -.61l-1.985 3.077v4", "key": "svg-1" }], ["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-2" }], ["path", { "d": "M5 12.1v-7.1a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-2.3", "key": "svg-3" }]]; const IconFileLike = createReactComponent("outline", "file-like", "FileLike", __iconNode$Y4); const __iconNode$Y3 = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M9 14l6 0", "key": "svg-2" }]]; const IconFileMinus = createReactComponent("outline", "file-minus", "FileMinus", __iconNode$Y3); const __iconNode$Y2 = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M10 16a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }], ["path", { "d": "M12 16l0 -5l2 1", "key": "svg-3" }]]; const IconFileMusic = createReactComponent("outline", "file-music", "FileMusic", __iconNode$Y2); const __iconNode$Y1 = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2m-7 -7h.01m3.99 0h.01m-4.01 3h4", "key": "svg-1" }]]; const IconFileNeutral = createReactComponent("outline", "file-neutral", "FileNeutral", __iconNode$Y1); const __iconNode$Y0 = [["path", { "d": "M3 3l18 18", "key": "svg-0" }], ["path", { "d": "M7 3h7l5 5v7m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14", "key": "svg-1" }]]; const IconFileOff = createReactComponent("outline", "file-off", "FileOff", __iconNode$Y0); const __iconNode$X$ = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M10 21h-3a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v2", "key": "svg-1" }], ["path", { "d": "M13 20h5a2 2 0 0 0 2 -2v-5", "key": "svg-2" }], ["path", { "d": "M15 22l-2 -2l2 -2", "key": "svg-3" }], ["path", { "d": "M18 15l2 -2l2 2", "key": "svg-4" }]]; const IconFileOrientation = createReactComponent("outline", "file-orientation", "FileOrientation", __iconNode$X$); const __iconNode$X_ = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M10 18l5 -5a1.414 1.414 0 0 0 -2 -2l-5 5v2h2", "key": "svg-2" }]]; const IconFilePencil = createReactComponent("outline", "file-pencil", "FilePencil", __iconNode$X_); const __iconNode$XZ = [["path", { "d": "M10 17l4 -4", "key": "svg-0" }], ["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-1" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-2" }], ["path", { "d": "M10 13h.01", "key": "svg-3" }], ["path", { "d": "M14 17h.01", "key": "svg-4" }]]; const IconFilePercent = createReactComponent("outline", "file-percent", "FilePercent", __iconNode$XZ); const __iconNode$XY = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M9 12a.5 .5 0 0 0 1 0v-1a.5 .5 0 0 0 -1 0v1a5 5 0 0 0 5 5h1a.5 .5 0 0 0 0 -1h-1a.5 .5 0 0 0 0 1", "key": "svg-2" }]]; const IconFilePhone = createReactComponent("outline", "file-phone", "FilePhone", __iconNode$XY); const __iconNode$XX = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M12 11l0 6", "key": "svg-2" }], ["path", { "d": "M9 14l6 0", "key": "svg-3" }]]; const IconFilePlus = createReactComponent("outline", "file-plus", "FilePlus", __iconNode$XX); const __iconNode$XW = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M12 11l-2 3h4l-2 3", "key": "svg-2" }]]; const IconFilePower = createReactComponent("outline", "file-power", "FilePower", __iconNode$XW); const __iconNode$XV = [["path", { "d": "M13 17a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-0" }], ["path", { "d": "M17 13v4h4", "key": "svg-1" }], ["path", { "d": "M12 3v4a1 1 0 0 0 1 1h4", "key": "svg-2" }], ["path", { "d": "M11.5 21h-6.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v2m0 3v4", "key": "svg-3" }]]; const IconFileReport = createReactComponent("outline", "file-report", "FileReport", __iconNode$XV); const __iconNode$XU = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M12 17a3 3 0 0 0 -3 -3", "key": "svg-2" }], ["path", { "d": "M15 17a6 6 0 0 0 -6 -6", "key": "svg-3" }], ["path", { "d": "M9 17h.01", "key": "svg-4" }]]; const IconFileRss = createReactComponent("outline", "file-rss", "FileRss", __iconNode$XU); const __iconNode$XT = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2m-7 -7h.01m3.99 0h.01", "key": "svg-1" }], ["path", { "d": "M10 18a3.5 3.5 0 0 1 4 0", "key": "svg-2" }]]; const IconFileSad = createReactComponent("outline", "file-sad", "FileSad", __iconNode$XT); const __iconNode$XS = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M14 17a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }], ["path", { "d": "M8 17a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-3" }], ["path", { "d": "M9 17l6 -6", "key": "svg-4" }], ["path", { "d": "M15 17l-6 -6", "key": "svg-5" }]]; const IconFileScissors = createReactComponent("outline", "file-scissors", "FileScissors", __iconNode$XS); const __iconNode$XR = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M12 21h-5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v4.5", "key": "svg-1" }], ["path", { "d": "M14 17.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0", "key": "svg-2" }], ["path", { "d": "M18.5 19.5l2.5 2.5", "key": "svg-3" }]]; const IconFileSearch = createReactComponent("outline", "file-search", "FileSearch", __iconNode$XR); const __iconNode$XQ = [["path", { "d": "M10 14a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M12 10.5v1.5", "key": "svg-1" }], ["path", { "d": "M12 16v1.5", "key": "svg-2" }], ["path", { "d": "M15.031 12.25l-1.299 .75", "key": "svg-3" }], ["path", { "d": "M10.268 15l-1.3 .75", "key": "svg-4" }], ["path", { "d": "M15 15.803l-1.285 -.773", "key": "svg-5" }], ["path", { "d": "M10.285 12.97l-1.285 -.773", "key": "svg-6" }], ["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-7" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-8" }]]; const IconFileSettings = createReactComponent("outline", "file-settings", "FileSettings", __iconNode$XQ); const __iconNode$XP = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4", "key": "svg-1" }], ["path", { "d": "M3 12l18 0", "key": "svg-2" }], ["path", { "d": "M6 16l0 2", "key": "svg-3" }], ["path", { "d": "M10 16l0 6", "key": "svg-4" }], ["path", { "d": "M14 16l0 2", "key": "svg-5" }], ["path", { "d": "M18 16l0 4", "key": "svg-6" }]]; const IconFileShredder = createReactComponent("outline", "file-shredder", "FileShredder", __iconNode$XP); const __iconNode$XO = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M12 14v.01", "key": "svg-2" }], ["path", { "d": "M9.525 11.525a3.5 3.5 0 0 0 0 4.95m4.95 0a3.5 3.5 0 0 0 0 -4.95", "key": "svg-3" }]]; const IconFileSignal = createReactComponent("outline", "file-signal", "FileSignal", __iconNode$XO); const __iconNode$XN = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2m-7 -7h.01m3.99 0h.01", "key": "svg-1" }], ["path", { "d": "M10 17a3.5 3.5 0 0 0 4 0", "key": "svg-2" }]]; const IconFileSmile = createReactComponent("outline", "file-smile", "FileSmile", __iconNode$XN); const __iconNode$XM = [["path", { "d": "M19 22.5a4.75 4.75 0 0 1 3.5 -3.5a4.75 4.75 0 0 1 -3.5 -3.5a4.75 4.75 0 0 1 -3.5 3.5a4.75 4.75 0 0 1 3.5 3.5", "key": "svg-0" }], ["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-1" }], ["path", { "d": "M12 21h-5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v3.5", "key": "svg-2" }]]; const IconFileSpark = createReactComponent("outline", "file-spark", "FileSpark", __iconNode$XM); const __iconNode$XL = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M8 11h8v7h-8l0 -7", "key": "svg-2" }], ["path", { "d": "M8 15h8", "key": "svg-3" }], ["path", { "d": "M11 11v7", "key": "svg-4" }]]; const IconFileSpreadsheet = createReactComponent("outline", "file-spreadsheet", "FileSpreadsheet", __iconNode$XL); const __iconNode$XK = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4", "key": "svg-1" }], ["path", { "d": "M5 21h14", "key": "svg-2" }], ["path", { "d": "M5 18h14", "key": "svg-3" }], ["path", { "d": "M5 15h14", "key": "svg-4" }]]; const IconFileStack = createReactComponent("outline", "file-stack", "FileStack", __iconNode$XK); const __iconNode$XJ = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M11.8 16.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-2" }]]; const IconFileStar = createReactComponent("outline", "file-star", "FileStar", __iconNode$XJ); const __iconNode$XI = [["path", { "d": "M4 21v-4a3 3 0 0 1 3 -3h5", "key": "svg-0" }], ["path", { "d": "M9 17l3 -3l-3 -3", "key": "svg-1" }], ["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-2" }], ["path", { "d": "M5 11v-6a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-9.5", "key": "svg-3" }]]; const IconFileSymlink = createReactComponent("outline", "file-symlink", "FileSymlink", __iconNode$XI); const __iconNode$XH = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M10 21h-3a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v3.5", "key": "svg-1" }], ["path", { "d": "M9 9h1", "key": "svg-2" }], ["path", { "d": "M9 13h2.5", "key": "svg-3" }], ["path", { "d": "M9 17h1", "key": "svg-4" }], ["path", { "d": "M14 21v-4a2 2 0 1 1 4 0v4", "key": "svg-5" }], ["path", { "d": "M14 19h4", "key": "svg-6" }], ["path", { "d": "M21 15v6", "key": "svg-7" }]]; const IconFileTextAi = createReactComponent("outline", "file-text-ai", "FileTextAi", __iconNode$XH); const __iconNode$XG = [["path", { "d": "M13 3v4a.997 .997 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M11 21h-5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v3.5", "key": "svg-1" }], ["path", { "d": "M8 9h1", "key": "svg-2" }], ["path", { "d": "M8 12.994l3 0", "key": "svg-3" }], ["path", { "d": "M8 16.997l2 0", "key": "svg-4" }], ["path", { "d": "M21 15.994c0 4 -2.5 6 -3.5 6s-3.5 -2 -3.5 -6c1 0 2.5 -.5 3.5 -1.5c1 1 2.5 1.5 3.5 1.5", "key": "svg-5" }]]; const IconFileTextShield = createReactComponent("outline", "file-text-shield", "FileTextShield", __iconNode$XG); const __iconNode$XF = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M12 21h-5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v3.5", "key": "svg-1" }], ["path", { "d": "M9 9h1", "key": "svg-2" }], ["path", { "d": "M9 13h6", "key": "svg-3" }], ["path", { "d": "M9 17h3", "key": "svg-4" }], ["path", { "d": "M19 22.5a4.75 4.75 0 0 1 3.5 -3.5a4.75 4.75 0 0 1 -3.5 -3.5a4.75 4.75 0 0 1 -3.5 3.5a4.75 4.75 0 0 1 3.5 3.5", "key": "svg-5" }]]; const IconFileTextSpark = createReactComponent("outline", "file-text-spark", "FileTextSpark", __iconNode$XF); const __iconNode$XE = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M9 9l1 0", "key": "svg-2" }], ["path", { "d": "M9 13l6 0", "key": "svg-3" }], ["path", { "d": "M9 17l6 0", "key": "svg-4" }]]; const IconFileText = createReactComponent("outline", "file-text", "FileText", __iconNode$XE); const __iconNode$XD = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M8 14a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-2" }], ["path", { "d": "M12 12.496v1.504l1 1", "key": "svg-3" }]]; const IconFileTime = createReactComponent("outline", "file-time", "FileTime", __iconNode$XD); const __iconNode$XC = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4", "key": "svg-1" }], ["path", { "d": "M18 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6", "key": "svg-2" }], ["path", { "d": "M4 21h1.5a1.5 1.5 0 0 0 0 -3h-1.5h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6", "key": "svg-3" }], ["path", { "d": "M10 21v-6l2.5 3l2.5 -3v6", "key": "svg-4" }]]; const IconFileTypeBmp = createReactComponent("outline", "file-type-bmp", "FileTypeBmp", __iconNode$XC); const __iconNode$XB = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4", "key": "svg-1" }], ["path", { "d": "M8 16.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0", "key": "svg-2" }], ["path", { "d": "M11 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75", "key": "svg-3" }], ["path", { "d": "M17 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75", "key": "svg-4" }]]; const IconFileTypeCss = createReactComponent("outline", "file-type-css", "FileTypeCss", __iconNode$XB); const __iconNode$XA = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4", "key": "svg-1" }], ["path", { "d": "M7 16.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0", "key": "svg-2" }], ["path", { "d": "M10 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75", "key": "svg-3" }], ["path", { "d": "M16 15l2 6l2 -6", "key": "svg-4" }]]; const IconFileTypeCsv = createReactComponent("outline", "file-type-csv", "FileTypeCsv", __iconNode$XA); const __iconNode$Xz = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4", "key": "svg-1" }], ["path", { "d": "M5 15v6h1a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-1", "key": "svg-2" }], ["path", { "d": "M20 16.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0", "key": "svg-3" }], ["path", { "d": "M12.5 15a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1 -3 0v-3a1.5 1.5 0 0 1 1.5 -1.5", "key": "svg-4" }]]; const IconFileTypeDoc = createReactComponent("outline", "file-type-doc", "FileTypeDoc", __iconNode$Xz); const __iconNode$Xy = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4", "key": "svg-1" }], ["path", { "d": "M2 15v6h1a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-1", "key": "svg-2" }], ["path", { "d": "M17 16.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0", "key": "svg-3" }], ["path", { "d": "M9.5 15a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1 -3 0v-3a1.5 1.5 0 0 1 1.5 -1.5", "key": "svg-4" }], ["path", { "d": "M19.5 15l3 6", "key": "svg-5" }], ["path", { "d": "M19.5 21l3 -6", "key": "svg-6" }]]; const IconFileTypeDocx = createReactComponent("outline", "file-type-docx", "FileTypeDocx", __iconNode$Xy); const __iconNode$Xx = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4", "key": "svg-1" }], ["path", { "d": "M2 21v-6", "key": "svg-2" }], ["path", { "d": "M5 15v6", "key": "svg-3" }], ["path", { "d": "M2 18h3", "key": "svg-4" }], ["path", { "d": "M20 15v6h2", "key": "svg-5" }], ["path", { "d": "M13 21v-6l2 3l2 -3v6", "key": "svg-6" }], ["path", { "d": "M7.5 15h3", "key": "svg-7" }], ["path", { "d": "M9 15v6", "key": "svg-8" }]]; const IconFileTypeHtml = createReactComponent("outline", "file-type-html", "FileTypeHtml", __iconNode$Xx); const __iconNode$Xw = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4", "key": "svg-1" }], ["path", { "d": "M11 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6", "key": "svg-2" }], ["path", { "d": "M20 15h-1a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h1v-3", "key": "svg-3" }], ["path", { "d": "M5 15h3v4.5a1.5 1.5 0 0 1 -3 0", "key": "svg-4" }]]; const IconFileTypeJpg = createReactComponent("outline", "file-type-jpg", "FileTypeJpg", __iconNode$Xw); const __iconNode$Xv = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M3 15h3v4.5a1.5 1.5 0 0 1 -3 0", "key": "svg-1" }], ["path", { "d": "M9 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75", "key": "svg-2" }], ["path", { "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-1", "key": "svg-3" }]]; const IconFileTypeJs = createReactComponent("outline", "file-type-js", "FileTypeJs", __iconNode$Xv); const __iconNode$Xu = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4", "key": "svg-1" }], ["path", { "d": "M4 15h3v4.5a1.5 1.5 0 0 1 -3 0", "key": "svg-2" }], ["path", { "d": "M10 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75", "key": "svg-3" }], ["path", { "d": "M16 15l4 6", "key": "svg-4" }], ["path", { "d": "M16 21l4 -6", "key": "svg-5" }]]; const IconFileTypeJsx = createReactComponent("outline", "file-type-jsx", "FileTypeJsx", __iconNode$Xu); const __iconNode$Xt = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4", "key": "svg-1" }], ["path", { "d": "M5 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6", "key": "svg-2" }], ["path", { "d": "M17 18h2", "key": "svg-3" }], ["path", { "d": "M20 15h-3v6", "key": "svg-4" }], ["path", { "d": "M11 15v6h1a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-1", "key": "svg-5" }]]; const IconFileTypePdf = createReactComponent("outline", "file-type-pdf", "FileTypePdf", __iconNode$Xt); const __iconNode$Xs = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4", "key": "svg-1" }], ["path", { "d": "M5 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6", "key": "svg-2" }], ["path", { "d": "M17 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6", "key": "svg-3" }], ["path", { "d": "M11 21v-6", "key": "svg-4" }], ["path", { "d": "M14 15v6", "key": "svg-5" }], ["path", { "d": "M11 18h3", "key": "svg-6" }]]; const IconFileTypePhp = createReactComponent("outline", "file-type-php", "FileTypePhp", __iconNode$Xs); const __iconNode$Xr = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4", "key": "svg-1" }], ["path", { "d": "M20 15h-1a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h1v-3", "key": "svg-2" }], ["path", { "d": "M5 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6", "key": "svg-3" }], ["path", { "d": "M11 21v-6l3 6v-6", "key": "svg-4" }]]; const IconFileTypePng = createReactComponent("outline", "file-type-png", "FileTypePng", __iconNode$Xr); const __iconNode$Xq = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-1" }], ["path", { "d": "M5 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6", "key": "svg-2" }], ["path", { "d": "M11 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6", "key": "svg-3" }], ["path", { "d": "M16.5 15h3", "key": "svg-4" }], ["path", { "d": "M18 15v6", "key": "svg-5" }], ["path", { "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4", "key": "svg-6" }]]; const IconFileTypePpt = createReactComponent("outline", "file-type-ppt", "FileTypePpt", __iconNode$Xq); const __iconNode$Xp = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-1" }], ["path", { "d": "M9 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75", "key": "svg-2" }], ["path", { "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-1", "key": "svg-3" }], ["path", { "d": "M3 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6m3 0l-2 -3", "key": "svg-4" }]]; const IconFileTypeRs = createReactComponent("outline", "file-type-rs", "FileTypeRs", __iconNode$Xp); const __iconNode$Xo = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-1" }], ["path", { "d": "M5 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75", "key": "svg-2" }], ["path", { "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4", "key": "svg-3" }], ["path", { "d": "M18 15v6h2", "key": "svg-4" }], ["path", { "d": "M13 15a2 2 0 0 1 2 2v2a2 2 0 1 1 -4 0v-2a2 2 0 0 1 2 -2", "key": "svg-5" }], ["path", { "d": "M14 20l1.5 1.5", "key": "svg-6" }]]; const IconFileTypeSql = createReactComponent("outline", "file-type-sql", "FileTypeSql", __iconNode$Xo); const __iconNode$Xn = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4", "key": "svg-1" }], ["path", { "d": "M4 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75", "key": "svg-2" }], ["path", { "d": "M10 15l2 6l2 -6", "key": "svg-3" }], ["path", { "d": "M20 15h-1a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h1v-3", "key": "svg-4" }]]; const IconFileTypeSvg = createReactComponent("outline", "file-type-svg", "FileTypeSvg", __iconNode$Xn); const __iconNode$Xm = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-1", "key": "svg-1" }], ["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-2" }], ["path", { "d": "M9 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75", "key": "svg-3" }], ["path", { "d": "M3.5 15h3", "key": "svg-4" }], ["path", { "d": "M5 15v6", "key": "svg-5" }]]; const IconFileTypeTs = createReactComponent("outline", "file-type-ts", "FileTypeTs", __iconNode$Xm); const __iconNode$Xl = [["path", { "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4", "key": "svg-0" }], ["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-1" }], ["path", { "d": "M16 15l4 6", "key": "svg-2" }], ["path", { "d": "M16 21l4 -6", "key": "svg-3" }], ["path", { "d": "M10 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75", "key": "svg-4" }], ["path", { "d": "M4.5 15h3", "key": "svg-5" }], ["path", { "d": "M6 15v6", "key": "svg-6" }]]; const IconFileTypeTsx = createReactComponent("outline", "file-type-tsx", "FileTypeTsx", __iconNode$Xl); const __iconNode$Xk = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-1" }], ["path", { "d": "M16.5 15h3", "key": "svg-2" }], ["path", { "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4", "key": "svg-3" }], ["path", { "d": "M4.5 15h3", "key": "svg-4" }], ["path", { "d": "M6 15v6", "key": "svg-5" }], ["path", { "d": "M18 15v6", "key": "svg-6" }], ["path", { "d": "M10 15l4 6", "key": "svg-7" }], ["path", { "d": "M10 21l4 -6", "key": "svg-8" }]]; const IconFileTypeTxt = createReactComponent("outline", "file-type-txt", "FileTypeTxt", __iconNode$Xk); const __iconNode$Xj = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4", "key": "svg-1" }], ["path", { "d": "M4 15l2 6l2 -6", "key": "svg-2" }], ["path", { "d": "M11 15v4.5a1.5 1.5 0 0 0 3 0v-4.5", "key": "svg-3" }], ["path", { "d": "M20 15h-3v6h3", "key": "svg-4" }], ["path", { "d": "M17 18h2", "key": "svg-5" }]]; const IconFileTypeVue = createReactComponent("outline", "file-type-vue", "FileTypeVue", __iconNode$Xj); const __iconNode$Xi = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4", "key": "svg-1" }], ["path", { "d": "M4 15l4 6", "key": "svg-2" }], ["path", { "d": "M4 21l4 -6", "key": "svg-3" }], ["path", { "d": "M17 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75", "key": "svg-4" }], ["path", { "d": "M11 15v6h3", "key": "svg-5" }]]; const IconFileTypeXls = createReactComponent("outline", "file-type-xls", "FileTypeXls", __iconNode$Xi); const __iconNode$Xh = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4", "key": "svg-1" }], ["path", { "d": "M4 15l4 6", "key": "svg-2" }], ["path", { "d": "M4 21l4 -6", "key": "svg-3" }], ["path", { "d": "M19 15v6h3", "key": "svg-4" }], ["path", { "d": "M11 21v-6l2.5 3l2.5 -3v6", "key": "svg-5" }]]; const IconFileTypeXml = createReactComponent("outline", "file-type-xml", "FileTypeXml", __iconNode$Xh); const __iconNode$Xg = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4", "key": "svg-1" }], ["path", { "d": "M16 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6", "key": "svg-2" }], ["path", { "d": "M12 15v6", "key": "svg-3" }], ["path", { "d": "M5 15h3l-3 6h3", "key": "svg-4" }]]; const IconFileTypeZip = createReactComponent("outline", "file-type-zip", "FileTypeZip", __iconNode$Xg); const __iconNode$Xf = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M11 18h2", "key": "svg-2" }], ["path", { "d": "M12 18v-7", "key": "svg-3" }], ["path", { "d": "M9 12v-1h6v1", "key": "svg-4" }]]; const IconFileTypography = createReactComponent("outline", "file-typography", "FileTypography", __iconNode$Xf); const __iconNode$Xe = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M12 17v.01", "key": "svg-2" }], ["path", { "d": "M12 14a1.5 1.5 0 1 0 -1.14 -2.474", "key": "svg-3" }]]; const IconFileUnknown = createReactComponent("outline", "file-unknown", "FileUnknown", __iconNode$Xe); const __iconNode$Xd = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M12 11v6", "key": "svg-2" }], ["path", { "d": "M9.5 13.5l2.5 -2.5l2.5 2.5", "key": "svg-3" }]]; const IconFileUpload = createReactComponent("outline", "file-upload", "FileUpload", __iconNode$Xd); const __iconNode$Xc = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M8 16.5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0", "key": "svg-1" }], ["path", { "d": "M13 12.5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0", "key": "svg-2" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-3" }], ["path", { "d": "M9.5 15a2.5 2.5 0 0 1 2.5 -2.5h1", "key": "svg-4" }]]; const IconFileVector = createReactComponent("outline", "file-vector", "FileVector", __iconNode$Xc); const __iconNode$Xb = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M9 12l1.333 5l1.667 -4l1.667 4l1.333 -5", "key": "svg-2" }]]; const IconFileWord = createReactComponent("outline", "file-word", "FileWord", __iconNode$Xb); const __iconNode$Xa = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M10 12l4 4m0 -4l-4 4", "key": "svg-2" }]]; const IconFileX = createReactComponent("outline", "file-x", "FileX", __iconNode$Xa); const __iconNode$X9 = [["path", { "d": "M6 20.735a2 2 0 0 1 -1 -1.735v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-1", "key": "svg-0" }], ["path", { "d": "M11 17a2 2 0 0 1 2 2v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a2 2 0 0 1 2 -2", "key": "svg-1" }], ["path", { "d": "M11 5l-1 0", "key": "svg-2" }], ["path", { "d": "M13 7l-1 0", "key": "svg-3" }], ["path", { "d": "M11 9l-1 0", "key": "svg-4" }], ["path", { "d": "M13 11l-1 0", "key": "svg-5" }], ["path", { "d": "M11 13l-1 0", "key": "svg-6" }], ["path", { "d": "M13 15l-1 0", "key": "svg-7" }]]; const IconFileZip = createReactComponent("outline", "file-zip", "FileZip", __iconNode$X9); const __iconNode$X8 = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "key": "svg-1" }]]; const IconFile = createReactComponent("outline", "file", "File", __iconNode$X8); const __iconNode$X7 = [["path", { "d": "M15 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M17 17h-6a2 2 0 0 1 -2 -2v-6m0 -4a2 2 0 0 1 2 -2h4l5 5v7c0 .294 -.063 .572 -.177 .823", "key": "svg-1" }], ["path", { "d": "M16 17v2a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconFilesOff = createReactComponent("outline", "files-off", "FilesOff", __iconNode$X7); const __iconNode$X6 = [["path", { "d": "M15 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M18 17h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h4l5 5v7a2 2 0 0 1 -2 2", "key": "svg-1" }], ["path", { "d": "M16 17v2a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2", "key": "svg-2" }]]; const IconFiles = createReactComponent("outline", "files", "Files", __iconNode$X6); const __iconNode$X5 = [["path", { "d": "M4 6h16", "key": "svg-0" }], ["path", { "d": "M6 12h12", "key": "svg-1" }], ["path", { "d": "M9 18h4", "key": "svg-2" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-3" }]]; const IconFilter2Bolt = createReactComponent("outline", "filter-2-bolt", "Filter2Bolt", __iconNode$X5); const __iconNode$X4 = [["path", { "d": "M4 6h16", "key": "svg-0" }], ["path", { "d": "M6 12h12", "key": "svg-1" }], ["path", { "d": "M9 18h3", "key": "svg-2" }], ["path", { "d": "M17 21l4 -4m-5 2c0 .796 .316 1.559 .879 2.121c.563 .563 1.326 .879 2.121 .879c.796 0 1.559 -.316 2.121 -.879c.563 -.563 .879 -1.326 .879 -2.121c0 -.796 -.316 -1.559 -.879 -2.121c-.563 -.563 -1.326 -.879 -2.121 -.879c-.796 0 -1.559 .316 -2.121 .879c-.563 .563 -.879 1.326 -.879 2.121l1 2", "key": "svg-3" }]]; const IconFilter2Cancel = createReactComponent("outline", "filter-2-cancel", "Filter2Cancel", __iconNode$X4); const __iconNode$X3 = [["path", { "d": "M4 6h16", "key": "svg-0" }], ["path", { "d": "M6 12h12", "key": "svg-1" }], ["path", { "d": "M9 18h2", "key": "svg-2" }], ["path", { "d": "M15 18l2 2l4 -4", "key": "svg-3" }]]; const IconFilter2Check = createReactComponent("outline", "filter-2-check", "Filter2Check", __iconNode$X3); const __iconNode$X2 = [["path", { "d": "M4 6h16", "key": "svg-0" }], ["path", { "d": "M6 12h12", "key": "svg-1" }], ["path", { "d": "M9 18h2", "key": "svg-2" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-3" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-4" }]]; const IconFilter2Code = createReactComponent("outline", "filter-2-code", "Filter2Code", __iconNode$X2); const __iconNode$X1 = [["path", { "d": "M4 6h16", "key": "svg-0" }], ["path", { "d": "M6 12h12", "key": "svg-1" }], ["path", { "d": "M9 18h3", "key": "svg-2" }], ["path", { "d": "M19.001 21c-.53 0 -1.039 -.211 -1.414 -.586c-.375 -.375 -.586 -.884 -.586 -1.414c0 -.53 .211 -1.039 .586 -1.414c.375 -.375 .884 -.586 1.414 -.586m0 4c.53 0 1.039 -.211 1.414 -.586c.375 -.375 .586 -.884 .586 -1.414c0 -.53 -.211 -1.039 -.586 -1.414c-.375 -.375 -.884 -.586 -1.414 -.586m0 4v1.5m0 -5.5v-1.5m3.031 1.75l-1.299 .75m-3.463 2l-1.3 .75m0 -3.5l1.3 .75m3.463 2l1.3 .75", "key": "svg-3" }]]; const IconFilter2Cog = createReactComponent("outline", "filter-2-cog", "Filter2Cog", __iconNode$X1); const __iconNode$X0 = [["path", { "d": "M4 6h16", "key": "svg-0" }], ["path", { "d": "M6 12h12", "key": "svg-1" }], ["path", { "d": "M9 18h3", "key": "svg-2" }], ["path", { "d": "M16 16v.01", "key": "svg-3" }], ["path", { "d": "M16 21l5 -5", "key": "svg-4" }], ["path", { "d": "M21 21v.01", "key": "svg-5" }]]; const IconFilter2Discount = createReactComponent("outline", "filter-2-discount", "Filter2Discount", __iconNode$X0); const __iconNode$W$ = [["path", { "d": "M4 6h16", "key": "svg-0" }], ["path", { "d": "M6 12h10", "key": "svg-1" }], ["path", { "d": "M9 18h4", "key": "svg-2" }], ["path", { "d": "M21 15h-2m-2 6h2m0 0v1m0 -1h.5c.398 0 .779 -.158 1.061 -.439c.281 -.281 .439 -.663 .439 -1.061c0 -.398 -.158 -.779 -.439 -1.061c-.281 -.281 -.663 -.439 -1.061 -.439h-1c-.398 0 -.779 -.158 -1.061 -.439c-.281 -.281 -.439 -.663 -.439 -1.061c0 -.398 .158 -.779 .439 -1.061c.281 -.281 .663 -.439 1.061 -.439h.5m0 -1v1", "key": "svg-3" }]]; const IconFilter2Dollar = createReactComponent("outline", "filter-2-dollar", "Filter2Dollar", __iconNode$W$); const __iconNode$W_ = [["path", { "d": "M4 6h16", "key": "svg-0" }], ["path", { "d": "M6 12h12", "key": "svg-1" }], ["path", { "d": "M9 18h3", "key": "svg-2" }], ["path", { "d": "M19 16v6", "key": "svg-3" }], ["path", { "d": "M19 22l3 -3", "key": "svg-4" }], ["path", { "d": "M19 22l-3 -3", "key": "svg-5" }]]; const IconFilter2Down = createReactComponent("outline", "filter-2-down", "Filter2Down", __iconNode$W_); const __iconNode$WZ = [["path", { "d": "M4 6h16", "key": "svg-0" }], ["path", { "d": "M6 12h11", "key": "svg-1" }], ["path", { "d": "M9 18h2", "key": "svg-2" }], ["path", { "d": "M18.42 15.61c.195 -.195 .426 -.35 .681 -.455c.255 -.106 .528 -.16 .804 -.16c.276 0 .549 .054 .804 .16c.255 .106 .486 .26 .681 .455c.195 .195 .35 .427 .455 .681c.106 .255 .16 .528 .16 .804c0 .276 -.054 .549 -.16 .804c-.105 .255 -.26 .486 -.455 .681l-3.39 3.42h-3v-3l3.42 -3.39", "key": "svg-3" }]]; const IconFilter2Edit = createReactComponent("outline", "filter-2-edit", "Filter2Edit", __iconNode$WZ); const __iconNode$WY = [["path", { "d": "M4 6h16", "key": "svg-0" }], ["path", { "d": "M6 12h12", "key": "svg-1" }], ["path", { "d": "M9 18h6", "key": "svg-2" }], ["path", { "d": "M19 16v3m0 3v.01", "key": "svg-3" }]]; const IconFilter2Exclamation = createReactComponent("outline", "filter-2-exclamation", "Filter2Exclamation", __iconNode$WY); const __iconNode$WX = [["path", { "d": "M4 6h16", "key": "svg-0" }], ["path", { "d": "M6 12h12", "key": "svg-1" }], ["path", { "d": "M9 18h3", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }]]; const IconFilter2Minus = createReactComponent("outline", "filter-2-minus", "Filter2Minus", __iconNode$WX); const __iconNode$WW = [["path", { "d": "M4 6h16", "key": "svg-0" }], ["path", { "d": "M6 12h12", "key": "svg-1" }], ["path", { "d": "M9 18h4", "key": "svg-2" }], ["path", { "d": "M17 17v5", "key": "svg-3" }], ["path", { "d": "M21 17v5", "key": "svg-4" }]]; const IconFilter2Pause = createReactComponent("outline", "filter-2-pause", "Filter2Pause", __iconNode$WW); const __iconNode$WV = [["path", { "d": "M4 6h16", "key": "svg-0" }], ["path", { "d": "M6 12h10", "key": "svg-1" }], ["path", { "d": "M9 18h3", "key": "svg-2" }], ["path", { "d": "M19 18v.01m2.121 2.111c.42 -.419 .706 -.954 .821 -1.536c.116 -.582 .056 -1.185 -.17 -1.733c-.227 -.548 -.611 -1.017 -1.105 -1.347c-.493 -.33 -1.073 -.506 -1.667 -.506c-.593 0 -1.173 .176 -1.667 .506c-.493 .33 -.878 .798 -1.105 1.347c-.227 .548 -.286 1.151 -.17 1.733c.116 .582 .402 1.116 .821 1.536c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879l-2.121 -2.121", "key": "svg-3" }]]; const IconFilter2Pin = createReactComponent("outline", "filter-2-pin", "Filter2Pin", __iconNode$WV); const __iconNode$WU = [["path", { "d": "M4 6h16", "key": "svg-0" }], ["path", { "d": "M6 12h10", "key": "svg-1" }], ["path", { "d": "M9 18h3", "key": "svg-2" }], ["path", { "d": "M19 15v6", "key": "svg-3" }], ["path", { "d": "M16 18h6", "key": "svg-4" }]]; const IconFilter2Plus = createReactComponent("outline", "filter-2-plus", "Filter2Plus", __iconNode$WU); const __iconNode$WT = [["path", { "d": "M4 6h16", "key": "svg-0" }], ["path", { "d": "M6 12h10.5", "key": "svg-1" }], ["path", { "d": "M9 18h5", "key": "svg-2" }], ["path", { "d": "M19 22v.01", "key": "svg-3" }], ["path", { "d": "M19 19c.448 -.001 .883 -.153 1.235 -.431c.352 -.278 .6 -.666 .706 -1.101c.105 -.436 .061 -.894 -.125 -1.302c-.186 -.408 -.504 -.742 -.902 -.948c-.398 -.204 -.853 -.267 -1.291 -.179c-.438 .088 -.834 .321 -1.123 .662", "key": "svg-4" }]]; const IconFilter2Question = createReactComponent("outline", "filter-2-question", "Filter2Question", __iconNode$WT); const __iconNode$WS = [["path", { "d": "M4 6h16", "key": "svg-0" }], ["path", { "d": "M6 12h8.5", "key": "svg-1" }], ["path", { "d": "M9 18h2", "key": "svg-2" }], ["path", { "d": "M15 18c0 .796 .316 1.559 .879 2.121c.563 .563 1.326 .879 2.121 .879c.796 0 1.559 -.316 2.121 -.879c.563 -.563 .879 -1.326 .879 -2.121c0 -.796 -.316 -1.559 -.879 -2.121c-.563 -.563 -1.326 -.879 -2.121 -.879c-.796 0 -1.559 .316 -2.121 .879c-.563 .563 -.879 1.326 -.879 2.121", "key": "svg-3" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-4" }]]; const IconFilter2Search = createReactComponent("outline", "filter-2-search", "Filter2Search", __iconNode$WS); const __iconNode$WR = [["path", { "d": "M4 6h16", "key": "svg-0" }], ["path", { "d": "M6 12h12", "key": "svg-1" }], ["path", { "d": "M9 18h3.5", "key": "svg-2" }], ["path", { "d": "M16 22l5 -5", "key": "svg-3" }], ["path", { "d": "M21 17v4.5", "key": "svg-4" }], ["path", { "d": "M21 17h-4.5", "key": "svg-5" }]]; const IconFilter2Share = createReactComponent("outline", "filter-2-share", "Filter2Share", __iconNode$WR); const __iconNode$WQ = [["path", { "d": "M4 6h16", "key": "svg-0" }], ["path", { "d": "M6 12h9.5", "key": "svg-1" }], ["path", { "d": "M9 18h2.5", "key": "svg-2" }], ["path", { "d": "M19 21.5c.205 -.849 .641 -1.625 1.258 -2.242c.617 -.617 1.393 -1.053 2.242 -1.258c-.849 -.205 -1.625 -.641 -2.242 -1.258c-.617 -.617 -1.053 -1.393 -1.258 -2.242c-.205 .849 -.641 1.625 -1.258 2.242c-.617 .617 -1.393 1.053 -2.242 1.258c.849 .205 1.625 .641 2.242 1.258c.617 .617 1.053 1.393 1.258 2.242", "key": "svg-3" }]]; const IconFilter2Spark = createReactComponent("outline", "filter-2-spark", "Filter2Spark", __iconNode$WQ); const __iconNode$WP = [["path", { "d": "M4 6h16", "key": "svg-0" }], ["path", { "d": "M6 12h12", "key": "svg-1" }], ["path", { "d": "M9 18h3", "key": "svg-2" }], ["path", { "d": "M19 22v-6m0 0l3 3m-3 -3l-3 3", "key": "svg-3" }]]; const IconFilter2Up = createReactComponent("outline", "filter-2-up", "Filter2Up", __iconNode$WP); const __iconNode$WO = [["path", { "d": "M4 6h16", "key": "svg-0" }], ["path", { "d": "M6 12h12", "key": "svg-1" }], ["path", { "d": "M9 18h4", "key": "svg-2" }], ["path", { "d": "M22 22l-5 -5m0 5l5 -5", "key": "svg-3" }]]; const IconFilter2X = createReactComponent("outline", "filter-2-x", "Filter2X", __iconNode$WO); const __iconNode$WN = [["path", { "d": "M4 6h16", "key": "svg-0" }], ["path", { "d": "M6 12h12", "key": "svg-1" }], ["path", { "d": "M9 18h6", "key": "svg-2" }]]; const IconFilter2 = createReactComponent("outline", "filter-2", "Filter2", __iconNode$WN); const __iconNode$WM = [["path", { "d": "M12.991 19.67l-3.991 1.33v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v3", "key": "svg-0" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-1" }]]; const IconFilterBolt = createReactComponent("outline", "filter-bolt", "FilterBolt", __iconNode$WM); const __iconNode$WL = [["path", { "d": "M12 20l-3 1v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v1.5", "key": "svg-0" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M17 21l4 -4", "key": "svg-2" }]]; const IconFilterCancel = createReactComponent("outline", "filter-cancel", "FilterCancel", __iconNode$WL); const __iconNode$WK = [["path", { "d": "M11.18 20.274l-2.18 .726v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v3", "key": "svg-0" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-1" }]]; const IconFilterCheck = createReactComponent("outline", "filter-check", "FilterCheck", __iconNode$WK); const __iconNode$WJ = [["path", { "d": "M11.19 20.27l-2.19 .73v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v1.5", "key": "svg-0" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-1" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-2" }]]; const IconFilterCode = createReactComponent("outline", "filter-code", "FilterCode", __iconNode$WJ); const __iconNode$WI = [["path", { "d": "M12 20l-3 1v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v1.5", "key": "svg-0" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-2" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-3" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-4" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-5" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-6" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-7" }]]; const IconFilterCog = createReactComponent("outline", "filter-cog", "FilterCog", __iconNode$WI); const __iconNode$WH = [["path", { "d": "M12.705 19.765l-3.705 1.235v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v.5", "key": "svg-0" }], ["path", { "d": "M16 21l5 -5", "key": "svg-1" }], ["path", { "d": "M21 21v.01", "key": "svg-2" }], ["path", { "d": "M16 16v.01", "key": "svg-3" }]]; const IconFilterDiscount = createReactComponent("outline", "filter-discount", "FilterDiscount", __iconNode$WH); const __iconNode$WG = [["path", { "d": "M13.25 19.583l-4.25 1.417v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414", "key": "svg-0" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-1" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-2" }]]; const IconFilterDollar = createReactComponent("outline", "filter-dollar", "FilterDollar", __iconNode$WG); const __iconNode$WF = [["path", { "d": "M12 20l-3 1v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v3", "key": "svg-0" }], ["path", { "d": "M19 16v6", "key": "svg-1" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-2" }]]; const IconFilterDown = createReactComponent("outline", "filter-down", "FilterDown", __iconNode$WF); const __iconNode$WE = [["path", { "d": "M10.97 20.344l-1.97 .656v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v1.5", "key": "svg-0" }], ["path", { "d": "M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39", "key": "svg-1" }]]; const IconFilterEdit = createReactComponent("outline", "filter-edit", "FilterEdit", __iconNode$WE); const __iconNode$WD = [["path", { "d": "M4 4h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v7l-6 2v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227", "key": "svg-0" }], ["path", { "d": "M19 16v3", "key": "svg-1" }], ["path", { "d": "M19 22v.01", "key": "svg-2" }]]; const IconFilterExclamation = createReactComponent("outline", "filter-exclamation", "FilterExclamation", __iconNode$WD); const __iconNode$WC = [["path", { "d": "M10.888 20.37l-1.888 .63v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-3.503 3.503", "key": "svg-0" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-1" }]]; const IconFilterHeart = createReactComponent("outline", "filter-heart", "FilterHeart", __iconNode$WC); const __iconNode$WB = [["path", { "d": "M12 20l-3 1v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v3", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }]]; const IconFilterMinus = createReactComponent("outline", "filter-minus", "FilterMinus", __iconNode$WB); const __iconNode$WA = [["path", { "d": "M8 4h12v2.172a2 2 0 0 1 -.586 1.414l-3.914 3.914m-.5 3.5v4l-6 2v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconFilterOff = createReactComponent("outline", "filter-off", "FilterOff", __iconNode$WA); const __iconNode$Wz = [["path", { "d": "M12.97 19.677l-3.97 1.323v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v1.5", "key": "svg-0" }], ["path", { "d": "M17 17v5", "key": "svg-1" }], ["path", { "d": "M21 17v5", "key": "svg-2" }]]; const IconFilterPause = createReactComponent("outline", "filter-pause", "FilterPause", __iconNode$Wz); const __iconNode$Wy = [["path", { "d": "M12 20l-3 1v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414", "key": "svg-0" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-1" }], ["path", { "d": "M19 18v.01", "key": "svg-2" }]]; const IconFilterPin = createReactComponent("outline", "filter-pin", "FilterPin", __iconNode$Wy); const __iconNode$Wx = [["path", { "d": "M12 20l-3 1v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v3", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }]]; const IconFilterPlus = createReactComponent("outline", "filter-plus", "FilterPlus", __iconNode$Wx); const __iconNode$Ww = [["path", { "d": "M15 19l-6 2v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414", "key": "svg-0" }], ["path", { "d": "M19 22v.01", "key": "svg-1" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-2" }]]; const IconFilterQuestion = createReactComponent("outline", "filter-question", "FilterQuestion", __iconNode$Ww); const __iconNode$Wv = [["path", { "d": "M11.36 20.213l-2.36 .787v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414", "key": "svg-0" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-2" }]]; const IconFilterSearch = createReactComponent("outline", "filter-search", "FilterSearch", __iconNode$Wv); const __iconNode$Wu = [["path", { "d": "M12.713 19.762l-3.713 1.238v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v1", "key": "svg-0" }], ["path", { "d": "M16 22l5 -5", "key": "svg-1" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-2" }]]; const IconFilterShare = createReactComponent("outline", "filter-share", "FilterShare", __iconNode$Wu); const __iconNode$Wt = [["path", { "d": "M15 12.5v-.5l4.414 -4.414a2 2 0 0 0 .586 -1.414v-2.172h-16v2.227c0 .497 .185 .977 .52 1.345l4.48 4.928v8.5l2 -.667", "key": "svg-0" }], ["path", { "d": "M18.5 22a4.75 4.75 0 0 1 3.5 -3.5a4.75 4.75 0 0 1 -3.5 -3.5a4.75 4.75 0 0 1 -3.5 3.5a4.75 4.75 0 0 1 3.5 3.5", "key": "svg-1" }]]; const IconFilterSpark = createReactComponent("outline", "filter-spark", "FilterSpark", __iconNode$Wt); const __iconNode$Ws = [["path", { "d": "M11.042 20.32l-2.042 .68v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414", "key": "svg-0" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-1" }]]; const IconFilterStar = createReactComponent("outline", "filter-star", "FilterStar", __iconNode$Ws); const __iconNode$Wr = [["path", { "d": "M12 20l-3 1v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v2", "key": "svg-0" }], ["path", { "d": "M19 22v-6", "key": "svg-1" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-2" }]]; const IconFilterUp = createReactComponent("outline", "filter-up", "FilterUp", __iconNode$Wr); const __iconNode$Wq = [["path", { "d": "M13.758 19.414l-4.758 1.586v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v1.5", "key": "svg-0" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-1" }], ["path", { "d": "M17 22l5 -5", "key": "svg-2" }]]; const IconFilterX = createReactComponent("outline", "filter-x", "FilterX", __iconNode$Wq); const __iconNode$Wp = [["path", { "d": "M4 4h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v7l-6 2v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227", "key": "svg-0" }]]; const IconFilter = createReactComponent("outline", "filter", "Filter", __iconNode$Wp); const __iconNode$Wo = [["path", { "d": "M7 8a5 5 0 1 0 10 0a5 5 0 1 0 -10 0", "key": "svg-0" }], ["path", { "d": "M8 11a5 5 0 1 0 3.998 1.997", "key": "svg-1" }], ["path", { "d": "M12.002 19.003a5 5 0 1 0 3.998 -8.003", "key": "svg-2" }]]; const IconFilters = createReactComponent("outline", "filters", "Filters", __iconNode$Wo); const __iconNode$Wn = [["path", { "d": "M18.9 7a8 8 0 0 1 1.1 5v1a6 6 0 0 0 .8 3", "key": "svg-0" }], ["path", { "d": "M8 11c0 -.848 .264 -1.634 .713 -2.28m2.4 -1.621a4 4 0 0 1 4.887 3.901l0 1", "key": "svg-1" }], ["path", { "d": "M12 12v1a14 14 0 0 0 2.5 8", "key": "svg-2" }], ["path", { "d": "M8 15a18 18 0 0 0 1.8 6", "key": "svg-3" }], ["path", { "d": "M4.9 19a22 22 0 0 1 -.9 -7v-1a8 8 0 0 1 1.854 -5.143m2.176 -1.825a8 8 0 0 1 7.97 .018", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconFingerprintOff = createReactComponent("outline", "fingerprint-off", "FingerprintOff", __iconNode$Wn); const __iconNode$Wm = [["path", { "d": "M9 11a3 3 0 0 1 6 0c0 1.657 .612 3.082 1 4", "key": "svg-0" }], ["path", { "d": "M12 11v1.75c-.001 1.11 .661 2.206 1 3.25", "key": "svg-1" }], ["path", { "d": "M9 14.25c.068 .58 .358 1.186 .5 1.75", "key": "svg-2" }], ["path", { "d": "M4 8v-2a2 2 0 0 1 2 -2h2", "key": "svg-3" }], ["path", { "d": "M4 16v2a2 2 0 0 0 2 2h2", "key": "svg-4" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2", "key": "svg-5" }], ["path", { "d": "M16 20h2a2 2 0 0 0 2 -2v-2", "key": "svg-6" }]]; const IconFingerprintScan = createReactComponent("outline", "fingerprint-scan", "FingerprintScan", __iconNode$Wm); const __iconNode$Wl = [["path", { "d": "M18.9 7a8 8 0 0 1 1.1 5v1a6 6 0 0 0 .8 3", "key": "svg-0" }], ["path", { "d": "M8 11a4 4 0 0 1 8 0v1a10 10 0 0 0 2 6", "key": "svg-1" }], ["path", { "d": "M12 11v2a14 14 0 0 0 2.5 8", "key": "svg-2" }], ["path", { "d": "M8 15a18 18 0 0 0 1.8 6", "key": "svg-3" }], ["path", { "d": "M4.9 19a22 22 0 0 1 -.9 -7v-1a8 8 0 0 1 12 -6.95", "key": "svg-4" }]]; const IconFingerprint = createReactComponent("outline", "fingerprint", "Fingerprint", __iconNode$Wl); const __iconNode$Wk = [["path", { "d": "M12 7a4 4 0 0 1 4 4v9a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1v-9a4 4 0 0 1 4 -4", "key": "svg-0" }], ["path", { "d": "M9 16h6", "key": "svg-1" }], ["path", { "d": "M12 7v-3", "key": "svg-2" }], ["path", { "d": "M16 5l-4 -1l4 -1", "key": "svg-3" }], ["path", { "d": "M12 4h-3a3 3 0 0 0 -3 3", "key": "svg-4" }]]; const IconFireExtinguisher = createReactComponent("outline", "fire-extinguisher", "FireExtinguisher", __iconNode$Wk); const __iconNode$Wj = [["path", { "d": "M5 21h14", "key": "svg-0" }], ["path", { "d": "M17 21v-4m2 -2v-2a1 1 0 0 0 -1 -1h-1v-4a5 5 0 0 0 -8.533 -3.538m-1.387 2.638a5.03 5.03 0 0 0 -.08 .9v4h-1a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h1v5", "key": "svg-1" }], ["path", { "d": "M12 12a2 2 0 1 0 2 2", "key": "svg-2" }], ["path", { "d": "M6 8h2m4 0h6", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconFireHydrantOff = createReactComponent("outline", "fire-hydrant-off", "FireHydrantOff", __iconNode$Wj); const __iconNode$Wi = [["path", { "d": "M5 21h14", "key": "svg-0" }], ["path", { "d": "M17 21v-5h1a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-1v-4a5 5 0 0 0 -10 0v4h-1a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h1v5", "key": "svg-1" }], ["path", { "d": "M10 14a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M6 8h12", "key": "svg-3" }]]; const IconFireHydrant = createReactComponent("outline", "fire-hydrant", "FireHydrant", __iconNode$Wi); const __iconNode$Wh = [["path", { "d": "M3 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M15 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M7 18h8m4 0h2v-6a5 5 0 0 0 -5 -5h-1l1.5 5h4.5", "key": "svg-2" }], ["path", { "d": "M12 18v-11h3", "key": "svg-3" }], ["path", { "d": "M3 17l0 -5l9 0", "key": "svg-4" }], ["path", { "d": "M3 9l18 -6", "key": "svg-5" }], ["path", { "d": "M6 12l0 -4", "key": "svg-6" }]]; const IconFiretruck = createReactComponent("outline", "firetruck", "Firetruck", __iconNode$Wh); const __iconNode$Wg = [["path", { "d": "M9 3v18", "key": "svg-0" }], ["path", { "d": "M3 9h18", "key": "svg-1" }], ["path", { "d": "M3 15h10", "key": "svg-2" }], ["path", { "d": "M15 3v10", "key": "svg-3" }], ["path", { "d": "M11 21h-6a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v8", "key": "svg-4" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-5" }]]; const IconFirewallCheck = createReactComponent("outline", "firewall-check", "FirewallCheck", __iconNode$Wg); const __iconNode$Wf = [["path", { "d": "M15.5 16q 2.5 1.5 2.5 -1v-2s4 1.06 4 5c0 1.664 -.649 3.338 -2 4v-.25c0 -.957 -1.053 -1.75 -2 -1.75s-2 .793 -2 1.75v.25c-1.351 -.662 -2 -2 -2 -3.5s1.5 -2.5 1.5 -2.5", "key": "svg-0" }], ["path", { "d": "M9 3v13", "key": "svg-1" }], ["path", { "d": "M3 9h18", "key": "svg-2" }], ["path", { "d": "M6 21h-1a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4", "key": "svg-3" }], ["path", { "d": "M3 15h7", "key": "svg-4" }], ["path", { "d": "M15 3v7", "key": "svg-5" }]]; const IconFirewallFlame = createReactComponent("outline", "firewall-flame", "FirewallFlame", __iconNode$Wf); const __iconNode$We = [["path", { "d": "M8.595 4.577a2 2 0 0 1 1.405 -.577h4a2 2 0 0 1 2 2v2", "key": "svg-0" }], ["path", { "d": "M12 8h6a2 2 0 0 1 2 2v6m-.576 3.405a2 2 0 0 1 -1.424 .595h-12a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2", "key": "svg-1" }], ["path", { "d": "M10 14h4", "key": "svg-2" }], ["path", { "d": "M12 12v4", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconFirstAidKitOff = createReactComponent("outline", "first-aid-kit-off", "FirstAidKitOff", __iconNode$We); const __iconNode$Wd = [["path", { "d": "M8 8v-2a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v2", "key": "svg-0" }], ["path", { "d": "M4 10a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -8", "key": "svg-1" }], ["path", { "d": "M10 14h4", "key": "svg-2" }], ["path", { "d": "M12 12v4", "key": "svg-3" }]]; const IconFirstAidKit = createReactComponent("outline", "first-aid-kit", "FirstAidKit", __iconNode$Wd); const __iconNode$Wc = [["path", { "d": "M16.69 7.44a6.973 6.973 0 0 0 -1.69 4.56a6.97 6.97 0 0 0 1.699 4.571c1.914 -.684 3.691 -2.183 5.301 -4.565c-1.613 -2.384 -3.394 -3.883 -5.312 -4.565", "key": "svg-0" }], ["path", { "d": "M2 9.504a40.73 40.73 0 0 0 2.422 2.504a39.679 39.679 0 0 0 -2.422 2.498", "key": "svg-1" }], ["path", { "d": "M18 11v.01", "key": "svg-2" }], ["path", { "d": "M4.422 12h10.578", "key": "svg-3" }], ["path", { "d": "M7 10v4", "key": "svg-4" }], ["path", { "d": "M11 8v8", "key": "svg-5" }]]; const IconFishBone = createReactComponent("outline", "fish-bone", "FishBone", __iconNode$Wc); const __iconNode$Wb = [["path", { "d": "M22 7s-5.646 10 -12.308 10c-3.226 .025 -6.194 -1.905 -7.692 -5c1.498 -3.095 4.466 -5.025 7.692 -5c6.662 0 12.308 10 12.308 10", "key": "svg-0" }]]; const IconFishChristianity = createReactComponent("outline", "fish-christianity", "FishChristianity", __iconNode$Wb); const __iconNode$Wa = [["path", { "d": "M16 9v3m-.085 3.924a5 5 0 0 1 -9.915 -.924v-4l3 3", "key": "svg-0" }], ["path", { "d": "M14 7a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M16 5v-2", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconFishHookOff = createReactComponent("outline", "fish-hook-off", "FishHookOff", __iconNode$Wa); const __iconNode$W9 = [["path", { "d": "M16 9v6a5 5 0 0 1 -10 0v-4l3 3", "key": "svg-0" }], ["path", { "d": "M14 7a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M16 5v-2", "key": "svg-2" }]]; const IconFishHook = createReactComponent("outline", "fish-hook", "FishHook", __iconNode$W9); const __iconNode$W8 = [["path", { "d": "M16.69 7.44a6.973 6.973 0 0 0 -1.63 3.635", "key": "svg-0" }], ["path", { "d": "M2 9.504c5.307 5.948 10.293 8.57 14.597 7.1m2.583 -1.449c.988 -.788 1.93 -1.836 2.82 -3.153c-3 -4.443 -6.596 -5.812 -10.564 -4.548m-2.764 1.266c-2.145 1.266 -4.378 3.215 -6.672 5.786", "key": "svg-1" }], ["path", { "d": "M18 11v.01", "key": "svg-2" }], ["path", { "d": "M11.153 11.169c-.287 .777 -.171 1.554 .347 2.331", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconFishOff = createReactComponent("outline", "fish-off", "FishOff", __iconNode$W8); const __iconNode$W7 = [["path", { "d": "M16.69 7.44a6.973 6.973 0 0 0 -1.69 4.56c0 1.747 .64 3.345 1.699 4.571", "key": "svg-0" }], ["path", { "d": "M2 9.504c7.715 8.647 14.75 10.265 20 2.498c-5.25 -7.761 -12.285 -6.142 -20 2.504", "key": "svg-1" }], ["path", { "d": "M18 11v.01", "key": "svg-2" }], ["path", { "d": "M11.5 10.5c-.667 1 -.667 2 0 3", "key": "svg-3" }]]; const IconFish = createReactComponent("outline", "fish", "Fish", __iconNode$W7); const __iconNode$W6 = [["path", { "d": "M5 14h9m4 0h1v-9h-10m-4 0v16", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconFlag2Off = createReactComponent("outline", "flag-2-off", "Flag2Off", __iconNode$W6); const __iconNode$W5 = [["path", { "d": "M5 14h14v-9h-14v16", "key": "svg-0" }]]; const IconFlag2 = createReactComponent("outline", "flag-2", "Flag2", __iconNode$W5); const __iconNode$W4 = [["path", { "d": "M5 14h14l-4.5 -4.5l4.5 -4.5h-14v16", "key": "svg-0" }]]; const IconFlag3 = createReactComponent("outline", "flag-3", "Flag3", __iconNode$W4); const __iconNode$W3 = [["path", { "d": "M17 21v-6m2 0v-1.5m0 9v-1.5m-2 -3h3m-1 0h.5a1.5 1.5 0 0 1 0 3h-3.5m3 -3h.5a1.5 1.5 0 0 0 0 -3h-3.5", "key": "svg-0" }], ["path", { "d": "M13.222 14.882a5 5 0 0 1 -1.222 -.882a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v5", "key": "svg-1" }], ["path", { "d": "M5 21v-7", "key": "svg-2" }]]; const IconFlagBitcoin = createReactComponent("outline", "flag-bitcoin", "FlagBitcoin", __iconNode$W3); const __iconNode$W2 = [["path", { "d": "M14.673 15.36a4.978 4.978 0 0 1 -2.673 -1.36a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v7", "key": "svg-0" }], ["path", { "d": "M5 21v-7", "key": "svg-1" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-2" }]]; const IconFlagBolt = createReactComponent("outline", "flag-bolt", "FlagBolt", __iconNode$W2); const __iconNode$W1 = [["path", { "d": "M13.342 14.941a4.993 4.993 0 0 1 -1.342 -.941a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v7", "key": "svg-0" }], ["path", { "d": "M5 21v-7", "key": "svg-1" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M17 21l4 -4", "key": "svg-3" }]]; const IconFlagCancel = createReactComponent("outline", "flag-cancel", "FlagCancel", __iconNode$W1); const __iconNode$W0 = [["path", { "d": "M13.767 15.12a4.983 4.983 0 0 1 -1.767 -1.12a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v8.5", "key": "svg-0" }], ["path", { "d": "M5 21v-7", "key": "svg-1" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-2" }]]; const IconFlagCheck = createReactComponent("outline", "flag-check", "FlagCheck", __iconNode$W0); const __iconNode$V$ = [["path", { "d": "M13.41 14.973a4.991 4.991 0 0 1 -1.41 -.973a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v8", "key": "svg-0" }], ["path", { "d": "M5 21v-7", "key": "svg-1" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-2" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-3" }]]; const IconFlagCode = createReactComponent("outline", "flag-code", "FlagCode", __iconNode$V$); const __iconNode$V_ = [["path", { "d": "M12.901 14.702a5.014 5.014 0 0 1 -.901 -.702a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v6.5", "key": "svg-0" }], ["path", { "d": "M5 21v-7", "key": "svg-1" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-3" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-4" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-5" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-6" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-7" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-8" }]]; const IconFlagCog = createReactComponent("outline", "flag-cog", "FlagCog", __iconNode$V_); const __iconNode$VZ = [["path", { "d": "M12.804 14.641a5.02 5.02 0 0 1 -.804 -.641a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v8", "key": "svg-0" }], ["path", { "d": "M5 21v-7", "key": "svg-1" }], ["path", { "d": "M16 21l5 -5", "key": "svg-2" }], ["path", { "d": "M21 21v.01", "key": "svg-3" }], ["path", { "d": "M16 16v.01", "key": "svg-4" }]]; const IconFlagDiscount = createReactComponent("outline", "flag-discount", "FlagDiscount", __iconNode$VZ); const __iconNode$VY = [["path", { "d": "M13.222 14.882a4.998 4.998 0 0 1 -1.222 -.882a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v5", "key": "svg-0" }], ["path", { "d": "M5 21v-7", "key": "svg-1" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-2" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-3" }]]; const IconFlagDollar = createReactComponent("outline", "flag-dollar", "FlagDollar", __iconNode$VY); const __iconNode$VX = [["path", { "d": "M14.434 15.315a4.978 4.978 0 0 1 -2.434 -1.315a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v7", "key": "svg-0" }], ["path", { "d": "M5 21v-7", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-3" }]]; const IconFlagDown = createReactComponent("outline", "flag-down", "FlagDown", __iconNode$VX); const __iconNode$VW = [["path", { "d": "M15.035 15.408a4.98 4.98 0 0 1 -3.035 -1.408a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v7", "key": "svg-0" }], ["path", { "d": "M5 21v-7", "key": "svg-1" }], ["path", { "d": "M19 16v3", "key": "svg-2" }], ["path", { "d": "M19 22v.01", "key": "svg-3" }]]; const IconFlagExclamation = createReactComponent("outline", "flag-exclamation", "FlagExclamation", __iconNode$VW); const __iconNode$VV = [["path", { "d": "M11.33 13.447a5.001 5.001 0 0 0 -6.33 .553v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v6", "key": "svg-0" }], ["path", { "d": "M5 21v-7", "key": "svg-1" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-2" }]]; const IconFlagHeart = createReactComponent("outline", "flag-heart", "FlagHeart", __iconNode$VV); const __iconNode$VU = [["path", { "d": "M14.373 15.301a4.978 4.978 0 0 1 -2.373 -1.301a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v9", "key": "svg-0" }], ["path", { "d": "M5 21v-7", "key": "svg-1" }], ["path", { "d": "M16 19h6", "key": "svg-2" }]]; const IconFlagMinus = createReactComponent("outline", "flag-minus", "FlagMinus", __iconNode$VU); const __iconNode$VT = [["path", { "d": "M5 5v16", "key": "svg-0" }], ["path", { "d": "M19 5v9", "key": "svg-1" }], ["path", { "d": "M7.641 3.645a5 5 0 0 1 4.359 1.355a5 5 0 0 0 7 0", "key": "svg-2" }], ["path", { "d": "M5 14a5 5 0 0 1 7 0a4.984 4.984 0 0 0 3.437 1.429m3.019 -.966c.19 -.14 .371 -.294 .544 -.463", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconFlagOff = createReactComponent("outline", "flag-off", "FlagOff", __iconNode$VT); const __iconNode$VS = [["path", { "d": "M13.536 15.029a4.987 4.987 0 0 1 -1.536 -1.029a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v8.5", "key": "svg-0" }], ["path", { "d": "M5 21v-7", "key": "svg-1" }], ["path", { "d": "M17 17v5", "key": "svg-2" }], ["path", { "d": "M21 17v5", "key": "svg-3" }]]; const IconFlagPause = createReactComponent("outline", "flag-pause", "FlagPause", __iconNode$VS); const __iconNode$VR = [["path", { "d": "M12.857 14.675a5.016 5.016 0 0 1 -.857 -.675a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v6", "key": "svg-0" }], ["path", { "d": "M5 21v-7", "key": "svg-1" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-2" }], ["path", { "d": "M19 18v.01", "key": "svg-3" }]]; const IconFlagPin = createReactComponent("outline", "flag-pin", "FlagPin", __iconNode$VR); const __iconNode$VQ = [["path", { "d": "M14.433 15.315a4.978 4.978 0 0 1 -2.433 -1.315a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v7", "key": "svg-0" }], ["path", { "d": "M5 21v-7", "key": "svg-1" }], ["path", { "d": "M16 19h6", "key": "svg-2" }], ["path", { "d": "M19 16v6", "key": "svg-3" }]]; const IconFlagPlus = createReactComponent("outline", "flag-plus", "FlagPlus", __iconNode$VQ); const __iconNode$VP = [["path", { "d": "M13.5 15a4.914 4.914 0 0 1 -1.5 -1a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v6", "key": "svg-0" }], ["path", { "d": "M5 21v-7", "key": "svg-1" }], ["path", { "d": "M19 22v.01", "key": "svg-2" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-3" }]]; const IconFlagQuestion = createReactComponent("outline", "flag-question", "FlagQuestion", __iconNode$VP); const __iconNode$VO = [["path", { "d": "M12 14a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v6", "key": "svg-0" }], ["path", { "d": "M5 21v-7", "key": "svg-1" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-3" }]]; const IconFlagSearch = createReactComponent("outline", "flag-search", "FlagSearch", __iconNode$VO); const __iconNode$VN = [["path", { "d": "M13.13 14.833a5.002 5.002 0 0 1 -1.13 -.833a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v8", "key": "svg-0" }], ["path", { "d": "M5 21v-7", "key": "svg-1" }], ["path", { "d": "M16 22l5 -5", "key": "svg-2" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-3" }]]; const IconFlagShare = createReactComponent("outline", "flag-share", "FlagShare", __iconNode$VN); const __iconNode$VM = [["path", { "d": "M14.165 15.249a5 5 0 0 1 -2.165 -1.249a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v6.5", "key": "svg-0" }], ["path", { "d": "M5 21v-7", "key": "svg-1" }], ["path", { "d": "M19 22.5a4.75 4.75 0 0 1 3.5 -3.5a4.75 4.75 0 0 1 -3.5 -3.5a4.75 4.75 0 0 1 -3.5 3.5a4.75 4.75 0 0 1 3.5 3.5", "key": "svg-2" }]]; const IconFlagSpark = createReactComponent("outline", "flag-spark", "FlagSpark", __iconNode$VM); const __iconNode$VL = [["path", { "d": "M11.475 13.551a5.001 5.001 0 0 0 -6.475 .449v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v5", "key": "svg-0" }], ["path", { "d": "M5 21v-7", "key": "svg-1" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-2" }]]; const IconFlagStar = createReactComponent("outline", "flag-star", "FlagStar", __iconNode$VL); const __iconNode$VK = [["path", { "d": "M14.138 15.241a4.979 4.979 0 0 1 -2.138 -1.241a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v7", "key": "svg-0" }], ["path", { "d": "M5 21v-7", "key": "svg-1" }], ["path", { "d": "M19 22v-6", "key": "svg-2" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-3" }]]; const IconFlagUp = createReactComponent("outline", "flag-up", "FlagUp", __iconNode$VK); const __iconNode$VJ = [["path", { "d": "M13.533 15.028a4.988 4.988 0 0 1 -1.533 -1.028a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v8.5", "key": "svg-0" }], ["path", { "d": "M5 21v-7", "key": "svg-1" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-2" }], ["path", { "d": "M17 22l5 -5", "key": "svg-3" }]]; const IconFlagX = createReactComponent("outline", "flag-x", "FlagX", __iconNode$VJ); const __iconNode$VI = [["path", { "d": "M5 5a5 5 0 0 1 7 0a5 5 0 0 0 7 0v9a5 5 0 0 1 -7 0a5 5 0 0 0 -7 0v-9", "key": "svg-0" }], ["path", { "d": "M5 21v-7", "key": "svg-1" }]]; const IconFlag = createReactComponent("outline", "flag", "Flag", __iconNode$VI); const __iconNode$VH = [["path", { "d": "M8.973 8.974c-.335 .378 -.67 .716 -.973 1.026c-1.226 1.26 -2 3.24 -2 5a6 6 0 0 0 11.472 2.466m.383 -3.597c-.32 -1.409 -1.122 -3.045 -1.855 -3.869c-.281 .472 -.543 .87 -.79 1.202m-2.358 -2.35c-.068 -2.157 -1.182 -4.184 -1.852 -4.852c0 .968 -.18 1.801 -.465 2.527", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconFlameOff = createReactComponent("outline", "flame-off", "FlameOff", __iconNode$VH); const __iconNode$VG = [["path", { "d": "M12 10.941c2.333 -3.308 .167 -7.823 -1 -8.941c0 3.395 -2.235 5.299 -3.667 6.706c-1.43 1.408 -2.333 3.294 -2.333 5.588c0 3.704 3.134 6.706 7 6.706c3.866 0 7 -3.002 7 -6.706c0 -1.712 -1.232 -4.403 -2.333 -5.588c-2.084 3.353 -3.257 3.353 -4.667 2.235", "key": "svg-0" }]]; const IconFlame = createReactComponent("outline", "flame", "Flame", __iconNode$VG); const __iconNode$VF = [["path", { "d": "M12 3l3 6l6 3l-6 3l-3 6l-3 -6l-6 -3l6 -3l3 -6", "key": "svg-0" }]]; const IconFlare = createReactComponent("outline", "flare", "Flare", __iconNode$VF); const __iconNode$VE = [["path", { "d": "M6.1 15h8.9", "key": "svg-0" }], ["path", { "d": "M17.742 17.741a6 6 0 0 1 -2.424 3.259h-6.635a6 6 0 0 1 1.317 -10.66v-.326m0 -4.014v-3h4v7m.613 .598a6 6 0 0 1 2.801 2.817", "key": "svg-1" }], ["path", { "d": "M9 3h6", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconFlask2Off = createReactComponent("outline", "flask-2-off", "Flask2Off", __iconNode$VE); const __iconNode$VD = [["path", { "d": "M6.1 15h11.8", "key": "svg-0" }], ["path", { "d": "M14 3v7.342a6 6 0 0 1 1.318 10.658h-6.635a6 6 0 0 1 1.317 -10.66v-7.34h4", "key": "svg-1" }], ["path", { "d": "M9 3h6", "key": "svg-2" }]]; const IconFlask2 = createReactComponent("outline", "flask-2", "Flask2", __iconNode$VD); const __iconNode$VC = [["path", { "d": "M9 3h6", "key": "svg-0" }], ["path", { "d": "M13 9h1", "key": "svg-1" }], ["path", { "d": "M10 3v3m-.268 3.736l-3.732 10.264a.7 .7 0 0 0 .5 1h11a.7 .7 0 0 0 .5 -1l-1.143 -3.142m-2.288 -6.294l-.569 -1.564v-6", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconFlaskOff = createReactComponent("outline", "flask-off", "FlaskOff", __iconNode$VC); const __iconNode$VB = [["path", { "d": "M9 3l6 0", "key": "svg-0" }], ["path", { "d": "M10 9l4 0", "key": "svg-1" }], ["path", { "d": "M10 3v6l-4 11a.7 .7 0 0 0 .5 1h11a.7 .7 0 0 0 .5 -1l-4 -11v-6", "key": "svg-2" }]]; const IconFlask = createReactComponent("outline", "flask", "Flask", __iconNode$VB); const __iconNode$VA = [["path", { "d": "M18 4c2.21 0 4 1.682 4 3.758c0 .078 0 .156 -.008 .234l-.6 9.014c-.11 1.683 -1.596 3 -3.392 3s-3.28 -1.311 -3.392 -3l-.6 -9.014c-.138 -2.071 1.538 -3.855 3.743 -3.985a4.15 4.15 0 0 1 .25 -.007l-.001 0", "key": "svg-0" }], ["path", { "d": "M14.5 14c1 -3.333 2.167 -5 3.5 -5c1.333 0 2.5 1.667 3.5 5", "key": "svg-1" }], ["path", { "d": "M18 16v1", "key": "svg-2" }], ["path", { "d": "M6 4c2.21 0 4 1.682 4 3.758c0 .078 0 .156 -.008 .234l-.6 9.014c-.11 1.683 -1.596 3 -3.392 3s-3.28 -1.311 -3.392 -3l-.6 -9.014c-.138 -2.071 1.538 -3.855 3.742 -3.985c.084 0 .167 -.007 .25 -.007", "key": "svg-3" }], ["path", { "d": "M2.5 14c1 -3.333 2.167 -5 3.5 -5c1.333 0 2.5 1.667 3.5 5", "key": "svg-4" }], ["path", { "d": "M6 16v1", "key": "svg-5" }]]; const IconFlipFlops = createReactComponent("outline", "flip-flops", "FlipFlops", __iconNode$VA); const __iconNode$Vz = [["path", { "d": "M3 12l18 0", "key": "svg-0" }], ["path", { "d": "M7 16l10 0l-10 5l0 -5", "key": "svg-1" }], ["path", { "d": "M7 8l10 0l-10 -5l0 5", "key": "svg-2" }]]; const IconFlipHorizontal = createReactComponent("outline", "flip-horizontal", "FlipHorizontal", __iconNode$Vz); const __iconNode$Vy = [["path", { "d": "M12 3l0 18", "key": "svg-0" }], ["path", { "d": "M16 7l0 10l5 0l-5 -10", "key": "svg-1" }], ["path", { "d": "M8 7l0 10l-5 0l5 -10", "key": "svg-2" }]]; const IconFlipVertical = createReactComponent("outline", "flip-vertical", "FlipVertical", __iconNode$Vy); const __iconNode$Vx = [["path", { "d": "M9 6a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", "key": "svg-0" }], ["path", { "d": "M4 7l1 0", "key": "svg-1" }], ["path", { "d": "M4 11l1 0", "key": "svg-2" }], ["path", { "d": "M19 7l1 0", "key": "svg-3" }], ["path", { "d": "M19 11l1 0", "key": "svg-4" }], ["path", { "d": "M4 15l16 0", "key": "svg-5" }], ["path", { "d": "M4 19l16 0", "key": "svg-6" }]]; const IconFloatCenter = createReactComponent("outline", "float-center", "FloatCenter", __iconNode$Vx); const __iconNode$Vw = [["path", { "d": "M4 6a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", "key": "svg-0" }], ["path", { "d": "M14 7l6 0", "key": "svg-1" }], ["path", { "d": "M14 11l6 0", "key": "svg-2" }], ["path", { "d": "M4 15l16 0", "key": "svg-3" }], ["path", { "d": "M4 19l16 0", "key": "svg-4" }]]; const IconFloatLeft = createReactComponent("outline", "float-left", "FloatLeft", __iconNode$Vw); const __iconNode$Vv = [["path", { "d": "M4 6a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", "key": "svg-0" }], ["path", { "d": "M4 15l16 0", "key": "svg-1" }], ["path", { "d": "M4 19l16 0", "key": "svg-2" }]]; const IconFloatNone = createReactComponent("outline", "float-none", "FloatNone", __iconNode$Vv); const __iconNode$Vu = [["path", { "d": "M14 6a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", "key": "svg-0" }], ["path", { "d": "M4 7l6 0", "key": "svg-1" }], ["path", { "d": "M4 11l6 0", "key": "svg-2" }], ["path", { "d": "M4 15l16 0", "key": "svg-3" }], ["path", { "d": "M4 19l16 0", "key": "svg-4" }]]; const IconFloatRight = createReactComponent("outline", "float-right", "FloatRight", __iconNode$Vu); const __iconNode$Vt = [["path", { "d": "M9.875 9.882a3 3 0 0 0 4.247 4.238m.581 -3.423a3.012 3.012 0 0 0 -1.418 -1.409", "key": "svg-0" }], ["path", { "d": "M9 5a3 3 0 0 1 6 0c0 .562 -.259 1.442 -.776 2.64l-.724 1.36l1.76 -1.893c.499 -.6 .922 -1 1.27 -1.205a2.968 2.968 0 0 1 4.07 1.099a3.011 3.011 0 0 1 -1.09 4.098c-.374 .217 -.99 .396 -1.846 .535l-1.779 .244m.292 .282l1.223 .166c1 .145 1.698 .337 2.11 .576a3.011 3.011 0 0 1 1.226 3.832m-2.277 1.733a2.968 2.968 0 0 1 -1.929 -.369c-.348 -.202 -.771 -.604 -1.27 -1.205l-1.76 -1.893l.724 1.36c.516 1.199 .776 2.079 .776 2.64a3 3 0 0 1 -6 0c0 -.562 .259 -1.442 .776 -2.64l.724 -1.36l-1.76 1.893c-.499 .601 -.922 1 -1.27 1.205a2.968 2.968 0 0 1 -4.07 -1.098a3.011 3.011 0 0 1 1.09 -4.098c.374 -.218 .99 -.396 1.846 -.536l2.664 -.366l-2.4 -.325c-1 -.145 -1.698 -.337 -2.11 -.576a3.011 3.011 0 0 1 -1.09 -4.099a2.968 2.968 0 0 1 2.134 -1.467", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconFlowerOff = createReactComponent("outline", "flower-off", "FlowerOff", __iconNode$Vt); const __iconNode$Vs = [["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M12 2a3 3 0 0 1 3 3c0 .562 -.259 1.442 -.776 2.64l-.724 1.36l1.76 -1.893c.499 -.6 .922 -1 1.27 -1.205a2.968 2.968 0 0 1 4.07 1.099a3.011 3.011 0 0 1 -1.09 4.098c-.374 .217 -.99 .396 -1.846 .535l-2.664 .366l2.4 .326c1 .145 1.698 .337 2.11 .576a3.011 3.011 0 0 1 1.09 4.098a2.968 2.968 0 0 1 -4.07 1.098c-.348 -.202 -.771 -.604 -1.27 -1.205l-1.76 -1.893l.724 1.36c.516 1.199 .776 2.079 .776 2.64a3 3 0 0 1 -6 0c0 -.562 .259 -1.442 .776 -2.64l.724 -1.36l-1.76 1.893c-.499 .601 -.922 1 -1.27 1.205a2.968 2.968 0 0 1 -4.07 -1.098a3.011 3.011 0 0 1 1.09 -4.098c.374 -.218 .99 -.396 1.846 -.536l2.664 -.366l-2.4 -.325c-1 -.145 -1.698 -.337 -2.11 -.576a3.011 3.011 0 0 1 -1.09 -4.099a2.968 2.968 0 0 1 4.07 -1.099c.348 .203 .771 .604 1.27 1.205l1.76 1.894c-1 -2.292 -1.5 -3.625 -1.5 -4a3 3 0 0 1 3 -3", "key": "svg-1" }]]; const IconFlower = createReactComponent("outline", "flower", "Flower", __iconNode$Vs); const __iconNode$Vr = [["path", { "d": "M11.5 12a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-0" }], ["path", { "d": "M5 12a7 7 0 1 0 14 0a7 7 0 1 0 -14 0", "key": "svg-1" }], ["path", { "d": "M12 3l0 2", "key": "svg-2" }], ["path", { "d": "M3 12l2 0", "key": "svg-3" }], ["path", { "d": "M12 19l0 2", "key": "svg-4" }], ["path", { "d": "M19 12l2 0", "key": "svg-5" }]]; const IconFocus2 = createReactComponent("outline", "focus-2", "Focus2", __iconNode$Vr); const __iconNode$Vq = [["path", { "d": "M4 8v-2a2 2 0 0 1 2 -2h2", "key": "svg-0" }], ["path", { "d": "M4 16v2a2 2 0 0 0 2 2h2", "key": "svg-1" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2", "key": "svg-2" }], ["path", { "d": "M16 20h2a2 2 0 0 0 2 -2v-2", "key": "svg-3" }], ["path", { "d": "M10 15v-4a2 2 0 1 1 4 0v4", "key": "svg-4" }], ["path", { "d": "M10 13h4", "key": "svg-5" }]]; const IconFocusAuto = createReactComponent("outline", "focus-auto", "FocusAuto", __iconNode$Vq); const __iconNode$Vp = [["path", { "d": "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M4 8v-2a2 2 0 0 1 2 -2h2", "key": "svg-1" }], ["path", { "d": "M4 16v2a2 2 0 0 0 2 2h2", "key": "svg-2" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2", "key": "svg-3" }], ["path", { "d": "M16 20h2a2 2 0 0 0 2 -2v-2", "key": "svg-4" }]]; const IconFocusCentered = createReactComponent("outline", "focus-centered", "FocusCentered", __iconNode$Vp); const __iconNode$Vo = [["path", { "d": "M11.5 12a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-1" }]]; const IconFocus = createReactComponent("outline", "focus", "Focus", __iconNode$Vo); const __iconNode$Vn = [["path", { "d": "M12 11v8l3 -3m-6 0l3 3", "key": "svg-0" }], ["path", { "d": "M9 7l1 0", "key": "svg-1" }], ["path", { "d": "M14 7l1 0", "key": "svg-2" }], ["path", { "d": "M19 7l1 0", "key": "svg-3" }], ["path", { "d": "M4 7l1 0", "key": "svg-4" }]]; const IconFoldDown = createReactComponent("outline", "fold-down", "FoldDown", __iconNode$Vn); const __iconNode$Vm = [["path", { "d": "M12 13v-8l-3 3m6 0l-3 -3", "key": "svg-0" }], ["path", { "d": "M9 17l1 0", "key": "svg-1" }], ["path", { "d": "M14 17l1 0", "key": "svg-2" }], ["path", { "d": "M19 17l1 0", "key": "svg-3" }], ["path", { "d": "M4 17l1 0", "key": "svg-4" }]]; const IconFoldUp = createReactComponent("outline", "fold-up", "FoldUp", __iconNode$Vm); const __iconNode$Vl = [["path", { "d": "M12 3v6l3 -3m-6 0l3 3", "key": "svg-0" }], ["path", { "d": "M12 21v-6l3 3m-6 0l3 -3", "key": "svg-1" }], ["path", { "d": "M4 12l1 0", "key": "svg-2" }], ["path", { "d": "M9 12l1 0", "key": "svg-3" }], ["path", { "d": "M14 12l1 0", "key": "svg-4" }], ["path", { "d": "M19 12l1 0", "key": "svg-5" }]]; const IconFold = createReactComponent("outline", "fold", "Fold", __iconNode$Vl); const __iconNode$Vk = [["path", { "d": "M13 19h-8a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v3.5", "key": "svg-0" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-1" }]]; const IconFolderBolt = createReactComponent("outline", "folder-bolt", "FolderBolt", __iconNode$Vk); const __iconNode$Vj = [["path", { "d": "M12 19h-7a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v3", "key": "svg-0" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M17 21l4 -4", "key": "svg-2" }]]; const IconFolderCancel = createReactComponent("outline", "folder-cancel", "FolderCancel", __iconNode$Vj); const __iconNode$Vi = [["path", { "d": "M11 19h-6a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v4", "key": "svg-0" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-1" }]]; const IconFolderCheck = createReactComponent("outline", "folder-check", "FolderCheck", __iconNode$Vi); const __iconNode$Vh = [["path", { "d": "M11 19h-6a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v4", "key": "svg-0" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-1" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-2" }]]; const IconFolderCode = createReactComponent("outline", "folder-code", "FolderCode", __iconNode$Vh); const __iconNode$Vg = [["path", { "d": "M12.5 19h-7.5a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v3", "key": "svg-0" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-2" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-3" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-4" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-5" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-6" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-7" }]]; const IconFolderCog = createReactComponent("outline", "folder-cog", "FolderCog", __iconNode$Vg); const __iconNode$Vf = [["path", { "d": "M13.5 19h-8.5a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v1.5", "key": "svg-0" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-1" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-2" }]]; const IconFolderDollar = createReactComponent("outline", "folder-dollar", "FolderDollar", __iconNode$Vf); const __iconNode$Ve = [["path", { "d": "M12 19h-7a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v3.5", "key": "svg-0" }], ["path", { "d": "M19 16v6", "key": "svg-1" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-2" }]]; const IconFolderDown = createReactComponent("outline", "folder-down", "FolderDown", __iconNode$Ve); const __iconNode$Vd = [["path", { "d": "M15 19h-10a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v3.5", "key": "svg-0" }], ["path", { "d": "M19 16v3", "key": "svg-1" }], ["path", { "d": "M19 22v.01", "key": "svg-2" }]]; const IconFolderExclamation = createReactComponent("outline", "folder-exclamation", "FolderExclamation", __iconNode$Vd); const __iconNode$Vc = [["path", { "d": "M10.5 19h-5.5a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v2", "key": "svg-0" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-1" }]]; const IconFolderHeart = createReactComponent("outline", "folder-heart", "FolderHeart", __iconNode$Vc); const __iconNode$Vb = [["path", { "d": "M12 19h-7a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v6", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }]]; const IconFolderMinus = createReactComponent("outline", "folder-minus", "FolderMinus", __iconNode$Vb); const __iconNode$Va = [["path", { "d": "M8 4h1l3 3h7a2 2 0 0 1 2 2v8m-2 2h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 1.189 -1.829", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconFolderOff = createReactComponent("outline", "folder-off", "FolderOff", __iconNode$Va); const __iconNode$V9 = [["path", { "d": "M5 19l2.757 -7.351a1 1 0 0 1 .936 -.649h12.307a1 1 0 0 1 .986 1.164l-.996 5.211a2 2 0 0 1 -1.964 1.625h-14.026a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v2", "key": "svg-0" }]]; const IconFolderOpen = createReactComponent("outline", "folder-open", "FolderOpen", __iconNode$V9); const __iconNode$V8 = [["path", { "d": "M13 19h-8a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v4", "key": "svg-0" }], ["path", { "d": "M17 17v5", "key": "svg-1" }], ["path", { "d": "M21 17v5", "key": "svg-2" }]]; const IconFolderPause = createReactComponent("outline", "folder-pause", "FolderPause", __iconNode$V8); const __iconNode$V7 = [["path", { "d": "M12 19h-7a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v2.5", "key": "svg-0" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-1" }], ["path", { "d": "M19 18v.01", "key": "svg-2" }]]; const IconFolderPin = createReactComponent("outline", "folder-pin", "FolderPin", __iconNode$V7); const __iconNode$V6 = [["path", { "d": "M12 19h-7a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v3.5", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }]]; const IconFolderPlus = createReactComponent("outline", "folder-plus", "FolderPlus", __iconNode$V6); const __iconNode$V5 = [["path", { "d": "M15 19h-10a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v2.5", "key": "svg-0" }], ["path", { "d": "M19 22v.01", "key": "svg-1" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-2" }]]; const IconFolderQuestion = createReactComponent("outline", "folder-question", "FolderQuestion", __iconNode$V5); const __iconNode$V4 = [["path", { "d": "M10 13a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M12 15v4", "key": "svg-1" }], ["path", { "d": "M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2", "key": "svg-2" }]]; const IconFolderRoot = createReactComponent("outline", "folder-root", "FolderRoot", __iconNode$V4); const __iconNode$V3 = [["path", { "d": "M11 19h-6a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v2.5", "key": "svg-0" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-2" }]]; const IconFolderSearch = createReactComponent("outline", "folder-search", "FolderSearch", __iconNode$V3); const __iconNode$V2 = [["path", { "d": "M13 19h-8a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v4", "key": "svg-0" }], ["path", { "d": "M16 22l5 -5", "key": "svg-1" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-2" }]]; const IconFolderShare = createReactComponent("outline", "folder-share", "FolderShare", __iconNode$V2); const __iconNode$V1 = [["path", { "d": "M10 19h-5a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v2.5", "key": "svg-0" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-1" }]]; const IconFolderStar = createReactComponent("outline", "folder-star", "FolderStar", __iconNode$V1); const __iconNode$V0 = [["path", { "d": "M3 21v-4a3 3 0 0 1 3 -3h5", "key": "svg-0" }], ["path", { "d": "M8 17l3 -3l-3 -3", "key": "svg-1" }], ["path", { "d": "M3 11v-5a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8", "key": "svg-2" }]]; const IconFolderSymlink = createReactComponent("outline", "folder-symlink", "FolderSymlink", __iconNode$V0); const __iconNode$U$ = [["path", { "d": "M12 19h-7a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v3.5", "key": "svg-0" }], ["path", { "d": "M19 22v-6", "key": "svg-1" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-2" }]]; const IconFolderUp = createReactComponent("outline", "folder-up", "FolderUp", __iconNode$U$); const __iconNode$U_ = [["path", { "d": "M13.5 19h-8.5a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v4", "key": "svg-0" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-1" }], ["path", { "d": "M17 22l5 -5", "key": "svg-2" }]]; const IconFolderX = createReactComponent("outline", "folder-x", "FolderX", __iconNode$U_); const __iconNode$UZ = [["path", { "d": "M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2", "key": "svg-0" }]]; const IconFolder = createReactComponent("outline", "folder", "Folder", __iconNode$UZ); const __iconNode$UY = [["path", { "d": "M17 17h-8a2 2 0 0 1 -2 -2v-8m1.177 -2.823c.251 -.114 .53 -.177 .823 -.177h3l2 2h5a2 2 0 0 1 2 2v7c0 .55 -.223 1.05 -.583 1.411", "key": "svg-0" }], ["path", { "d": "M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h2", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconFoldersOff = createReactComponent("outline", "folders-off", "FoldersOff", __iconNode$UY); const __iconNode$UX = [["path", { "d": "M9 3h3l2 2h5a2 2 0 0 1 2 2v7a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M17 16v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h2", "key": "svg-1" }]]; const IconFolders = createReactComponent("outline", "folders", "Folders", __iconNode$UX); const __iconNode$UW = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 15l6 -6", "key": "svg-1" }]]; const IconForbid2 = createReactComponent("outline", "forbid-2", "Forbid2", __iconNode$UW); const __iconNode$UV = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 9l6 6", "key": "svg-1" }]]; const IconForbid = createReactComponent("outline", "forbid", "Forbid", __iconNode$UV); const __iconNode$UU = [["path", { "d": "M3 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M12 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M7 17l5 0", "key": "svg-2" }], ["path", { "d": "M3 17v-6h13v6", "key": "svg-3" }], ["path", { "d": "M5 11v-4h4", "key": "svg-4" }], ["path", { "d": "M9 11v-6h4l3 6", "key": "svg-5" }], ["path", { "d": "M22 15h-3v-10", "key": "svg-6" }], ["path", { "d": "M16 13l3 0", "key": "svg-7" }]]; const IconForklift = createReactComponent("outline", "forklift", "Forklift", __iconNode$UU); const __iconNode$UT = [["path", { "d": "M12 3a3 3 0 0 0 -3 3v12a3 3 0 0 0 3 3", "key": "svg-0" }], ["path", { "d": "M6 3a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3", "key": "svg-1" }], ["path", { "d": "M13 7h7a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-7", "key": "svg-2" }], ["path", { "d": "M5 7h-1a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1h1", "key": "svg-3" }], ["path", { "d": "M17 12h.01", "key": "svg-4" }], ["path", { "d": "M13 12h.01", "key": "svg-5" }]]; const IconForms = createReactComponent("outline", "forms", "Forms", __iconNode$UT); const __iconNode$US = [["path", { "d": "M9 16v-5a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M15 16v-1m0 -4a2 2 0 1 1 4 0", "key": "svg-1" }], ["path", { "d": "M12 16v-4m0 -4v-2a3 3 0 0 1 6 0", "key": "svg-2" }], ["path", { "d": "M7.451 3.43a3 3 0 0 1 4.549 2.57", "key": "svg-3" }], ["path", { "d": "M20 16h1v1m-.871 3.114a2.99 2.99 0 0 1 -2.129 .886h-12a3 3 0 0 1 -3 -3v-2h13", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconFountainOff = createReactComponent("outline", "fountain-off", "FountainOff", __iconNode$US); const __iconNode$UR = [["path", { "d": "M9 16v-5a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M15 16v-5a2 2 0 1 1 4 0", "key": "svg-1" }], ["path", { "d": "M12 16v-10a3 3 0 0 1 6 0", "key": "svg-2" }], ["path", { "d": "M6 6a3 3 0 0 1 6 0", "key": "svg-3" }], ["path", { "d": "M3 16h18v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-2", "key": "svg-4" }]]; const IconFountain = createReactComponent("outline", "fountain", "Fountain", __iconNode$UR); const __iconNode$UQ = [["path", { "d": "M4 7h3m4 0h9", "key": "svg-0" }], ["path", { "d": "M4 17h13", "key": "svg-1" }], ["path", { "d": "M7 7v13", "key": "svg-2" }], ["path", { "d": "M17 4v9m0 4v3", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconFrameOff = createReactComponent("outline", "frame-off", "FrameOff", __iconNode$UQ); const __iconNode$UP = [["path", { "d": "M4 7l16 0", "key": "svg-0" }], ["path", { "d": "M4 17l16 0", "key": "svg-1" }], ["path", { "d": "M7 4l0 16", "key": "svg-2" }], ["path", { "d": "M17 4l0 16", "key": "svg-3" }]]; const IconFrame = createReactComponent("outline", "frame", "Frame", __iconNode$UP); const __iconNode$UO = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M13.867 9.75c-.246 -.48 -.708 -.769 -1.2 -.75h-1.334c-.736 0 -1.333 .67 -1.333 1.5c0 .827 .597 1.499 1.333 1.499h1.334c.736 0 1.333 .671 1.333 1.5c0 .828 -.597 1.499 -1.333 1.499h-1.334c-.492 .019 -.954 -.27 -1.2 -.75", "key": "svg-1" }], ["path", { "d": "M12 7v2", "key": "svg-2" }], ["path", { "d": "M12 15v2", "key": "svg-3" }], ["path", { "d": "M6 6l1.5 1.5", "key": "svg-4" }], ["path", { "d": "M16.5 16.5l1.5 1.5", "key": "svg-5" }]]; const IconFreeRights = createReactComponent("outline", "free-rights", "FreeRights", __iconNode$UO); const __iconNode$UN = [["path", { "d": "M9 9.5l-6 6", "key": "svg-0" }], ["path", { "d": "M9 4l-6 6", "key": "svg-1" }], ["path", { "d": "M9 15l-5 5", "key": "svg-2" }], ["path", { "d": "M9 3v18", "key": "svg-3" }], ["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-4" }]]; const IconFreezeColumn = createReactComponent("outline", "freeze-column", "FreezeColumn", __iconNode$UN); const __iconNode$UM = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M15 3l-12 12", "key": "svg-1" }], ["path", { "d": "M9.5 3l-6 6", "key": "svg-2" }], ["path", { "d": "M20 3.5l-5.5 5.5", "key": "svg-3" }], ["path", { "d": "M9 15l-5 5", "key": "svg-4" }], ["path", { "d": "M21 9h-12v12", "key": "svg-5" }]]; const IconFreezeRowColumn = createReactComponent("outline", "freeze-row-column", "FreezeRowColumn", __iconNode$UM); const __iconNode$UL = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M21 9h-18", "key": "svg-1" }], ["path", { "d": "M15 3l-6 6", "key": "svg-2" }], ["path", { "d": "M9.5 3l-6 6", "key": "svg-3" }], ["path", { "d": "M20 3.5l-5.5 5.5", "key": "svg-4" }]]; const IconFreezeRow = createReactComponent("outline", "freeze-row", "FreezeRow", __iconNode$UL); const __iconNode$UK = [["path", { "d": "M7 3h10a2 2 0 0 1 2 2v10m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M5 10h5m4 0h5", "key": "svg-1" }], ["path", { "d": "M9 13v3", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconFridgeOff = createReactComponent("outline", "fridge-off", "FridgeOff", __iconNode$UK); const __iconNode$UJ = [["path", { "d": "M5 5a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2l0 -14", "key": "svg-0" }], ["path", { "d": "M5 10h14", "key": "svg-1" }], ["path", { "d": "M9 13v3", "key": "svg-2" }], ["path", { "d": "M9 6v1", "key": "svg-3" }]]; const IconFridge = createReactComponent("outline", "fridge", "Fridge", __iconNode$UJ); const __iconNode$UI = [["path", { "d": "M5 5a2 2 0 0 0 2 2m2 -2a2 2 0 0 0 -2 -2", "key": "svg-0" }], ["path", { "d": "M5 22v-5l-1 -1v-4a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4l-1 1v5", "key": "svg-1" }], ["path", { "d": "M15 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M15 22v-4h-2l1.254 -3.763m1.036 -2.942a1 1 0 0 1 .71 -.295h2a1 1 0 0 1 1 1l1.503 4.508m-1.503 2.492v3", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconFriendsOff = createReactComponent("outline", "friends-off", "FriendsOff", __iconNode$UI); const __iconNode$UH = [["path", { "d": "M5 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M5 22v-5l-1 -1v-4a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4l-1 1v5", "key": "svg-1" }], ["path", { "d": "M15 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M15 22v-4h-2l2 -6a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1l2 6h-2v4", "key": "svg-3" }]]; const IconFriends = createReactComponent("outline", "friends", "Friends", __iconNode$UH); const __iconNode$UG = [["path", { "d": "M7.72 3.728l3.484 -1.558a1.95 1.95 0 0 1 1.59 0l4.496 2.01c.554 .246 .963 .736 1.112 1.328l2.538 10.158c.103 .412 .07 .832 -.075 1.206m-2.299 1.699l-5.725 2.738a1.945 1.945 0 0 1 -1.682 0l-7.035 -3.365a1.99 1.99 0 0 1 -1.064 -2.278l2.52 -10.08", "key": "svg-0" }], ["path", { "d": "M18 4.82l-5.198 2.324a1.963 1.963 0 0 1 -1.602 0", "key": "svg-1" }], ["path", { "d": "M12 7.32v.68m0 4v9.5", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconFrustumOff = createReactComponent("outline", "frustum-off", "FrustumOff", __iconNode$UG); const __iconNode$UF = [["path", { "d": "M12.841 21.309a1.945 1.945 0 0 1 -1.682 0l-7.035 -3.365a1.99 1.99 0 0 1 -1.064 -2.278l2.538 -10.158a1.98 1.98 0 0 1 1.11 -1.328l4.496 -2.01a1.95 1.95 0 0 1 1.59 0l4.496 2.01c.554 .246 .963 .736 1.112 1.328l1.67 6.683", "key": "svg-0" }], ["path", { "d": "M18 4.82l-5.198 2.324a1.963 1.963 0 0 1 -1.602 0l-5.2 -2.325", "key": "svg-1" }], ["path", { "d": "M12 7.32v14.18", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }], ["path", { "d": "M19 16v6", "key": "svg-4" }]]; const IconFrustumPlus = createReactComponent("outline", "frustum-plus", "FrustumPlus", __iconNode$UF); const __iconNode$UE = [["path", { "d": "M18.402 5.508l2.538 10.158a1.99 1.99 0 0 1 -1.064 2.278l-7.036 3.366a1.945 1.945 0 0 1 -1.682 0l-7.035 -3.365a1.99 1.99 0 0 1 -1.064 -2.278l2.539 -10.159a1.98 1.98 0 0 1 1.11 -1.328l4.496 -2.01a1.95 1.95 0 0 1 1.59 0l4.496 2.01c.554 .246 .963 .736 1.112 1.328", "key": "svg-0" }], ["path", { "d": "M18 4.82l-5.198 2.324a1.963 1.963 0 0 1 -1.602 0l-5.2 -2.325", "key": "svg-1" }], ["path", { "d": "M12 7.32v14.18", "key": "svg-2" }]]; const IconFrustum = createReactComponent("outline", "frustum", "Frustum", __iconNode$UE); const __iconNode$UD = [["path", { "d": "M9 15.5v.25c0 .69 .56 1.25 1.25 1.25a1.38 1.38 0 0 0 1.374 -1.244l.376 -3.756m.363 -3.63l.013 -.126a1.38 1.38 0 0 1 1.374 -1.244c.69 0 1.25 .56 1.25 1.25v.25", "key": "svg-0" }], ["path", { "d": "M8 4h10a2 2 0 0 1 2 2v10m-.586 3.414a2 2 0 0 1 -1.414 .586h-12a2 2 0 0 1 -2 -2v-12c0 -.547 .22 -1.043 .576 -1.405", "key": "svg-1" }], ["path", { "d": "M9 12h3", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconFunctionOff = createReactComponent("outline", "function-off", "FunctionOff", __iconNode$UD); const __iconNode$UC = [["path", { "d": "M4 6.667a2.667 2.667 0 0 1 2.667 -2.667h10.666a2.667 2.667 0 0 1 2.667 2.667v10.666a2.667 2.667 0 0 1 -2.667 2.667h-10.666a2.667 2.667 0 0 1 -2.667 -2.667l0 -10.666", "key": "svg-0" }], ["path", { "d": "M9 15.5v.25c0 .69 .56 1.25 1.25 1.25c.71 0 1.304 -.538 1.374 -1.244l.752 -7.512a1.381 1.381 0 0 1 1.374 -1.244c.69 0 1.25 .56 1.25 1.25v.25", "key": "svg-1" }], ["path", { "d": "M9 12h6", "key": "svg-2" }]]; const IconFunction = createReactComponent("outline", "function", "Function", __iconNode$UC); const __iconNode$UB = [["path", { "d": "M12 3c-1.333 1 -2 2.5 -2 4.5c0 3 2 4.5 2 4.5s2 1.5 2 4.5c0 2 -.667 3.5 -2 4.5", "key": "svg-0" }], ["path", { "d": "M19.794 16.5c-.2 -1.655 -1.165 -2.982 -2.897 -3.982c-2.597 -1.5 -4.897 -.518 -4.897 -.518s-2.299 .982 -4.897 -.518c-1.732 -1 -2.698 -2.327 -2.897 -3.982", "key": "svg-1" }], ["path", { "d": "M19.794 7.5c-1.532 -.655 -3.165 -.482 -4.897 .518c-2.597 1.5 -2.897 3.982 -2.897 3.982s-.299 2.482 -2.897 3.982c-1.732 1 -3.365 1.173 -4.897 .518", "key": "svg-2" }]]; const IconGalaxy = createReactComponent("outline", "galaxy", "Galaxy", __iconNode$UB); const __iconNode$UA = [["path", { "d": "M15.733 15.732a2.5 2.5 0 1 0 3.544 3.527", "key": "svg-0" }], ["path", { "d": "M6 8v11a1 1 0 0 0 1.806 .591l3.694 -5.091v.055", "key": "svg-1" }], ["path", { "d": "M6 8h2m4 0h9l-3 6.01m-3.319 .693l-4.276 -.45a4 4 0 0 1 -3.296 -2.493l-2.853 -7.13a1 1 0 0 0 -.928 -.63h-1.323", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconGardenCartOff = createReactComponent("outline", "garden-cart-off", "GardenCartOff", __iconNode$UA); const __iconNode$Uz = [["path", { "d": "M15 17.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0", "key": "svg-0" }], ["path", { "d": "M6 8v11a1 1 0 0 0 1.806 .591l3.694 -5.091v.055", "key": "svg-1" }], ["path", { "d": "M6 8h15l-3.5 7l-7.1 -.747a4 4 0 0 1 -3.296 -2.493l-2.853 -7.13a1 1 0 0 0 -.928 -.63h-1.323", "key": "svg-2" }]]; const IconGardenCart = createReactComponent("outline", "garden-cart", "GardenCart", __iconNode$Uz); const __iconNode$Uy = [["path", { "d": "M15 11a2 2 0 0 1 2 2m3 3v-7l-3 -3", "key": "svg-0" }], ["path", { "d": "M4 20v-14c0 -.548 .22 -1.044 .577 -1.405m3.423 -.595h4a2 2 0 0 1 2 2v4m0 4v6", "key": "svg-1" }], ["path", { "d": "M3 20h12", "key": "svg-2" }], ["path", { "d": "M18 7v1a1 1 0 0 0 1 1h1", "key": "svg-3" }], ["path", { "d": "M4 11h7", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconGasStationOff = createReactComponent("outline", "gas-station-off", "GasStationOff", __iconNode$Uy); const __iconNode$Ux = [["path", { "d": "M14 11h1a2 2 0 0 1 2 2v3a1.5 1.5 0 0 0 3 0v-7l-3 -3", "key": "svg-0" }], ["path", { "d": "M4 20v-14a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v14", "key": "svg-1" }], ["path", { "d": "M3 20l12 0", "key": "svg-2" }], ["path", { "d": "M18 7v1a1 1 0 0 0 1 1h1", "key": "svg-3" }], ["path", { "d": "M4 11l10 0", "key": "svg-4" }]]; const IconGasStation = createReactComponent("outline", "gas-station", "GasStation", __iconNode$Ux); const __iconNode$Uw = [["path", { "d": "M20.038 16.052a9 9 0 0 0 -12.067 -12.102m-2.333 1.686a9 9 0 1 0 12.73 12.726", "key": "svg-0" }], ["path", { "d": "M11.283 11.303a1 1 0 0 0 1.419 1.41", "key": "svg-1" }], ["path", { "d": "M14 10l2 -2", "key": "svg-2" }], ["path", { "d": "M7 12c0 -1.386 .564 -2.64 1.475 -3.546m2.619 -1.372c.294 -.054 .597 -.082 .906 -.082", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconGaugeOff = createReactComponent("outline", "gauge-off", "GaugeOff", __iconNode$Uw); const __iconNode$Uv = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }], ["path", { "d": "M13.41 10.59l2.59 -2.59", "key": "svg-2" }], ["path", { "d": "M7 12a5 5 0 0 1 5 -5", "key": "svg-3" }]]; const IconGauge = createReactComponent("outline", "gauge", "Gauge", __iconNode$Uv); const __iconNode$Uu = [["path", { "d": "M13 10l7.383 7.418c.823 .82 .823 2.148 0 2.967a2.11 2.11 0 0 1 -2.976 0l-7.407 -7.385", "key": "svg-0" }], ["path", { "d": "M6 9l4 4", "key": "svg-1" }], ["path", { "d": "M13 10l-4 -4", "key": "svg-2" }], ["path", { "d": "M3 21h7", "key": "svg-3" }], ["path", { "d": "M6.793 15.793l-3.586 -3.586a1 1 0 0 1 0 -1.414l2.293 -2.293l.5 .5l3 -3l-.5 -.5l2.293 -2.293a1 1 0 0 1 1.414 0l3.586 3.586a1 1 0 0 1 0 1.414l-2.293 2.293l-.5 -.5l-3 3l.5 .5l-2.293 2.293a1 1 0 0 1 -1.414 0", "key": "svg-4" }]]; const IconGavel = createReactComponent("outline", "gavel", "Gavel", __iconNode$Uu); const __iconNode$Ut = [["path", { "d": "M6 12a6 6 0 1 0 12 0a6 6 0 1 0 -12 0", "key": "svg-0" }], ["path", { "d": "M7 12h11", "key": "svg-1" }]]; const IconGenderAgender = createReactComponent("outline", "gender-agender", "GenderAgender", __iconNode$Ut); const __iconNode$Us = [["path", { "d": "M13 11l6 -6", "key": "svg-0" }], ["path", { "d": "M4 15a5 5 0 1 0 10 0a5 5 0 1 0 -10 0", "key": "svg-1" }], ["path", { "d": "M19 9v-4h-4", "key": "svg-2" }], ["path", { "d": "M16.5 10.5l-3 -3", "key": "svg-3" }]]; const IconGenderAndrogyne = createReactComponent("outline", "gender-androgyne", "GenderAndrogyne", __iconNode$Us); const __iconNode$Ur = [["path", { "d": "M7 11a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-0" }], ["path", { "d": "M19 3l-5 5", "key": "svg-1" }], ["path", { "d": "M15 3h4v4", "key": "svg-2" }], ["path", { "d": "M11 16v6", "key": "svg-3" }], ["path", { "d": "M8 19h6", "key": "svg-4" }]]; const IconGenderBigender = createReactComponent("outline", "gender-bigender", "GenderBigender", __iconNode$Ur); const __iconNode$Uq = [["path", { "d": "M5 14a5 5 0 1 0 10 0a5 5 0 1 0 -10 0", "key": "svg-0" }], ["path", { "d": "M19 5l-5.4 5.4", "key": "svg-1" }], ["path", { "d": "M19 5h-5", "key": "svg-2" }]]; const IconGenderDemiboy = createReactComponent("outline", "gender-demiboy", "GenderDemiboy", __iconNode$Uq); const __iconNode$Up = [["path", { "d": "M7 9a5 5 0 1 0 10 0a5 5 0 1 0 -10 0", "key": "svg-0" }], ["path", { "d": "M12 14v7", "key": "svg-1" }], ["path", { "d": "M9 18h3", "key": "svg-2" }]]; const IconGenderDemigirl = createReactComponent("outline", "gender-demigirl", "GenderDemigirl", __iconNode$Up); const __iconNode$Uo = [["path", { "d": "M15.536 15.536a5 5 0 1 0 -7.072 -7.072a5 5 0 0 0 7.072 7.072", "key": "svg-0" }], ["path", { "d": "M15.536 15.535l5.464 -5.535", "key": "svg-1" }], ["path", { "d": "M3 14l5.464 -5.535", "key": "svg-2" }], ["path", { "d": "M12 12h.01", "key": "svg-3" }]]; const IconGenderEpicene = createReactComponent("outline", "gender-epicene", "GenderEpicene", __iconNode$Uo); const __iconNode$Un = [["path", { "d": "M7 9a5 5 0 1 0 10 0a5 5 0 1 0 -10 0", "key": "svg-0" }], ["path", { "d": "M12 14v7", "key": "svg-1" }], ["path", { "d": "M9 18h6", "key": "svg-2" }]]; const IconGenderFemale = createReactComponent("outline", "gender-female", "GenderFemale", __iconNode$Un); const __iconNode$Um = [["path", { "d": "M7 9a5 5 0 1 0 10 0a5 5 0 1 0 -10 0", "key": "svg-0" }], ["path", { "d": "M12 14v7", "key": "svg-1" }], ["path", { "d": "M7 18h10", "key": "svg-2" }]]; const IconGenderFemme = createReactComponent("outline", "gender-femme", "GenderFemme", __iconNode$Um); const __iconNode$Ul = [["path", { "d": "M10 15.464a4 4 0 1 0 4 -6.928a4 4 0 0 0 -4 6.928", "key": "svg-0" }], ["path", { "d": "M15.464 14l3 -5.196", "key": "svg-1" }], ["path", { "d": "M5.536 15.195l3 -5.196", "key": "svg-2" }], ["path", { "d": "M12 12h.01", "key": "svg-3" }], ["path", { "d": "M9 9l-6 -6", "key": "svg-4" }], ["path", { "d": "M5.5 8.5l3 -3", "key": "svg-5" }], ["path", { "d": "M21 21l-6 -6", "key": "svg-6" }], ["path", { "d": "M17 20l3 -3", "key": "svg-7" }], ["path", { "d": "M3 7v-4h4", "key": "svg-8" }]]; const IconGenderGenderfluid = createReactComponent("outline", "gender-genderfluid", "GenderGenderfluid", __iconNode$Ul); const __iconNode$Uk = [["path", { "d": "M12 10a5 5 0 1 1 0 10a5 5 0 0 1 0 -10", "key": "svg-0" }], ["path", { "d": "M12 10v-7", "key": "svg-1" }], ["path", { "d": "M7 15h10", "key": "svg-2" }]]; const IconGenderGenderless = createReactComponent("outline", "gender-genderless", "GenderGenderless", __iconNode$Uk); const __iconNode$Uj = [["path", { "d": "M12 11a5 5 0 1 1 0 10a5 5 0 0 1 0 -10", "key": "svg-0" }], ["path", { "d": "M12 11v-8", "key": "svg-1" }], ["path", { "d": "M14.5 4.5l-5 3", "key": "svg-2" }], ["path", { "d": "M9.5 4.5l5 3", "key": "svg-3" }]]; const IconGenderGenderqueer = createReactComponent("outline", "gender-genderqueer", "GenderGenderqueer", __iconNode$Uj); const __iconNode$Ui = [["path", { "d": "M12 14v7", "key": "svg-0" }], ["path", { "d": "M9 18h6", "key": "svg-1" }], ["path", { "d": "M12 6a4 4 0 1 1 0 8a4 4 0 0 1 0 -8", "key": "svg-2" }], ["path", { "d": "M15 3a3 3 0 1 1 -6 0", "key": "svg-3" }]]; const IconGenderHermaphrodite = createReactComponent("outline", "gender-hermaphrodite", "GenderHermaphrodite", __iconNode$Ui); const __iconNode$Uh = [["path", { "d": "M13.5 11.5l6.5 6.5v-4", "key": "svg-0" }], ["path", { "d": "M11.5 13.5l6.5 6.5", "key": "svg-1" }], ["path", { "d": "M9 4a5 5 0 1 1 0 10a5 5 0 0 1 0 -10", "key": "svg-2" }], ["path", { "d": "M14 20l2 -2", "key": "svg-3" }]]; const IconGenderIntergender = createReactComponent("outline", "gender-intergender", "GenderIntergender", __iconNode$Uh); const __iconNode$Ug = [["path", { "d": "M5 14a5 5 0 1 0 10 0a5 5 0 1 0 -10 0", "key": "svg-0" }], ["path", { "d": "M19 5l-5.4 5.4", "key": "svg-1" }], ["path", { "d": "M19 5h-5", "key": "svg-2" }], ["path", { "d": "M19 5v5", "key": "svg-3" }]]; const IconGenderMale = createReactComponent("outline", "gender-male", "GenderMale", __iconNode$Ug); const __iconNode$Uf = [["path", { "d": "M12 10a5 5 0 1 1 0 10a5 5 0 0 1 0 -10", "key": "svg-0" }], ["path", { "d": "M12 10v-7", "key": "svg-1" }]]; const IconGenderNeutrois = createReactComponent("outline", "gender-neutrois", "GenderNeutrois", __iconNode$Uf); const __iconNode$Ue = [["path", { "d": "M11 12a5 5 0 1 0 10 0a5 5 0 0 0 -10 0", "key": "svg-0" }], ["path", { "d": "M11 12h-3", "key": "svg-1" }], ["path", { "d": "M8 12l-5 -4v8l5 -4", "key": "svg-2" }]]; const IconGenderThird = createReactComponent("outline", "gender-third", "GenderThird", __iconNode$Ue); const __iconNode$Ud = [["path", { "d": "M8 12a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-0" }], ["path", { "d": "M15 9l6 -6", "key": "svg-1" }], ["path", { "d": "M21 7v-4h-4", "key": "svg-2" }], ["path", { "d": "M9 9l-6 -6", "key": "svg-3" }], ["path", { "d": "M3 7v-4h4", "key": "svg-4" }], ["path", { "d": "M5.5 8.5l3 -3", "key": "svg-5" }], ["path", { "d": "M12 16v5", "key": "svg-6" }], ["path", { "d": "M9.5 19h5", "key": "svg-7" }]]; const IconGenderTransgender = createReactComponent("outline", "gender-transgender", "GenderTransgender", __iconNode$Ud); const __iconNode$Uc = [["path", { "d": "M15 20a5 5 0 1 1 0 -10a5 5 0 0 1 0 10", "key": "svg-0" }], ["path", { "d": "M6 6l5.4 5.4", "key": "svg-1" }], ["path", { "d": "M4 8l4 -4", "key": "svg-2" }]]; const IconGenderTrasvesti = createReactComponent("outline", "gender-trasvesti", "GenderTrasvesti", __iconNode$Uc); const __iconNode$Ub = [["path", { "d": "M7 21l4 -12m2 0l1.48 4.439m.949 2.847l1.571 4.714", "key": "svg-0" }], ["path", { "d": "M10 7a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M4 12c1.526 2.955 4.588 5 8 5c3.41 0 6.473 -2.048 8 -5", "key": "svg-2" }], ["path", { "d": "M12 5v-2", "key": "svg-3" }]]; const IconGeometry = createReactComponent("outline", "geometry", "Geometry", __iconNode$Ub); const __iconNode$Ua = [["path", { "d": "M10 9h.01", "key": "svg-0" }], ["path", { "d": "M14 9h.01", "key": "svg-1" }], ["path", { "d": "M12 3a7 7 0 0 1 7 7v1l1 0a2 2 0 1 1 0 4l-1 0v3l2 3h-10a6 6 0 0 1 -6 -5.775l0 -.226l-1 0a2 2 0 0 1 0 -4l1 0v-1a7 7 0 0 1 7 -7l0 .001", "key": "svg-2" }], ["path", { "d": "M11 14h2a1 1 0 0 0 -2 0", "key": "svg-3" }]]; const IconGhost2 = createReactComponent("outline", "ghost-2", "Ghost2", __iconNode$Ua); const __iconNode$U9 = [["path", { "d": "M5 11a7 7 0 0 1 14 0v7a1.78 1.78 0 0 1 -3.1 1.4a1.65 1.65 0 0 0 -2.6 0a1.65 1.65 0 0 1 -2.6 0a1.65 1.65 0 0 0 -2.6 0a1.78 1.78 0 0 1 -3.1 -1.4v-7", "key": "svg-0" }], ["path", { "d": "M10 10h.01", "key": "svg-1" }], ["path", { "d": "M14 10h.01", "key": "svg-2" }]]; const IconGhost3 = createReactComponent("outline", "ghost-3", "Ghost3", __iconNode$U9); const __iconNode$U8 = [["path", { "d": "M8.794 4.776a7 7 0 0 1 10.206 6.224v4m-.12 3.898a1.779 1.779 0 0 1 -2.98 .502a1.65 1.65 0 0 0 -2.6 0a1.65 1.65 0 0 1 -2.6 0a1.65 1.65 0 0 0 -2.6 0a1.78 1.78 0 0 1 -3.1 -1.4v-7c0 -1.683 .594 -3.227 1.583 -4.434", "key": "svg-0" }], ["path", { "d": "M14 10h.01", "key": "svg-1" }], ["path", { "d": "M10 14a3.5 3.5 0 0 0 4 0", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconGhostOff = createReactComponent("outline", "ghost-off", "GhostOff", __iconNode$U8); const __iconNode$U7 = [["path", { "d": "M5 11a7 7 0 0 1 14 0v7a1.78 1.78 0 0 1 -3.1 1.4a1.65 1.65 0 0 0 -2.6 0a1.65 1.65 0 0 1 -2.6 0a1.65 1.65 0 0 0 -2.6 0a1.78 1.78 0 0 1 -3.1 -1.4v-7", "key": "svg-0" }], ["path", { "d": "M10 10l.01 0", "key": "svg-1" }], ["path", { "d": "M14 10l.01 0", "key": "svg-2" }], ["path", { "d": "M10 14a3.5 3.5 0 0 0 4 0", "key": "svg-3" }]]; const IconGhost = createReactComponent("outline", "ghost", "Ghost", __iconNode$U7); const __iconNode$U6 = [["path", { "d": "M8 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1", "key": "svg-0" }], ["path", { "d": "M12 8v8", "key": "svg-1" }], ["path", { "d": "M16 12h3", "key": "svg-2" }], ["path", { "d": "M20 8h-4v8", "key": "svg-3" }]]; const IconGif = createReactComponent("outline", "gif", "Gif", __iconNode$U6); const __iconNode$U5 = [["path", { "d": "M3 8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3l0 -8", "key": "svg-0" }], ["path", { "d": "M7 16l3 -3l3 3", "key": "svg-1" }], ["path", { "d": "M8 13c-.789 0 -2 -.672 -2 -1.5s.711 -1.5 1.5 -1.5c1.128 -.02 2.077 1.17 2.5 3c.423 -1.83 1.372 -3.02 2.5 -3c.789 0 1.5 .672 1.5 1.5s-1.211 1.5 -2 1.5h-4", "key": "svg-2" }]]; const IconGiftCard = createReactComponent("outline", "gift-card", "GiftCard", __iconNode$U5); const __iconNode$U4 = [["path", { "d": "M12 8h8a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-4m-4 0h-8a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h4", "key": "svg-0" }], ["path", { "d": "M12 12v9", "key": "svg-1" }], ["path", { "d": "M19 12v3m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-7", "key": "svg-2" }], ["path", { "d": "M7.5 8a2.5 2.5 0 0 1 -2.457 -2.963m2.023 -2c.14 -.023 .286 -.037 .434 -.037c1.974 -.034 3.76 1.95 4.5 5c.74 -3.05 2.526 -5.034 4.5 -5a2.5 2.5 0 1 1 0 5", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconGiftOff = createReactComponent("outline", "gift-off", "GiftOff", __iconNode$U4); const __iconNode$U3 = [["path", { "d": "M3 9a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1l0 -2", "key": "svg-0" }], ["path", { "d": "M12 8l0 13", "key": "svg-1" }], ["path", { "d": "M19 12v7a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-7", "key": "svg-2" }], ["path", { "d": "M7.5 8a2.5 2.5 0 0 1 0 -5a4.8 8 0 0 1 4.5 5a4.8 8 0 0 1 4.5 -5a2.5 2.5 0 0 1 0 5", "key": "svg-3" }]]; const IconGift = createReactComponent("outline", "gift", "Gift", __iconNode$U3); const __iconNode$U2 = [["path", { "d": "M5 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M5 6a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M7 8v8", "key": "svg-2" }], ["path", { "d": "M9 18h6a2 2 0 0 0 2 -2v-5", "key": "svg-3" }], ["path", { "d": "M14 14l3 -3l3 3", "key": "svg-4" }], ["path", { "d": "M15 4l4 4", "key": "svg-5" }], ["path", { "d": "M15 8l4 -4", "key": "svg-6" }]]; const IconGitBranchDeleted = createReactComponent("outline", "git-branch-deleted", "GitBranchDeleted", __iconNode$U2); const __iconNode$U1 = [["path", { "d": "M5 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M5 6a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M15 6a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M7 8l0 8", "key": "svg-3" }], ["path", { "d": "M9 18h6a2 2 0 0 0 2 -2v-5", "key": "svg-4" }], ["path", { "d": "M14 14l3 -3l3 3", "key": "svg-5" }]]; const IconGitBranch = createReactComponent("outline", "git-branch", "GitBranch", __iconNode$U1); const __iconNode$U0 = [["path", { "d": "M4 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M7 3v6", "key": "svg-1" }], ["path", { "d": "M7 15v6", "key": "svg-2" }], ["path", { "d": "M13 7h2.5l1.5 5l-1.5 5h-2.5", "key": "svg-3" }], ["path", { "d": "M17 12h3", "key": "svg-4" }]]; const IconGitCherryPick = createReactComponent("outline", "git-cherry-pick", "GitCherryPick", __iconNode$U0); const __iconNode$T$ = [["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M12 3l0 6", "key": "svg-1" }], ["path", { "d": "M12 15l0 6", "key": "svg-2" }]]; const IconGitCommit = createReactComponent("outline", "git-commit", "GitCommit", __iconNode$T$); const __iconNode$T_ = [["path", { "d": "M4 6a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M16 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M11 6h5a2 2 0 0 1 2 2v8", "key": "svg-2" }], ["path", { "d": "M14 9l-3 -3l3 -3", "key": "svg-3" }], ["path", { "d": "M13 18h-5a2 2 0 0 1 -2 -2v-8", "key": "svg-4" }], ["path", { "d": "M10 15l3 3l-3 3", "key": "svg-5" }]]; const IconGitCompare = createReactComponent("outline", "git-compare", "GitCompare", __iconNode$T_); const __iconNode$TZ = [["path", { "d": "M10 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M5 6a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M15 6a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M7 8v2a2 2 0 0 0 2 2h6a2 2 0 0 0 2 -2v-2", "key": "svg-3" }], ["path", { "d": "M12 12l0 4", "key": "svg-4" }]]; const IconGitFork = createReactComponent("outline", "git-fork", "GitFork", __iconNode$TZ); const __iconNode$TY = [["path", { "d": "M5 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M5 6a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M15 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M7 8l0 8", "key": "svg-3" }], ["path", { "d": "M7 8a4 4 0 0 0 4 4h4", "key": "svg-4" }]]; const IconGitMerge = createReactComponent("outline", "git-merge", "GitMerge", __iconNode$TY); const __iconNode$TX = [["path", { "d": "M4 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M4 6a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M16 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M6 8v8", "key": "svg-3" }], ["path", { "d": "M18 11v5", "key": "svg-4" }], ["path", { "d": "M16 4l4 4m0 -4l-4 4", "key": "svg-5" }]]; const IconGitPullRequestClosed = createReactComponent("outline", "git-pull-request-closed", "GitPullRequestClosed", __iconNode$TX); const __iconNode$TW = [["path", { "d": "M4 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M4 6a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M16 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M6 8v8", "key": "svg-3" }], ["path", { "d": "M18 11h.01", "key": "svg-4" }], ["path", { "d": "M18 6h.01", "key": "svg-5" }]]; const IconGitPullRequestDraft = createReactComponent("outline", "git-pull-request-draft", "GitPullRequestDraft", __iconNode$TW); const __iconNode$TV = [["path", { "d": "M4 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M4 6a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M16 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M6 8l0 8", "key": "svg-3" }], ["path", { "d": "M11 6h5a2 2 0 0 1 2 2v8", "key": "svg-4" }], ["path", { "d": "M14 9l-3 -3l3 -3", "key": "svg-5" }]]; const IconGitPullRequest = createReactComponent("outline", "git-pull-request", "GitPullRequest", __iconNode$TV); const __iconNode$TU = [["path", { "d": "M20 19l-8 -5.5l-8 5.5", "key": "svg-0" }], ["path", { "d": "M12 4v9.5", "key": "svg-1" }], ["path", { "d": "M11 4a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }], ["path", { "d": "M3 19a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-3" }], ["path", { "d": "M19 19a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-4" }]]; const IconGizmo = createReactComponent("outline", "gizmo", "Gizmo", __iconNode$TU); const __iconNode$TT = [["path", { "d": "M9 21h6", "key": "svg-0" }], ["path", { "d": "M12 16v5", "key": "svg-1" }], ["path", { "d": "M8 5a4 2 0 1 0 8 0a4 2 0 1 0 -8 0", "key": "svg-2" }], ["path", { "d": "M8 5c0 6.075 1.79 11 4 11s4 -4.925 4 -11", "key": "svg-3" }]]; const IconGlassChampagne = createReactComponent("outline", "glass-champagne", "GlassChampagne", __iconNode$TT); const __iconNode$TS = [["path", { "d": "M8 21h8", "key": "svg-0" }], ["path", { "d": "M12 15v6", "key": "svg-1" }], ["path", { "d": "M5 5a7 2 0 1 0 14 0a7 2 0 1 0 -14 0", "key": "svg-2" }], ["path", { "d": "M5 5v.388c0 .432 .126 .853 .362 1.206l5 7.509c.633 .951 1.88 1.183 2.785 .517c.191 -.141 .358 -.316 .491 -.517l5 -7.509c.236 -.353 .362 -.774 .362 -1.206v-.388", "key": "svg-3" }]]; const IconGlassCocktail = createReactComponent("outline", "glass-cocktail", "GlassCocktail", __iconNode$TS); const __iconNode$TR = [["path", { "d": "M8 21l8 0", "key": "svg-0" }], ["path", { "d": "M12 15l0 6", "key": "svg-1" }], ["path", { "d": "M17 3l1 7c0 3.012 -2.686 5 -6 5s-6 -1.988 -6 -5l1 -7h10", "key": "svg-2" }], ["path", { "d": "M6 10a5 5 0 0 1 6 0a5 5 0 0 0 6 0", "key": "svg-3" }]]; const IconGlassFull = createReactComponent("outline", "glass-full", "GlassFull", __iconNode$TR); const __iconNode$TQ = [["path", { "d": "M8 21h8", "key": "svg-0" }], ["path", { "d": "M12 15v6", "key": "svg-1" }], ["path", { "d": "M5.5 5a6.5 2 0 1 0 13 0a6.5 2 0 1 0 -13 0", "key": "svg-2" }], ["path", { "d": "M5.75 4.5c-.612 .75 -.75 2 -.75 3.5a7 7 0 0 0 14 0c0 -1.5 -.094 -2.75 -.75 -3.5", "key": "svg-3" }]]; const IconGlassGin = createReactComponent("outline", "glass-gin", "GlassGin", __iconNode$TQ); const __iconNode$TP = [["path", { "d": "M8 21h8", "key": "svg-0" }], ["path", { "d": "M12 16v5", "key": "svg-1" }], ["path", { "d": "M17 5l1 6c0 .887 -.233 1.685 -.646 2.37m-2.083 1.886c-.941 .48 -2.064 .744 -3.271 .744c-3.314 0 -6 -1.988 -6 -5l.711 -4.268", "key": "svg-2" }], ["path", { "d": "M10.983 6.959c.329 .027 .669 .041 1.017 .041c2.761 0 5 -.895 5 -2s-2.239 -2 -5 -2c-1.716 0 -3.23 .346 -4.13 .872", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconGlassOff = createReactComponent("outline", "glass-off", "GlassOff", __iconNode$TP); const __iconNode$TO = [["path", { "d": "M8 21h8", "key": "svg-0" }], ["path", { "d": "M12 16v5", "key": "svg-1" }], ["path", { "d": "M17 5l1 6c0 3.012 -2.686 5 -6 5s-6 -1.988 -6 -5l1 -6", "key": "svg-2" }], ["path", { "d": "M7 5a5 2 0 1 0 10 0a5 2 0 1 0 -10 0", "key": "svg-3" }]]; const IconGlass = createReactComponent("outline", "glass", "Glass", __iconNode$TO); const __iconNode$TN = [["path", { "d": "M7.353 7.355a4 4 0 0 0 5.29 5.293m2.007 -2.009a4 4 0 0 0 -5.3 -5.284", "key": "svg-0" }], ["path", { "d": "M5.75 15a8.015 8.015 0 0 0 9.792 .557m2.02 -1.998a8.015 8.015 0 0 0 -2.562 -11.559", "key": "svg-1" }], ["path", { "d": "M11 17v4", "key": "svg-2" }], ["path", { "d": "M7 21h8", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconGlobeOff = createReactComponent("outline", "globe-off", "GlobeOff", __iconNode$TN); const __iconNode$TM = [["path", { "d": "M7 9a4 4 0 1 0 8 0a4 4 0 0 0 -8 0", "key": "svg-0" }], ["path", { "d": "M5.75 15a8.015 8.015 0 1 0 9.25 -13", "key": "svg-1" }], ["path", { "d": "M11 17v4", "key": "svg-2" }], ["path", { "d": "M7 21h8", "key": "svg-3" }]]; const IconGlobe = createReactComponent("outline", "globe", "Globe", __iconNode$TM); const __iconNode$TL = [["path", { "d": "M4 6a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M10 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M4 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M16 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M3 12h7m4 0h7", "key": "svg-4" }], ["path", { "d": "M3 6h1m4 0h13", "key": "svg-5" }], ["path", { "d": "M3 18h1m4 0h8m4 0h1", "key": "svg-6" }], ["path", { "d": "M6 3v1m0 4v8m0 4v1", "key": "svg-7" }], ["path", { "d": "M12 3v7m0 4v7", "key": "svg-8" }], ["path", { "d": "M18 3v13m0 4v1", "key": "svg-9" }]]; const IconGoGame = createReactComponent("outline", "go-game", "GoGame", __iconNode$TL); const __iconNode$TK = [["path", { "d": "M12 18v-6m0 -4v-5l7 4l-5.07 2.897", "key": "svg-0" }], ["path", { "d": "M9 17.67c-.62 .36 -1 .82 -1 1.33c0 1.1 1.8 2 4 2s4 -.9 4 -2c0 -.5 -.38 -.97 -1 -1.33", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconGolfOff = createReactComponent("outline", "golf-off", "GolfOff", __iconNode$TK); const __iconNode$TJ = [["path", { "d": "M12 18v-15l7 4l-7 4", "key": "svg-0" }], ["path", { "d": "M9 17.67c-.62 .36 -1 .82 -1 1.33c0 1.1 1.8 2 4 2s4 -.9 4 -2c0 -.5 -.38 -.97 -1 -1.33", "key": "svg-1" }]]; const IconGolf = createReactComponent("outline", "golf", "Golf", __iconNode$TJ); const __iconNode$TI = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 17l-1 -4l-4 -1l9 -4l-4 9", "key": "svg-1" }]]; const IconGps = createReactComponent("outline", "gps", "Gps", __iconNode$TI); const __iconNode$TH = [["path", { "d": "M3.227 14c.917 4 4.497 7 8.773 7c4.277 0 7.858 -3 8.773 -7", "key": "svg-0" }], ["path", { "d": "M20.78 10a9 9 0 0 0 -8.78 -7a8.985 8.985 0 0 0 -8.782 7", "key": "svg-1" }], ["path", { "d": "M10 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }]]; const IconGradienter = createReactComponent("outline", "gradienter", "Gradienter", __iconNode$TH); const __iconNode$TG = [["path", { "d": "M3.5 9.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M8.5 4.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }], ["path", { "d": "M8.5 14.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }], ["path", { "d": "M3.5 19.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-3" }], ["path", { "d": "M13.5 9.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-4" }], ["path", { "d": "M18.5 4.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-5" }], ["path", { "d": "M13.5 19.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-6" }], ["path", { "d": "M18.5 14.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-7" }]]; const IconGrain = createReactComponent("outline", "grain", "Grain", __iconNode$TG); const __iconNode$TF = [["path", { "d": "M8 4h10a2 2 0 0 1 2 2v10m-.586 3.414a2 2 0 0 1 -1.414 .586h-12a2 2 0 0 1 -2 -2v-12c0 -.547 .22 -1.043 .576 -1.405", "key": "svg-0" }], ["path", { "d": "M7 14l3 -3l2 2l.5 -.5m2 -2l.5 -.5l2 2", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconGraphOff = createReactComponent("outline", "graph-off", "GraphOff", __iconNode$TF); const __iconNode$TE = [["path", { "d": "M4 18v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2", "key": "svg-0" }], ["path", { "d": "M7 14l3 -3l2 2l3 -3l2 2", "key": "svg-1" }]]; const IconGraph = createReactComponent("outline", "graph", "Graph", __iconNode$TE); const __iconNode$TD = [["path", { "d": "M7 16.17v-9.17a3 3 0 0 1 3 -3h4a3 3 0 0 1 3 3v9.171", "key": "svg-0" }], ["path", { "d": "M12 7v5", "key": "svg-1" }], ["path", { "d": "M10 9h4", "key": "svg-2" }], ["path", { "d": "M5 21v-2a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v2h-14", "key": "svg-3" }]]; const IconGrave2 = createReactComponent("outline", "grave-2", "Grave2", __iconNode$TD); const __iconNode$TC = [["path", { "d": "M5 21v-2a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v2h-14", "key": "svg-0" }], ["path", { "d": "M10 16v-5h-4v-4h4v-4h4v4h4v4h-4v5", "key": "svg-1" }]]; const IconGrave = createReactComponent("outline", "grave", "Grave", __iconNode$TC); const __iconNode$TB = [["path", { "d": "M3 8h18", "key": "svg-0" }], ["path", { "d": "M3 16h18", "key": "svg-1" }], ["path", { "d": "M8 3v18", "key": "svg-2" }], ["path", { "d": "M16 3v18", "key": "svg-3" }]]; const IconGrid3x3 = createReactComponent("outline", "grid-3x3", "Grid3x3", __iconNode$TB); const __iconNode$TA = [["path", { "d": "M3 6h18", "key": "svg-0" }], ["path", { "d": "M3 12h18", "key": "svg-1" }], ["path", { "d": "M3 18h18", "key": "svg-2" }], ["path", { "d": "M6 3v18", "key": "svg-3" }], ["path", { "d": "M12 3v18", "key": "svg-4" }], ["path", { "d": "M18 3v18", "key": "svg-5" }]]; const IconGrid4x4 = createReactComponent("outline", "grid-4x4", "Grid4x4", __iconNode$TA); const __iconNode$Tz = [["path", { "d": "M4 5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M11 5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }], ["path", { "d": "M18 5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }], ["path", { "d": "M4 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-3" }], ["path", { "d": "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-4" }], ["path", { "d": "M18 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-5" }], ["path", { "d": "M4 19a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-6" }], ["path", { "d": "M11 19a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-7" }], ["path", { "d": "M18 19a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-8" }]]; const IconGridDots = createReactComponent("outline", "grid-dots", "GridDots", __iconNode$Tz); const __iconNode$Ty = [["path", { "d": "M3 10h18", "key": "svg-0" }], ["path", { "d": "M3 14h18", "key": "svg-1" }], ["path", { "d": "M10 3v18", "key": "svg-2" }], ["path", { "d": "M14 3v18", "key": "svg-3" }]]; const IconGridGoldenratio = createReactComponent("outline", "grid-goldenratio", "GridGoldenratio", __iconNode$Ty); const __iconNode$Tx = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }], ["path", { "d": "M10 8v8", "key": "svg-1" }], ["path", { "d": "M14 8v8", "key": "svg-2" }], ["path", { "d": "M8 10h8", "key": "svg-3" }], ["path", { "d": "M8 14h8", "key": "svg-4" }]]; const IconGridPattern = createReactComponent("outline", "grid-pattern", "GridPattern", __iconNode$Tx); const __iconNode$Tw = [["path", { "d": "M10 8v8", "key": "svg-0" }], ["path", { "d": "M14 8v8", "key": "svg-1" }], ["path", { "d": "M8 10h8", "key": "svg-2" }], ["path", { "d": "M8 14h8", "key": "svg-3" }], ["path", { "d": "M4 8v-2a2 2 0 0 1 2 -2h2", "key": "svg-4" }], ["path", { "d": "M4 16v2a2 2 0 0 0 2 2h2", "key": "svg-5" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2", "key": "svg-6" }], ["path", { "d": "M16 20h2a2 2 0 0 0 2 -2v-2", "key": "svg-7" }]]; const IconGridScan = createReactComponent("outline", "grid-scan", "GridScan", __iconNode$Tw); const __iconNode$Tv = [["path", { "d": "M5 5l11.5 11.5", "key": "svg-0" }], ["path", { "d": "M19.347 16.575l1.08 1.079a1.96 1.96 0 0 1 -2.773 2.772l-1.08 -1.079a1.96 1.96 0 0 1 2.773 -2.772", "key": "svg-1" }], ["path", { "d": "M3 7l3.05 3.15a2.9 2.9 0 0 0 4.1 -4.1l-3.15 -3.05", "key": "svg-2" }]]; const IconGrillFork = createReactComponent("outline", "grill-fork", "GrillFork", __iconNode$Tv); const __iconNode$Tu = [["path", { "d": "M8 8h-3a6 6 0 0 0 6 6h2c.315 0 .624 -.024 .926 -.071m2.786 -1.214a5.99 5.99 0 0 0 2.284 -4.49l0 -.225h-7", "key": "svg-0" }], ["path", { "d": "M18.827 18.815a2 2 0 1 1 -2.663 -2.633", "key": "svg-1" }], ["path", { "d": "M9 14l-3 6", "key": "svg-2" }], ["path", { "d": "M15 18h-8", "key": "svg-3" }], ["path", { "d": "M15 5v-1", "key": "svg-4" }], ["path", { "d": "M12 5v-1", "key": "svg-5" }], ["path", { "d": "M9 5v-1", "key": "svg-6" }], ["path", { "d": "M3 3l18 18", "key": "svg-7" }]]; const IconGrillOff = createReactComponent("outline", "grill-off", "GrillOff", __iconNode$Tu); const __iconNode$Tt = [["path", { "d": "M10.2 10.2l6.3 6.3", "key": "svg-0" }], ["path", { "d": "M19.347 16.575l1.08 1.079a1.96 1.96 0 0 1 -2.773 2.772l-1.08 -1.079a1.96 1.96 0 0 1 2.773 -2.772", "key": "svg-1" }], ["path", { "d": "M3 7l3.05 3.15a2.9 2.9 0 0 0 4.1 -4.1l-3.15 -3.05l-4 4", "key": "svg-2" }]]; const IconGrillSpatula = createReactComponent("outline", "grill-spatula", "GrillSpatula", __iconNode$Tt); const __iconNode$Ts = [["path", { "d": "M19 8h-14a6 6 0 0 0 6 6h2a6 6 0 0 0 6 -5.775l0 -.225", "key": "svg-0" }], ["path", { "d": "M17 20a2 2 0 1 1 0 -4a2 2 0 0 1 0 4", "key": "svg-1" }], ["path", { "d": "M15 14l1 2", "key": "svg-2" }], ["path", { "d": "M9 14l-3 6", "key": "svg-3" }], ["path", { "d": "M15 18h-8", "key": "svg-4" }], ["path", { "d": "M15 5v-1", "key": "svg-5" }], ["path", { "d": "M12 5v-1", "key": "svg-6" }], ["path", { "d": "M9 5v-1", "key": "svg-7" }]]; const IconGrill = createReactComponent("outline", "grill", "Grill", __iconNode$Ts); const __iconNode$Tr = [["path", { "d": "M4 9a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M4 15a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }], ["path", { "d": "M11 9a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }], ["path", { "d": "M11 15a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-3" }], ["path", { "d": "M18 9a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-4" }], ["path", { "d": "M18 15a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-5" }]]; const IconGripHorizontal = createReactComponent("outline", "grip-horizontal", "GripHorizontal", __iconNode$Tr); const __iconNode$Tq = [["path", { "d": "M8 5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M8 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }], ["path", { "d": "M8 19a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }], ["path", { "d": "M14 5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-3" }], ["path", { "d": "M14 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-4" }], ["path", { "d": "M14 19a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-5" }]]; const IconGripVertical = createReactComponent("outline", "grip-vertical", "GripVertical", __iconNode$Tq); const __iconNode$Tp = [["path", { "d": "M16.5 15a4.5 4.5 0 0 0 -4.5 4.5m4.5 -8.5a4.5 4.5 0 0 0 -4.5 4.5m4.5 -8.5a4.5 4.5 0 0 0 -4.5 4.5m-4 3.5c2.21 0 4 2.015 4 4.5m-4 -8.5c2.21 0 4 2.015 4 4.5m-4 -8.5c2.21 0 4 2.015 4 4.5m0 -7.5v6", "key": "svg-0" }]]; const IconGrowth = createReactComponent("outline", "growth", "Growth", __iconNode$Tp); const __iconNode$To = [["path", { "d": "M16 18.5c2 -2.5 4 -6.5 4 -10.5c0 -2.946 -2.084 -4.157 -4.204 -4.654c-.864 -.23 -2.13 -.346 -3.796 -.346c-1.667 0 -2.932 .115 -3.796 .346c-2.12 .497 -4.204 1.708 -4.204 4.654c0 3.312 2 8 4 10.5c.297 .37 .618 .731 .963 1.081l.354 .347a3.9 3.9 0 0 0 5.364 0a14.05 14.05 0 0 0 1.319 -1.428", "key": "svg-0" }]]; const IconGuitarPick = createReactComponent("outline", "guitar-pick", "GuitarPick", __iconNode$To); const __iconNode$Tn = [["path", { "d": "M7 7a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-0" }], ["path", { "d": "M13 21l1 -9l7 -6", "key": "svg-1" }], ["path", { "d": "M3 11h6l5 1", "key": "svg-2" }], ["path", { "d": "M11.5 8.5l4.5 -3.5", "key": "svg-3" }]]; const IconGymnastics = createReactComponent("outline", "gymnastics", "Gymnastics", __iconNode$Tn); const __iconNode$Tm = [["path", { "d": "M19 18v-8l-2 2", "key": "svg-0" }], ["path", { "d": "M4 6v12", "key": "svg-1" }], ["path", { "d": "M12 6v12", "key": "svg-2" }], ["path", { "d": "M11 18h2", "key": "svg-3" }], ["path", { "d": "M3 18h2", "key": "svg-4" }], ["path", { "d": "M4 12h8", "key": "svg-5" }], ["path", { "d": "M3 6h2", "key": "svg-6" }], ["path", { "d": "M11 6h2", "key": "svg-7" }]]; const IconH1 = createReactComponent("outline", "h-1", "H1", __iconNode$Tm); const __iconNode$Tl = [["path", { "d": "M17 12a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 0", "key": "svg-0" }], ["path", { "d": "M4 6v12", "key": "svg-1" }], ["path", { "d": "M12 6v12", "key": "svg-2" }], ["path", { "d": "M11 18h2", "key": "svg-3" }], ["path", { "d": "M3 18h2", "key": "svg-4" }], ["path", { "d": "M4 12h8", "key": "svg-5" }], ["path", { "d": "M3 6h2", "key": "svg-6" }], ["path", { "d": "M11 6h2", "key": "svg-7" }]]; const IconH2 = createReactComponent("outline", "h-2", "H2", __iconNode$Tl); const __iconNode$Tk = [["path", { "d": "M19 14a2 2 0 1 0 -2 -2", "key": "svg-0" }], ["path", { "d": "M17 16a2 2 0 1 0 2 -2", "key": "svg-1" }], ["path", { "d": "M4 6v12", "key": "svg-2" }], ["path", { "d": "M12 6v12", "key": "svg-3" }], ["path", { "d": "M11 18h2", "key": "svg-4" }], ["path", { "d": "M3 18h2", "key": "svg-5" }], ["path", { "d": "M4 12h8", "key": "svg-6" }], ["path", { "d": "M3 6h2", "key": "svg-7" }], ["path", { "d": "M11 6h2", "key": "svg-8" }]]; const IconH3 = createReactComponent("outline", "h-3", "H3", __iconNode$Tk); const __iconNode$Tj = [["path", { "d": "M20 18v-8l-4 6h5", "key": "svg-0" }], ["path", { "d": "M4 6v12", "key": "svg-1" }], ["path", { "d": "M12 6v12", "key": "svg-2" }], ["path", { "d": "M11 18h2", "key": "svg-3" }], ["path", { "d": "M3 18h2", "key": "svg-4" }], ["path", { "d": "M4 12h8", "key": "svg-5" }], ["path", { "d": "M3 6h2", "key": "svg-6" }], ["path", { "d": "M11 6h2", "key": "svg-7" }]]; const IconH4 = createReactComponent("outline", "h-4", "H4", __iconNode$Tj); const __iconNode$Ti = [["path", { "d": "M17 18h2a2 2 0 1 0 0 -4h-2v-4h4", "key": "svg-0" }], ["path", { "d": "M4 6v12", "key": "svg-1" }], ["path", { "d": "M12 6v12", "key": "svg-2" }], ["path", { "d": "M11 18h2", "key": "svg-3" }], ["path", { "d": "M3 18h2", "key": "svg-4" }], ["path", { "d": "M4 12h8", "key": "svg-5" }], ["path", { "d": "M3 6h2", "key": "svg-6" }], ["path", { "d": "M11 6h2", "key": "svg-7" }]]; const IconH5 = createReactComponent("outline", "h-5", "H5", __iconNode$Ti); const __iconNode$Th = [["path", { "d": "M19 14a2 2 0 1 0 0 4a2 2 0 0 0 0 -4", "key": "svg-0" }], ["path", { "d": "M21 12a2 2 0 1 0 -4 0v4", "key": "svg-1" }], ["path", { "d": "M4 6v12", "key": "svg-2" }], ["path", { "d": "M12 6v12", "key": "svg-3" }], ["path", { "d": "M11 18h2", "key": "svg-4" }], ["path", { "d": "M3 18h2", "key": "svg-5" }], ["path", { "d": "M4 12h8", "key": "svg-6" }], ["path", { "d": "M3 6h2", "key": "svg-7" }], ["path", { "d": "M11 6h2", "key": "svg-8" }]]; const IconH6 = createReactComponent("outline", "h-6", "H6", __iconNode$Th); const __iconNode$Tg = [["path", { "d": "M10.698 10.72l-6.668 6.698a2.091 2.091 0 0 0 0 2.967a2.11 2.11 0 0 0 2.976 0l6.696 -6.676", "key": "svg-0" }], ["path", { "d": "M18.713 14.702l2 -2a1 1 0 0 0 0 -1.414l-7.586 -7.586a1 1 0 0 0 -1.414 0l-2 2", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconHammerOff = createReactComponent("outline", "hammer-off", "HammerOff", __iconNode$Tg); const __iconNode$Tf = [["path", { "d": "M11.414 10l-7.383 7.418a2.091 2.091 0 0 0 0 2.967a2.11 2.11 0 0 0 2.976 0l7.407 -7.385", "key": "svg-0" }], ["path", { "d": "M18.121 15.293l2.586 -2.586a1 1 0 0 0 0 -1.414l-7.586 -7.586a1 1 0 0 0 -1.414 0l-2.586 2.586a1 1 0 0 0 0 1.414l7.586 7.586a1 1 0 0 0 1.414 0", "key": "svg-1" }]]; const IconHammer = createReactComponent("outline", "hammer", "Hammer", __iconNode$Tf); const __iconNode$Te = [["path", { "d": "M8 13v-5", "key": "svg-0" }], ["path", { "d": "M8.06 4.077a1.5 1.5 0 0 1 2.94 .423v2.5m0 4v1", "key": "svg-1" }], ["path", { "d": "M12.063 8.065a1.5 1.5 0 0 1 1.937 1.435v.5", "key": "svg-2" }], ["path", { "d": "M14.06 10.082a1.5 1.5 0 0 1 2.94 .418v1.5", "key": "svg-3" }], ["path", { "d": "M17 11.5a1.5 1.5 0 0 1 3 0v4.5m-.88 3.129a6 6 0 0 1 -5.12 2.871h-2h.208a6 6 0 0 1 -5.012 -2.7l-.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }], ["path", { "d": "M4 7h-1", "key": "svg-6" }], ["path", { "d": "M14 3l1 -1", "key": "svg-7" }], ["path", { "d": "M15 6h1", "key": "svg-8" }]]; const IconHandClickOff = createReactComponent("outline", "hand-click-off", "HandClickOff", __iconNode$Te); const __iconNode$Td = [["path", { "d": "M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5", "key": "svg-0" }], ["path", { "d": "M11 11.5v-2a1.5 1.5 0 0 1 3 0v2.5", "key": "svg-1" }], ["path", { "d": "M14 10.5a1.5 1.5 0 0 1 3 0v1.5", "key": "svg-2" }], ["path", { "d": "M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7l-.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47", "key": "svg-3" }], ["path", { "d": "M5 3l-1 -1", "key": "svg-4" }], ["path", { "d": "M4 7h-1", "key": "svg-5" }], ["path", { "d": "M14 3l1 -1", "key": "svg-6" }], ["path", { "d": "M15 6h1", "key": "svg-7" }]]; const IconHandClick = createReactComponent("outline", "hand-click", "HandClick", __iconNode$Td); const __iconNode$Tc = [["path", { "d": "M8 12v8.5a1.5 1.5 0 0 0 3 0v-7.5", "key": "svg-0" }], ["path", { "d": "M11 13.5v2a1.5 1.5 0 0 0 3 0v-2.5", "key": "svg-1" }], ["path", { "d": "M14 14.5a1.5 1.5 0 0 0 3 0v-1.5", "key": "svg-2" }], ["path", { "d": "M17 13.5a1.5 1.5 0 0 0 3 0v-4.5a6 6 0 0 0 -6 -6h-2h.208a6 6 0 0 0 -5.012 2.7l-.196 .3q -.468 .718 -3.286 5.728a1.5 1.5 0 0 0 .536 2.022c.734 .44 1.674 .325 2.28 -.28l1.47 -1.47", "key": "svg-3" }]]; const IconHandFingerDown = createReactComponent("outline", "hand-finger-down", "HandFingerDown", __iconNode$Tc); const __iconNode$Tb = [["path", { "d": "M12 8h-8.5a1.5 1.5 0 0 0 0 3h7.5", "key": "svg-0" }], ["path", { "d": "M10.5 11h-2a1.5 1.5 0 1 0 0 3h2.5", "key": "svg-1" }], ["path", { "d": "M9.5 14a1.5 1.5 0 0 0 0 3h1.5", "key": "svg-2" }], ["path", { "d": "M10.5 17a1.5 1.5 0 0 0 0 3h4.5a6 6 0 0 0 6 -6v-2v.208a6 6 0 0 0 -2.7 -5.012l-.3 -.196q -.718 -.468 -5.728 -3.286a1.5 1.5 0 0 0 -2.022 .536a1.87 1.87 0 0 0 .28 2.28l1.47 1.47", "key": "svg-3" }]]; const IconHandFingerLeft = createReactComponent("outline", "hand-finger-left", "HandFingerLeft", __iconNode$Tb); const __iconNode$Ta = [["path", { "d": "M8 13v-5", "key": "svg-0" }], ["path", { "d": "M8.06 4.077a1.5 1.5 0 0 1 2.94 .423v2.5m0 4v1", "key": "svg-1" }], ["path", { "d": "M12.063 8.065a1.5 1.5 0 0 1 1.937 1.435v.5", "key": "svg-2" }], ["path", { "d": "M14.06 10.082a1.5 1.5 0 0 1 2.94 .418v1.5", "key": "svg-3" }], ["path", { "d": "M17 11.5a1.5 1.5 0 0 1 3 0v4.5m-.88 3.129a6 6 0 0 1 -5.12 2.871h-2h.208a6 6 0 0 1 -5.012 -2.7l-.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconHandFingerOff = createReactComponent("outline", "hand-finger-off", "HandFingerOff", __iconNode$Ta); const __iconNode$T9 = [["path", { "d": "M12 8h8.5a1.5 1.5 0 0 1 0 3h-7.5", "key": "svg-0" }], ["path", { "d": "M13.5 11h2a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-1" }], ["path", { "d": "M14.5 14a1.5 1.5 0 0 1 0 3h-1.5", "key": "svg-2" }], ["path", { "d": "M13.5 17a1.5 1.5 0 1 1 0 3h-4.5a6 6 0 0 1 -6 -6v-2v.208a6 6 0 0 1 2.7 -5.012l.3 -.196q .718 -.468 5.728 -3.286a1.5 1.5 0 0 1 2.022 .536c.44 .734 .325 1.674 -.28 2.28l-1.47 1.47", "key": "svg-3" }]]; const IconHandFingerRight = createReactComponent("outline", "hand-finger-right", "HandFingerRight", __iconNode$T9); const __iconNode$T8 = [["path", { "d": "M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5", "key": "svg-0" }], ["path", { "d": "M11 11.5v-2a1.5 1.5 0 1 1 3 0v2.5", "key": "svg-1" }], ["path", { "d": "M14 10.5a1.5 1.5 0 0 1 3 0v1.5", "key": "svg-2" }], ["path", { "d": "M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47", "key": "svg-3" }]]; const IconHandFinger = createReactComponent("outline", "hand-finger", "HandFinger", __iconNode$T8); const __iconNode$T7 = [["path", { "d": "M8 11v-3.5a1.5 1.5 0 0 1 3 0v2.5", "key": "svg-0" }], ["path", { "d": "M11 9.5v-3a1.5 1.5 0 0 1 3 0v3.5", "key": "svg-1" }], ["path", { "d": "M14 7.5a1.5 1.5 0 0 1 3 0v2.5", "key": "svg-2" }], ["path", { "d": "M17 9.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7l-.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47", "key": "svg-3" }]]; const IconHandGrab = createReactComponent("outline", "hand-grab", "HandGrab", __iconNode$T7); const __iconNode$T6 = [["path", { "d": "M8 13v-2.5a1.5 1.5 0 0 1 3 0v1.5", "key": "svg-0" }], ["path", { "d": "M11 11.5v-1a1.5 1.5 0 0 1 3 0v1.5", "key": "svg-1" }], ["path", { "d": "M17 12v-5.5a1.5 1.5 0 0 1 3 0v9.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47", "key": "svg-2" }], ["path", { "d": "M14 10.5a1.5 1.5 0 0 1 3 0v1.5", "key": "svg-3" }]]; const IconHandLittleFinger = createReactComponent("outline", "hand-little-finger", "HandLittleFinger", __iconNode$T6); const __iconNode$T5 = [["path", { "d": "M11 11.5v-1a1.5 1.5 0 0 1 3 0v1.5", "key": "svg-0" }], ["path", { "d": "M17 12v-6.5a1.5 1.5 0 0 1 3 0v10.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47", "key": "svg-1" }], ["path", { "d": "M14 10.5a1.5 1.5 0 0 1 3 0v1.5", "key": "svg-2" }], ["path", { "d": "M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5", "key": "svg-3" }]]; const IconHandLoveYou = createReactComponent("outline", "hand-love-you", "HandLoveYou", __iconNode$T5); const __iconNode$T4 = [["path", { "d": "M8 13v-2.5a1.5 1.5 0 0 1 3 0v1.5", "key": "svg-0" }], ["path", { "d": "M14 10.5a1.5 1.5 0 0 1 3 0v1.5", "key": "svg-1" }], ["path", { "d": "M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47", "key": "svg-2" }], ["path", { "d": "M11 11.5v-8a1.5 1.5 0 1 1 3 0v8.5", "key": "svg-3" }]]; const IconHandMiddleFinger = createReactComponent("outline", "hand-middle-finger", "HandMiddleFinger", __iconNode$T4); const __iconNode$T3 = [["path", { "d": "M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5", "key": "svg-0" }], ["path", { "d": "M11 11.5v-2a1.5 1.5 0 0 1 3 0v2.5", "key": "svg-1" }], ["path", { "d": "M14 10.5a1.5 1.5 0 0 1 3 0v1.5", "key": "svg-2" }], ["path", { "d": "M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7l-.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47", "key": "svg-3" }], ["path", { "d": "M2.541 5.594a13.487 13.487 0 0 1 2.46 -1.427", "key": "svg-4" }], ["path", { "d": "M14 3.458c1.32 .354 2.558 .902 3.685 1.612", "key": "svg-5" }]]; const IconHandMove = createReactComponent("outline", "hand-move", "HandMove", __iconNode$T3); const __iconNode$T2 = [["path", { "d": "M3 3l18 18", "key": "svg-0" }], ["path", { "d": "M8 13.5v-5.5m.44 -3.562a1.5 1.5 0 0 1 2.56 1.062v1.5m0 4.008v.992m0 -6.5v-2a1.5 1.5 0 1 1 3 0v6.5m0 -4.5a1.5 1.5 0 0 1 3 0v6.5m0 -4.5a1.5 1.5 0 0 1 3 0v8.5a6 6 0 0 1 -6 6h-2c-2.114 -.292 -3.956 -1.397 -5 -3l-2.7 -5.25a1.7 1.7 0 0 1 2.75 -2l.9 1.75", "key": "svg-1" }]]; const IconHandOff = createReactComponent("outline", "hand-off", "HandOff", __iconNode$T2); const __iconNode$T1 = [["path", { "d": "M8 13v-2.5a1.5 1.5 0 0 1 3 0v1.5", "key": "svg-0" }], ["path", { "d": "M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47", "key": "svg-1" }], ["path", { "d": "M11 11.5v-2a1.5 1.5 0 1 1 3 0v2.5", "key": "svg-2" }], ["path", { "d": "M14 12v-6.5a1.5 1.5 0 0 1 3 0v6.5", "key": "svg-3" }]]; const IconHandRingFinger = createReactComponent("outline", "hand-ring-finger", "HandRingFinger", __iconNode$T1); const __iconNode$T0 = [["path", { "d": "M7 21h10v-10a3 3 0 0 0 -3 -3h-4a3 3 0 0 0 -3 3v10", "key": "svg-0" }], ["path", { "d": "M15 3h-6a2 2 0 0 0 -2 2", "key": "svg-1" }], ["path", { "d": "M12 3v5", "key": "svg-2" }], ["path", { "d": "M12 11v4", "key": "svg-3" }], ["path", { "d": "M10 13h4", "key": "svg-4" }]]; const IconHandSanitizer = createReactComponent("outline", "hand-sanitizer", "HandSanitizer", __iconNode$T0); const __iconNode$S$ = [["path", { "d": "M8 13v-7.5a1.5 1.5 0 0 1 3 0v6.5", "key": "svg-0" }], ["path", { "d": "M11 5.5v-2a1.5 1.5 0 1 1 3 0v8.5", "key": "svg-1" }], ["path", { "d": "M14 5.5a1.5 1.5 0 0 1 3 0v6.5", "key": "svg-2" }], ["path", { "d": "M17 7.5a1.5 1.5 0 0 1 3 0v8.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47", "key": "svg-3" }]]; const IconHandStop = createReactComponent("outline", "hand-stop", "HandStop", __iconNode$S$); const __iconNode$S_ = [["path", { "d": "M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5", "key": "svg-0" }], ["path", { "d": "M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47", "key": "svg-1" }], ["path", { "d": "M11 5.5v-2a1.5 1.5 0 1 1 3 0v8.5", "key": "svg-2" }], ["path", { "d": "M14 5.5a1.5 1.5 0 0 1 3 0v6.5", "key": "svg-3" }]]; const IconHandThreeFingers = createReactComponent("outline", "hand-three-fingers", "HandThreeFingers", __iconNode$S_); const __iconNode$SZ = [["path", { "d": "M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5", "key": "svg-0" }], ["path", { "d": "M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47", "key": "svg-1" }], ["path", { "d": "M14 10.5a1.5 1.5 0 0 1 3 0v1.5", "key": "svg-2" }], ["path", { "d": "M11 5.5v-2a1.5 1.5 0 1 1 3 0v8.5", "key": "svg-3" }]]; const IconHandTwoFingers = createReactComponent("outline", "hand-two-fingers", "HandTwoFingers", __iconNode$SZ); const __iconNode$SY = [["path", { "d": "M12 9l-7.971 4.428a2 2 0 0 0 -1.029 1.749v.823a2 2 0 0 0 2 2h1", "key": "svg-0" }], ["path", { "d": "M18 18h1a2 2 0 0 0 2 -2v-.823a2 2 0 0 0 -1.029 -1.749l-7.971 -4.428c-1.457 -.81 -1.993 -2.333 -2 -4a2 2 0 1 1 4 0", "key": "svg-1" }], ["path", { "d": "M6 18a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2l0 -1", "key": "svg-2" }]]; const IconHanger2 = createReactComponent("outline", "hanger-2", "Hanger2", __iconNode$SY); const __iconNode$SX = [["path", { "d": "M14 6a2 2 0 1 0 -4 0m6.506 6.506l3.461 1.922a2 2 0 0 1 1.029 1.749v.823m-2 2h-14a2 2 0 0 1 -2 -2v-.823a2 2 0 0 1 1.029 -1.749l6.673 -3.707", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconHangerOff = createReactComponent("outline", "hanger-off", "HangerOff", __iconNode$SX); const __iconNode$SW = [["path", { "d": "M14 6a2 2 0 1 0 -4 0c0 1.667 .67 3 2 4h-.008l7.971 4.428a2 2 0 0 1 1.029 1.749v.823a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-.823a2 2 0 0 1 1.029 -1.749l7.971 -4.428", "key": "svg-0" }]]; const IconHanger = createReactComponent("outline", "hanger", "Hanger", __iconNode$SW); const __iconNode$SV = [["path", { "d": "M5 9l14 0", "key": "svg-0" }], ["path", { "d": "M5 15l14 0", "key": "svg-1" }], ["path", { "d": "M11 4l-4 16", "key": "svg-2" }], ["path", { "d": "M17 4l-4 16", "key": "svg-3" }]]; const IconHash = createReactComponent("outline", "hash", "Hash", __iconNode$SV); const __iconNode$SU = [["path", { "d": "M3 16h18", "key": "svg-0" }], ["path", { "d": "M3 20h18", "key": "svg-1" }], ["path", { "d": "M8.296 16c-2.268 -1.4 -3.598 -4.087 -3.237 -6.916c.443 -3.48 3.308 -6.083 6.698 -6.084v.006h.296c-1.991 1.916 -2.377 5.03 -.918 7.405c1.459 2.374 4.346 3.33 6.865 2.275a6.888 6.888 0 0 1 -2.777 3.314", "key": "svg-2" }]]; const IconHazeMoon = createReactComponent("outline", "haze-moon", "HazeMoon", __iconNode$SU); const __iconNode$ST = [["path", { "d": "M3 12h1", "key": "svg-0" }], ["path", { "d": "M12 3v1", "key": "svg-1" }], ["path", { "d": "M20 12h1", "key": "svg-2" }], ["path", { "d": "M5.6 5.6l.7 .7", "key": "svg-3" }], ["path", { "d": "M18.4 5.6l-.7 .7", "key": "svg-4" }], ["path", { "d": "M8 12a4 4 0 1 1 8 0", "key": "svg-5" }], ["path", { "d": "M3 16h18", "key": "svg-6" }], ["path", { "d": "M3 20h18", "key": "svg-7" }]]; const IconHaze = createReactComponent("outline", "haze", "Haze", __iconNode$ST); const __iconNode$SS = [["path", { "d": "M3 16v-8", "key": "svg-0" }], ["path", { "d": "M7 8v8", "key": "svg-1" }], ["path", { "d": "M3 12h4", "key": "svg-2" }], ["path", { "d": "M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2", "key": "svg-3" }], ["path", { "d": "M17 12h2a2 2 0 1 0 0 -4h-2v8m4 0l-3 -4", "key": "svg-4" }]]; const IconHdr = createReactComponent("outline", "hdr", "Hdr", __iconNode$SS); const __iconNode$SR = [["path", { "d": "M7 12h5m4 0h1", "key": "svg-0" }], ["path", { "d": "M7 7v12", "key": "svg-1" }], ["path", { "d": "M17 5v8m0 4v2", "key": "svg-2" }], ["path", { "d": "M15 19h4", "key": "svg-3" }], ["path", { "d": "M15 5h4", "key": "svg-4" }], ["path", { "d": "M5 19h4", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconHeadingOff = createReactComponent("outline", "heading-off", "HeadingOff", __iconNode$SR); const __iconNode$SQ = [["path", { "d": "M7 12h10", "key": "svg-0" }], ["path", { "d": "M7 5v14", "key": "svg-1" }], ["path", { "d": "M17 5v14", "key": "svg-2" }], ["path", { "d": "M15 19h4", "key": "svg-3" }], ["path", { "d": "M15 5h4", "key": "svg-4" }], ["path", { "d": "M5 19h4", "key": "svg-5" }], ["path", { "d": "M5 5h4", "key": "svg-6" }]]; const IconHeading = createReactComponent("outline", "heading", "Heading", __iconNode$SQ); const __iconNode$SP = [["path", { "d": "M3 3l18 18", "key": "svg-0" }], ["path", { "d": "M4 15a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-1a2 2 0 0 1 -2 -2l0 -3", "key": "svg-1" }], ["path", { "d": "M17 13h1a2 2 0 0 1 2 2v1m-.589 3.417c-.361 .36 -.86 .583 -1.411 .583h-1a2 2 0 0 1 -2 -2v-3", "key": "svg-2" }], ["path", { "d": "M4 15v-3c0 -2.21 .896 -4.21 2.344 -5.658m2.369 -1.638a8 8 0 0 1 11.287 7.296v3", "key": "svg-3" }]]; const IconHeadphonesOff = createReactComponent("outline", "headphones-off", "HeadphonesOff", __iconNode$SP); const __iconNode$SO = [["path", { "d": "M4 15a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-1a2 2 0 0 1 -2 -2l0 -3", "key": "svg-0" }], ["path", { "d": "M15 15a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-1a2 2 0 0 1 -2 -2l0 -3", "key": "svg-1" }], ["path", { "d": "M4 15v-3a8 8 0 0 1 16 0v3", "key": "svg-2" }]]; const IconHeadphones = createReactComponent("outline", "headphones", "Headphones", __iconNode$SO); const __iconNode$SN = [["path", { "d": "M4 14v-3c0 -1.953 .7 -3.742 1.862 -5.13m2.182 -1.825a8 8 0 0 1 11.956 6.955v3", "key": "svg-0" }], ["path", { "d": "M18 19c0 1.657 -2.686 3 -6 3", "key": "svg-1" }], ["path", { "d": "M4 14a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-1a2 2 0 0 1 -2 -2v-3", "key": "svg-2" }], ["path", { "d": "M16.169 12.18c.253 -.115 .534 -.18 .831 -.18h1a2 2 0 0 1 2 2v2m-1.183 2.826c-.25 .112 -.526 .174 -.817 .174h-1a2 2 0 0 1 -2 -2v-2", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconHeadsetOff = createReactComponent("outline", "headset-off", "HeadsetOff", __iconNode$SN); const __iconNode$SM = [["path", { "d": "M4 14v-3a8 8 0 1 1 16 0v3", "key": "svg-0" }], ["path", { "d": "M18 19c0 1.657 -2.686 3 -6 3", "key": "svg-1" }], ["path", { "d": "M4 14a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-1a2 2 0 0 1 -2 -2v-3", "key": "svg-2" }], ["path", { "d": "M15 14a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-1a2 2 0 0 1 -2 -2v-3", "key": "svg-3" }]]; const IconHeadset = createReactComponent("outline", "headset", "Headset", __iconNode$SM); const __iconNode$SL = [["path", { "d": "M4 8v-2a2 2 0 0 1 2 -2h2", "key": "svg-0" }], ["path", { "d": "M4 16v2a2 2 0 0 0 2 2h2", "key": "svg-1" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2", "key": "svg-2" }], ["path", { "d": "M16 20h2a2 2 0 0 0 2 -2v-2", "key": "svg-3" }], ["path", { "d": "M8.603 9.61a2.04 2.04 0 0 1 2.912 0l.485 .39l.5 -.396a2.035 2.035 0 0 1 2.897 .007a2.104 2.104 0 0 1 0 2.949l-3.397 3.44l-3.397 -3.44a2.104 2.104 0 0 1 0 -2.95", "key": "svg-4" }]]; const IconHealthRecognition = createReactComponent("outline", "health-recognition", "HealthRecognition", __iconNode$SL); const __iconNode$SK = [["path", { "d": "M17 21v-6m2 0v-1.5m0 9v-1.5m-2 -3h3m-1 0h.5a1.5 1.5 0 0 1 0 3h-3.5m3 -3h.5a1.5 1.5 0 0 0 0 -3h-3.5", "key": "svg-0" }], ["path", { "d": "M13 19l-1 1l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.785 4.444", "key": "svg-1" }]]; const IconHeartBitcoin = createReactComponent("outline", "heart-bitcoin", "HeartBitcoin", __iconNode$SK); const __iconNode$SJ = [["path", { "d": "M13 19l-1 1l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.003 5.997", "key": "svg-0" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-1" }]]; const IconHeartBolt = createReactComponent("outline", "heart-bolt", "HeartBolt", __iconNode$SJ); const __iconNode$SI = [["path", { "d": "M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572", "key": "svg-0" }], ["path", { "d": "M12 6l-2 4l4 3l-2 4v3", "key": "svg-1" }]]; const IconHeartBroken = createReactComponent("outline", "heart-broken", "HeartBroken", __iconNode$SI); const __iconNode$SH = [["path", { "d": "M12 20l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 7.993 6.01", "key": "svg-0" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M17 21l4 -4", "key": "svg-2" }]]; const IconHeartCancel = createReactComponent("outline", "heart-cancel", "HeartCancel", __iconNode$SH); const __iconNode$SG = [["path", { "d": "M19.5 12.572l-3 2.928m-5.5 3.5a8916.99 8916.99 0 0 0 -6.5 -6.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572", "key": "svg-0" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-1" }]]; const IconHeartCheck = createReactComponent("outline", "heart-check", "HeartCheck", __iconNode$SG); const __iconNode$SF = [["path", { "d": "M19.5 12.572l-.536 .53m-7.91 5.96l-6.554 -6.489a5 5 0 1 1 7.5 -6.567a5 5 0 1 1 7.5 6.572", "key": "svg-0" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-1" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-2" }]]; const IconHeartCode = createReactComponent("outline", "heart-code", "HeartCode", __iconNode$SF); const __iconNode$SE = [["path", { "d": "M12 20l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.21 5.697", "key": "svg-0" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-2" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-3" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-4" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-5" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-6" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-7" }]]; const IconHeartCog = createReactComponent("outline", "heart-cog", "HeartCog", __iconNode$SE); const __iconNode$SD = [["path", { "d": "M13 19l-1 1l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572", "key": "svg-0" }], ["path", { "d": "M16 21l5 -5", "key": "svg-1" }], ["path", { "d": "M21 21v.01", "key": "svg-2" }], ["path", { "d": "M16 16v.01", "key": "svg-3" }]]; const IconHeartDiscount = createReactComponent("outline", "heart-discount", "HeartDiscount", __iconNode$SD); const __iconNode$SC = [["path", { "d": "M13 19l-1 1l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.785 4.444", "key": "svg-0" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-1" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-2" }]]; const IconHeartDollar = createReactComponent("outline", "heart-dollar", "HeartDollar", __iconNode$SC); const __iconNode$SB = [["path", { "d": "M12 20l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.907 6.12", "key": "svg-0" }], ["path", { "d": "M19 16v6", "key": "svg-1" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-2" }]]; const IconHeartDown = createReactComponent("outline", "heart-down", "HeartDown", __iconNode$SB); const __iconNode$SA = [["path", { "d": "M15.03 17l-3.03 3l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.922 6.102", "key": "svg-0" }], ["path", { "d": "M19 16v3", "key": "svg-1" }], ["path", { "d": "M19 22v.01", "key": "svg-2" }]]; const IconHeartExclamation = createReactComponent("outline", "heart-exclamation", "HeartExclamation", __iconNode$SA); const __iconNode$Sz = [["path", { "d": "M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572", "key": "svg-0" }], ["path", { "d": "M12 6l-3.293 3.293a1 1 0 0 0 0 1.414l.543 .543c.69 .69 1.81 .69 2.5 0l1 -1a3.182 3.182 0 0 1 4.5 0l2.25 2.25", "key": "svg-1" }], ["path", { "d": "M12.5 15.5l2 2", "key": "svg-2" }], ["path", { "d": "M15 13l2 2", "key": "svg-3" }]]; const IconHeartHandshake = createReactComponent("outline", "heart-handshake", "HeartHandshake", __iconNode$Sz); const __iconNode$Sy = [["path", { "d": "M19.5 12.572l-2.494 2.47m-5.006 4.958l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }]]; const IconHeartMinus = createReactComponent("outline", "heart-minus", "HeartMinus", __iconNode$Sy); const __iconNode$Sx = [["path", { "d": "M3 3l18 18", "key": "svg-0" }], ["path", { "d": "M19.5 12.572l-1.5 1.428m-2 2l-4 4l-7.5 -7.428a5 5 0 0 1 -1.288 -5.068a4.976 4.976 0 0 1 1.788 -2.504m3 -1c1.56 0 3.05 .727 4 2a5 5 0 1 1 7.5 6.572", "key": "svg-1" }]]; const IconHeartOff = createReactComponent("outline", "heart-off", "HeartOff", __iconNode$Sx); const __iconNode$Sw = [["path", { "d": "M19.5 12.572l-.784 .777m-5.725 5.67l-.991 .981l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572", "key": "svg-0" }], ["path", { "d": "M17 17v5", "key": "svg-1" }], ["path", { "d": "M21 17v5", "key": "svg-2" }]]; const IconHeartPause = createReactComponent("outline", "heart-pause", "HeartPause", __iconNode$Sw); const __iconNode$Sv = [["path", { "d": "M12 20l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.5 5.179", "key": "svg-0" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-1" }], ["path", { "d": "M19 18v.01", "key": "svg-2" }]]; const IconHeartPin = createReactComponent("outline", "heart-pin", "HeartPin", __iconNode$Sv); const __iconNode$Su = [["path", { "d": "M12 20l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.96 6.053", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }]]; const IconHeartPlus = createReactComponent("outline", "heart-plus", "HeartPlus", __iconNode$Su); const __iconNode$St = [["path", { "d": "M14.105 17.915l-2.105 2.085l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.524 5.127", "key": "svg-0" }], ["path", { "d": "M19 22v.01", "key": "svg-1" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-2" }]]; const IconHeartQuestion = createReactComponent("outline", "heart-question", "HeartQuestion", __iconNode$St); const __iconNode$Ss = [["path", { "d": "M3 5a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1l0 -10", "key": "svg-0" }], ["path", { "d": "M7 20h10", "key": "svg-1" }], ["path", { "d": "M9 16v4", "key": "svg-2" }], ["path", { "d": "M15 16v4", "key": "svg-3" }], ["path", { "d": "M7 10h2l2 3l2 -6l1 3h3", "key": "svg-4" }]]; const IconHeartRateMonitor = createReactComponent("outline", "heart-rate-monitor", "HeartRateMonitor", __iconNode$Ss); const __iconNode$Sr = [["path", { "d": "M12 20l-.975 -.966l-6.525 -6.462a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.37 5.428", "key": "svg-0" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-2" }]]; const IconHeartSearch = createReactComponent("outline", "heart-search", "HeartSearch", __iconNode$Sr); const __iconNode$Sq = [["path", { "d": "M19.5 12.572l-.468 .464m-6.077 6.019l-.955 .945l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572", "key": "svg-0" }], ["path", { "d": "M16 22l5 -5", "key": "svg-1" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-2" }]]; const IconHeartShare = createReactComponent("outline", "heart-share", "HeartShare", __iconNode$Sq); const __iconNode$Sp = [["path", { "d": "M11.537 19.542l-7.037 -6.97a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.212 5.693", "key": "svg-0" }], ["path", { "d": "M19 22.5a4.75 4.75 0 0 1 3.5 -3.5a4.75 4.75 0 0 1 -3.5 -3.5a4.75 4.75 0 0 1 -3.5 3.5a4.75 4.75 0 0 1 3.5 3.5", "key": "svg-1" }]]; const IconHeartSpark = createReactComponent("outline", "heart-spark", "HeartSpark", __iconNode$Sp); const __iconNode$So = [["path", { "d": "M9.73 17.753l-5.23 -5.181a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.563 5.041", "key": "svg-0" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-1" }]]; const IconHeartStar = createReactComponent("outline", "heart-star", "HeartStar", __iconNode$So); const __iconNode$Sn = [["path", { "d": "M12 20l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.893 6.139", "key": "svg-0" }], ["path", { "d": "M19 22v-6", "key": "svg-1" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-2" }]]; const IconHeartUp = createReactComponent("outline", "heart-up", "HeartUp", __iconNode$Sn); const __iconNode$Sm = [["path", { "d": "M19.5 12.572l-.5 .428m-6 6l-1 1l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572", "key": "svg-0" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-1" }], ["path", { "d": "M17 22l5 -5", "key": "svg-2" }]]; const IconHeartX = createReactComponent("outline", "heart-x", "HeartX", __iconNode$Sm); const __iconNode$Sl = [["path", { "d": "M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572", "key": "svg-0" }]]; const IconHeart = createReactComponent("outline", "heart", "Heart", __iconNode$Sl); const __iconNode$Sk = [["path", { "d": "M19.5 13.572l-7.5 7.428l-2.896 -2.868m-6.117 -8.104a5 5 0 0 1 9.013 -3.022a5 5 0 1 1 7.5 6.572", "key": "svg-0" }], ["path", { "d": "M3 13h2l2 3l2 -6l1 3h3", "key": "svg-1" }]]; const IconHeartbeat = createReactComponent("outline", "heartbeat", "Heartbeat", __iconNode$Sk); const __iconNode$Sj = [["path", { "d": "M14.017 18l-2.017 2l-7.5 -7.428a5 5 0 0 1 .49 -7.586m3.01 -1a5 5 0 0 1 4 2.018a5 5 0 0 1 8.153 5.784", "key": "svg-0" }], ["path", { "d": "M11.814 11.814a2.81 2.81 0 0 0 -.007 3.948l4.182 4.238l2.01 -2.021m1.977 -1.99l.211 -.212a2.81 2.81 0 0 0 0 -3.948a2.747 2.747 0 0 0 -3.91 -.007l-.283 .178", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconHeartsOff = createReactComponent("outline", "hearts-off", "HeartsOff", __iconNode$Sj); const __iconNode$Si = [["path", { "d": "M14.017 18l-2.017 2l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.153 5.784", "key": "svg-0" }], ["path", { "d": "M15.99 20l4.197 -4.223a2.81 2.81 0 0 0 0 -3.948a2.747 2.747 0 0 0 -3.91 -.007l-.28 .282l-.279 -.283a2.747 2.747 0 0 0 -3.91 -.007a2.81 2.81 0 0 0 -.007 3.948l4.182 4.238l.007 0", "key": "svg-1" }]]; const IconHearts = createReactComponent("outline", "hearts", "Hearts", __iconNode$Si); const __iconNode$Sh = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M9 8l0 8", "key": "svg-1" }], ["path", { "d": "M9 12l6 0", "key": "svg-2" }], ["path", { "d": "M15 8l0 8", "key": "svg-3" }]]; const IconHelicopterLanding = createReactComponent("outline", "helicopter-landing", "HelicopterLanding", __iconNode$Sh); const __iconNode$Sg = [["path", { "d": "M3 10l1 2h6", "key": "svg-0" }], ["path", { "d": "M12 9a2 2 0 0 0 -2 2v3c0 1.1 .9 2 2 2h7a2 2 0 0 0 2 -2c0 -3.31 -3.13 -5 -7 -5h-2", "key": "svg-1" }], ["path", { "d": "M13 9l0 -3", "key": "svg-2" }], ["path", { "d": "M5 6l15 0", "key": "svg-3" }], ["path", { "d": "M15 9.1v3.9h5.5", "key": "svg-4" }], ["path", { "d": "M15 19l0 -3", "key": "svg-5" }], ["path", { "d": "M19 19l-8 0", "key": "svg-6" }]]; const IconHelicopter = createReactComponent("outline", "helicopter", "Helicopter", __iconNode$Sg); const __iconNode$Sf = [["path", { "d": "M8.633 4.654a9 9 0 0 1 11.718 11.7m-1.503 2.486a9.008 9.008 0 0 1 -1.192 1.16h-11.312a9 9 0 0 1 -.185 -13.847", "key": "svg-0" }], ["path", { "d": "M20 9h-7m-2.768 1.246c.507 2 1.596 3.418 3.268 4.254c.524 .262 1.07 .49 1.64 .683", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconHelmetOff = createReactComponent("outline", "helmet-off", "HelmetOff", __iconNode$Sf); const __iconNode$Se = [["path", { "d": "M12 4a9 9 0 0 1 5.656 16h-11.312a9 9 0 0 1 5.656 -16", "key": "svg-0" }], ["path", { "d": "M20 9h-8.8a1 1 0 0 0 -.968 1.246c.507 2 1.596 3.418 3.268 4.254c2 1 4.333 1.5 7 1.5", "key": "svg-1" }]]; const IconHelmet = createReactComponent("outline", "helmet", "Helmet", __iconNode$Se); const __iconNode$Sd = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 16v.01", "key": "svg-1" }], ["path", { "d": "M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-2" }]]; const IconHelpCircle = createReactComponent("outline", "help-circle", "HelpCircle", __iconNode$Sd); const __iconNode$Sc = [["path", { "d": "M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M12 16v.01", "key": "svg-1" }], ["path", { "d": "M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-2" }]]; const IconHelpHexagon = createReactComponent("outline", "help-hexagon", "HelpHexagon", __iconNode$Sc); const __iconNode$Sb = [["path", { "d": "M12.802 2.165l5.575 2.389c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-2.389 5.575c-.206 .48 -.589 .863 -1.07 1.07l-5.574 2.388c-.512 .22 -1.092 .22 -1.604 0l-5.575 -2.389a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.206 -.48 .589 -.863 1.07 -1.07l5.574 -2.388a2.036 2.036 0 0 1 1.604 0", "key": "svg-0" }], ["path", { "d": "M12 16v.01", "key": "svg-1" }], ["path", { "d": "M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-2" }]]; const IconHelpOctagon = createReactComponent("outline", "help-octagon", "HelpOctagon", __iconNode$Sb); const __iconNode$Sa = [["path", { "d": "M5.641 5.631a9 9 0 1 0 12.719 12.738m1.68 -2.318a9 9 0 0 0 -12.074 -12.098", "key": "svg-0" }], ["path", { "d": "M12 17v.01", "key": "svg-1" }], ["path", { "d": "M12 13.5a1.5 1.5 0 0 1 .394 -1.1m2.106 -1.9a2.6 2.6 0 0 0 -3.347 -3.361", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconHelpOff = createReactComponent("outline", "help-off", "HelpOff", __iconNode$Sa); const __iconNode$S9 = [["path", { "d": "M12 16v.01", "key": "svg-0" }], ["path", { "d": "M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-1" }]]; const IconHelpSmall = createReactComponent("outline", "help-small", "HelpSmall", __iconNode$S9); const __iconNode$S8 = [["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-0" }], ["path", { "d": "M12 16v.01", "key": "svg-1" }], ["path", { "d": "M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-2" }]]; const IconHelpSquareRounded = createReactComponent("outline", "help-square-rounded", "HelpSquareRounded", __iconNode$S8); const __iconNode$S7 = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M12 16v.01", "key": "svg-1" }], ["path", { "d": "M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-2" }]]; const IconHelpSquare = createReactComponent("outline", "help-square", "HelpSquare", __iconNode$S7); const __iconNode$S6 = [["path", { "d": "M12 16v.01", "key": "svg-0" }], ["path", { "d": "M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0", "key": "svg-1" }], ["path", { "d": "M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-2" }]]; const IconHelpTriangle = createReactComponent("outline", "help-triangle", "HelpTriangle", __iconNode$S6); const __iconNode$S5 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 17l0 .01", "key": "svg-1" }], ["path", { "d": "M12 13.5a1.5 1.5 0 0 1 1 -1.5a2.6 2.6 0 1 0 -3 -4", "key": "svg-2" }]]; const IconHelp = createReactComponent("outline", "help", "Help", __iconNode$S5); const __iconNode$S4 = [["path", { "d": "M6.588 6.603c-2.178 .547 -3.588 1.417 -3.588 2.397c0 1.657 4.03 3 9 3m3.72 -.267c3.114 -.473 5.28 -1.518 5.28 -2.733c0 -1.657 -4.03 -3 -9 -3c-.662 0 -1.308 .024 -1.93 .07", "key": "svg-0" }], ["path", { "d": "M3 9a9 9 0 0 0 13.677 7.69m2.165 -1.843a8.965 8.965 0 0 0 2.158 -5.847", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconHemisphereOff = createReactComponent("outline", "hemisphere-off", "HemisphereOff", __iconNode$S4); const __iconNode$S3 = [["path", { "d": "M3 9a9 3 0 1 0 18 0a9 3 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M3 9a9 9 0 0 0 9 9m8.396 -5.752a8.978 8.978 0 0 0 .604 -3.248", "key": "svg-1" }], ["path", { "d": "M16 19h6", "key": "svg-2" }], ["path", { "d": "M19 16v6", "key": "svg-3" }]]; const IconHemispherePlus = createReactComponent("outline", "hemisphere-plus", "HemispherePlus", __iconNode$S3); const __iconNode$S2 = [["path", { "d": "M3 9a9 3 0 1 0 18 0a9 3 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M3 9a9 9 0 0 0 18 0", "key": "svg-1" }]]; const IconHemisphere = createReactComponent("outline", "hemisphere", "Hemisphere", __iconNode$S2); const __iconNode$S1 = [["path", { "d": "M19 6.844a2.007 2.007 0 0 1 1 1.752v6.555c0 .728 -.394 1.399 -1.03 1.753l-6 3.844a2 2 0 0 1 -1.942 0l-6 -3.844a2.007 2.007 0 0 1 -1.029 -1.752v-6.556c0 -.729 .394 -1.4 1.029 -1.753l6 -3.583a2.05 2.05 0 0 1 2 0l6 3.584h-.03l.002 0", "key": "svg-0" }], ["path", { "d": "M12 16.5v4.5", "key": "svg-1" }], ["path", { "d": "M4.5 7.5l3.5 2.5", "key": "svg-2" }], ["path", { "d": "M16 10l4 -2.5", "key": "svg-3" }], ["path", { "d": "M12 7.5v4.5l-4 2", "key": "svg-4" }], ["path", { "d": "M12 12l4 2", "key": "svg-5" }], ["path", { "d": "M12 16.5l4 -2.5v-4l-4 -2.5l-4 2.5v4l4 2.5", "key": "svg-6" }]]; const IconHexagon3d = createReactComponent("outline", "hexagon-3d", "Hexagon3d", __iconNode$S1); const __iconNode$S0 = [["path", { "d": "M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.27 2.27 0 0 1 -2.184 0l-6.75 -4.27a2.23 2.23 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98l-.033 0", "key": "svg-0" }], ["path", { "d": "M12 8.5v7", "key": "svg-1" }], ["path", { "d": "M9 10l6 4", "key": "svg-2" }], ["path", { "d": "M9 14l6 -4", "key": "svg-3" }]]; const IconHexagonAsterisk = createReactComponent("outline", "hexagon-asterisk", "HexagonAsterisk", __iconNode$S0); const __iconNode$R$ = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M10 16v-6a2 2 0 1 1 4 0v6", "key": "svg-1" }], ["path", { "d": "M10 13h4", "key": "svg-2" }]]; const IconHexagonLetterA = createReactComponent("outline", "hexagon-letter-a", "HexagonLetterA", __iconNode$R$); const __iconNode$R_ = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M10 16h2a2 2 0 1 0 0 -4h-2h2a2 2 0 1 0 0 -4h-2v8", "key": "svg-1" }]]; const IconHexagonLetterB = createReactComponent("outline", "hexagon-letter-b", "HexagonLetterB", __iconNode$R_); const __iconNode$RZ = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M14 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0", "key": "svg-1" }]]; const IconHexagonLetterC = createReactComponent("outline", "hexagon-letter-c", "HexagonLetterC", __iconNode$RZ); const __iconNode$RY = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2", "key": "svg-1" }]]; const IconHexagonLetterD = createReactComponent("outline", "hexagon-letter-d", "HexagonLetterD", __iconNode$RY); const __iconNode$RX = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M14 8h-4v8h4", "key": "svg-1" }], ["path", { "d": "M10 12h2.5", "key": "svg-2" }]]; const IconHexagonLetterE = createReactComponent("outline", "hexagon-letter-e", "HexagonLetterE", __iconNode$RX); const __iconNode$RW = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M10 12h3", "key": "svg-1" }], ["path", { "d": "M14 8h-4v8", "key": "svg-2" }]]; const IconHexagonLetterF = createReactComponent("outline", "hexagon-letter-f", "HexagonLetterF", __iconNode$RW); const __iconNode$RV = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M14 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1", "key": "svg-1" }]]; const IconHexagonLetterG = createReactComponent("outline", "hexagon-letter-g", "HexagonLetterG", __iconNode$RV); const __iconNode$RU = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M10 16v-8m4 0v8", "key": "svg-1" }], ["path", { "d": "M10 12h4", "key": "svg-2" }]]; const IconHexagonLetterH = createReactComponent("outline", "hexagon-letter-h", "HexagonLetterH", __iconNode$RU); const __iconNode$RT = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M12 8v8", "key": "svg-1" }]]; const IconHexagonLetterI = createReactComponent("outline", "hexagon-letter-i", "HexagonLetterI", __iconNode$RT); const __iconNode$RS = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M10 8h4v6a2 2 0 1 1 -4 0", "key": "svg-1" }]]; const IconHexagonLetterJ = createReactComponent("outline", "hexagon-letter-j", "HexagonLetterJ", __iconNode$RS); const __iconNode$RR = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M10 8v8", "key": "svg-1" }], ["path", { "d": "M14 8l-2.5 4l2.5 4", "key": "svg-2" }], ["path", { "d": "M10 12h1.5", "key": "svg-3" }]]; const IconHexagonLetterK = createReactComponent("outline", "hexagon-letter-k", "HexagonLetterK", __iconNode$RR); const __iconNode$RQ = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M10 8v8h4", "key": "svg-1" }]]; const IconHexagonLetterL = createReactComponent("outline", "hexagon-letter-l", "HexagonLetterL", __iconNode$RQ); const __iconNode$RP = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M9 16v-8l3 5l3 -5v8", "key": "svg-1" }]]; const IconHexagonLetterM = createReactComponent("outline", "hexagon-letter-m", "HexagonLetterM", __iconNode$RP); const __iconNode$RO = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M10 16v-8l4 8v-8", "key": "svg-1" }]]; const IconHexagonLetterN = createReactComponent("outline", "hexagon-letter-n", "HexagonLetterN", __iconNode$RO); const __iconNode$RN = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2", "key": "svg-1" }]]; const IconHexagonLetterO = createReactComponent("outline", "hexagon-letter-o", "HexagonLetterO", __iconNode$RN); const __iconNode$RM = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M10 12h2a2 2 0 1 0 0 -4h-2v8", "key": "svg-1" }]]; const IconHexagonLetterP = createReactComponent("outline", "hexagon-letter-p", "HexagonLetterP", __iconNode$RM); const __iconNode$RL = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2", "key": "svg-1" }], ["path", { "d": "M13 15l1 1", "key": "svg-2" }]]; const IconHexagonLetterQ = createReactComponent("outline", "hexagon-letter-q", "HexagonLetterQ", __iconNode$RL); const __iconNode$RK = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M10 12h2a2 2 0 1 0 0 -4h-2v8m4 0l-3 -4", "key": "svg-1" }]]; const IconHexagonLetterR = createReactComponent("outline", "hexagon-letter-r", "HexagonLetterR", __iconNode$RK); const __iconNode$RJ = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1", "key": "svg-1" }]]; const IconHexagonLetterS = createReactComponent("outline", "hexagon-letter-s", "HexagonLetterS", __iconNode$RJ); const __iconNode$RI = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M10 8h4", "key": "svg-1" }], ["path", { "d": "M12 8v8", "key": "svg-2" }]]; const IconHexagonLetterT = createReactComponent("outline", "hexagon-letter-t", "HexagonLetterT", __iconNode$RI); const __iconNode$RH = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M10 8v6a2 2 0 1 0 4 0v-6", "key": "svg-1" }]]; const IconHexagonLetterU = createReactComponent("outline", "hexagon-letter-u", "HexagonLetterU", __iconNode$RH); const __iconNode$RG = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M10 8l2 8l2 -8", "key": "svg-1" }]]; const IconHexagonLetterV = createReactComponent("outline", "hexagon-letter-v", "HexagonLetterV", __iconNode$RG); const __iconNode$RF = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M9 8l1 8l2 -5l2 5l1 -8", "key": "svg-1" }]]; const IconHexagonLetterW = createReactComponent("outline", "hexagon-letter-w", "HexagonLetterW", __iconNode$RF); const __iconNode$RE = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M10 8l4 8", "key": "svg-1" }], ["path", { "d": "M10 16l4 -8", "key": "svg-2" }]]; const IconHexagonLetterX = createReactComponent("outline", "hexagon-letter-x", "HexagonLetterX", __iconNode$RE); const __iconNode$RD = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M10 8l2 5l2 -5", "key": "svg-1" }], ["path", { "d": "M12 16v-3", "key": "svg-2" }]]; const IconHexagonLetterY = createReactComponent("outline", "hexagon-letter-y", "HexagonLetterY", __iconNode$RD); const __iconNode$RC = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M10 8h4l-4 8h4", "key": "svg-1" }]]; const IconHexagonLetterZ = createReactComponent("outline", "hexagon-letter-z", "HexagonLetterZ", __iconNode$RC); const __iconNode$RB = [["path", { "d": "M13.092 21.72a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033c.7 .398 1.13 1.143 1.125 1.948v6.782", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }]]; const IconHexagonMinus2 = createReactComponent("outline", "hexagon-minus-2", "HexagonMinus2", __iconNode$RB); const __iconNode$RA = [["path", { "d": "M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M9 12h6", "key": "svg-1" }]]; const IconHexagonMinus = createReactComponent("outline", "hexagon-minus", "HexagonMinus", __iconNode$RA); const __iconNode$Rz = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0", "key": "svg-1" }]]; const IconHexagonNumber0 = createReactComponent("outline", "hexagon-number-0", "HexagonNumber0", __iconNode$Rz); const __iconNode$Ry = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M10 10l2 -2v8", "key": "svg-1" }]]; const IconHexagonNumber1 = createReactComponent("outline", "hexagon-number-1", "HexagonNumber1", __iconNode$Ry); const __iconNode$Rx = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-1" }]]; const IconHexagonNumber2 = createReactComponent("outline", "hexagon-number-2", "HexagonNumber2", __iconNode$Rx); const __iconNode$Rw = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M10 9a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1", "key": "svg-1" }]]; const IconHexagonNumber3 = createReactComponent("outline", "hexagon-number-3", "HexagonNumber3", __iconNode$Rw); const __iconNode$Rv = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M10 8v3a1 1 0 0 0 1 1h3", "key": "svg-1" }], ["path", { "d": "M14 8v8", "key": "svg-2" }]]; const IconHexagonNumber4 = createReactComponent("outline", "hexagon-number-4", "HexagonNumber4", __iconNode$Rv); const __iconNode$Ru = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4", "key": "svg-1" }]]; const IconHexagonNumber5 = createReactComponent("outline", "hexagon-number-5", "HexagonNumber5", __iconNode$Ru); const __iconNode$Rt = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M14 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3", "key": "svg-1" }]]; const IconHexagonNumber6 = createReactComponent("outline", "hexagon-number-6", "HexagonNumber6", __iconNode$Rt); const __iconNode$Rs = [["path", { "d": "M19.02 6.858a2 2 0 0 1 1 1.752v6.555c0 .728 -.395 1.4 -1.032 1.753l-6.017 3.844a2 2 0 0 1 -1.948 0l-6.016 -3.844a2 2 0 0 1 -1.032 -1.752v-6.556c0 -.728 .395 -1.4 1.032 -1.753l6.017 -3.582a2.062 2.062 0 0 1 2 0l6.017 3.583h-.029l.008 0", "key": "svg-0" }], ["path", { "d": "M10 8h4l-2 8", "key": "svg-1" }]]; const IconHexagonNumber7 = createReactComponent("outline", "hexagon-number-7", "HexagonNumber7", __iconNode$Rs); const __iconNode$Rr = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M12 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1", "key": "svg-1" }]]; const IconHexagonNumber8 = createReactComponent("outline", "hexagon-number-8", "HexagonNumber8", __iconNode$Rr); const __iconNode$Rq = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-1" }]]; const IconHexagonNumber9 = createReactComponent("outline", "hexagon-number-9", "HexagonNumber9", __iconNode$Rq); const __iconNode$Rp = [["path", { "d": "M8.693 4.69l2.336 -1.39a2.056 2.056 0 0 1 2 0l6 3.573h-.029a2 2 0 0 1 1 1.747v6.536c0 .246 -.045 .485 -.13 .707m-2.16 1.847l-4.739 3.027a2 2 0 0 1 -1.942 0l-6 -3.833a2 2 0 0 1 -1.029 -1.747v-6.537a2 2 0 0 1 1.029 -1.748l1.154 -.687", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconHexagonOff = createReactComponent("outline", "hexagon-off", "HexagonOff", __iconNode$Rp); const __iconNode$Ro = [["path", { "d": "M13.092 21.72a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033c.7 .398 1.13 1.143 1.125 1.948v4.282", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }]]; const IconHexagonPlus2 = createReactComponent("outline", "hexagon-plus-2", "HexagonPlus2", __iconNode$Ro); const __iconNode$Rn = [["path", { "d": "M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M9 12h6", "key": "svg-1" }], ["path", { "d": "M12 9v6", "key": "svg-2" }]]; const IconHexagonPlus = createReactComponent("outline", "hexagon-plus", "HexagonPlus", __iconNode$Rn); const __iconNode$Rm = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }]]; const IconHexagon = createReactComponent("outline", "hexagon", "Hexagon", __iconNode$Rm); const __iconNode$Rl = [["path", { "d": "M20.792 6.996l-3.775 2.643a2.005 2.005 0 0 1 -1.147 .361h-1.87m-4 0h-1.87c-.41 0 -.81 -.126 -1.146 -.362l-3.774 -2.641", "key": "svg-0" }], ["path", { "d": "M8 10v11", "key": "svg-1" }], ["path", { "d": "M16 10v2m0 4v5", "key": "svg-2" }], ["path", { "d": "M20.972 16.968a2.01 2.01 0 0 0 .028 -.337v-9.262c0 -.655 -.318 -1.268 -.853 -1.643l-3.367 -2.363a2 2 0 0 0 -1.147 -.363h-7.266a1.99 1.99 0 0 0 -1.066 .309m-2.345 1.643l-1.103 .774a2.006 2.006 0 0 0 -.853 1.644v9.261c0 .655 .318 1.269 .853 1.644l3.367 2.363a2 2 0 0 0 1.147 .362h7.265c.41 0 .811 -.126 1.147 -.363l2.26 -1.587", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconHexagonalPrismOff = createReactComponent("outline", "hexagonal-prism-off", "HexagonalPrismOff", __iconNode$Rl); const __iconNode$Rk = [["path", { "d": "M20.792 6.996l-3.775 2.643a2.005 2.005 0 0 1 -1.147 .361h-7.74c-.41 0 -.81 -.126 -1.146 -.362l-3.774 -2.641", "key": "svg-0" }], ["path", { "d": "M8 10v11", "key": "svg-1" }], ["path", { "d": "M16 10v3.5", "key": "svg-2" }], ["path", { "d": "M21 12.5v-5.131c0 -.655 -.318 -1.268 -.853 -1.643l-3.367 -2.363a2 2 0 0 0 -1.147 -.363h-7.266c-.41 0 -.811 .126 -1.147 .363l-3.367 2.363a2.006 2.006 0 0 0 -.853 1.644v9.261c0 .655 .318 1.269 .853 1.644l3.367 2.363a2 2 0 0 0 1.147 .362h4.133", "key": "svg-3" }], ["path", { "d": "M16 19h6", "key": "svg-4" }], ["path", { "d": "M19 16v6", "key": "svg-5" }]]; const IconHexagonalPrismPlus = createReactComponent("outline", "hexagonal-prism-plus", "HexagonalPrismPlus", __iconNode$Rk); const __iconNode$Rj = [["path", { "d": "M20.792 6.996l-3.775 2.643a2.005 2.005 0 0 1 -1.147 .361h-7.74c-.41 0 -.81 -.126 -1.146 -.362l-3.774 -2.641", "key": "svg-0" }], ["path", { "d": "M8 10v11", "key": "svg-1" }], ["path", { "d": "M16 10v11", "key": "svg-2" }], ["path", { "d": "M3.853 18.274l3.367 2.363a2 2 0 0 0 1.147 .363h7.265c.41 0 .811 -.126 1.147 -.363l3.367 -2.363c.536 -.375 .854 -.99 .854 -1.643v-9.262c0 -.655 -.318 -1.268 -.853 -1.643l-3.367 -2.363a2 2 0 0 0 -1.147 -.363h-7.266c-.41 0 -.811 .126 -1.147 .363l-3.367 2.363a2.006 2.006 0 0 0 -.853 1.644v9.261c0 .655 .318 1.269 .853 1.644", "key": "svg-3" }]]; const IconHexagonalPrism = createReactComponent("outline", "hexagonal-prism", "HexagonalPrism", __iconNode$Rj); const __iconNode$Ri = [["path", { "d": "M7.877 7.88l-4.56 7.53a1.988 1.988 0 0 0 .266 2.484l2.527 2.523c.374 .373 .88 .583 1.408 .583h8.964c.528 0 1.034 -.21 1.408 -.583l1.264 -1.263m1.792 -2.205a1.986 1.986 0 0 0 -.262 -1.538l-7.846 -12.954a.996 .996 0 0 0 -1.676 0l-1.772 2.926", "key": "svg-0" }], ["path", { "d": "M12 2l-1.254 4.742m-.841 3.177l-2.905 10.981", "key": "svg-1" }], ["path", { "d": "M12 2l2.153 8.14m1.444 5.457l1.403 5.303", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconHexagonalPyramidOff = createReactComponent("outline", "hexagonal-pyramid-off", "HexagonalPyramidOff", __iconNode$Ri); const __iconNode$Rh = [["path", { "d": "M18.642 12.04l-5.804 -9.583a.996 .996 0 0 0 -1.676 0l-7.846 12.954a1.988 1.988 0 0 0 .267 2.483l2.527 2.523c.374 .373 .88 .583 1.408 .583h4.982", "key": "svg-0" }], ["path", { "d": "M12 2l-5 18.9", "key": "svg-1" }], ["path", { "d": "M12 2l3.304 12.489", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }], ["path", { "d": "M19 16v6", "key": "svg-4" }]]; const IconHexagonalPyramidPlus = createReactComponent("outline", "hexagonal-pyramid-plus", "HexagonalPyramidPlus", __iconNode$Rh); const __iconNode$Rg = [["path", { "d": "M11.162 2.457l-7.846 12.954a1.988 1.988 0 0 0 .267 2.483l2.527 2.523c.374 .373 .88 .583 1.408 .583h8.964c.528 0 1.034 -.21 1.408 -.583l2.527 -2.523a1.988 1.988 0 0 0 .267 -2.483l-7.846 -12.954a.996 .996 0 0 0 -1.676 0", "key": "svg-0" }], ["path", { "d": "M12 2l-5 18.9", "key": "svg-1" }], ["path", { "d": "M12 2l5 18.9", "key": "svg-2" }]]; const IconHexagonalPyramid = createReactComponent("outline", "hexagonal-pyramid", "HexagonalPyramid", __iconNode$Rg); const __iconNode$Rf = [["path", { "d": "M4 18v-5l4 -2l4 2v5l-4 2l-4 -2", "key": "svg-0" }], ["path", { "d": "M8 11v-3m1.332 -2.666l2.668 -1.334l4 2v5", "key": "svg-1" }], ["path", { "d": "M12 13l.661 -.331", "key": "svg-2" }], ["path", { "d": "M15.345 11.328l.655 -.328l4 2v3m-1.334 2.667l-2.666 1.333l-4 -2", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconHexagonsOff = createReactComponent("outline", "hexagons-off", "HexagonsOff", __iconNode$Rf); const __iconNode$Re = [["path", { "d": "M4 18v-5l4 -2l4 2v5l-4 2l-4 -2", "key": "svg-0" }], ["path", { "d": "M8 11v-5l4 -2l4 2v5", "key": "svg-1" }], ["path", { "d": "M12 13l4 -2l4 2v5l-4 2l-4 -2", "key": "svg-2" }]]; const IconHexagons = createReactComponent("outline", "hexagons", "Hexagons", __iconNode$Re); const __iconNode$Rd = [["path", { "d": "M10 3h4v4h-4l0 -4", "key": "svg-0" }], ["path", { "d": "M3 17h4v4h-4l0 -4", "key": "svg-1" }], ["path", { "d": "M17 17h4v4h-4l0 -4", "key": "svg-2" }], ["path", { "d": "M7 17l5 -4l5 4", "key": "svg-3" }], ["path", { "d": "M12 7l0 6", "key": "svg-4" }]]; const IconHierarchy2 = createReactComponent("outline", "hierarchy-2", "Hierarchy2", __iconNode$Rd); const __iconNode$Rc = [["path", { "d": "M10 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M6 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M10 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M18 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M2 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-4" }], ["path", { "d": "M14 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-5" }], ["path", { "d": "M5 17l2 -3", "key": "svg-6" }], ["path", { "d": "M9 10l2 -3", "key": "svg-7" }], ["path", { "d": "M13 7l2 3", "key": "svg-8" }], ["path", { "d": "M17 14l2 3", "key": "svg-9" }], ["path", { "d": "M15 14l-2 3", "key": "svg-10" }], ["path", { "d": "M9 14l2 3", "key": "svg-11" }]]; const IconHierarchy3 = createReactComponent("outline", "hierarchy-3", "Hierarchy3", __iconNode$Rc); const __iconNode$Rb = [["path", { "d": "M10 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M3 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M17.585 17.587a2 2 0 0 0 2.813 2.843", "key": "svg-2" }], ["path", { "d": "M6.5 17.5l5.5 -4.5l5.5 4.5", "key": "svg-3" }], ["path", { "d": "M12 7v1m0 4v1", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconHierarchyOff = createReactComponent("outline", "hierarchy-off", "HierarchyOff", __iconNode$Rb); const __iconNode$Ra = [["path", { "d": "M10 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M3 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M17 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M6.5 17.5l5.5 -4.5l5.5 4.5", "key": "svg-3" }], ["path", { "d": "M12 7l0 6", "key": "svg-4" }]]; const IconHierarchy = createReactComponent("outline", "hierarchy", "Hierarchy", __iconNode$Ra); const __iconNode$R9 = [["path", { "d": "M9 9l-6 6v4h4l6 -6m2 -2l2.503 -2.503a2.828 2.828 0 1 0 -4 -4l-2.497 2.497", "key": "svg-0" }], ["path", { "d": "M12.5 5.5l4 4", "key": "svg-1" }], ["path", { "d": "M4.5 13.5l4 4", "key": "svg-2" }], ["path", { "d": "M19 15h2v2m-2 2h-6l3 -3", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconHighlightOff = createReactComponent("outline", "highlight-off", "HighlightOff", __iconNode$R9); const __iconNode$R8 = [["path", { "d": "M3 19h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4", "key": "svg-0" }], ["path", { "d": "M12.5 5.5l4 4", "key": "svg-1" }], ["path", { "d": "M4.5 13.5l4 4", "key": "svg-2" }], ["path", { "d": "M21 15v4h-8l4 -4l4 0", "key": "svg-3" }]]; const IconHighlight = createReactComponent("outline", "highlight", "Highlight", __iconNode$R8); const __iconNode$R7 = [["path", { "d": "M3.05 11a8.975 8.975 0 0 1 2.54 -5.403m2.314 -1.697a9 9 0 0 1 12.113 12.112m-1.695 2.312a9 9 0 0 1 -14.772 -3.324m-.5 5v-5h5", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconHistoryOff = createReactComponent("outline", "history-off", "HistoryOff", __iconNode$R7); const __iconNode$R6 = [["path", { "d": "M10 20.777a8.942 8.942 0 0 1 -2.48 -.969", "key": "svg-0" }], ["path", { "d": "M14 3.223a9.003 9.003 0 0 1 0 17.554", "key": "svg-1" }], ["path", { "d": "M4.579 17.093a8.961 8.961 0 0 1 -1.227 -2.592", "key": "svg-2" }], ["path", { "d": "M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305", "key": "svg-3" }], ["path", { "d": "M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356", "key": "svg-4" }], ["path", { "d": "M12 8v4l3 3", "key": "svg-5" }]]; const IconHistoryToggle = createReactComponent("outline", "history-toggle", "HistoryToggle", __iconNode$R6); const __iconNode$R5 = [["path", { "d": "M12 8l0 4l2 2", "key": "svg-0" }], ["path", { "d": "M3.05 11a9 9 0 1 1 .5 4m-.5 5v-5h5", "key": "svg-1" }]]; const IconHistory = createReactComponent("outline", "history", "History", __iconNode$R5); const __iconNode$R4 = [["path", { "d": "M5 12l-2 0l9 -9l9 9l-2 0", "key": "svg-0" }], ["path", { "d": "M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7", "key": "svg-1" }], ["path", { "d": "M10 12h4v4h-4l0 -4", "key": "svg-2" }]]; const IconHome2 = createReactComponent("outline", "home-2", "Home2", __iconNode$R4); const __iconNode$R3 = [["path", { "d": "M17 21v-6m2 0v-1.5m0 9v-1.5m-2 -3h3m-1 0h.5a1.5 1.5 0 0 1 0 3h-3.5m3 -3h.5a1.5 1.5 0 0 0 0 -3h-3.5", "key": "svg-0" }], ["path", { "d": "M19.5 10.5l-7.5 -7.5l-9 9h2v7a2 2 0 0 0 2 2h6", "key": "svg-1" }], ["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h2c.387 0 .748 .11 1.054 .3", "key": "svg-2" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-3" }]]; const IconHomeBitcoin = createReactComponent("outline", "home-bitcoin", "HomeBitcoin", __iconNode$R3); const __iconNode$R2 = [["path", { "d": "M19 10l-7 -7l-9 9h2v7a2 2 0 0 0 2 2h7.5", "key": "svg-0" }], ["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h2c.661 0 1.248 .32 1.612 .815", "key": "svg-1" }], ["path", { "d": "M19 14l-2 4h4l-2 4", "key": "svg-2" }]]; const IconHomeBolt = createReactComponent("outline", "home-bolt", "HomeBolt", __iconNode$R2); const __iconNode$R1 = [["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M17 21l4 -4", "key": "svg-1" }], ["path", { "d": "M19 12h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h5.5", "key": "svg-2" }], ["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h2c.58 0 1.103 .247 1.468 .642", "key": "svg-3" }]]; const IconHomeCancel = createReactComponent("outline", "home-cancel", "HomeCancel", __iconNode$R1); const __iconNode$R0 = [["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2", "key": "svg-0" }], ["path", { "d": "M19 13.488v-1.488h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h4.525", "key": "svg-1" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-2" }]]; const IconHomeCheck = createReactComponent("outline", "home-check", "HomeCheck", __iconNode$R0); const __iconNode$Q$ = [["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h1.6", "key": "svg-0" }], ["path", { "d": "M20 11l-8 -8l-9 9h2v7a2 2 0 0 0 2 2h4.159", "key": "svg-1" }], ["path", { "d": "M16 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M18 14.5v1.5", "key": "svg-3" }], ["path", { "d": "M18 20v1.5", "key": "svg-4" }], ["path", { "d": "M21.032 16.25l-1.299 .75", "key": "svg-5" }], ["path", { "d": "M16.27 19l-1.3 .75", "key": "svg-6" }], ["path", { "d": "M14.97 16.25l1.3 .75", "key": "svg-7" }], ["path", { "d": "M19.733 19l1.3 .75", "key": "svg-8" }]]; const IconHomeCog = createReactComponent("outline", "home-cog", "HomeCog", __iconNode$Q$); const __iconNode$Q_ = [["path", { "d": "M19 10l-7 -7l-9 9h2v7a2 2 0 0 0 2 2h6", "key": "svg-0" }], ["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h2c.387 0 .748 .11 1.054 .3", "key": "svg-1" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-2" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-3" }]]; const IconHomeDollar = createReactComponent("outline", "home-dollar", "HomeDollar", __iconNode$Q_); const __iconNode$QZ = [["path", { "d": "M19 12h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h5", "key": "svg-0" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h2c.641 0 1.212 .302 1.578 .771", "key": "svg-2" }]]; const IconHomeDot = createReactComponent("outline", "home-dot", "HomeDot", __iconNode$QZ); const __iconNode$QY = [["path", { "d": "M19 12h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h5.5", "key": "svg-0" }], ["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-3" }]]; const IconHomeDown = createReactComponent("outline", "home-down", "HomeDown", __iconNode$QY); const __iconNode$QX = [["path", { "d": "M20 11l-8 -8l-9 9h2v7a2 2 0 0 0 2 2h5", "key": "svg-0" }], ["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h2c.325 0 .631 .077 .902 .215", "key": "svg-1" }], ["path", { "d": "M16 22s0 -2 3 -4", "key": "svg-2" }], ["path", { "d": "M19 21a3 3 0 0 1 0 -6h3v3a3 3 0 0 1 -3 3", "key": "svg-3" }]]; const IconHomeEco = createReactComponent("outline", "home-eco", "HomeEco", __iconNode$QX); const __iconNode$QW = [["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h2c.645 0 1.218 .305 1.584 .78", "key": "svg-0" }], ["path", { "d": "M20 11l-8 -8l-9 9h2v7a2 2 0 0 0 2 2h4", "key": "svg-1" }], ["path", { "d": "M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39", "key": "svg-2" }]]; const IconHomeEdit = createReactComponent("outline", "home-edit", "HomeEdit", __iconNode$QW); const __iconNode$QV = [["path", { "d": "M21 12l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h8", "key": "svg-0" }], ["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 1.857 1.257", "key": "svg-1" }], ["path", { "d": "M19 16v3", "key": "svg-2" }], ["path", { "d": "M19 22v.01", "key": "svg-3" }]]; const IconHomeExclamation = createReactComponent("outline", "home-exclamation", "HomeExclamation", __iconNode$QV); const __iconNode$QU = [["path", { "d": "M18 9l-6 -6l-9 9h2v7a2 2 0 0 0 2 2h3.5", "key": "svg-0" }], ["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h2", "key": "svg-1" }], ["path", { "d": "M16 17.5l-.585 -.578a1.516 1.516 0 0 0 -2 0c-.477 .433 -.551 1.112 -.177 1.622l1.762 2.456c.37 .506 1.331 1 2 1h3c1.009 0 1.497 -.683 1.622 -1.593c.252 -.938 .378 -1.74 .378 -2.407c0 -1 -.939 -1.843 -2 -2h-1v-2.636c0 -.754 -.672 -1.364 -1.5 -1.364s-1.5 .61 -1.5 1.364v4.136", "key": "svg-2" }]]; const IconHomeHand = createReactComponent("outline", "home-hand", "HomeHand", __iconNode$QU); const __iconNode$QT = [["path", { "d": "M21 12l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h6", "key": "svg-0" }], ["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h2c.39 0 .754 .112 1.061 .304", "key": "svg-1" }], ["path", { "d": "M19 21.5l2.518 -2.58a1.74 1.74 0 0 0 0 -2.413a1.627 1.627 0 0 0 -2.346 0l-.168 .172l-.168 -.172a1.627 1.627 0 0 0 -2.346 0a1.74 1.74 0 0 0 0 2.412l2.51 2.59l0 -.009", "key": "svg-2" }]]; const IconHomeHeart = createReactComponent("outline", "home-heart", "HomeHeart", __iconNode$QT); const __iconNode$QS = [["path", { "d": "M19 14v-2h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h2.5", "key": "svg-0" }], ["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 1.75 1.032", "key": "svg-1" }], ["path", { "d": "M15.536 17.586a2.123 2.123 0 0 0 -2.929 0a1.951 1.951 0 0 0 0 2.828c.809 .781 2.12 .781 2.929 0c.809 -.781 -.805 .778 0 0l1.46 -1.41l1.46 -1.419", "key": "svg-2" }], ["path", { "d": "M15.54 17.582l1.46 1.42l1.46 1.41c.809 .78 -.805 -.779 0 0s2.12 .781 2.929 0a1.951 1.951 0 0 0 0 -2.828a2.123 2.123 0 0 0 -2.929 0", "key": "svg-3" }]]; const IconHomeInfinity = createReactComponent("outline", "home-infinity", "HomeInfinity", __iconNode$QS); const __iconNode$QR = [["path", { "d": "M20.085 11.085l-8.085 -8.085l-9 9h2v7a2 2 0 0 0 2 2h4.5", "key": "svg-0" }], ["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 1.807 1.143", "key": "svg-1" }], ["path", { "d": "M20 21a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }], ["path", { "d": "M20 16a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-3" }], ["path", { "d": "M15 19a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-4" }], ["path", { "d": "M21 16l-5 3l5 2", "key": "svg-5" }]]; const IconHomeLink = createReactComponent("outline", "home-link", "HomeLink", __iconNode$QR); const __iconNode$QQ = [["path", { "d": "M5 12h-2l9 -9l8 8", "key": "svg-0" }], ["path", { "d": "M5 12v7a2 2 0 0 0 2 2h6", "key": "svg-1" }], ["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h2c.688 0 1.294 .347 1.654 .875", "key": "svg-2" }], ["path", { "d": "M17 19a1 1 0 0 1 1 -1h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1v-2", "key": "svg-3" }], ["path", { "d": "M18 18v-1.5a1.5 1.5 0 1 1 3 0v1.5", "key": "svg-4" }]]; const IconHomeLock = createReactComponent("outline", "home-lock", "HomeLock", __iconNode$QQ); const __iconNode$QP = [["path", { "d": "M19 15v-3h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h5.5", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }], ["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2", "key": "svg-2" }]]; const IconHomeMinus = createReactComponent("outline", "home-minus", "HomeMinus", __iconNode$QP); const __iconNode$QO = [["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2", "key": "svg-0" }], ["path", { "d": "M19 12h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h5.5", "key": "svg-1" }], ["path", { "d": "M16 19h6", "key": "svg-2" }], ["path", { "d": "M19 16l3 3l-3 3", "key": "svg-3" }]]; const IconHomeMove = createReactComponent("outline", "home-move", "HomeMove", __iconNode$QO); const __iconNode$QN = [["path", { "d": "M5 12h-2l4.497 -4.497m2 -2l2.504 -2.504l9 9h-2", "key": "svg-0" }], ["path", { "d": "M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2m0 -4v-3", "key": "svg-1" }], ["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h2m2 2v6", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconHomeOff = createReactComponent("outline", "home-off", "HomeOff", __iconNode$QN); const __iconNode$QM = [["path", { "d": "M19 12h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h5.5", "key": "svg-0" }], ["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2", "key": "svg-1" }], ["path", { "d": "M16 19h6", "key": "svg-2" }], ["path", { "d": "M19 16v6", "key": "svg-3" }]]; const IconHomePlus = createReactComponent("outline", "home-plus", "HomePlus", __iconNode$QM); const __iconNode$QL = [["path", { "d": "M20.136 11.136l-8.136 -8.136l-9 9h2v7a2 2 0 0 0 2 2h7", "key": "svg-0" }], ["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h2c.467 0 .896 .16 1.236 .428", "key": "svg-1" }], ["path", { "d": "M19 22v.01", "key": "svg-2" }], ["path", { "d": "M19 19a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-3" }]]; const IconHomeQuestion = createReactComponent("outline", "home-question", "HomeQuestion", __iconNode$QL); const __iconNode$QK = [["path", { "d": "M16 15h5v7l-2.5 -1.5l-2.5 1.5l0 -7", "key": "svg-0" }], ["path", { "d": "M20 11l-8 -8l-9 9h2v7a2 2 0 0 0 2 2h5", "key": "svg-1" }], ["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h1.5", "key": "svg-2" }]]; const IconHomeRibbon = createReactComponent("outline", "home-ribbon", "HomeRibbon", __iconNode$QK); const __iconNode$QJ = [["path", { "d": "M21 12l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h4.7", "key": "svg-0" }], ["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h2", "key": "svg-1" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-3" }]]; const IconHomeSearch = createReactComponent("outline", "home-search", "HomeSearch", __iconNode$QJ); const __iconNode$QI = [["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h2c.247 0 .484 .045 .702 .127", "key": "svg-0" }], ["path", { "d": "M19 12h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h5", "key": "svg-1" }], ["path", { "d": "M16 22l5 -5", "key": "svg-2" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-3" }]]; const IconHomeShare = createReactComponent("outline", "home-share", "HomeShare", __iconNode$QI); const __iconNode$QH = [["path", { "d": "M5 12h-2l9 -9l7.636 7.636", "key": "svg-0" }], ["path", { "d": "M5 12v7a2 2 0 0 0 2 2h5", "key": "svg-1" }], ["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h1.5", "key": "svg-2" }], ["path", { "d": "M22 16c0 4 -2.5 6 -3.5 6s-3.5 -2 -3.5 -6c1 0 2.5 -.5 3.5 -1.5c1 1 2.5 1.5 3.5 1.5", "key": "svg-3" }]]; const IconHomeShield = createReactComponent("outline", "home-shield", "HomeShield", __iconNode$QH); const __iconNode$QG = [["path", { "d": "M15 22v-2", "key": "svg-0" }], ["path", { "d": "M18 22v-4", "key": "svg-1" }], ["path", { "d": "M21 22v-6", "key": "svg-2" }], ["path", { "d": "M19 12.494v-.494h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h4", "key": "svg-3" }], ["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v.5", "key": "svg-4" }]]; const IconHomeSignal = createReactComponent("outline", "home-signal", "HomeSignal", __iconNode$QG); const __iconNode$QF = [["path", { "d": "M5 12h-2l9 -9l9 9h-2", "key": "svg-0" }], ["path", { "d": "M5 12v7a2 2 0 0 0 2 2h5", "key": "svg-1" }], ["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2", "key": "svg-2" }], ["path", { "d": "M19 22.5a4.75 4.75 0 0 1 3.5 -3.5a4.75 4.75 0 0 1 -3.5 -3.5a4.75 4.75 0 0 1 -3.5 3.5a4.75 4.75 0 0 1 3.5 3.5", "key": "svg-3" }]]; const IconHomeSpark = createReactComponent("outline", "home-spark", "HomeSpark", __iconNode$QF); const __iconNode$QE = [["path", { "d": "M19.258 10.258l-7.258 -7.258l-9 9h2v7a2 2 0 0 0 2 2h4", "key": "svg-0" }], ["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h1.5", "key": "svg-1" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-2" }]]; const IconHomeStar = createReactComponent("outline", "home-star", "HomeStar", __iconNode$QE); const __iconNode$QD = [["path", { "d": "M19 13v-1h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h2.5", "key": "svg-0" }], ["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2", "key": "svg-1" }], ["path", { "d": "M13 22l3 -3l2 2l4 -4", "key": "svg-2" }], ["path", { "d": "M19 17h3v3", "key": "svg-3" }]]; const IconHomeStats = createReactComponent("outline", "home-stats", "HomeStats", __iconNode$QD); const __iconNode$QC = [["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h2c.641 0 1.212 .302 1.578 .771", "key": "svg-0" }], ["path", { "d": "M20.136 11.136l-8.136 -8.136l-9 9h2v7a2 2 0 0 0 2 2h6.344", "key": "svg-1" }], ["path", { "d": "M19 22v-6", "key": "svg-2" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-3" }]]; const IconHomeUp = createReactComponent("outline", "home-up", "HomeUp", __iconNode$QC); const __iconNode$QB = [["path", { "d": "M19 13.4v-1.4h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h5.5", "key": "svg-0" }], ["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h2c.402 0 .777 .119 1.091 .323", "key": "svg-1" }], ["path", { "d": "M21.5 21.5l-5 -5", "key": "svg-2" }], ["path", { "d": "M16.5 21.5l5 -5", "key": "svg-3" }]]; const IconHomeX = createReactComponent("outline", "home-x", "HomeX", __iconNode$QB); const __iconNode$QA = [["path", { "d": "M5 12l-2 0l9 -9l9 9l-2 0", "key": "svg-0" }], ["path", { "d": "M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7", "key": "svg-1" }], ["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6", "key": "svg-2" }]]; const IconHome = createReactComponent("outline", "home", "Home", __iconNode$QA); const __iconNode$Qz = [["path", { "d": "M3.5 17.5c5.667 4.667 11.333 4.667 17 0", "key": "svg-0" }], ["path", { "d": "M19 18.5l-2 -8.5l1 -2l2 1l1.5 -1.5l-2.5 -4.5c-5.052 .218 -5.99 3.133 -7 6h-6a3 3 0 0 0 -3 3", "key": "svg-1" }], ["path", { "d": "M5 18.5l2 -9.5", "key": "svg-2" }], ["path", { "d": "M8 20l2 -5h4l2 5", "key": "svg-3" }]]; const IconHorseToy = createReactComponent("outline", "horse-toy", "HorseToy", __iconNode$Qz); const __iconNode$Qy = [["path", { "d": "M7 10l-.85 8.507a1.357 1.357 0 0 0 1.35 1.493h.146a2 2 0 0 0 1.857 -1.257l.994 -2.486a2 2 0 0 1 1.857 -1.257h1.292a2 2 0 0 1 1.857 1.257l.994 2.486a2 2 0 0 0 1.857 1.257h.146a1.37 1.37 0 0 0 1.364 -1.494l-.864 -9.506h-8c0 -3 -3 -5 -6 -5l-3 6l2 2l3 -2", "key": "svg-0" }], ["path", { "d": "M22 14v-2a3 3 0 0 0 -3 -3", "key": "svg-1" }]]; const IconHorse = createReactComponent("outline", "horse", "Horse", __iconNode$Qy); const __iconNode$Qx = [["path", { "d": "M19 17c.5 -1.242 2 -2 2 -5s-1 -9 -9 -9s-9 6 -9 9s1.495 3.749 2 5l-2 1l2 3l2.406 -1.147c1.25 -.714 1.778 -2.08 1.203 -3.363c-1.078 -2.407 -1.609 -8.49 3.391 -8.49s4.469 6.083 3.39 8.49c-.574 1.284 -.045 2.649 1.204 3.363l2.406 1.147l2 -3l-2 -1", "key": "svg-0" }]]; const IconHorseshoe = createReactComponent("outline", "horseshoe", "Horseshoe", __iconNode$Qx); const __iconNode$Qw = [["path", { "d": "M10 16v-8", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-1" }], ["path", { "d": "M14 16v-8", "key": "svg-2" }], ["path", { "d": "M10 12h4", "key": "svg-3" }]]; const IconHospitalCircle = createReactComponent("outline", "hospital-circle", "HospitalCircle", __iconNode$Qw); const __iconNode$Qv = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M10 16v-8", "key": "svg-1" }], ["path", { "d": "M14 16v-8", "key": "svg-2" }], ["path", { "d": "M10 12h4", "key": "svg-3" }]]; const IconHospital = createReactComponent("outline", "hospital", "Hospital", __iconNode$Qv); const __iconNode$Qu = [["path", { "d": "M8.5 10a1.5 1.5 0 0 1 -1.5 -1.5a5.5 5.5 0 0 1 11 0v10.5a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2v-2c0 -1.38 .71 -2.444 1.88 -3.175l4.424 -2.765c1.055 -.66 1.696 -1.316 1.696 -2.56a2.5 2.5 0 1 0 -5 0a1.5 1.5 0 0 1 -1.5 1.5", "key": "svg-0" }]]; const IconHotelService = createReactComponent("outline", "hotel-service", "HotelService", __iconNode$Qu); const __iconNode$Qt = [["path", { "d": "M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1", "key": "svg-0" }], ["path", { "d": "M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1", "key": "svg-1" }]]; const IconHourglassEmpty = createReactComponent("outline", "hourglass-empty", "HourglassEmpty", __iconNode$Qt); const __iconNode$Qs = [["path", { "d": "M6.5 7h11", "key": "svg-0" }], ["path", { "d": "M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1", "key": "svg-1" }], ["path", { "d": "M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1", "key": "svg-2" }]]; const IconHourglassHigh = createReactComponent("outline", "hourglass-high", "HourglassHigh", __iconNode$Qs); const __iconNode$Qr = [["path", { "d": "M6.5 17h11", "key": "svg-0" }], ["path", { "d": "M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1", "key": "svg-1" }], ["path", { "d": "M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1", "key": "svg-2" }]]; const IconHourglassLow = createReactComponent("outline", "hourglass-low", "HourglassLow", __iconNode$Qr); const __iconNode$Qq = [["path", { "d": "M18 18v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-2a6 6 0 0 1 6 -6", "key": "svg-0" }], ["path", { "d": "M6 6a6 6 0 0 0 6 6m3.13 -.88a6 6 0 0 0 2.87 -5.12v-2a1 1 0 0 0 -1 -1h-10", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconHourglassOff = createReactComponent("outline", "hourglass-off", "HourglassOff", __iconNode$Qq); const __iconNode$Qp = [["path", { "d": "M6.5 7h11", "key": "svg-0" }], ["path", { "d": "M6.5 17h11", "key": "svg-1" }], ["path", { "d": "M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1", "key": "svg-2" }], ["path", { "d": "M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1", "key": "svg-3" }]]; const IconHourglass = createReactComponent("outline", "hourglass", "Hourglass", __iconNode$Qp); const __iconNode$Qo = [["path", { "d": "M20 11a8.1 8.1 0 0 0 -15.5 -2m-.5 -4v4h4", "key": "svg-0" }], ["path", { "d": "M4 13c.468 3.6 3.384 6.546 7 7", "key": "svg-1" }], ["path", { "d": "M18 15h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2", "key": "svg-2" }], ["path", { "d": "M15 21v-6", "key": "svg-3" }]]; const IconHours12 = createReactComponent("outline", "hours-12", "Hours12", __iconNode$Qo); const __iconNode$Qn = [["path", { "d": "M4 13c.325 2.532 1.881 4.781 4 6", "key": "svg-0" }], ["path", { "d": "M20 11a8.1 8.1 0 0 0 -15.5 -2", "key": "svg-1" }], ["path", { "d": "M4 5v4h4", "key": "svg-2" }], ["path", { "d": "M12 15h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2", "key": "svg-3" }], ["path", { "d": "M18 15v2a1 1 0 0 0 1 1h1", "key": "svg-4" }], ["path", { "d": "M21 15v6", "key": "svg-5" }]]; const IconHours24 = createReactComponent("outline", "hours-24", "Hours24", __iconNode$Qn); const __iconNode$Qm = [["path", { "d": "M13 16v-8l2 5l2 -5v8", "key": "svg-0" }], ["path", { "d": "M1 16v-8", "key": "svg-1" }], ["path", { "d": "M5 8v8", "key": "svg-2" }], ["path", { "d": "M1 12h4", "key": "svg-3" }], ["path", { "d": "M7 8h4", "key": "svg-4" }], ["path", { "d": "M9 8v8", "key": "svg-5" }], ["path", { "d": "M20 8v8h3", "key": "svg-6" }]]; const IconHtml = createReactComponent("outline", "html", "Html", __iconNode$Qm); const __iconNode$Ql = [["path", { "d": "M7 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0", "key": "svg-0" }], ["path", { "d": "M17 13v-5l4 8v-8", "key": "svg-1" }], ["path", { "d": "M14 14a2 2 0 1 1 -4 0v-4m2 -2a2 2 0 0 1 2 2", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconHttpConnectOff = createReactComponent("outline", "http-connect-off", "HttpConnectOff", __iconNode$Ql); const __iconNode$Qk = [["path", { "d": "M7 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0", "key": "svg-0" }], ["path", { "d": "M17 16v-8l4 8v-8", "key": "svg-1" }], ["path", { "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2", "key": "svg-2" }]]; const IconHttpConnect = createReactComponent("outline", "http-connect", "HttpConnect", __iconNode$Qk); const __iconNode$Qj = [["path", { "d": "M3 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2l-2 0", "key": "svg-0" }], ["path", { "d": "M14 8h-2m-2 2v6h4", "key": "svg-1" }], ["path", { "d": "M10 12h2", "key": "svg-2" }], ["path", { "d": "M17 8v5m3 3h1", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconHttpDeleteOff = createReactComponent("outline", "http-delete-off", "HttpDeleteOff", __iconNode$Qj); const __iconNode$Qi = [["path", { "d": "M3 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2l-2 0", "key": "svg-0" }], ["path", { "d": "M14 8h-4v8h4", "key": "svg-1" }], ["path", { "d": "M10 12h2.5", "key": "svg-2" }], ["path", { "d": "M17 8v8h4", "key": "svg-3" }]]; const IconHttpDelete = createReactComponent("outline", "http-delete", "HttpDelete", __iconNode$Qi); const __iconNode$Qh = [["path", { "d": "M7 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1", "key": "svg-0" }], ["path", { "d": "M14 8h-2m-2 2v6h4", "key": "svg-1" }], ["path", { "d": "M10 12h2", "key": "svg-2" }], ["path", { "d": "M17 8h4", "key": "svg-3" }], ["path", { "d": "M19 8v7", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconHttpGetOff = createReactComponent("outline", "http-get-off", "HttpGetOff", __iconNode$Qh); const __iconNode$Qg = [["path", { "d": "M7 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1", "key": "svg-0" }], ["path", { "d": "M14 8h-4v8h4", "key": "svg-1" }], ["path", { "d": "M10 12h2.5", "key": "svg-2" }], ["path", { "d": "M17 8h4", "key": "svg-3" }], ["path", { "d": "M19 8v8", "key": "svg-4" }]]; const IconHttpGet = createReactComponent("outline", "http-get", "HttpGet", __iconNode$Qg); const __iconNode$Qf = [["path", { "d": "M3 16v-8", "key": "svg-0" }], ["path", { "d": "M7 8v8", "key": "svg-1" }], ["path", { "d": "M3 12h4", "key": "svg-2" }], ["path", { "d": "M14 8h-2m-2 2v6h4", "key": "svg-3" }], ["path", { "d": "M10 12h2", "key": "svg-4" }], ["path", { "d": "M17 13v-3a2 2 0 1 1 4 0v6", "key": "svg-5" }], ["path", { "d": "M17 13h4", "key": "svg-6" }], ["path", { "d": "M3 3l18 18", "key": "svg-7" }]]; const IconHttpHeadOff = createReactComponent("outline", "http-head-off", "HttpHeadOff", __iconNode$Qf); const __iconNode$Qe = [["path", { "d": "M3 16v-8", "key": "svg-0" }], ["path", { "d": "M7 8v8", "key": "svg-1" }], ["path", { "d": "M3 12h4", "key": "svg-2" }], ["path", { "d": "M14 8h-4v8h4", "key": "svg-3" }], ["path", { "d": "M10 12h2.5", "key": "svg-4" }], ["path", { "d": "M17 16v-6a2 2 0 1 1 4 0v6", "key": "svg-5" }], ["path", { "d": "M17 13h4", "key": "svg-6" }]]; const IconHttpHead = createReactComponent("outline", "http-head", "HttpHead", __iconNode$Qe); const __iconNode$Qd = [["path", { "d": "M5 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M10 12h2m2 -2a2 2 0 0 0 -2 -2m-2 2v6", "key": "svg-1" }], ["path", { "d": "M17 8h4", "key": "svg-2" }], ["path", { "d": "M19 8v7", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconHttpOptionsOff = createReactComponent("outline", "http-options-off", "HttpOptionsOff", __iconNode$Qd); const __iconNode$Qc = [["path", { "d": "M5 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M10 12h2a2 2 0 1 0 0 -4h-2v8", "key": "svg-1" }], ["path", { "d": "M17 8h4", "key": "svg-2" }], ["path", { "d": "M19 8v8", "key": "svg-3" }]]; const IconHttpOptions = createReactComponent("outline", "http-options", "HttpOptions", __iconNode$Qc); const __iconNode$Qb = [["path", { "d": "M3 12h2a2 2 0 1 0 0 -4h-2v8", "key": "svg-0" }], ["path", { "d": "M10 16v-6m2 -2a2 2 0 0 1 2 2m0 4v2", "key": "svg-1" }], ["path", { "d": "M10 13h3", "key": "svg-2" }], ["path", { "d": "M17 8h4", "key": "svg-3" }], ["path", { "d": "M19 8v7", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconHttpPatchOff = createReactComponent("outline", "http-patch-off", "HttpPatchOff", __iconNode$Qb); const __iconNode$Qa = [["path", { "d": "M3 12h2a2 2 0 1 0 0 -4h-2v8", "key": "svg-0" }], ["path", { "d": "M10 16v-6a2 2 0 1 1 4 0v6", "key": "svg-1" }], ["path", { "d": "M10 13h4", "key": "svg-2" }], ["path", { "d": "M17 8h4", "key": "svg-3" }], ["path", { "d": "M19 8v8", "key": "svg-4" }]]; const IconHttpPatch = createReactComponent("outline", "http-patch", "HttpPatch", __iconNode$Qa); const __iconNode$Q9 = [["path", { "d": "M3 12h2a2 2 0 1 0 0 -4h-2v8", "key": "svg-0" }], ["path", { "d": "M12 8a2 2 0 0 1 2 2m0 4a2 2 0 1 1 -4 0v-4", "key": "svg-1" }], ["path", { "d": "M20 16a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconHttpPostOff = createReactComponent("outline", "http-post-off", "HttpPostOff", __iconNode$Q9); const __iconNode$Q8 = [["path", { "d": "M3 12h2a2 2 0 1 0 0 -4h-2v8", "key": "svg-0" }], ["path", { "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2", "key": "svg-1" }], ["path", { "d": "M17 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1", "key": "svg-2" }]]; const IconHttpPost = createReactComponent("outline", "http-post", "HttpPost", __iconNode$Q8); const __iconNode$Q7 = [["path", { "d": "M3 12h2a2 2 0 1 0 0 -4h-2v8", "key": "svg-0" }], ["path", { "d": "M17 8h4", "key": "svg-1" }], ["path", { "d": "M19 8v8", "key": "svg-2" }], ["path", { "d": "M10 10v4a2 2 0 1 0 4 0m0 -4v-2", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconHttpPutOff = createReactComponent("outline", "http-put-off", "HttpPutOff", __iconNode$Q7); const __iconNode$Q6 = [["path", { "d": "M3 12h2a2 2 0 1 0 0 -4h-2v8", "key": "svg-0" }], ["path", { "d": "M17 8h4", "key": "svg-1" }], ["path", { "d": "M19 8v8", "key": "svg-2" }], ["path", { "d": "M10 8v6a2 2 0 1 0 4 0v-6", "key": "svg-3" }]]; const IconHttpPut = createReactComponent("outline", "http-put", "HttpPut", __iconNode$Q6); const __iconNode$Q5 = [["path", { "d": "M5 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M6 15l1 1", "key": "svg-1" }], ["path", { "d": "M21 8h-4v8h4", "key": "svg-2" }], ["path", { "d": "M17 12h2.5", "key": "svg-3" }], ["path", { "d": "M10 10v4a2 2 0 1 0 4 0m0 -4v-2", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconHttpQueOff = createReactComponent("outline", "http-que-off", "HttpQueOff", __iconNode$Q5); const __iconNode$Q4 = [["path", { "d": "M5 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M6 15l1 1", "key": "svg-1" }], ["path", { "d": "M21 8h-4v8h4", "key": "svg-2" }], ["path", { "d": "M17 12h2.5", "key": "svg-3" }], ["path", { "d": "M10 8v6a2 2 0 1 0 4 0v-6", "key": "svg-4" }]]; const IconHttpQue = createReactComponent("outline", "http-que", "HttpQue", __iconNode$Q4); const __iconNode$Q3 = [["path", { "d": "M3 8h4", "key": "svg-0" }], ["path", { "d": "M5 8v8", "key": "svg-1" }], ["path", { "d": "M10 12h2m2 -2a2 2 0 0 0 -2 -2m-2 2v6", "key": "svg-2" }], ["path", { "d": "M14 16l-3 -4", "key": "svg-3" }], ["path", { "d": "M17 13v-3a2 2 0 1 1 4 0v6", "key": "svg-4" }], ["path", { "d": "M17 13h4", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconHttpTraceOff = createReactComponent("outline", "http-trace-off", "HttpTraceOff", __iconNode$Q3); const __iconNode$Q2 = [["path", { "d": "M3 8h4", "key": "svg-0" }], ["path", { "d": "M5 8v8", "key": "svg-1" }], ["path", { "d": "M10 12h2a2 2 0 1 0 0 -4h-2v8", "key": "svg-2" }], ["path", { "d": "M14 16l-3 -4", "key": "svg-3" }], ["path", { "d": "M17 16v-6a2 2 0 1 1 4 0v6", "key": "svg-4" }], ["path", { "d": "M17 13h4", "key": "svg-5" }]]; const IconHttpTrace = createReactComponent("outline", "http-trace", "HttpTrace", __iconNode$Q2); const __iconNode$Q1 = [["path", { "d": "M17.657 11a6 6 0 1 0 -11.315 0", "key": "svg-0" }], ["path", { "d": "M6.342 11l5.658 11l5.657 -11l-11.315 0", "key": "svg-1" }]]; const IconIceCream2 = createReactComponent("outline", "ice-cream-2", "IceCream2", __iconNode$Q1); const __iconNode$Q0 = [["path", { "d": "M12 21.5v-4.5", "key": "svg-0" }], ["path", { "d": "M8 8v9h8v-1m0 -4v-5a4 4 0 0 0 -7.277 -2.294", "key": "svg-1" }], ["path", { "d": "M8 10.5l1.74 -.76m2.79 -1.222l3.47 -1.518", "key": "svg-2" }], ["path", { "d": "M8 14.5l4.488 -1.964", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconIceCreamOff = createReactComponent("outline", "ice-cream-off", "IceCreamOff", __iconNode$Q0); const __iconNode$P$ = [["path", { "d": "M12 21.5v-4.5", "key": "svg-0" }], ["path", { "d": "M8 17h8v-10a4 4 0 1 0 -8 0v10", "key": "svg-1" }], ["path", { "d": "M8 10.5l8 -3.5", "key": "svg-2" }], ["path", { "d": "M8 14.5l8 -3.5", "key": "svg-3" }]]; const IconIceCream = createReactComponent("outline", "ice-cream", "IceCream", __iconNode$P$); const __iconNode$P_ = [["path", { "d": "M5.905 5h3.418a1 1 0 0 1 .928 .629l1.143 2.856a3 3 0 0 0 2.207 1.83l4.717 .926a2.084 2.084 0 0 1 1.682 2.045v.714a1 1 0 0 1 -1 1h-13.895a1 1 0 0 1 -1 -1.1l.8 -8a1 1 0 0 1 1 -.9", "key": "svg-0" }], ["path", { "d": "M3 19h17a1 1 0 0 0 1 -1", "key": "svg-1" }], ["path", { "d": "M9 15v4", "key": "svg-2" }], ["path", { "d": "M15 15v4", "key": "svg-3" }]]; const IconIceSkating = createReactComponent("outline", "ice-skating", "IceSkating", __iconNode$P_); const __iconNode$PZ = [["path", { "d": "M19 10l-2 9l-4 3l-3 -5l-3 -1l-2 -6l2 -5l3 -2l3 3l4 1l2 3", "key": "svg-0" }], ["path", { "d": "M3 10h18", "key": "svg-1" }]]; const IconIceberg = createReactComponent("outline", "iceberg", "Iceberg", __iconNode$PZ); const __iconNode$PY = [["path", { "d": "M4.01 4.041a3.5 3.5 0 0 0 2.49 5.959c.975 0 1.865 -.357 2.5 -1m.958 -3.044a3.503 3.503 0 0 0 -2.905 -2.912", "key": "svg-0" }], ["path", { "d": "M2.5 21h8l-4 -7l-4 7", "key": "svg-1" }], ["path", { "d": "M14 3l7 7", "key": "svg-2" }], ["path", { "d": "M14 10l7 -7", "key": "svg-3" }], ["path", { "d": "M18 14h3v3m0 4h-7v-7", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconIconsOff = createReactComponent("outline", "icons-off", "IconsOff", __iconNode$PY); const __iconNode$PX = [["path", { "d": "M3 6.5a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0", "key": "svg-0" }], ["path", { "d": "M2.5 21h8l-4 -7l-4 7", "key": "svg-1" }], ["path", { "d": "M14 3l7 7", "key": "svg-2" }], ["path", { "d": "M14 10l7 -7", "key": "svg-3" }], ["path", { "d": "M14 14h7v7h-7l0 -7", "key": "svg-4" }]]; const IconIcons = createReactComponent("outline", "icons", "Icons", __iconNode$PX); const __iconNode$PW = [["path", { "d": "M7 12h3v4h-3l0 -4", "key": "svg-0" }], ["path", { "d": "M10 6h-6a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h16a1 1 0 0 0 1 -1v-12a1 1 0 0 0 -1 -1h-6", "key": "svg-1" }], ["path", { "d": "M10 4a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -3", "key": "svg-2" }], ["path", { "d": "M14 16h2", "key": "svg-3" }], ["path", { "d": "M14 12h4", "key": "svg-4" }]]; const IconIdBadge2 = createReactComponent("outline", "id-badge-2", "IdBadge2", __iconNode$PW); const __iconNode$PV = [["path", { "d": "M7.141 3.125a3 3 0 0 1 .859 -.125h8a3 3 0 0 1 3 3v9m-.13 3.874a3 3 0 0 1 -2.87 2.126h-8a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 .128 -.869", "key": "svg-0" }], ["path", { "d": "M11.179 11.176a2 2 0 1 0 2.635 2.667", "key": "svg-1" }], ["path", { "d": "M10 6h4", "key": "svg-2" }], ["path", { "d": "M9 18h6", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconIdBadgeOff = createReactComponent("outline", "id-badge-off", "IdBadgeOff", __iconNode$PV); const __iconNode$PU = [["path", { "d": "M5 6a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-8a3 3 0 0 1 -3 -3l0 -12", "key": "svg-0" }], ["path", { "d": "M10 13a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M10 6h4", "key": "svg-2" }], ["path", { "d": "M9 18h6", "key": "svg-3" }]]; const IconIdBadge = createReactComponent("outline", "id-badge", "IdBadge", __iconNode$PU); const __iconNode$PT = [["path", { "d": "M8 4h10a3 3 0 0 1 3 3v10m-1.437 2.561c-.455 .279 -.99 .439 -1.563 .439h-12a3 3 0 0 1 -3 -3v-10c0 -1.083 .573 -2.031 1.433 -2.559", "key": "svg-0" }], ["path", { "d": "M8.175 8.178a2 2 0 1 0 2.646 2.65", "key": "svg-1" }], ["path", { "d": "M15 8h2", "key": "svg-2" }], ["path", { "d": "M16 12h1", "key": "svg-3" }], ["path", { "d": "M7 16h9", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconIdOff = createReactComponent("outline", "id-off", "IdOff", __iconNode$PT); const __iconNode$PS = [["path", { "d": "M3 7a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3l0 -10", "key": "svg-0" }], ["path", { "d": "M7 10a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M15 8l2 0", "key": "svg-2" }], ["path", { "d": "M15 12l2 0", "key": "svg-3" }], ["path", { "d": "M7 16l10 0", "key": "svg-4" }]]; const IconId = createReactComponent("outline", "id", "Id", __iconNode$PS); const __iconNode$PR = [["path", { "d": "M21 8.007v7.986a2 2 0 0 1 -1.006 1.735l-7 4.007a2 2 0 0 1 -1.988 0l-7 -4.007a2 2 0 0 1 -1.006 -1.735v-7.986a2 2 0 0 1 1.006 -1.735l7 -4.007a2 2 0 0 1 1.988 0l7 4.007a2 2 0 0 1 1.006 1.735", "key": "svg-0" }], ["path", { "d": "M3.29 6.97l4.21 2.03", "key": "svg-1" }], ["path", { "d": "M20.71 6.97l-4.21 2.03", "key": "svg-2" }], ["path", { "d": "M20.7 17h-17.4", "key": "svg-3" }], ["path", { "d": "M11.76 2.03l-4.26 6.97l-4.3 7.84", "key": "svg-4" }], ["path", { "d": "M12.24 2.03q 2.797 4.44 4.26 6.97t 4.3 7.84", "key": "svg-5" }], ["path", { "d": "M12 17l-4.5 -8h9l-4.5 8", "key": "svg-6" }], ["path", { "d": "M12 17v5", "key": "svg-7" }]]; const IconIkosaedr = createReactComponent("outline", "ikosaedr", "Ikosaedr", __iconNode$PR); const __iconNode$PQ = [["path", { "d": "M3 21v-4a4 4 0 1 1 4 4h-4", "key": "svg-0" }], ["path", { "d": "M21 3a16 16 0 0 0 -12.8 10.2", "key": "svg-1" }], ["path", { "d": "M21 3a16 16 0 0 1 -10.2 12.8", "key": "svg-2" }], ["path", { "d": "M10.6 9a9 9 0 0 1 4.4 4.4", "key": "svg-3" }], ["path", { "d": "M17 19a2 2 0 0 1 2 2a2 2 0 0 1 2 -2a2 2 0 0 1 -2 -2a2 2 0 0 1 -2 2", "key": "svg-4" }], ["path", { "d": "M3 5a2 2 0 0 1 2 2a2 2 0 0 1 2 -2a2 2 0 0 1 -2 -2a2 2 0 0 1 -2 2", "key": "svg-5" }]]; const IconImageGeneration = createReactComponent("outline", "image-generation", "ImageGeneration", __iconNode$PQ); const __iconNode$PP = [["path", { "d": "M13 15c-2 0 -5 1 -5 5", "key": "svg-0" }], ["path", { "d": "M4 13a2 2 0 0 1 2 -2h5a2 2 0 0 1 2 2v5a2 2 0 0 1 -2 2h-5a2 2 0 0 1 -2 -2l0 -5", "key": "svg-1" }], ["path", { "d": "M4 7v-2a1 1 0 0 1 1 -1h2", "key": "svg-2" }], ["path", { "d": "M11 4h2", "key": "svg-3" }], ["path", { "d": "M17 4h2a1 1 0 0 1 1 1v2", "key": "svg-4" }], ["path", { "d": "M20 11v2", "key": "svg-5" }], ["path", { "d": "M20 17v2a1 1 0 0 1 -1 1h-2", "key": "svg-6" }]]; const IconImageInPicture = createReactComponent("outline", "image-in-picture", "ImageInPicture", __iconNode$PP); const __iconNode$PO = [["path", { "d": "M8 4h10a2 2 0 0 1 2 2v10m-.593 3.422a2 2 0 0 1 -1.407 .578h-12a2 2 0 0 1 -2 -2v-12c0 -.554 .225 -1.056 .59 -1.418", "key": "svg-0" }], ["path", { "d": "M4 13h3l3 3h4l.987 -.987m2.013 -2.013h3", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconInboxOff = createReactComponent("outline", "inbox-off", "InboxOff", __iconNode$PO); const __iconNode$PN = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }], ["path", { "d": "M4 13h3l3 3h4l3 -3h3", "key": "svg-1" }]]; const IconInbox = createReactComponent("outline", "inbox", "Inbox", __iconNode$PN); const __iconNode$PM = [["path", { "d": "M20 6l-7 0", "key": "svg-0" }], ["path", { "d": "M20 12l-9 0", "key": "svg-1" }], ["path", { "d": "M20 18l-7 0", "key": "svg-2" }], ["path", { "d": "M8 8l-4 4l4 4", "key": "svg-3" }]]; const IconIndentDecrease = createReactComponent("outline", "indent-decrease", "IndentDecrease", __iconNode$PM); const __iconNode$PL = [["path", { "d": "M20 6l-11 0", "key": "svg-0" }], ["path", { "d": "M20 12l-7 0", "key": "svg-1" }], ["path", { "d": "M20 18l-11 0", "key": "svg-2" }], ["path", { "d": "M4 8l4 4l-4 4", "key": "svg-3" }]]; const IconIndentIncrease = createReactComponent("outline", "indent-increase", "IndentIncrease", __iconNode$PL); const __iconNode$PK = [["path", { "d": "M8.165 8.174a4 4 0 0 0 -5.166 3.826a4 4 0 0 0 6.829 2.828a10 10 0 0 0 2.172 -2.828m1.677 -2.347a10 10 0 0 1 .495 -.481a4 4 0 1 1 5.129 6.1m-3.521 .537a4 4 0 0 1 -1.608 -.981a10 10 0 0 1 -2.172 -2.828", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconInfinityOff = createReactComponent("outline", "infinity-off", "InfinityOff", __iconNode$PK); const __iconNode$PJ = [["path", { "d": "M9.828 9.172a4 4 0 1 0 0 5.656a10 10 0 0 0 2.172 -2.828a10 10 0 0 1 2.172 -2.828a4 4 0 1 1 0 5.656a10 10 0 0 1 -2.172 -2.828a10 10 0 0 0 -2.172 -2.828", "key": "svg-0" }]]; const IconInfinity = createReactComponent("outline", "infinity", "Infinity", __iconNode$PJ); const __iconNode$PI = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 9h.01", "key": "svg-1" }], ["path", { "d": "M11 12h1v4h1", "key": "svg-2" }]]; const IconInfoCircle = createReactComponent("outline", "info-circle", "InfoCircle", __iconNode$PI); const __iconNode$PH = [["path", { "d": "M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M12 9h.01", "key": "svg-1" }], ["path", { "d": "M11 12h1v4h1", "key": "svg-2" }]]; const IconInfoHexagon = createReactComponent("outline", "info-hexagon", "InfoHexagon", __iconNode$PH); const __iconNode$PG = [["path", { "d": "M12.802 2.165l5.575 2.389c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-2.389 5.575c-.206 .48 -.589 .863 -1.07 1.07l-5.574 2.388c-.512 .22 -1.092 .22 -1.604 0l-5.575 -2.389a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.206 -.48 .589 -.863 1.07 -1.07l5.574 -2.388a2.036 2.036 0 0 1 1.604 0", "key": "svg-0" }], ["path", { "d": "M12 9h.01", "key": "svg-1" }], ["path", { "d": "M11 12h1v4h1", "key": "svg-2" }]]; const IconInfoOctagon = createReactComponent("outline", "info-octagon", "InfoOctagon", __iconNode$PG); const __iconNode$PF = [["path", { "d": "M12 9h.01", "key": "svg-0" }], ["path", { "d": "M11 12h1v4h1", "key": "svg-1" }]]; const IconInfoSmall = createReactComponent("outline", "info-small", "InfoSmall", __iconNode$PF); const __iconNode$PE = [["path", { "d": "M12 9h.01", "key": "svg-0" }], ["path", { "d": "M11 12h1v4h1", "key": "svg-1" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-2" }]]; const IconInfoSquareRounded = createReactComponent("outline", "info-square-rounded", "InfoSquareRounded", __iconNode$PE); const __iconNode$PD = [["path", { "d": "M12 9h.01", "key": "svg-0" }], ["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-1" }], ["path", { "d": "M11 12h1v4h1", "key": "svg-2" }]]; const IconInfoSquare = createReactComponent("outline", "info-square", "InfoSquare", __iconNode$PD); const __iconNode$PC = [["path", { "d": "M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0", "key": "svg-0" }], ["path", { "d": "M12 9h.01", "key": "svg-1" }], ["path", { "d": "M11 12h1v4h1", "key": "svg-2" }]]; const IconInfoTriangle = createReactComponent("outline", "info-triangle", "InfoTriangle", __iconNode$PC); const __iconNode$PB = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M6 12a6 6 0 0 0 6 6", "key": "svg-1" }]]; const IconInnerShadowBottomLeft = createReactComponent("outline", "inner-shadow-bottom-left", "InnerShadowBottomLeft", __iconNode$PB); const __iconNode$PA = [["path", { "d": "M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18", "key": "svg-0" }], ["path", { "d": "M18 12a6 6 0 0 1 -6 6", "key": "svg-1" }]]; const IconInnerShadowBottomRight = createReactComponent("outline", "inner-shadow-bottom-right", "InnerShadowBottomRight", __iconNode$PA); const __iconNode$Pz = [["path", { "d": "M18.364 18.364a9 9 0 1 0 -12.728 -12.728a9 9 0 0 0 12.728 12.728", "key": "svg-0" }], ["path", { "d": "M7.757 16.243a6 6 0 0 0 8.486 0", "key": "svg-1" }]]; const IconInnerShadowBottom = createReactComponent("outline", "inner-shadow-bottom", "InnerShadowBottom", __iconNode$Pz); const __iconNode$Py = [["path", { "d": "M5.636 5.636a9 9 0 1 1 12.728 12.728a9 9 0 0 1 -12.728 -12.728", "key": "svg-0" }], ["path", { "d": "M7.757 16.243a6 6 0 0 1 0 -8.486", "key": "svg-1" }]]; const IconInnerShadowLeft = createReactComponent("outline", "inner-shadow-left", "InnerShadowLeft", __iconNode$Py); const __iconNode$Px = [["path", { "d": "M18.364 18.364a9 9 0 1 1 -12.728 -12.728a9 9 0 0 1 12.728 12.728", "key": "svg-0" }], ["path", { "d": "M16.243 7.757a6 6 0 0 1 0 8.486", "key": "svg-1" }]]; const IconInnerShadowRight = createReactComponent("outline", "inner-shadow-right", "InnerShadowRight", __iconNode$Px); const __iconNode$Pw = [["path", { "d": "M12 3a9 9 0 1 1 0 18a9 9 0 0 1 0 -18", "key": "svg-0" }], ["path", { "d": "M6 12a6 6 0 0 1 6 -6", "key": "svg-1" }]]; const IconInnerShadowTopLeft = createReactComponent("outline", "inner-shadow-top-left", "InnerShadowTopLeft", __iconNode$Pw); const __iconNode$Pv = [["path", { "d": "M12 3a9 9 0 1 0 0 18a9 9 0 0 0 0 -18", "key": "svg-0" }], ["path", { "d": "M18 12a6 6 0 0 0 -6 -6", "key": "svg-1" }]]; const IconInnerShadowTopRight = createReactComponent("outline", "inner-shadow-top-right", "InnerShadowTopRight", __iconNode$Pv); const __iconNode$Pu = [["path", { "d": "M5.636 5.636a9 9 0 1 0 12.728 12.728a9 9 0 0 0 -12.728 -12.728", "key": "svg-0" }], ["path", { "d": "M16.243 7.757a6 6 0 0 0 -8.486 0", "key": "svg-1" }]]; const IconInnerShadowTop = createReactComponent("outline", "inner-shadow-top", "InnerShadowTop", __iconNode$Pu); const __iconNode$Pt = [["path", { "d": "M20 11v-2a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h4", "key": "svg-0" }], ["path", { "d": "M14 21v-4a2 2 0 1 1 4 0v4", "key": "svg-1" }], ["path", { "d": "M14 19h4", "key": "svg-2" }], ["path", { "d": "M21 15v6", "key": "svg-3" }]]; const IconInputAi = createReactComponent("outline", "input-ai", "InputAi", __iconNode$Pt); const __iconNode$Ps = [["path", { "d": "M20 13v-4a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h6", "key": "svg-0" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-1" }]]; const IconInputCheck = createReactComponent("outline", "input-check", "InputCheck", __iconNode$Ps); const __iconNode$Pr = [["path", { "d": "M20 11v-2a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h5", "key": "svg-0" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-2" }]]; const IconInputSearch = createReactComponent("outline", "input-search", "InputSearch", __iconNode$Pr); const __iconNode$Pq = [["path", { "d": "M19 22.5a4.75 4.75 0 0 1 3.5 -3.5a4.75 4.75 0 0 1 -3.5 -3.5a4.75 4.75 0 0 1 -3.5 3.5a4.75 4.75 0 0 1 3.5 3.5", "key": "svg-0" }], ["path", { "d": "M20 11.5v-2.5a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h7", "key": "svg-1" }]]; const IconInputSpark = createReactComponent("outline", "input-spark", "InputSpark", __iconNode$Pq); const __iconNode$Pp = [["path", { "d": "M20 13v-4a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h7", "key": "svg-0" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-1" }], ["path", { "d": "M17 22l5 -5", "key": "svg-2" }]]; const IconInputX = createReactComponent("outline", "input-x", "InputX", __iconNode$Pp); const __iconNode$Po = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M19 12v7a1.78 1.78 0 0 1 -3.1 1.4a1.65 1.65 0 0 0 -2.6 0a1.65 1.65 0 0 1 -2.6 0a1.65 1.65 0 0 0 -2.6 0a1.78 1.78 0 0 1 -3.1 -1.4v-14a2 2 0 0 1 2 -2h7l5 5v4.25", "key": "svg-1" }]]; const IconInvoice = createReactComponent("outline", "invoice", "Invoice", __iconNode$Po); const __iconNode$Pn = [["path", { "d": "M9 6h7.459a3 3 0 0 1 2.959 2.507l.577 3.464l.81 4.865a1 1 0 0 1 -.985 1.164h-16.82a7 7 0 0 1 7 -7h9.8", "key": "svg-0" }], ["path", { "d": "M12 15h.01", "key": "svg-1" }]]; const IconIroning1 = createReactComponent("outline", "ironing-1", "Ironing1", __iconNode$Pn); const __iconNode$Pm = [["path", { "d": "M10 15h.01", "key": "svg-0" }], ["path", { "d": "M9 6h7.459a3 3 0 0 1 2.959 2.507l.577 3.464l.81 4.865a1 1 0 0 1 -.985 1.164h-16.82a7 7 0 0 1 7 -7h9.8", "key": "svg-1" }], ["path", { "d": "M14 15h.01", "key": "svg-2" }]]; const IconIroning2 = createReactComponent("outline", "ironing-2", "Ironing2", __iconNode$Pm); const __iconNode$Pl = [["path", { "d": "M12 15h.01", "key": "svg-0" }], ["path", { "d": "M9 6h7.459a3 3 0 0 1 2.959 2.507l.577 3.464l.81 4.865a1 1 0 0 1 -.985 1.164h-16.82a7 7 0 0 1 7 -7h9.8", "key": "svg-1" }], ["path", { "d": "M9 15h.01", "key": "svg-2" }], ["path", { "d": "M15 15h.01", "key": "svg-3" }]]; const IconIroning3 = createReactComponent("outline", "ironing-3", "Ironing3", __iconNode$Pl); const __iconNode$Pk = [["path", { "d": "M10 6h6.459a3 3 0 0 1 2.959 2.507l.577 3.464l.804 4.821l.007 .044m-2.806 1.164h-15a7 7 0 0 1 7 -7h1m4 0h4.8", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconIroningOff = createReactComponent("outline", "ironing-off", "IroningOff", __iconNode$Pk); const __iconNode$Pj = [["path", { "d": "M9 4h7.459a3 3 0 0 1 2.959 2.507l.577 3.464l.81 4.865a1 1 0 0 1 -.821 1.15", "key": "svg-0" }], ["path", { "d": "M16 16h-13a7 7 0 0 1 6.056 -6.937", "key": "svg-1" }], ["path", { "d": "M13 9h6.8", "key": "svg-2" }], ["path", { "d": "M12 19v2", "key": "svg-3" }], ["path", { "d": "M8 19l-1 2", "key": "svg-4" }], ["path", { "d": "M16 19l1 2", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconIroningSteamOff = createReactComponent("outline", "ironing-steam-off", "IroningSteamOff", __iconNode$Pj); const __iconNode$Pi = [["path", { "d": "M12 19v2", "key": "svg-0" }], ["path", { "d": "M9 4h7.459a3 3 0 0 1 2.959 2.507l.577 3.464l.81 4.865a1 1 0 0 1 -.985 1.164h-16.82a7 7 0 0 1 7 -7h9.8", "key": "svg-1" }], ["path", { "d": "M8 19l-1 2", "key": "svg-2" }], ["path", { "d": "M16 19l1 2", "key": "svg-3" }]]; const IconIroningSteam = createReactComponent("outline", "ironing-steam", "IroningSteam", __iconNode$Pi); const __iconNode$Ph = [["path", { "d": "M9 6h7.459a3 3 0 0 1 2.959 2.507l.577 3.464l.81 4.865a1 1 0 0 1 -.985 1.164h-16.82a7 7 0 0 1 7 -7h9.8", "key": "svg-0" }]]; const IconIroning = createReactComponent("outline", "ironing", "Ironing", __iconNode$Ph); const __iconNode$Pg = [["path", { "d": "M4.706 4.73a1 1 0 0 0 -.458 1.14l1.752 6.13l-1.752 6.13a1 1 0 0 0 .592 1.205l6.282 2.503a2.46 2.46 0 0 0 1.756 0l6.282 -2.503c.04 -.016 .079 -.035 .116 -.055m-.474 -4.474l-.802 -2.806l1.752 -6.13a1 1 0 0 0 -.592 -1.205l-6.282 -2.503a2.46 2.46 0 0 0 -1.756 0l-3.544 1.412", "key": "svg-0" }], ["path", { "d": "M4.5 5.5c.661 .214 1.161 .38 1.5 .5m6 2c.29 -.003 .603 -.06 .878 -.17l6.622 -2.33", "key": "svg-1" }], ["path", { "d": "M6 12l5.21 1.862a2.34 2.34 0 0 0 1.58 0l.742 -.265m2.956 -1.057c.312 -.11 .816 -.291 1.512 -.54", "key": "svg-2" }], ["path", { "d": "M12 22v-10", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconIrregularPolyhedronOff = createReactComponent("outline", "irregular-polyhedron-off", "IrregularPolyhedronOff", __iconNode$Pg); const __iconNode$Pf = [["path", { "d": "M18 12l1.752 -6.13a1 1 0 0 0 -.592 -1.205l-6.282 -2.503a2.46 2.46 0 0 0 -1.756 0l-6.282 2.503a1 1 0 0 0 -.592 1.204l1.752 6.131l-1.752 6.13a1 1 0 0 0 .592 1.205l6.282 2.503a2.46 2.46 0 0 0 1.756 0l.221 -.088", "key": "svg-0" }], ["path", { "d": "M4.5 5.5l6.622 2.33a2.35 2.35 0 0 0 1.756 0l6.622 -2.33", "key": "svg-1" }], ["path", { "d": "M6 12l5.21 1.862a2.34 2.34 0 0 0 1.58 0l5.21 -1.862", "key": "svg-2" }], ["path", { "d": "M12 22v-14", "key": "svg-3" }], ["path", { "d": "M16 19h6", "key": "svg-4" }], ["path", { "d": "M19 16v6", "key": "svg-5" }]]; const IconIrregularPolyhedronPlus = createReactComponent("outline", "irregular-polyhedron-plus", "IrregularPolyhedronPlus", __iconNode$Pf); const __iconNode$Pe = [["path", { "d": "M6 12l-1.752 6.13a1 1 0 0 0 .592 1.205l6.282 2.503a2.46 2.46 0 0 0 1.756 0l6.282 -2.503a1 1 0 0 0 .592 -1.204l-1.752 -6.131l1.752 -6.13a1 1 0 0 0 -.592 -1.205l-6.282 -2.503a2.46 2.46 0 0 0 -1.756 0l-6.282 2.503a1 1 0 0 0 -.592 1.204l1.752 6.131", "key": "svg-0" }], ["path", { "d": "M4.5 5.5l6.622 2.33a2.35 2.35 0 0 0 1.756 0l6.622 -2.33", "key": "svg-1" }], ["path", { "d": "M6 12l5.21 1.862a2.34 2.34 0 0 0 1.58 0l5.21 -1.862", "key": "svg-2" }], ["path", { "d": "M12 22v-14", "key": "svg-3" }]]; const IconIrregularPolyhedron = createReactComponent("outline", "irregular-polyhedron", "IrregularPolyhedron", __iconNode$Pe); const __iconNode$Pd = [["path", { "d": "M11 5l6 0", "key": "svg-0" }], ["path", { "d": "M7 19l6 0", "key": "svg-1" }], ["path", { "d": "M14 5l-4 14", "key": "svg-2" }]]; const IconItalic = createReactComponent("outline", "italic", "Italic", __iconNode$Pd); const __iconNode$Pc = [["path", { "d": "M16 3l-4 5l-4 -5", "key": "svg-0" }], ["path", { "d": "M12 19a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2v-8.172a2 2 0 0 1 .586 -1.414l.828 -.828a2 2 0 0 0 .586 -1.414v-2.172a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v2.172a2 2 0 0 0 .586 1.414l.828 .828a2 2 0 0 1 .586 1.414v8.172a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2", "key": "svg-1" }], ["path", { "d": "M20 13h-3a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-2" }], ["path", { "d": "M4 17h3a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3", "key": "svg-3" }], ["path", { "d": "M12 19v-11", "key": "svg-4" }]]; const IconJacket = createReactComponent("outline", "jacket", "Jacket", __iconNode$Pc); const __iconNode$Pb = [["path", { "d": "M10 6a3 3 0 1 0 -6 0v7h6v-7", "key": "svg-0" }], ["path", { "d": "M14 13h6v-7a3 3 0 0 0 -6 0v7", "key": "svg-1" }], ["path", { "d": "M5 16c0 2.333 .667 4 2 5c1.333 -1 2 -2.667 2 -5", "key": "svg-2" }], ["path", { "d": "M15 16c0 2.333 .667 4 2 5c1.333 -1 2 -2.667 2 -5", "key": "svg-3" }], ["path", { "d": "M10 8h4", "key": "svg-4" }], ["path", { "d": "M10 11h4", "key": "svg-5" }]]; const IconJetpack = createReactComponent("outline", "jetpack", "Jetpack", __iconNode$Pb); const __iconNode$Pa = [["path", { "d": "M10 5h1.4a1 1 0 0 1 .882 .53l1.718 3.22", "key": "svg-0" }], ["path", { "d": "M3.485 16.94l.136 .545a2 2 0 0 0 1.94 1.515h7.439a10 10 0 0 0 8 -4c0 -6 -5 -8 -5 -8c-1.889 2.518 -5.852 4 -9 4h-2a2 2 0 0 0 -2 2c0 1.328 .163 2.652 .485 3.94", "key": "svg-1" }], ["path", { "d": "M3.25 15h17.75", "key": "svg-2" }]]; const IconJetski = createReactComponent("outline", "jetski", "Jetski", __iconNode$Pa); const __iconNode$P9 = [["path", { "d": "M12 2l3 5h6l-3 5l3 5h-6l-3 5l-3 -5h-6l3 -5l-3 -5h6l3 -5", "key": "svg-0" }]]; const IconJewishStar = createReactComponent("outline", "jewish-star", "JewishStar", __iconNode$P9); const __iconNode$P8 = [["path", { "d": "M6 4h3a2 2 0 0 1 2 2v6a1 1 0 0 0 1 1h6a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-6.586a1 1 0 0 1 -.707 -.293l-6.414 -6.414a1 1 0 0 1 -.293 -.707v-6.586a2 2 0 0 1 2 -2", "key": "svg-0" }]]; const IconJoinBevel = createReactComponent("outline", "join-bevel", "JoinBevel", __iconNode$P8); const __iconNode$P7 = [["path", { "d": "M6 4h3a2 2 0 0 1 2 2v6a1 1 0 0 0 1 1h6a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-6a8 8 0 0 1 -8 -8v-6a2 2 0 0 1 2 -2", "key": "svg-0" }]]; const IconJoinRound = createReactComponent("outline", "join-round", "JoinRound", __iconNode$P7); const __iconNode$P6 = [["path", { "d": "M6 4h3a2 2 0 0 1 2 2v6a1 1 0 0 0 1 1h6a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2", "key": "svg-0" }]]; const IconJoinStraight = createReactComponent("outline", "join-straight", "JoinStraight", __iconNode$P6); const __iconNode$P5 = [["path", { "d": "M5 17.5a1.5 1.5 0 0 1 1.5 -1.5h11a1.5 1.5 0 0 1 1.5 1.5a1.5 1.5 0 0 1 -1.5 1.5h-11a1.5 1.5 0 0 1 -1.5 -1.5", "key": "svg-0" }], ["path", { "d": "M12 16q -2.5 -8 -6 -8q -2.5 0 -3 2c2.953 .31 3.308 3.33 4 6", "key": "svg-1" }], ["path", { "d": "M12 16q 2.5 -8 6 -8q 2.5 0 3 2c-2.953 .31 -3.308 3.33 -4 6", "key": "svg-2" }], ["path", { "d": "M9 9.5q 2 -3.5 3 -3.5t 3 3.5", "key": "svg-3" }]]; const IconJoker = createReactComponent("outline", "joker", "Joker", __iconNode$P5); const __iconNode$P4 = [["path", { "d": "M21 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1", "key": "svg-0" }], ["path", { "d": "M10 16v-8h2a2 2 0 1 1 0 4h-2", "key": "svg-1" }], ["path", { "d": "M3 8h4v6a2 2 0 0 1 -2 2h-1.5a.5 .5 0 0 1 -.5 -.5v-.5", "key": "svg-2" }]]; const IconJpg = createReactComponent("outline", "jpg", "Jpg", __iconNode$P4); const __iconNode$P3 = [["path", { "d": "M20 16v-8l3 8v-8", "key": "svg-0" }], ["path", { "d": "M15 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2", "key": "svg-1" }], ["path", { "d": "M1 8h3v6.5a1.5 1.5 0 0 1 -3 0v-.5", "key": "svg-2" }], ["path", { "d": "M7 15a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1", "key": "svg-3" }]]; const IconJson = createReactComponent("outline", "json", "Json", __iconNode$P3); const __iconNode$P2 = [["path", { "d": "M6 14v-6a3 3 0 1 1 6 0v8a3 3 0 0 0 6 0v-6", "key": "svg-0" }], ["path", { "d": "M16 5a2 2 0 0 1 2 -2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2a2 2 0 0 1 -2 -2l0 -3", "key": "svg-1" }], ["path", { "d": "M4 16a2 2 0 0 1 2 -2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2a2 2 0 0 1 -2 -2l0 -3", "key": "svg-2" }]]; const IconJumpRope = createReactComponent("outline", "jump-rope", "JumpRope", __iconNode$P2); const __iconNode$P1 = [["path", { "d": "M17 4a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M3 9l4.5 1l3 2.5", "key": "svg-1" }], ["path", { "d": "M13 21v-8l3 -5.5", "key": "svg-2" }], ["path", { "d": "M8 4.5l4 2l4 1l4 3.5l-2 3.5", "key": "svg-3" }]]; const IconKarate = createReactComponent("outline", "karate", "Karate", __iconNode$P1); const __iconNode$P0 = [["path", { "d": "M6.414 6.414a2 2 0 0 0 0 -2.828l-1.414 -1.414l-2.828 2.828l1.414 1.414a2 2 0 0 0 2.828 0", "key": "svg-0" }], ["path", { "d": "M17.586 17.586a2 2 0 0 0 0 2.828l1.414 1.414l2.828 -2.828l-1.414 -1.414a2 2 0 0 0 -2.828 0", "key": "svg-1" }], ["path", { "d": "M6.5 6.5l11 11", "key": "svg-2" }], ["path", { "d": "M22 2.5c-9.983 2.601 -17.627 7.952 -20 19.5c9.983 -2.601 17.627 -7.952 20 -19.5", "key": "svg-3" }], ["path", { "d": "M6.5 12.5l5 5", "key": "svg-4" }], ["path", { "d": "M12.5 6.5l5 5", "key": "svg-5" }]]; const IconKayak = createReactComponent("outline", "kayak", "Kayak", __iconNode$P0); const __iconNode$O$ = [["path", { "d": "M16 15v-3.5a2.5 2.5 0 1 1 5 0v3.5m0 -2h-5", "key": "svg-0" }], ["path", { "d": "M3 9l3 6l3 -6", "key": "svg-1" }], ["path", { "d": "M9 20l6 -16", "key": "svg-2" }]]; const IconKerning = createReactComponent("outline", "kerning", "Kerning", __iconNode$O$); const __iconNode$O_ = [["path", { "d": "M10.17 6.159l2.316 -2.316a2.877 2.877 0 0 1 4.069 0l3.602 3.602a2.877 2.877 0 0 1 0 4.069l-2.33 2.33", "key": "svg-0" }], ["path", { "d": "M14.931 14.948a2.863 2.863 0 0 1 -1.486 -.79l-.301 -.302l-6.558 6.558a2 2 0 0 1 -1.239 .578l-.175 .008h-1.172a1 1 0 0 1 -.993 -.883l-.007 -.117v-1.172a2 2 0 0 1 .467 -1.284l.119 -.13l.414 -.414h2v-2h2v-2l2.144 -2.144l-.301 -.301a2.863 2.863 0 0 1 -.794 -1.504", "key": "svg-1" }], ["path", { "d": "M15 9h.01", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconKeyOff = createReactComponent("outline", "key-off", "KeyOff", __iconNode$O_); const __iconNode$OZ = [["path", { "d": "M16.555 3.843l3.602 3.602a2.877 2.877 0 0 1 0 4.069l-2.643 2.643a2.877 2.877 0 0 1 -4.069 0l-.301 -.301l-6.558 6.558a2 2 0 0 1 -1.239 .578l-.175 .008h-1.172a1 1 0 0 1 -.993 -.883l-.007 -.117v-1.172a2 2 0 0 1 .467 -1.284l.119 -.13l.414 -.414h2v-2h2v-2l2.144 -2.144l-.301 -.301a2.877 2.877 0 0 1 0 -4.069l2.643 -2.643a2.877 2.877 0 0 1 4.069 0", "key": "svg-0" }], ["path", { "d": "M15 9h.01", "key": "svg-1" }]]; const IconKey = createReactComponent("outline", "key", "Key", __iconNode$OZ); const __iconNode$OY = [["path", { "d": "M2 5a2 2 0 0 1 2 -2h16a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-16a2 2 0 0 1 -2 -2l0 -8", "key": "svg-0" }], ["path", { "d": "M6 7l0 .01", "key": "svg-1" }], ["path", { "d": "M10 7l0 .01", "key": "svg-2" }], ["path", { "d": "M14 7l0 .01", "key": "svg-3" }], ["path", { "d": "M18 7l0 .01", "key": "svg-4" }], ["path", { "d": "M6 11l0 .01", "key": "svg-5" }], ["path", { "d": "M18 11l0 .01", "key": "svg-6" }], ["path", { "d": "M10 11l4 0", "key": "svg-7" }], ["path", { "d": "M10 21l2 -2l2 2", "key": "svg-8" }]]; const IconKeyboardHide = createReactComponent("outline", "keyboard-hide", "KeyboardHide", __iconNode$OY); const __iconNode$OX = [["path", { "d": "M18 18h-14a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2m4 0h10a2 2 0 0 1 2 2v8c0 .554 -.226 1.056 -.59 1.418", "key": "svg-0" }], ["path", { "d": "M6 10l0 .01", "key": "svg-1" }], ["path", { "d": "M10 10l0 .01", "key": "svg-2" }], ["path", { "d": "M14 10l0 .01", "key": "svg-3" }], ["path", { "d": "M18 10l0 .01", "key": "svg-4" }], ["path", { "d": "M6 14l0 .01", "key": "svg-5" }], ["path", { "d": "M18 14l0 .01", "key": "svg-6" }], ["path", { "d": "M10 14l4 0", "key": "svg-7" }], ["path", { "d": "M3 3l18 18", "key": "svg-8" }]]; const IconKeyboardOff = createReactComponent("outline", "keyboard-off", "KeyboardOff", __iconNode$OX); const __iconNode$OW = [["path", { "d": "M2 5a2 2 0 0 1 2 -2h16a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-16a2 2 0 0 1 -2 -2l0 -8", "key": "svg-0" }], ["path", { "d": "M6 7l0 .01", "key": "svg-1" }], ["path", { "d": "M10 7l0 .01", "key": "svg-2" }], ["path", { "d": "M14 7l0 .01", "key": "svg-3" }], ["path", { "d": "M18 7l0 .01", "key": "svg-4" }], ["path", { "d": "M6 11l0 .01", "key": "svg-5" }], ["path", { "d": "M18 11l0 .01", "key": "svg-6" }], ["path", { "d": "M10 11l4 0", "key": "svg-7" }], ["path", { "d": "M10 19l2 2l2 -2", "key": "svg-8" }]]; const IconKeyboardShow = createReactComponent("outline", "keyboard-show", "KeyboardShow", __iconNode$OW); const __iconNode$OV = [["path", { "d": "M2 8a2 2 0 0 1 2 -2h16a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-16a2 2 0 0 1 -2 -2l0 -8", "key": "svg-0" }], ["path", { "d": "M6 10l0 .01", "key": "svg-1" }], ["path", { "d": "M10 10l0 .01", "key": "svg-2" }], ["path", { "d": "M14 10l0 .01", "key": "svg-3" }], ["path", { "d": "M18 10l0 .01", "key": "svg-4" }], ["path", { "d": "M6 14l0 .01", "key": "svg-5" }], ["path", { "d": "M18 14l0 .01", "key": "svg-6" }], ["path", { "d": "M10 14l4 .01", "key": "svg-7" }]]; const IconKeyboard = createReactComponent("outline", "keyboard", "Keyboard", __iconNode$OV); const __iconNode$OU = [["path", { "d": "M12 20v2", "key": "svg-0" }], ["path", { "d": "M12.816 16.58c-.207 .267 -.504 .42 -.816 .42c-.312 0 -.61 -.153 -.816 -.42l-2.908 -3.748a1.39 1.39 0 0 1 0 -1.664l2.908 -3.748c.207 -.267 .504 -.42 .816 -.42c.312 0 .61 .153 .816 .42l2.908 3.748a1.39 1.39 0 0 1 0 1.664l-2.908 3.748", "key": "svg-1" }], ["path", { "d": "M12 2v2", "key": "svg-2" }], ["path", { "d": "M3 12h2", "key": "svg-3" }], ["path", { "d": "M19 12h2", "key": "svg-4" }]]; const IconKeyframeAlignCenter = createReactComponent("outline", "keyframe-align-center", "KeyframeAlignCenter", __iconNode$OU); const __iconNode$OT = [["path", { "d": "M12.816 16.58c-.207 .267 -.504 .42 -.816 .42c-.312 0 -.61 -.153 -.816 -.42l-2.908 -3.748a1.39 1.39 0 0 1 0 -1.664l2.908 -3.748c.207 -.267 .504 -.42 .816 -.42c.312 0 .61 .153 .816 .42l2.908 3.748a1.39 1.39 0 0 1 0 1.664l-2.908 3.748", "key": "svg-0" }], ["path", { "d": "M3 12h2", "key": "svg-1" }], ["path", { "d": "M19 12h2", "key": "svg-2" }]]; const IconKeyframeAlignHorizontal = createReactComponent("outline", "keyframe-align-horizontal", "KeyframeAlignHorizontal", __iconNode$OT); const __iconNode$OS = [["path", { "d": "M12 2v2", "key": "svg-0" }], ["path", { "d": "M12.816 16.58c-.207 .267 -.504 .42 -.816 .42c-.312 0 -.61 -.153 -.816 -.42l-2.908 -3.748a1.39 1.39 0 0 1 0 -1.664l2.908 -3.748c.207 -.267 .504 -.42 .816 -.42c.312 0 .61 .153 .816 .42l2.908 3.748a1.39 1.39 0 0 1 0 1.664l-2.908 3.748", "key": "svg-1" }], ["path", { "d": "M12 20v2", "key": "svg-2" }]]; const IconKeyframeAlignVertical = createReactComponent("outline", "keyframe-align-vertical", "KeyframeAlignVertical", __iconNode$OS); const __iconNode$OR = [["path", { "d": "M13.225 18.412a1.595 1.595 0 0 1 -1.225 .588c-.468 0 -.914 -.214 -1.225 -.588l-4.361 -5.248a1.844 1.844 0 0 1 0 -2.328l4.361 -5.248a1.595 1.595 0 0 1 1.225 -.588c.468 0 .914 .214 1.225 .588l4.361 5.248a1.844 1.844 0 0 1 0 2.328l-4.361 5.248", "key": "svg-0" }]]; const IconKeyframe = createReactComponent("outline", "keyframe", "Keyframe", __iconNode$OR); const __iconNode$OQ = [["path", { "d": "M9.225 18.412a1.595 1.595 0 0 1 -1.225 .588c-.468 0 -.914 -.214 -1.225 -.588l-4.361 -5.248a1.844 1.844 0 0 1 0 -2.328l4.361 -5.248a1.595 1.595 0 0 1 1.225 -.588c.468 0 .914 .214 1.225 .588l4.361 5.248a1.844 1.844 0 0 1 0 2.328l-4.361 5.248", "key": "svg-0" }], ["path", { "d": "M17 5l4.586 5.836a1.844 1.844 0 0 1 0 2.328l-4.586 5.836", "key": "svg-1" }], ["path", { "d": "M13 5l4.586 5.836a1.844 1.844 0 0 1 0 2.328l-4.586 5.836", "key": "svg-2" }]]; const IconKeyframes = createReactComponent("outline", "keyframes", "Keyframes", __iconNode$OQ); const __iconNode$OP = [["path", { "d": "M16.52 7h-12.52l4 5l-4 5h12.52a1 1 0 0 0 .78 -.375l3.7 -4.625l-3.7 -4.625a1 1 0 0 0 -.78 -.375", "key": "svg-0" }]]; const IconLabelImportant = createReactComponent("outline", "label-important", "LabelImportant", __iconNode$OP); const __iconNode$OO = [["path", { "d": "M7 7h-1a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h10.52a1 1 0 0 0 .394 -.081m1.86 -2.137l2.226 -2.782l-3.7 -4.625a1 1 0 0 0 -.78 -.375h-5.52", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconLabelOff = createReactComponent("outline", "label-off", "LabelOff", __iconNode$OO); const __iconNode$ON = [["path", { "d": "M16.52 7h-10.52a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h10.52a1 1 0 0 0 .78 -.375l3.7 -4.625l-3.7 -4.625a1 1 0 0 0 -.78 -.375", "key": "svg-0" }]]; const IconLabel = createReactComponent("outline", "label", "Label", __iconNode$ON); const __iconNode$OM = [["path", { "d": "M8 3v1m0 4v13", "key": "svg-0" }], ["path", { "d": "M16 3v9m0 4v5", "key": "svg-1" }], ["path", { "d": "M8 14h6", "key": "svg-2" }], ["path", { "d": "M8 10h2m4 0h2", "key": "svg-3" }], ["path", { "d": "M10 6h6", "key": "svg-4" }], ["path", { "d": "M8 18h8", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconLadderOff = createReactComponent("outline", "ladder-off", "LadderOff", __iconNode$OM); const __iconNode$OL = [["path", { "d": "M8 3v18", "key": "svg-0" }], ["path", { "d": "M16 3v18", "key": "svg-1" }], ["path", { "d": "M8 14h8", "key": "svg-2" }], ["path", { "d": "M8 10h8", "key": "svg-3" }], ["path", { "d": "M8 6h8", "key": "svg-4" }], ["path", { "d": "M8 18h8", "key": "svg-5" }]]; const IconLadder = createReactComponent("outline", "ladder", "Ladder", __iconNode$OL); const __iconNode$OK = [["path", { "d": "M3 14v1a6 6 0 1 0 12 0v-9a3 3 0 0 1 6 0", "key": "svg-0" }], ["path", { "d": "M9 16c-.663 0 -1.3 -.036 -1.896 -.102l-.5 -.064c-2.123 -.308 -3.604 -1.013 -3.604 -1.834c0 -.82 1.482 -1.526 3.603 -1.834l.5 -.064a17.27 17.27 0 0 1 1.897 -.102c.663 0 1.3 .036 1.896 .102l.5 .064c2.123 .308 3.604 1.013 3.604 1.834c0 .82 -1.482 1.526 -3.603 1.834l-.5 .064a17.27 17.27 0 0 1 -1.897 .102", "key": "svg-1" }]]; const IconLadle = createReactComponent("outline", "ladle", "Ladle", __iconNode$OK); const __iconNode$OJ = [["path", { "d": "M6 20l6.5 -9", "key": "svg-0" }], ["path", { "d": "M19 20c-6 0 -6 -16 -12 -16", "key": "svg-1" }]]; const IconLambda = createReactComponent("outline", "lambda", "Lambda", __iconNode$OJ); const __iconNode$OI = [["path", { "d": "M5 21h9", "key": "svg-0" }], ["path", { "d": "M10 21l-7 -8l8.5 -5.5", "key": "svg-1" }], ["path", { "d": "M13 14c-2.148 -2.148 -2.148 -5.852 0 -8c2.088 -2.088 5.842 -1.972 8 0l-8 8", "key": "svg-2" }], ["path", { "d": "M11.742 7.574l-1.156 -1.156a2 2 0 0 1 2.828 -2.829l1.144 1.144", "key": "svg-3" }], ["path", { "d": "M15.5 12l.208 .274a2.527 2.527 0 0 0 3.556 0c.939 -.933 .98 -2.42 .122 -3.4l-.366 -.369", "key": "svg-4" }]]; const IconLamp2 = createReactComponent("outline", "lamp-2", "Lamp2", __iconNode$OI); const __iconNode$OH = [["path", { "d": "M9 20h6", "key": "svg-0" }], ["path", { "d": "M12 20v-8", "key": "svg-1" }], ["path", { "d": "M7.325 7.35l-2.325 4.65h7m4 0h3l-4 -8h-6l-.338 .676", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconLampOff = createReactComponent("outline", "lamp-off", "LampOff", __iconNode$OH); const __iconNode$OG = [["path", { "d": "M9 20h6", "key": "svg-0" }], ["path", { "d": "M12 20v-8", "key": "svg-1" }], ["path", { "d": "M5 12h14l-4 -8h-6l-4 8", "key": "svg-2" }]]; const IconLamp = createReactComponent("outline", "lamp", "Lamp", __iconNode$OG); const __iconNode$OF = [["path", { "d": "M4 6v13", "key": "svg-0" }], ["path", { "d": "M20 6v13", "key": "svg-1" }]]; const IconLane = createReactComponent("outline", "lane", "Lane", __iconNode$OF); const __iconNode$OE = [["path", { "d": "M4 5h7", "key": "svg-0" }], ["path", { "d": "M7 4c0 4.846 0 7 .5 8", "key": "svg-1" }], ["path", { "d": "M10 8.5c0 2.286 -2 4.5 -3.5 4.5s-2.5 -1.135 -2.5 -2c0 -2 1 -3 3 -3s5 .57 5 2.857c0 1.524 -.667 2.571 -2 3.143", "key": "svg-2" }], ["path", { "d": "M12 20l4 -9l4 9", "key": "svg-3" }], ["path", { "d": "M19.1 18h-6.2", "key": "svg-4" }]]; const IconLanguageHiragana = createReactComponent("outline", "language-hiragana", "LanguageHiragana", __iconNode$OE); const __iconNode$OD = [["path", { "d": "M5 5h6.586a1 1 0 0 1 .707 1.707l-1.293 1.293", "key": "svg-0" }], ["path", { "d": "M8 8c0 1.5 .5 3 -2 5", "key": "svg-1" }], ["path", { "d": "M12 20l4 -9l4 9", "key": "svg-2" }], ["path", { "d": "M19.1 18h-6.2", "key": "svg-3" }]]; const IconLanguageKatakana = createReactComponent("outline", "language-katakana", "LanguageKatakana", __iconNode$OD); const __iconNode$OC = [["path", { "d": "M12 20l2.463 -5.541m1.228 -2.764l.309 -.695l.8 1.8", "key": "svg-0" }], ["path", { "d": "M18 18h-5.1", "key": "svg-1" }], ["path", { "d": "M8.747 8.748c-.66 2.834 -2.536 4.252 -4.747 4.252", "key": "svg-2" }], ["path", { "d": "M4 6.371l2.371 0", "key": "svg-3" }], ["path", { "d": "M5 9c0 2.144 2.252 3.908 6 4", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconLanguageOff = createReactComponent("outline", "language-off", "LanguageOff", __iconNode$OC); const __iconNode$OB = [["path", { "d": "M9 6.371c0 4.418 -2.239 6.629 -5 6.629", "key": "svg-0" }], ["path", { "d": "M4 6.371h7", "key": "svg-1" }], ["path", { "d": "M5 9c0 2.144 2.252 3.908 6 4", "key": "svg-2" }], ["path", { "d": "M12 20l4 -9l4 9", "key": "svg-3" }], ["path", { "d": "M19.1 18h-6.2", "key": "svg-4" }], ["path", { "d": "M6.694 3l.793 .582", "key": "svg-5" }]]; const IconLanguage = createReactComponent("outline", "language", "Language", __iconNode$OB); const __iconNode$OA = [["path", { "d": "M4.028 13.252c-.657 -.972 -1.028 -2.078 -1.028 -3.252c0 -1.804 .878 -3.449 2.319 -4.69m2.49 -1.506a11.066 11.066 0 0 1 4.191 -.804c4.97 0 9 3.134 9 7c0 1.799 -.873 3.44 -2.307 4.68m-2.503 1.517a11.066 11.066 0 0 1 -4.19 .803c-1.913 0 -3.686 -.464 -5.144 -1.255", "key": "svg-0" }], ["path", { "d": "M3 15a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M5 17c0 1.42 .316 2.805 1 4", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconLassoOff = createReactComponent("outline", "lasso-off", "LassoOff", __iconNode$OA); const __iconNode$Oz = [["path", { "d": "M4.028 13.252l-1.028 -3.252l2 -7l7 5l8 -3l1 9l-9 3l-5.144 -1.255", "key": "svg-0" }], ["path", { "d": "M3 15a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M5 17c0 1.42 .316 2.805 1 4", "key": "svg-2" }]]; const IconLassoPolygon = createReactComponent("outline", "lasso-polygon", "LassoPolygon", __iconNode$Oz); const __iconNode$Oy = [["path", { "d": "M4.028 13.252c-.657 -.972 -1.028 -2.078 -1.028 -3.252c0 -3.866 4.03 -7 9 -7s9 3.134 9 7s-4.03 7 -9 7c-1.913 0 -3.686 -.464 -5.144 -1.255", "key": "svg-0" }], ["path", { "d": "M3 15a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M5 17c0 1.42 .316 2.805 1 4", "key": "svg-2" }]]; const IconLasso = createReactComponent("outline", "lasso", "Lasso", __iconNode$Oy); const __iconNode$Ox = [["path", { "d": "M6.436 8a8.6 8.6 0 0 0 -.436 2.727c0 4.017 2.686 7.273 6 7.273s6 -3.256 6 -7.273a8.6 8.6 0 0 0 -.436 -2.727", "key": "svg-0" }], ["path", { "d": "M14.5 21s-.682 -3 -2.5 -3s-2.5 3 -2.5 3", "key": "svg-1" }], ["path", { "d": "M18.52 5.23c.292 1.666 -1.02 2.77 -1.02 2.77s-1.603 -.563 -1.895 -2.23c-.292 -1.666 1.02 -2.77 1.02 -2.77s1.603 .563 1.895 2.23", "key": "svg-2" }], ["path", { "d": "M21.094 12.14c-1.281 1.266 -3.016 .76 -3.016 .76s-.454 -1.772 .828 -3.04c1.28 -1.266 3.016 -.76 3.016 -.76s.454 1.772 -.828 3.04", "key": "svg-3" }], ["path", { "d": "M17.734 18.826c-1.5 -.575 -1.734 -2.19 -1.734 -2.19s1.267 -1.038 2.767 -.462c1.5 .575 1.733 2.19 1.733 2.19s-1.267 1.038 -2.767 .462", "key": "svg-4" }], ["path", { "d": "M6.267 18.826c1.5 -.575 1.733 -2.19 1.733 -2.19s-1.267 -1.038 -2.767 -.462c-1.5 .575 -1.733 2.19 -1.733 2.19s1.267 1.038 2.767 .462", "key": "svg-5" }], ["path", { "d": "M2.906 12.14c1.281 1.266 3.016 .76 3.016 .76s.454 -1.772 -.828 -3.04c-1.281 -1.265 -3.016 -.76 -3.016 -.76s-.454 1.772 .828 3.04", "key": "svg-6" }], ["path", { "d": "M5.48 5.23c-.292 1.666 1.02 2.77 1.02 2.77s1.603 -.563 1.895 -2.23c.292 -1.666 -1.02 -2.77 -1.02 -2.77s-1.603 .563 -1.895 2.23", "key": "svg-7" }], ["path", { "d": "M11 9l1 -1v6", "key": "svg-8" }]]; const IconLaurelWreath1 = createReactComponent("outline", "laurel-wreath-1", "LaurelWreath1", __iconNode$Ox); const __iconNode$Ow = [["path", { "d": "M6.436 8a8.6 8.6 0 0 0 -.436 2.727c0 4.017 2.686 7.273 6 7.273s6 -3.256 6 -7.273a8.6 8.6 0 0 0 -.436 -2.727", "key": "svg-0" }], ["path", { "d": "M14.5 21s-.682 -3 -2.5 -3s-2.5 3 -2.5 3", "key": "svg-1" }], ["path", { "d": "M18.52 5.23c.292 1.666 -1.02 2.77 -1.02 2.77s-1.603 -.563 -1.895 -2.23c-.292 -1.666 1.02 -2.77 1.02 -2.77s1.603 .563 1.895 2.23", "key": "svg-2" }], ["path", { "d": "M21.094 12.14c-1.281 1.266 -3.016 .76 -3.016 .76s-.454 -1.772 .828 -3.04c1.28 -1.266 3.016 -.76 3.016 -.76s.454 1.772 -.828 3.04", "key": "svg-3" }], ["path", { "d": "M17.734 18.826c-1.5 -.575 -1.734 -2.19 -1.734 -2.19s1.267 -1.038 2.767 -.462c1.5 .575 1.733 2.19 1.733 2.19s-1.267 1.038 -2.767 .462", "key": "svg-4" }], ["path", { "d": "M6.267 18.826c1.5 -.575 1.733 -2.19 1.733 -2.19s-1.267 -1.038 -2.767 -.462c-1.5 .575 -1.733 2.19 -1.733 2.19s1.267 1.038 2.767 .462", "key": "svg-5" }], ["path", { "d": "M2.906 12.14c1.281 1.266 3.016 .76 3.016 .76s.454 -1.772 -.828 -3.04c-1.281 -1.265 -3.016 -.76 -3.016 -.76s-.454 1.772 .828 3.04", "key": "svg-6" }], ["path", { "d": "M5.48 5.23c-.292 1.666 1.02 2.77 1.02 2.77s1.603 -.563 1.895 -2.23c.292 -1.666 -1.02 -2.77 -1.02 -2.77s-1.603 .563 -1.895 2.23", "key": "svg-7" }], ["path", { "d": "M10.6 8h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2", "key": "svg-8" }]]; const IconLaurelWreath2 = createReactComponent("outline", "laurel-wreath-2", "LaurelWreath2", __iconNode$Ow); const __iconNode$Ov = [["path", { "d": "M6.436 8a8.6 8.6 0 0 0 -.436 2.727c0 4.017 2.686 7.273 6 7.273s6 -3.256 6 -7.273a8.6 8.6 0 0 0 -.436 -2.727", "key": "svg-0" }], ["path", { "d": "M14.5 21s-.682 -3 -2.5 -3s-2.5 3 -2.5 3", "key": "svg-1" }], ["path", { "d": "M18.52 5.23c.292 1.666 -1.02 2.77 -1.02 2.77s-1.603 -.563 -1.895 -2.23c-.292 -1.666 1.02 -2.77 1.02 -2.77s1.603 .563 1.895 2.23", "key": "svg-2" }], ["path", { "d": "M21.094 12.14c-1.281 1.266 -3.016 .76 -3.016 .76s-.454 -1.772 .828 -3.04c1.28 -1.266 3.016 -.76 3.016 -.76s.454 1.772 -.828 3.04", "key": "svg-3" }], ["path", { "d": "M17.734 18.826c-1.5 -.575 -1.734 -2.19 -1.734 -2.19s1.267 -1.038 2.767 -.462c1.5 .575 1.733 2.19 1.733 2.19s-1.267 1.038 -2.767 .462", "key": "svg-4" }], ["path", { "d": "M6.267 18.826c1.5 -.575 1.733 -2.19 1.733 -2.19s-1.267 -1.038 -2.767 -.462c-1.5 .575 -1.733 2.19 -1.733 2.19s1.267 1.038 2.767 .462", "key": "svg-5" }], ["path", { "d": "M2.906 12.14c1.281 1.266 3.016 .76 3.016 .76s.454 -1.772 -.828 -3.04c-1.281 -1.265 -3.016 -.76 -3.016 -.76s-.454 1.772 .828 3.04", "key": "svg-6" }], ["path", { "d": "M5.48 5.23c-.292 1.666 1.02 2.77 1.02 2.77s1.603 -.563 1.895 -2.23c.292 -1.666 -1.02 -2.77 -1.02 -2.77s-1.603 .563 -1.895 2.23", "key": "svg-7" }], ["path", { "d": "M10.5 8h1.5a1.5 1.5 0 0 1 0 3h-1h1a1.5 1.5 0 0 1 0 3h-1.5", "key": "svg-8" }]]; const IconLaurelWreath3 = createReactComponent("outline", "laurel-wreath-3", "LaurelWreath3", __iconNode$Ov); const __iconNode$Ou = [["path", { "d": "M6.436 8a8.6 8.6 0 0 0 -.436 2.727c0 4.017 2.686 7.273 6 7.273s6 -3.256 6 -7.273a8.6 8.6 0 0 0 -.436 -2.727", "key": "svg-0" }], ["path", { "d": "M14.5 21s-.682 -3 -2.5 -3s-2.5 3 -2.5 3", "key": "svg-1" }], ["path", { "d": "M18.52 5.23c.292 1.666 -1.02 2.77 -1.02 2.77s-1.603 -.563 -1.895 -2.23c-.292 -1.666 1.02 -2.77 1.02 -2.77s1.603 .563 1.895 2.23", "key": "svg-2" }], ["path", { "d": "M21.094 12.14c-1.281 1.266 -3.016 .76 -3.016 .76s-.454 -1.772 .828 -3.04c1.28 -1.266 3.016 -.76 3.016 -.76s.454 1.772 -.828 3.04", "key": "svg-3" }], ["path", { "d": "M17.734 18.826c-1.5 -.575 -1.734 -2.19 -1.734 -2.19s1.267 -1.038 2.767 -.462c1.5 .575 1.733 2.19 1.733 2.19s-1.267 1.038 -2.767 .462", "key": "svg-4" }], ["path", { "d": "M6.267 18.826c1.5 -.575 1.733 -2.19 1.733 -2.19s-1.267 -1.038 -2.767 -.462c-1.5 .575 -1.733 2.19 -1.733 2.19s1.267 1.038 2.767 .462", "key": "svg-5" }], ["path", { "d": "M2.906 12.14c1.281 1.266 3.016 .76 3.016 .76s.454 -1.772 -.828 -3.04c-1.281 -1.265 -3.016 -.76 -3.016 -.76s-.454 1.772 .828 3.04", "key": "svg-6" }], ["path", { "d": "M5.48 5.23c-.292 1.666 1.02 2.77 1.02 2.77s1.603 -.563 1.895 -2.23c.292 -1.666 -1.02 -2.77 -1.02 -2.77s-1.603 .563 -1.895 2.23", "key": "svg-7" }]]; const IconLaurelWreath = createReactComponent("outline", "laurel-wreath", "LaurelWreath", __iconNode$Ou); const __iconNode$Ot = [["path", { "d": "M16 16v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2v-2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2", "key": "svg-0" }], ["path", { "d": "M10 8l-2 0l0 2", "key": "svg-1" }], ["path", { "d": "M8 14l0 2l2 0", "key": "svg-2" }], ["path", { "d": "M14 8l2 0l0 2", "key": "svg-3" }], ["path", { "d": "M16 14l0 2l-2 0", "key": "svg-4" }]]; const IconLayersDifference = createReactComponent("outline", "layers-difference", "LayersDifference", __iconNode$Ot); const __iconNode$Os = [["path", { "d": "M8 6a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2l0 -8", "key": "svg-0" }], ["path", { "d": "M4 10a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2l0 -8", "key": "svg-1" }], ["path", { "d": "M9 15l6 -6", "key": "svg-2" }]]; const IconLayersIntersect2 = createReactComponent("outline", "layers-intersect-2", "LayersIntersect2", __iconNode$Os); const __iconNode$Or = [["path", { "d": "M8 6a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2l0 -8", "key": "svg-0" }], ["path", { "d": "M4 10a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2l0 -8", "key": "svg-1" }]]; const IconLayersIntersect = createReactComponent("outline", "layers-intersect", "LayersIntersect", __iconNode$Or); const __iconNode$Oq = [["path", { "d": "M19 8.268a2 2 0 0 1 1 1.732v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h3", "key": "svg-0" }], ["path", { "d": "M5 15.734a2 2 0 0 1 -1 -1.734v-8a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-3", "key": "svg-1" }]]; const IconLayersLinked = createReactComponent("outline", "layers-linked", "LayersLinked", __iconNode$Oq); const __iconNode$Op = [["path", { "d": "M8.59 4.581c.362 -.359 .86 -.581 1.41 -.581h8a2 2 0 0 1 2 2v8c0 .556 -.227 1.06 -.594 1.422m-3.406 .578h-6a2 2 0 0 1 -2 -2v-6", "key": "svg-0" }], ["path", { "d": "M16 16v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconLayersOff = createReactComponent("outline", "layers-off", "LayersOff", __iconNode$Op); const __iconNode$Oo = [["path", { "d": "M4 14.5l4 -4", "key": "svg-0" }], ["path", { "d": "M9.496 20l4.004 -4l-4.004 4", "key": "svg-1" }], ["path", { "d": "M4.586 19.414l3.914 -3.914", "key": "svg-2" }], ["path", { "d": "M8 6a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2l0 -8", "key": "svg-3" }], ["path", { "d": "M16 16v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2", "key": "svg-4" }]]; const IconLayersSelectedBottom = createReactComponent("outline", "layers-selected-bottom", "LayersSelectedBottom", __iconNode$Oo); const __iconNode$On = [["path", { "d": "M8 10.5l6.492 -6.492", "key": "svg-0" }], ["path", { "d": "M13.496 16l6.504 -6.504l-6.504 6.504", "key": "svg-1" }], ["path", { "d": "M8.586 15.414l10.827 -10.827", "key": "svg-2" }], ["path", { "d": "M8 6a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2l0 -8", "key": "svg-3" }], ["path", { "d": "M16 16v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2", "key": "svg-4" }]]; const IconLayersSelected = createReactComponent("outline", "layers-selected", "LayersSelected", __iconNode$On); const __iconNode$Om = [["path", { "d": "M8 6a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2l0 -8", "key": "svg-0" }], ["path", { "d": "M16 16v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2", "key": "svg-1" }]]; const IconLayersSubtract = createReactComponent("outline", "layers-subtract", "LayersSubtract", __iconNode$Om); const __iconNode$Ol = [["path", { "d": "M16 16v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2v-2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2", "key": "svg-0" }]]; const IconLayersUnion = createReactComponent("outline", "layers-union", "LayersUnion", __iconNode$Ol); const __iconNode$Ok = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2l0 -1", "key": "svg-0" }], ["path", { "d": "M4 15a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2l0 -3", "key": "svg-1" }], ["path", { "d": "M14 6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2l0 -3", "key": "svg-2" }], ["path", { "d": "M14 17a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2l0 -1", "key": "svg-3" }]]; const IconLayout2 = createReactComponent("outline", "layout-2", "Layout2", __iconNode$Ok); const __iconNode$Oj = [["path", { "d": "M4 20l16 0", "key": "svg-0" }], ["path", { "d": "M9 6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2l0 -8", "key": "svg-1" }]]; const IconLayoutAlignBottom = createReactComponent("outline", "layout-align-bottom", "LayoutAlignBottom", __iconNode$Oj); const __iconNode$Oi = [["path", { "d": "M12 4l0 5", "key": "svg-0" }], ["path", { "d": "M12 15l0 5", "key": "svg-1" }], ["path", { "d": "M6 11a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2l0 -2", "key": "svg-2" }]]; const IconLayoutAlignCenter = createReactComponent("outline", "layout-align-center", "LayoutAlignCenter", __iconNode$Oi); const __iconNode$Oh = [["path", { "d": "M4 4l0 16", "key": "svg-0" }], ["path", { "d": "M8 11a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2l0 -2", "key": "svg-1" }]]; const IconLayoutAlignLeft = createReactComponent("outline", "layout-align-left", "LayoutAlignLeft", __iconNode$Oh); const __iconNode$Og = [["path", { "d": "M4 12l5 0", "key": "svg-0" }], ["path", { "d": "M15 12l5 0", "key": "svg-1" }], ["path", { "d": "M9 8a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2l0 -8", "key": "svg-2" }]]; const IconLayoutAlignMiddle = createReactComponent("outline", "layout-align-middle", "LayoutAlignMiddle", __iconNode$Og); const __iconNode$Of = [["path", { "d": "M20 4l0 16", "key": "svg-0" }], ["path", { "d": "M4 11a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2l0 -2", "key": "svg-1" }]]; const IconLayoutAlignRight = createReactComponent("outline", "layout-align-right", "LayoutAlignRight", __iconNode$Of); const __iconNode$Oe = [["path", { "d": "M4 4l16 0", "key": "svg-0" }], ["path", { "d": "M9 10a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2l0 -8", "key": "svg-1" }]]; const IconLayoutAlignTop = createReactComponent("outline", "layout-align-top", "LayoutAlignTop", __iconNode$Oe); const __iconNode$Od = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }], ["path", { "d": "M4 12h8", "key": "svg-1" }], ["path", { "d": "M12 15h8", "key": "svg-2" }], ["path", { "d": "M12 9h8", "key": "svg-3" }], ["path", { "d": "M12 4v16", "key": "svg-4" }]]; const IconLayoutBoardSplit = createReactComponent("outline", "layout-board-split", "LayoutBoardSplit", __iconNode$Od); const __iconNode$Oc = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }], ["path", { "d": "M4 9h8", "key": "svg-1" }], ["path", { "d": "M12 15h8", "key": "svg-2" }], ["path", { "d": "M12 4v16", "key": "svg-3" }]]; const IconLayoutBoard = createReactComponent("outline", "layout-board", "LayoutBoard", __iconNode$Oc); const __iconNode$Ob = [["path", { "d": "M20 6v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2", "key": "svg-0" }], ["path", { "d": "M20 15h-16", "key": "svg-1" }], ["path", { "d": "M14 8l-2 2l-2 -2", "key": "svg-2" }]]; const IconLayoutBottombarCollapse = createReactComponent("outline", "layout-bottombar-collapse", "LayoutBottombarCollapse", __iconNode$Ob); const __iconNode$Oa = [["path", { "d": "M20 6v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2", "key": "svg-0" }], ["path", { "d": "M20 15h-16", "key": "svg-1" }], ["path", { "d": "M14 10l-2 -2l-2 2", "key": "svg-2" }]]; const IconLayoutBottombarExpand = createReactComponent("outline", "layout-bottombar-expand", "LayoutBottombarExpand", __iconNode$Oa); const __iconNode$O9 = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12", "key": "svg-0" }], ["path", { "d": "M4 15h1", "key": "svg-1" }], ["path", { "d": "M19 15h1", "key": "svg-2" }], ["path", { "d": "M9 15h1", "key": "svg-3" }], ["path", { "d": "M14 15h1", "key": "svg-4" }]]; const IconLayoutBottombarInactive = createReactComponent("outline", "layout-bottombar-inactive", "LayoutBottombarInactive", __iconNode$O9); const __iconNode$O8 = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }], ["path", { "d": "M4 15l16 0", "key": "svg-1" }]]; const IconLayoutBottombar = createReactComponent("outline", "layout-bottombar", "LayoutBottombar", __iconNode$O8); const __iconNode$O7 = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }], ["path", { "d": "M14 6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2l0 -6", "key": "svg-1" }]]; const IconLayoutCards = createReactComponent("outline", "layout-cards", "LayoutCards", __iconNode$O7); const __iconNode$O6 = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }], ["path", { "d": "M10 4l4 16", "key": "svg-1" }], ["path", { "d": "M12 12l-8 2", "key": "svg-2" }]]; const IconLayoutCollage = createReactComponent("outline", "layout-collage", "LayoutCollage", __iconNode$O6); const __iconNode$O5 = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }], ["path", { "d": "M12 4l0 16", "key": "svg-1" }]]; const IconLayoutColumns = createReactComponent("outline", "layout-columns", "LayoutColumns", __iconNode$O5); const __iconNode$O4 = [["path", { "d": "M5 4h4a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-6a1 1 0 0 1 1 -1", "key": "svg-0" }], ["path", { "d": "M5 16h4a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1", "key": "svg-1" }], ["path", { "d": "M15 12h4a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-6a1 1 0 0 1 1 -1", "key": "svg-2" }], ["path", { "d": "M15 4h4a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1", "key": "svg-3" }]]; const IconLayoutDashboard = createReactComponent("outline", "layout-dashboard", "LayoutDashboard", __iconNode$O4); const __iconNode$O3 = [["path", { "d": "M4 4l16 0", "key": "svg-0" }], ["path", { "d": "M4 20l16 0", "key": "svg-1" }], ["path", { "d": "M6 11a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2l0 -2", "key": "svg-2" }]]; const IconLayoutDistributeHorizontal = createReactComponent("outline", "layout-distribute-horizontal", "LayoutDistributeHorizontal", __iconNode$O3); const __iconNode$O2 = [["path", { "d": "M4 4l0 16", "key": "svg-0" }], ["path", { "d": "M20 4l0 16", "key": "svg-1" }], ["path", { "d": "M9 8a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2l0 -8", "key": "svg-2" }]]; const IconLayoutDistributeVertical = createReactComponent("outline", "layout-distribute-vertical", "LayoutDistributeVertical", __iconNode$O2); const __iconNode$O1 = [["path", { "d": "M4 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", "key": "svg-0" }], ["path", { "d": "M14 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", "key": "svg-1" }], ["path", { "d": "M4 15a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", "key": "svg-2" }], ["path", { "d": "M14 17h6m-3 -3v6", "key": "svg-3" }]]; const IconLayoutGridAdd = createReactComponent("outline", "layout-grid-add", "LayoutGridAdd", __iconNode$O1); const __iconNode$O0 = [["path", { "d": "M4 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-4", "key": "svg-0" }], ["path", { "d": "M14 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-4", "key": "svg-1" }], ["path", { "d": "M4 15a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-4", "key": "svg-2" }], ["path", { "d": "M14 17h6", "key": "svg-3" }]]; const IconLayoutGridRemove = createReactComponent("outline", "layout-grid-remove", "LayoutGridRemove", __iconNode$O0); const __iconNode$N$ = [["path", { "d": "M4 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", "key": "svg-0" }], ["path", { "d": "M14 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", "key": "svg-1" }], ["path", { "d": "M4 15a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", "key": "svg-2" }], ["path", { "d": "M14 15a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", "key": "svg-3" }]]; const IconLayoutGrid = createReactComponent("outline", "layout-grid", "LayoutGrid", __iconNode$N$); const __iconNode$N_ = [["path", { "d": "M4 4l6 0", "key": "svg-0" }], ["path", { "d": "M14 4l6 0", "key": "svg-1" }], ["path", { "d": "M4 10a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2l0 -8", "key": "svg-2" }], ["path", { "d": "M14 10a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2l0 -2", "key": "svg-3" }]]; const IconLayoutKanban = createReactComponent("outline", "layout-kanban", "LayoutKanban", __iconNode$N_); const __iconNode$NZ = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -2", "key": "svg-0" }], ["path", { "d": "M4 16a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -2", "key": "svg-1" }]]; const IconLayoutList = createReactComponent("outline", "layout-list", "LayoutList", __iconNode$NZ); const __iconNode$NY = [["path", { "d": "M4 18v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2", "key": "svg-0" }], ["path", { "d": "M4 9h16", "key": "svg-1" }], ["path", { "d": "M10 16l2 -2l2 2", "key": "svg-2" }]]; const IconLayoutNavbarCollapse = createReactComponent("outline", "layout-navbar-collapse", "LayoutNavbarCollapse", __iconNode$NY); const __iconNode$NX = [["path", { "d": "M4 18v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2", "key": "svg-0" }], ["path", { "d": "M4 9h16", "key": "svg-1" }], ["path", { "d": "M10 14l2 2l2 -2", "key": "svg-2" }]]; const IconLayoutNavbarExpand = createReactComponent("outline", "layout-navbar-expand", "LayoutNavbarExpand", __iconNode$NX); const __iconNode$NW = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12", "key": "svg-0" }], ["path", { "d": "M4 9h1", "key": "svg-1" }], ["path", { "d": "M19 9h1", "key": "svg-2" }], ["path", { "d": "M9 9h1", "key": "svg-3" }], ["path", { "d": "M14 9h1", "key": "svg-4" }]]; const IconLayoutNavbarInactive = createReactComponent("outline", "layout-navbar-inactive", "LayoutNavbarInactive", __iconNode$NW); const __iconNode$NV = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }], ["path", { "d": "M4 9l16 0", "key": "svg-1" }]]; const IconLayoutNavbar = createReactComponent("outline", "layout-navbar", "LayoutNavbar", __iconNode$NV); const __iconNode$NU = [["path", { "d": "M8 4a2 2 0 0 1 2 2m-1.162 2.816a1.993 1.993 0 0 1 -.838 .184h-2a2 2 0 0 1 -2 -2v-1c0 -.549 .221 -1.046 .58 -1.407", "key": "svg-0" }], ["path", { "d": "M4 15a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2l0 -3", "key": "svg-1" }], ["path", { "d": "M14 10v-4a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v10m-.595 3.423a2 2 0 0 1 -1.405 .577h-2a2 2 0 0 1 -2 -2v-4", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconLayoutOff = createReactComponent("outline", "layout-off", "LayoutOff", __iconNode$NU); const __iconNode$NT = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }], ["path", { "d": "M4 12l16 0", "key": "svg-1" }]]; const IconLayoutRows = createReactComponent("outline", "layout-rows", "LayoutRows", __iconNode$NT); const __iconNode$NS = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12", "key": "svg-0" }], ["path", { "d": "M9 4v1", "key": "svg-1" }], ["path", { "d": "M9 9v1", "key": "svg-2" }], ["path", { "d": "M9 14v1", "key": "svg-3" }], ["path", { "d": "M9 19v1", "key": "svg-4" }]]; const IconLayoutSidebarInactive = createReactComponent("outline", "layout-sidebar-inactive", "LayoutSidebarInactive", __iconNode$NS); const __iconNode$NR = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }], ["path", { "d": "M9 4v16", "key": "svg-1" }], ["path", { "d": "M15 10l-2 2l2 2", "key": "svg-2" }]]; const IconLayoutSidebarLeftCollapse = createReactComponent("outline", "layout-sidebar-left-collapse", "LayoutSidebarLeftCollapse", __iconNode$NR); const __iconNode$NQ = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }], ["path", { "d": "M9 4v16", "key": "svg-1" }], ["path", { "d": "M14 10l2 2l-2 2", "key": "svg-2" }]]; const IconLayoutSidebarLeftExpand = createReactComponent("outline", "layout-sidebar-left-expand", "LayoutSidebarLeftExpand", __iconNode$NQ); const __iconNode$NP = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }], ["path", { "d": "M15 4v16", "key": "svg-1" }], ["path", { "d": "M9 10l2 2l-2 2", "key": "svg-2" }]]; const IconLayoutSidebarRightCollapse = createReactComponent("outline", "layout-sidebar-right-collapse", "LayoutSidebarRightCollapse", __iconNode$NP); const __iconNode$NO = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }], ["path", { "d": "M15 4v16", "key": "svg-1" }], ["path", { "d": "M10 10l-2 2l2 2", "key": "svg-2" }]]; const IconLayoutSidebarRightExpand = createReactComponent("outline", "layout-sidebar-right-expand", "LayoutSidebarRightExpand", __iconNode$NO); const __iconNode$NN = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12", "key": "svg-0" }], ["path", { "d": "M15 4v1", "key": "svg-1" }], ["path", { "d": "M15 9v1", "key": "svg-2" }], ["path", { "d": "M15 14v1", "key": "svg-3" }], ["path", { "d": "M15 19v1", "key": "svg-4" }]]; const IconLayoutSidebarRightInactive = createReactComponent("outline", "layout-sidebar-right-inactive", "LayoutSidebarRightInactive", __iconNode$NN); const __iconNode$NM = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }], ["path", { "d": "M15 4l0 16", "key": "svg-1" }]]; const IconLayoutSidebarRight = createReactComponent("outline", "layout-sidebar-right", "LayoutSidebarRight", __iconNode$NM); const __iconNode$NL = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }], ["path", { "d": "M9 4l0 16", "key": "svg-1" }]]; const IconLayoutSidebar = createReactComponent("outline", "layout-sidebar", "LayoutSidebar", __iconNode$NL); const __iconNode$NK = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2l0 -1", "key": "svg-0" }], ["path", { "d": "M4 15a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2l0 -3", "key": "svg-1" }], ["path", { "d": "M14 6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2l0 -12", "key": "svg-2" }]]; const IconLayout = createReactComponent("outline", "layout", "Layout", __iconNode$NK); const __iconNode$NJ = [["path", { "d": "M5 21c.5 -4.5 2.5 -8 7 -10", "key": "svg-0" }], ["path", { "d": "M7.5 15q -3.5 0 -4.5 -6a8.4 8.4 0 0 1 3.438 .402a12 12 0 0 1 -.052 -.793c0 -3.606 3.204 -5.609 3.204 -5.609s2.003 1.252 2.842 3.557q 2.568 -1.557 6.568 -1.557q .396 3.775 -1.557 6.568c2.305 .839 3.557 2.842 3.557 2.842s-3 2.59 -7 2.59c0 1 0 1 .5 3q -6 0 -7 -5", "key": "svg-1" }]]; const IconLeaf2 = createReactComponent("outline", "leaf-2", "Leaf2", __iconNode$NJ); const __iconNode$NI = [["path", { "d": "M5 21c.475 -4.27 2.3 -7.64 6.331 -9.683", "key": "svg-0" }], ["path", { "d": "M6.618 6.623c-1.874 1.625 -2.625 3.877 -2.632 6.377c0 1 0 3 2 5h3.014c2.733 0 5.092 -.635 6.92 -2.087m1.899 -2.099c1.224 -1.872 1.987 -4.434 2.181 -7.814v-2h-4.014c-2.863 0 -5.118 .405 -6.861 1.118", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconLeafOff = createReactComponent("outline", "leaf-off", "LeafOff", __iconNode$NI); const __iconNode$NH = [["path", { "d": "M5 21c.5 -4.5 2.5 -8 7 -10", "key": "svg-0" }], ["path", { "d": "M9 18c6.218 0 10.5 -3.288 11 -12v-2h-4.014c-9 0 -11.986 4 -12 9c0 1 0 3 2 5h3l.014 0", "key": "svg-1" }]]; const IconLeaf = createReactComponent("outline", "leaf", "Leaf", __iconNode$NH); const __iconNode$NG = [["path", { "d": "M9.5 11h.01", "key": "svg-0" }], ["path", { "d": "M9.5 15a3.5 3.5 0 0 0 5 0", "key": "svg-1" }], ["path", { "d": "M8 4v-1h8v2h1a3 3 0 0 1 3 3v8m-.884 3.127a2.99 2.99 0 0 1 -2.116 .873v1h-10v-1a3 3 0 0 1 -3 -3v-9c0 -1.083 .574 -2.032 1.435 -2.56", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconLegoOff = createReactComponent("outline", "lego-off", "LegoOff", __iconNode$NG); const __iconNode$NF = [["path", { "d": "M9.5 11l.01 0", "key": "svg-0" }], ["path", { "d": "M14.5 11l.01 0", "key": "svg-1" }], ["path", { "d": "M9.5 15a3.5 3.5 0 0 0 5 0", "key": "svg-2" }], ["path", { "d": "M7 5h1v-2h8v2h1a3 3 0 0 1 3 3v9a3 3 0 0 1 -3 3v1h-10v-1a3 3 0 0 1 -3 -3v-9a3 3 0 0 1 3 -3", "key": "svg-3" }]]; const IconLego = createReactComponent("outline", "lego", "Lego", __iconNode$NF); const __iconNode$NE = [["path", { "d": "M18 4a2 2 0 0 1 1.185 3.611c1.55 2.94 .873 6.917 -1.892 9.682c-2.765 2.765 -6.743 3.442 -9.682 1.892a2 2 0 1 1 -2.796 -2.796c-1.55 -2.94 -.873 -6.917 1.892 -9.682c2.765 -2.765 6.743 -3.442 9.682 -1.892a2 2 0 0 1 1.611 -.815", "key": "svg-0" }]]; const IconLemon2 = createReactComponent("outline", "lemon-2", "Lemon2", __iconNode$NE); const __iconNode$ND = [["path", { "d": "M17.536 3.393c3.905 3.906 3.905 10.237 0 14.143c-3.906 3.905 -10.237 3.905 -14.143 0l14.143 -14.143", "key": "svg-0" }], ["path", { "d": "M5.868 15.06a6.5 6.5 0 0 0 9.193 -9.192", "key": "svg-1" }], ["path", { "d": "M10.464 10.464l4.597 4.597", "key": "svg-2" }], ["path", { "d": "M10.464 10.464v6.364", "key": "svg-3" }], ["path", { "d": "M10.464 10.464h6.364", "key": "svg-4" }]]; const IconLemon = createReactComponent("outline", "lemon", "Lemon", __iconNode$ND); const __iconNode$NC = [["path", { "d": "M10 16v-6a2 2 0 1 1 4 0v6", "key": "svg-0" }], ["path", { "d": "M10 13h4", "key": "svg-1" }]]; const IconLetterASmall = createReactComponent("outline", "letter-a-small", "LetterASmall", __iconNode$NC); const __iconNode$NB = [["path", { "d": "M7 20v-12a4 4 0 0 1 4 -4h2a4 4 0 0 1 4 4v12", "key": "svg-0" }], ["path", { "d": "M7 13l10 0", "key": "svg-1" }]]; const IconLetterA = createReactComponent("outline", "letter-a", "LetterA", __iconNode$NB); const __iconNode$NA = [["path", { "d": "M10 16h2a2 2 0 1 0 0 -4h-2h2a2 2 0 1 0 0 -4h-2v8", "key": "svg-0" }]]; const IconLetterBSmall = createReactComponent("outline", "letter-b-small", "LetterBSmall", __iconNode$NA); const __iconNode$Nz = [["path", { "d": "M7 20v-16h6a4 4 0 0 1 0 8a4 4 0 0 1 0 8h-6", "key": "svg-0" }], ["path", { "d": "M7 12l6 0", "key": "svg-1" }]]; const IconLetterB = createReactComponent("outline", "letter-b", "LetterB", __iconNode$Nz); const __iconNode$Ny = [["path", { "d": "M14 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0", "key": "svg-0" }]]; const IconLetterCSmall = createReactComponent("outline", "letter-c-small", "LetterCSmall", __iconNode$Ny); const __iconNode$Nx = [["path", { "d": "M18 9a5 5 0 0 0 -5 -5h-2a5 5 0 0 0 -5 5v6a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5", "key": "svg-0" }]]; const IconLetterC = createReactComponent("outline", "letter-c", "LetterC", __iconNode$Nx); const __iconNode$Nw = [["path", { "d": "M3 15.5a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0", "key": "svg-0" }], ["path", { "d": "M10 12v7", "key": "svg-1" }], ["path", { "d": "M14 15.5a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0", "key": "svg-2" }], ["path", { "d": "M21 12v7", "key": "svg-3" }]]; const IconLetterCaseLower = createReactComponent("outline", "letter-case-lower", "LetterCaseLower", __iconNode$Nw); const __iconNode$Nv = [["path", { "d": "M3 15.5a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0", "key": "svg-0" }], ["path", { "d": "M14 19v-10.5a3.5 3.5 0 0 1 7 0v10.5", "key": "svg-1" }], ["path", { "d": "M14 13h7", "key": "svg-2" }], ["path", { "d": "M10 12v7", "key": "svg-3" }]]; const IconLetterCaseToggle = createReactComponent("outline", "letter-case-toggle", "LetterCaseToggle", __iconNode$Nv); const __iconNode$Nu = [["path", { "d": "M3 19v-10.5a3.5 3.5 0 0 1 7 0v10.5", "key": "svg-0" }], ["path", { "d": "M3 13h7", "key": "svg-1" }], ["path", { "d": "M14 19v-10.5a3.5 3.5 0 0 1 7 0v10.5", "key": "svg-2" }], ["path", { "d": "M14 13h7", "key": "svg-3" }]]; const IconLetterCaseUpper = createReactComponent("outline", "letter-case-upper", "LetterCaseUpper", __iconNode$Nu); const __iconNode$Nt = [["path", { "d": "M14 15.5a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0", "key": "svg-0" }], ["path", { "d": "M3 19v-10.5a3.5 3.5 0 0 1 7 0v10.5", "key": "svg-1" }], ["path", { "d": "M3 13h7", "key": "svg-2" }], ["path", { "d": "M21 12v7", "key": "svg-3" }]]; const IconLetterCase = createReactComponent("outline", "letter-case", "LetterCase", __iconNode$Nt); const __iconNode$Ns = [["path", { "d": "M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2", "key": "svg-0" }]]; const IconLetterDSmall = createReactComponent("outline", "letter-d-small", "LetterDSmall", __iconNode$Ns); const __iconNode$Nr = [["path", { "d": "M7 4h6a5 5 0 0 1 5 5v6a5 5 0 0 1 -5 5h-6v-16", "key": "svg-0" }]]; const IconLetterD = createReactComponent("outline", "letter-d", "LetterD", __iconNode$Nr); const __iconNode$Nq = [["path", { "d": "M14 8h-4v8h4", "key": "svg-0" }], ["path", { "d": "M10 12h2.5", "key": "svg-1" }]]; const IconLetterESmall = createReactComponent("outline", "letter-e-small", "LetterESmall", __iconNode$Nq); const __iconNode$Np = [["path", { "d": "M17 4h-10v16h10", "key": "svg-0" }], ["path", { "d": "M7 12l8 0", "key": "svg-1" }]]; const IconLetterE = createReactComponent("outline", "letter-e", "LetterE", __iconNode$Np); const __iconNode$No = [["path", { "d": "M10 12h3", "key": "svg-0" }], ["path", { "d": "M14 8h-4v8", "key": "svg-1" }]]; const IconLetterFSmall = createReactComponent("outline", "letter-f-small", "LetterFSmall", __iconNode$No); const __iconNode$Nn = [["path", { "d": "M17 4h-10v16", "key": "svg-0" }], ["path", { "d": "M7 12l8 0", "key": "svg-1" }]]; const IconLetterF = createReactComponent("outline", "letter-f", "LetterF", __iconNode$Nn); const __iconNode$Nm = [["path", { "d": "M14 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1", "key": "svg-0" }]]; const IconLetterGSmall = createReactComponent("outline", "letter-g-small", "LetterGSmall", __iconNode$Nm); const __iconNode$Nl = [["path", { "d": "M18 9a5 5 0 0 0 -5 -5h-2a5 5 0 0 0 -5 5v6a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5v-2h-4", "key": "svg-0" }]]; const IconLetterG = createReactComponent("outline", "letter-g", "LetterG", __iconNode$Nl); const __iconNode$Nk = [["path", { "d": "M10 16v-8", "key": "svg-0" }], ["path", { "d": "M14 8v8", "key": "svg-1" }], ["path", { "d": "M10 12h4", "key": "svg-2" }]]; const IconLetterHSmall = createReactComponent("outline", "letter-h-small", "LetterHSmall", __iconNode$Nk); const __iconNode$Nj = [["path", { "d": "M17 4l0 16", "key": "svg-0" }], ["path", { "d": "M7 12l10 0", "key": "svg-1" }], ["path", { "d": "M7 4l0 16", "key": "svg-2" }]]; const IconLetterH = createReactComponent("outline", "letter-h", "LetterH", __iconNode$Nj); const __iconNode$Ni = [["path", { "d": "M12 8v8", "key": "svg-0" }]]; const IconLetterISmall = createReactComponent("outline", "letter-i-small", "LetterISmall", __iconNode$Ni); const __iconNode$Nh = [["path", { "d": "M12 4l0 16", "key": "svg-0" }]]; const IconLetterI = createReactComponent("outline", "letter-i", "LetterI", __iconNode$Nh); const __iconNode$Ng = [["path", { "d": "M10 8h4v6a2 2 0 1 1 -4 0", "key": "svg-0" }]]; const IconLetterJSmall = createReactComponent("outline", "letter-j-small", "LetterJSmall", __iconNode$Ng); const __iconNode$Nf = [["path", { "d": "M17 4v12a4 4 0 0 1 -4 4h-2a4 4 0 0 1 -4 -4", "key": "svg-0" }]]; const IconLetterJ = createReactComponent("outline", "letter-j", "LetterJ", __iconNode$Nf); const __iconNode$Ne = [["path", { "d": "M10.5 8v8", "key": "svg-0" }], ["path", { "d": "M14.5 8l-3 4l3 4", "key": "svg-1" }], ["path", { "d": "M10.5 12h1", "key": "svg-2" }]]; const IconLetterKSmall = createReactComponent("outline", "letter-k-small", "LetterKSmall", __iconNode$Ne); const __iconNode$Nd = [["path", { "d": "M7 4l0 16", "key": "svg-0" }], ["path", { "d": "M7 12h2l8 -8", "key": "svg-1" }], ["path", { "d": "M9 12l8 8", "key": "svg-2" }]]; const IconLetterK = createReactComponent("outline", "letter-k", "LetterK", __iconNode$Nd); const __iconNode$Nc = [["path", { "d": "M10 8v8h4", "key": "svg-0" }]]; const IconLetterLSmall = createReactComponent("outline", "letter-l-small", "LetterLSmall", __iconNode$Nc); const __iconNode$Nb = [["path", { "d": "M7 4v16h10", "key": "svg-0" }]]; const IconLetterL = createReactComponent("outline", "letter-l", "LetterL", __iconNode$Nb); const __iconNode$Na = [["path", { "d": "M9 16v-8l3 5l3 -5v8", "key": "svg-0" }]]; const IconLetterMSmall = createReactComponent("outline", "letter-m-small", "LetterMSmall", __iconNode$Na); const __iconNode$N9 = [["path", { "d": "M6 20v-16l6 14l6 -14v16", "key": "svg-0" }]]; const IconLetterM = createReactComponent("outline", "letter-m", "LetterM", __iconNode$N9); const __iconNode$N8 = [["path", { "d": "M10 16v-8l4 8v-8", "key": "svg-0" }]]; const IconLetterNSmall = createReactComponent("outline", "letter-n-small", "LetterNSmall", __iconNode$N8); const __iconNode$N7 = [["path", { "d": "M7 20v-16l10 16v-16", "key": "svg-0" }]]; const IconLetterN = createReactComponent("outline", "letter-n", "LetterN", __iconNode$N7); const __iconNode$N6 = [["path", { "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2", "key": "svg-0" }]]; const IconLetterOSmall = createReactComponent("outline", "letter-o-small", "LetterOSmall", __iconNode$N6); const __iconNode$N5 = [["path", { "d": "M18 9a5 5 0 0 0 -5 -5h-2a5 5 0 0 0 -5 5v6a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5v-6", "key": "svg-0" }]]; const IconLetterO = createReactComponent("outline", "letter-o", "LetterO", __iconNode$N5); const __iconNode$N4 = [["path", { "d": "M10 12h2a2 2 0 1 0 0 -4h-2v8", "key": "svg-0" }]]; const IconLetterPSmall = createReactComponent("outline", "letter-p-small", "LetterPSmall", __iconNode$N4); const __iconNode$N3 = [["path", { "d": "M7 20v-16h5.5a4 4 0 0 1 0 9h-5.5", "key": "svg-0" }]]; const IconLetterP = createReactComponent("outline", "letter-p", "LetterP", __iconNode$N3); const __iconNode$N2 = [["path", { "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M13 15l1 1", "key": "svg-1" }]]; const IconLetterQSmall = createReactComponent("outline", "letter-q-small", "LetterQSmall", __iconNode$N2); const __iconNode$N1 = [["path", { "d": "M18 9a5 5 0 0 0 -5 -5h-2a5 5 0 0 0 -5 5v6a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5v-6", "key": "svg-0" }], ["path", { "d": "M13 15l5 5", "key": "svg-1" }]]; const IconLetterQ = createReactComponent("outline", "letter-q", "LetterQ", __iconNode$N1); const __iconNode$N0 = [["path", { "d": "M10 12h2a2 2 0 1 0 0 -4h-2v8m4 0l-3 -4", "key": "svg-0" }]]; const IconLetterRSmall = createReactComponent("outline", "letter-r-small", "LetterRSmall", __iconNode$N0); const __iconNode$M$ = [["path", { "d": "M7 20v-16h5.5a4 4 0 0 1 0 9h-5.5", "key": "svg-0" }], ["path", { "d": "M12 13l5 7", "key": "svg-1" }]]; const IconLetterR = createReactComponent("outline", "letter-r", "LetterR", __iconNode$M$); const __iconNode$M_ = [["path", { "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1", "key": "svg-0" }]]; const IconLetterSSmall = createReactComponent("outline", "letter-s-small", "LetterSSmall", __iconNode$M_); const __iconNode$MZ = [["path", { "d": "M17 8a4 4 0 0 0 -4 -4h-2a4 4 0 0 0 0 8h2a4 4 0 0 1 0 8h-2a4 4 0 0 1 -4 -4", "key": "svg-0" }]]; const IconLetterS = createReactComponent("outline", "letter-s", "LetterS", __iconNode$MZ); const __iconNode$MY = [["path", { "d": "M5 12v-5.5a2.5 2.5 0 0 1 5 0v5.5m0 -4h-5", "key": "svg-0" }], ["path", { "d": "M13 4l3 8l3 -8", "key": "svg-1" }], ["path", { "d": "M5 18h14", "key": "svg-2" }], ["path", { "d": "M17 20l2 -2l-2 -2", "key": "svg-3" }], ["path", { "d": "M7 16l-2 2l2 2", "key": "svg-4" }]]; const IconLetterSpacing = createReactComponent("outline", "letter-spacing", "LetterSpacing", __iconNode$MY); const __iconNode$MX = [["path", { "d": "M10 8h4", "key": "svg-0" }], ["path", { "d": "M12 8v8", "key": "svg-1" }]]; const IconLetterTSmall = createReactComponent("outline", "letter-t-small", "LetterTSmall", __iconNode$MX); const __iconNode$MW = [["path", { "d": "M6 4l12 0", "key": "svg-0" }], ["path", { "d": "M12 4l0 16", "key": "svg-1" }]]; const IconLetterT = createReactComponent("outline", "letter-t", "LetterT", __iconNode$MW); const __iconNode$MV = [["path", { "d": "M10 8v6a2 2 0 1 0 4 0v-6", "key": "svg-0" }]]; const IconLetterUSmall = createReactComponent("outline", "letter-u-small", "LetterUSmall", __iconNode$MV); const __iconNode$MU = [["path", { "d": "M6 4v11a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5v-11", "key": "svg-0" }]]; const IconLetterU = createReactComponent("outline", "letter-u", "LetterU", __iconNode$MU); const __iconNode$MT = [["path", { "d": "M10 8l2 8l2 -8", "key": "svg-0" }]]; const IconLetterVSmall = createReactComponent("outline", "letter-v-small", "LetterVSmall", __iconNode$MT); const __iconNode$MS = [["path", { "d": "M6 4l6 16l6 -16", "key": "svg-0" }]]; const IconLetterV = createReactComponent("outline", "letter-v", "LetterV", __iconNode$MS); const __iconNode$MR = [["path", { "d": "M9 8l1 8l2 -5l2 5l1 -8", "key": "svg-0" }]]; const IconLetterWSmall = createReactComponent("outline", "letter-w-small", "LetterWSmall", __iconNode$MR); const __iconNode$MQ = [["path", { "d": "M4 4l4 16l4 -14l4 14l4 -16", "key": "svg-0" }]]; const IconLetterW = createReactComponent("outline", "letter-w", "LetterW", __iconNode$MQ); const __iconNode$MP = [["path", { "d": "M10 8l4 8", "key": "svg-0" }], ["path", { "d": "M10 16l4 -8", "key": "svg-1" }]]; const IconLetterXSmall = createReactComponent("outline", "letter-x-small", "LetterXSmall", __iconNode$MP); const __iconNode$MO = [["path", { "d": "M7 4l10 16", "key": "svg-0" }], ["path", { "d": "M17 4l-10 16", "key": "svg-1" }]]; const IconLetterX = createReactComponent("outline", "letter-x", "LetterX", __iconNode$MO); const __iconNode$MN = [["path", { "d": "M10 8l2 5l2 -5", "key": "svg-0" }], ["path", { "d": "M12 16v-3", "key": "svg-1" }]]; const IconLetterYSmall = createReactComponent("outline", "letter-y-small", "LetterYSmall", __iconNode$MN); const __iconNode$MM = [["path", { "d": "M7 4l5 9l5 -9", "key": "svg-0" }], ["path", { "d": "M12 13l0 7", "key": "svg-1" }]]; const IconLetterY = createReactComponent("outline", "letter-y", "LetterY", __iconNode$MM); const __iconNode$ML = [["path", { "d": "M10 8h4l-4 8h4", "key": "svg-0" }]]; const IconLetterZSmall = createReactComponent("outline", "letter-z-small", "LetterZSmall", __iconNode$ML); const __iconNode$MK = [["path", { "d": "M7 4h10l-10 16h10", "key": "svg-0" }]]; const IconLetterZ = createReactComponent("outline", "letter-z", "LetterZ", __iconNode$MK); const __iconNode$MJ = [["path", { "d": "M7 5.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667l0 -8.666", "key": "svg-0" }], ["path", { "d": "M4.012 7.26a2.005 2.005 0 0 0 -1.012 1.737v10c0 1.1 .9 2 2 2h10c.75 0 1.158 -.385 1.5 -1", "key": "svg-1" }], ["path", { "d": "M11 10h6", "key": "svg-2" }]]; const IconLibraryMinus = createReactComponent("outline", "library-minus", "LibraryMinus", __iconNode$MJ); const __iconNode$MI = [["path", { "d": "M7 5.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667l0 -8.666", "key": "svg-0" }], ["path", { "d": "M4.012 7.26a2.005 2.005 0 0 0 -1.012 1.737v10c0 1.1 .9 2 2 2h10c.75 0 1.158 -.385 1.5 -1", "key": "svg-1" }], ["path", { "d": "M17 7h.01", "key": "svg-2" }], ["path", { "d": "M7 13l3.644 -3.644a1.21 1.21 0 0 1 1.712 0l3.644 3.644", "key": "svg-3" }], ["path", { "d": "M15 12l1.644 -1.644a1.21 1.21 0 0 1 1.712 0l2.644 2.644", "key": "svg-4" }]]; const IconLibraryPhoto = createReactComponent("outline", "library-photo", "LibraryPhoto", __iconNode$MI); const __iconNode$MH = [["path", { "d": "M7 5.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667l0 -8.666", "key": "svg-0" }], ["path", { "d": "M4.012 7.26a2.005 2.005 0 0 0 -1.012 1.737v10c0 1.1 .9 2 2 2h10c.75 0 1.158 -.385 1.5 -1", "key": "svg-1" }], ["path", { "d": "M11 10h6", "key": "svg-2" }], ["path", { "d": "M14 7v6", "key": "svg-3" }]]; const IconLibraryPlus = createReactComponent("outline", "library-plus", "LibraryPlus", __iconNode$MH); const __iconNode$MG = [["path", { "d": "M7 5.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667l0 -8.666", "key": "svg-0" }], ["path", { "d": "M4.012 7.26a2.005 2.005 0 0 0 -1.012 1.737v10c0 1.1 .9 2 2 2h10c.75 0 1.158 -.385 1.5 -1", "key": "svg-1" }], ["path", { "d": "M11 7h5", "key": "svg-2" }], ["path", { "d": "M11 10h6", "key": "svg-3" }], ["path", { "d": "M11 13h3", "key": "svg-4" }]]; const IconLibrary = createReactComponent("outline", "library", "Library", __iconNode$MG); const __iconNode$MF = [["path", { "d": "M15 21h-9a3 3 0 0 1 -3 -3v-1h10v2a2 2 0 1 0 4 0v-2m0 -4v-8a2 2 0 1 1 2 2h-2m2 -4h-11a3 3 0 0 0 -.864 .126m-2.014 2.025a3 3 0 0 0 -.122 .849v11", "key": "svg-0" }], ["path", { "d": "M11 7h2", "key": "svg-1" }], ["path", { "d": "M9 11h2", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconLicenseOff = createReactComponent("outline", "license-off", "LicenseOff", __iconNode$MF); const __iconNode$ME = [["path", { "d": "M15 21h-9a3 3 0 0 1 -3 -3v-1h10v2a2 2 0 0 0 4 0v-14a2 2 0 1 1 2 2h-2m2 -4h-11a3 3 0 0 0 -3 3v11", "key": "svg-0" }], ["path", { "d": "M9 7l4 0", "key": "svg-1" }], ["path", { "d": "M9 11l4 0", "key": "svg-2" }]]; const IconLicense = createReactComponent("outline", "license", "License", __iconNode$ME); const __iconNode$MD = [["path", { "d": "M9.171 9.172a4 4 0 0 0 5.65 5.663m1.179 -2.835a4 4 0 0 0 -4 -4", "key": "svg-0" }], ["path", { "d": "M5.64 5.632a9 9 0 1 0 12.73 12.725m1.667 -2.301a9 9 0 0 0 -12.077 -12.1", "key": "svg-1" }], ["path", { "d": "M15 15l3.35 3.35", "key": "svg-2" }], ["path", { "d": "M9 15l-3.35 3.35", "key": "svg-3" }], ["path", { "d": "M5.65 5.65l3.35 3.35", "key": "svg-4" }], ["path", { "d": "M18.35 5.65l-3.35 3.35", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconLifebuoyOff = createReactComponent("outline", "lifebuoy-off", "LifebuoyOff", __iconNode$MD); const __iconNode$MC = [["path", { "d": "M8 12a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-1" }], ["path", { "d": "M15 15l3.35 3.35", "key": "svg-2" }], ["path", { "d": "M9 15l-3.35 3.35", "key": "svg-3" }], ["path", { "d": "M5.65 5.65l3.35 3.35", "key": "svg-4" }], ["path", { "d": "M18.35 5.65l-3.35 3.35", "key": "svg-5" }]]; const IconLifebuoy = createReactComponent("outline", "lifebuoy", "Lifebuoy", __iconNode$MC); const __iconNode$MB = [["path", { "d": "M10 3v16a2 2 0 0 0 2 2h5a2 2 0 0 0 2 -2v-7h-12a2 2 0 0 1 -2 -2v-5a2 2 0 0 1 2 -2h3", "key": "svg-0" }], ["path", { "d": "M16 4l1.465 1.638a2 2 0 1 1 -3.015 .099l1.55 -1.737", "key": "svg-1" }]]; const IconLighter = createReactComponent("outline", "lighter", "Lighter", __iconNode$MB); const __iconNode$MA = [["path", { "d": "M5 12h2", "key": "svg-0" }], ["path", { "d": "M17 12h2", "key": "svg-1" }], ["path", { "d": "M11 12h2", "key": "svg-2" }]]; const IconLineDashed = createReactComponent("outline", "line-dashed", "LineDashed", __iconNode$MA); const __iconNode$Mz = [["path", { "d": "M4 12v.01", "key": "svg-0" }], ["path", { "d": "M8 12v.01", "key": "svg-1" }], ["path", { "d": "M12 12v.01", "key": "svg-2" }], ["path", { "d": "M16 12v.01", "key": "svg-3" }], ["path", { "d": "M20 12v.01", "key": "svg-4" }]]; const IconLineDotted = createReactComponent("outline", "line-dotted", "LineDotted", __iconNode$Mz); const __iconNode$My = [["path", { "d": "M3 8l3 -3l3 3", "key": "svg-0" }], ["path", { "d": "M3 16l3 3l3 -3", "key": "svg-1" }], ["path", { "d": "M6 5l0 14", "key": "svg-2" }], ["path", { "d": "M13 6l7 0", "key": "svg-3" }], ["path", { "d": "M13 12l7 0", "key": "svg-4" }], ["path", { "d": "M13 18l7 0", "key": "svg-5" }]]; const IconLineHeight = createReactComponent("outline", "line-height", "LineHeight", __iconNode$My); const __iconNode$Mx = [["path", { "d": "M4 8v-2a2 2 0 0 1 2 -2h2", "key": "svg-0" }], ["path", { "d": "M4 16v2a2 2 0 0 0 2 2h2", "key": "svg-1" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2", "key": "svg-2" }], ["path", { "d": "M16 20h2a2 2 0 0 0 2 -2v-2", "key": "svg-3" }], ["path", { "d": "M7 12h10", "key": "svg-4" }]]; const IconLineScan = createReactComponent("outline", "line-scan", "LineScan", __iconNode$Mx); const __iconNode$Mw = [["path", { "d": "M4 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M16 6a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M7.5 16.5l9 -9", "key": "svg-2" }]]; const IconLine = createReactComponent("outline", "line", "Line", __iconNode$Mw); const __iconNode$Mv = [["path", { "d": "M9 15l6 -6", "key": "svg-0" }], ["path", { "d": "M11 6l.463 -.536a5 5 0 1 1 7.071 7.072l-.534 .464", "key": "svg-1" }], ["path", { "d": "M12.603 18.534a5.07 5.07 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }]]; const IconLinkMinus = createReactComponent("outline", "link-minus", "LinkMinus", __iconNode$Mv); const __iconNode$Mu = [["path", { "d": "M9 15l3 -3m2 -2l1 -1", "key": "svg-0" }], ["path", { "d": "M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }], ["path", { "d": "M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463", "key": "svg-3" }]]; const IconLinkOff = createReactComponent("outline", "link-off", "LinkOff", __iconNode$Mu); const __iconNode$Mt = [["path", { "d": "M9 15l6 -6", "key": "svg-0" }], ["path", { "d": "M11 6l.463 -.536a5 5 0 0 1 7.072 0a4.993 4.993 0 0 1 -.001 7.072", "key": "svg-1" }], ["path", { "d": "M12.603 18.534a5.07 5.07 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }], ["path", { "d": "M19 16v6", "key": "svg-4" }]]; const IconLinkPlus = createReactComponent("outline", "link-plus", "LinkPlus", __iconNode$Mt); const __iconNode$Ms = [["path", { "d": "M9 15l6 -6", "key": "svg-0" }], ["path", { "d": "M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464", "key": "svg-1" }], ["path", { "d": "M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463", "key": "svg-2" }]]; const IconLink = createReactComponent("outline", "link", "Link", __iconNode$Ms); const __iconNode$Mr = [["path", { "d": "M3.5 5.5l1.5 1.5l2.5 -2.5", "key": "svg-0" }], ["path", { "d": "M3.5 11.5l1.5 1.5l2.5 -2.5", "key": "svg-1" }], ["path", { "d": "M3.5 17.5l1.5 1.5l2.5 -2.5", "key": "svg-2" }], ["path", { "d": "M11 6l9 0", "key": "svg-3" }], ["path", { "d": "M11 12l9 0", "key": "svg-4" }], ["path", { "d": "M11 18l9 0", "key": "svg-5" }]]; const IconListCheck = createReactComponent("outline", "list-check", "ListCheck", __iconNode$Mr); const __iconNode$Mq = [["path", { "d": "M13 5h8", "key": "svg-0" }], ["path", { "d": "M13 9h5", "key": "svg-1" }], ["path", { "d": "M13 15h8", "key": "svg-2" }], ["path", { "d": "M13 19h5", "key": "svg-3" }], ["path", { "d": "M3 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", "key": "svg-4" }], ["path", { "d": "M3 15a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", "key": "svg-5" }]]; const IconListDetails = createReactComponent("outline", "list-details", "ListDetails", __iconNode$Mq); const __iconNode$Mp = [["path", { "d": "M11 6h9", "key": "svg-0" }], ["path", { "d": "M11 12h9", "key": "svg-1" }], ["path", { "d": "M11 18h9", "key": "svg-2" }], ["path", { "d": "M4 10v-4.5a1.5 1.5 0 0 1 3 0v4.5", "key": "svg-3" }], ["path", { "d": "M4 8h3", "key": "svg-4" }], ["path", { "d": "M4 20h1.5a1.5 1.5 0 0 0 0 -3h-1.5h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6", "key": "svg-5" }]]; const IconListLetters = createReactComponent("outline", "list-letters", "ListLetters", __iconNode$Mp); const __iconNode$Mo = [["path", { "d": "M11 6h9", "key": "svg-0" }], ["path", { "d": "M11 12h9", "key": "svg-1" }], ["path", { "d": "M12 18h8", "key": "svg-2" }], ["path", { "d": "M4 16a2 2 0 1 1 4 0c0 .591 -.5 1 -1 1.5l-3 2.5h4", "key": "svg-3" }], ["path", { "d": "M6 10v-6l-2 2", "key": "svg-4" }]]; const IconListNumbers = createReactComponent("outline", "list-numbers", "ListNumbers", __iconNode$Mo); const __iconNode$Mn = [["path", { "d": "M11 15a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-0" }], ["path", { "d": "M18.5 18.5l2.5 2.5", "key": "svg-1" }], ["path", { "d": "M4 6h16", "key": "svg-2" }], ["path", { "d": "M4 12h4", "key": "svg-3" }], ["path", { "d": "M4 18h4", "key": "svg-4" }]]; const IconListSearch = createReactComponent("outline", "list-search", "ListSearch", __iconNode$Mn); const __iconNode$Mm = [["path", { "d": "M9 6h11", "key": "svg-0" }], ["path", { "d": "M12 12h8", "key": "svg-1" }], ["path", { "d": "M15 18h5", "key": "svg-2" }], ["path", { "d": "M5 6v.01", "key": "svg-3" }], ["path", { "d": "M8 12v.01", "key": "svg-4" }], ["path", { "d": "M11 18v.01", "key": "svg-5" }]]; const IconListTree = createReactComponent("outline", "list-tree", "ListTree", __iconNode$Mm); const __iconNode$Ml = [["path", { "d": "M9 6l11 0", "key": "svg-0" }], ["path", { "d": "M9 12l11 0", "key": "svg-1" }], ["path", { "d": "M9 18l11 0", "key": "svg-2" }], ["path", { "d": "M5 6l0 .01", "key": "svg-3" }], ["path", { "d": "M5 12l0 .01", "key": "svg-4" }], ["path", { "d": "M5 18l0 .01", "key": "svg-5" }]]; const IconList = createReactComponent("outline", "list", "List", __iconNode$Ml); const __iconNode$Mk = [["path", { "d": "M11.296 11.29a1 1 0 1 0 1.414 1.415", "key": "svg-0" }], ["path", { "d": "M8.473 8.456a5 5 0 1 0 7.076 7.066m1.365 -2.591a5 5 0 0 0 -5.807 -5.851", "key": "svg-1" }], ["path", { "d": "M15.9 20.11v.01", "key": "svg-2" }], ["path", { "d": "M19.04 17.61v.01", "key": "svg-3" }], ["path", { "d": "M20.77 14v.01", "key": "svg-4" }], ["path", { "d": "M20.77 10v.01", "key": "svg-5" }], ["path", { "d": "M19.04 6.39v.01", "key": "svg-6" }], ["path", { "d": "M15.9 3.89v.01", "key": "svg-7" }], ["path", { "d": "M12 3v.01", "key": "svg-8" }], ["path", { "d": "M8.1 3.89v.01", "key": "svg-9" }], ["path", { "d": "M4.96 6.39v.01", "key": "svg-10" }], ["path", { "d": "M3.23 10v.01", "key": "svg-11" }], ["path", { "d": "M3.23 14v.01", "key": "svg-12" }], ["path", { "d": "M4.96 17.61v.01", "key": "svg-13" }], ["path", { "d": "M8.1 20.11v.01", "key": "svg-14" }], ["path", { "d": "M12 21v.01", "key": "svg-15" }], ["path", { "d": "M3 3l18 18", "key": "svg-16" }]]; const IconLivePhotoOff = createReactComponent("outline", "live-photo-off", "LivePhotoOff", __iconNode$Mk); const __iconNode$Mj = [["path", { "d": "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M7 12a5 5 0 1 0 10 0a5 5 0 1 0 -10 0", "key": "svg-1" }], ["path", { "d": "M15.9 20.11l0 .01", "key": "svg-2" }], ["path", { "d": "M19.04 17.61l0 .01", "key": "svg-3" }], ["path", { "d": "M20.77 14l0 .01", "key": "svg-4" }], ["path", { "d": "M20.77 10l0 .01", "key": "svg-5" }], ["path", { "d": "M19.04 6.39l0 .01", "key": "svg-6" }], ["path", { "d": "M15.9 3.89l0 .01", "key": "svg-7" }], ["path", { "d": "M12 3l0 .01", "key": "svg-8" }], ["path", { "d": "M8.1 3.89l0 .01", "key": "svg-9" }], ["path", { "d": "M4.96 6.39l0 .01", "key": "svg-10" }], ["path", { "d": "M3.23 10l0 .01", "key": "svg-11" }], ["path", { "d": "M3.23 14l0 .01", "key": "svg-12" }], ["path", { "d": "M4.96 17.61l0 .01", "key": "svg-13" }], ["path", { "d": "M8.1 20.11l0 .01", "key": "svg-14" }], ["path", { "d": "M12 21l0 .01", "key": "svg-15" }]]; const IconLivePhoto = createReactComponent("outline", "live-photo", "LivePhoto", __iconNode$Mj); const __iconNode$Mi = [["path", { "d": "M4 8v-2a2 2 0 0 1 2 -2h2", "key": "svg-0" }], ["path", { "d": "M4 16v2a2 2 0 0 0 2 2h2", "key": "svg-1" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2", "key": "svg-2" }], ["path", { "d": "M16 20h2a2 2 0 0 0 2 -2v-2", "key": "svg-3" }], ["path", { "d": "M12 11l0 .01", "key": "svg-4" }], ["path", { "d": "M12 18l-3.5 -5a4 4 0 1 1 7 0l-3.5 5", "key": "svg-5" }]]; const IconLiveView = createReactComponent("outline", "live-view", "LiveView", __iconNode$Mi); const __iconNode$Mh = [["path", { "d": "M9 13a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M11 20a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }], ["path", { "d": "M12 16v3", "key": "svg-2" }], ["path", { "d": "M12 10v-7", "key": "svg-3" }], ["path", { "d": "M9 6l3 -3l3 3", "key": "svg-4" }], ["path", { "d": "M12 10v-7", "key": "svg-5" }], ["path", { "d": "M9 6l3 -3l3 3", "key": "svg-6" }], ["path", { "d": "M14.894 12.227l6.11 -2.224", "key": "svg-7" }], ["path", { "d": "M17.159 8.21l3.845 1.793l-1.793 3.845", "key": "svg-8" }], ["path", { "d": "M9.101 12.214l-6.075 -2.211", "key": "svg-9" }], ["path", { "d": "M6.871 8.21l-3.845 1.793l1.793 3.845", "key": "svg-10" }]]; const IconLoadBalancer = createReactComponent("outline", "load-balancer", "LoadBalancer", __iconNode$Mh); const __iconNode$Mg = [["path", { "d": "M12 3a9 9 0 1 0 9 9", "key": "svg-0" }]]; const IconLoader2 = createReactComponent("outline", "loader-2", "Loader2", __iconNode$Mg); const __iconNode$Mf = [["path", { "d": "M3 12a9 9 0 0 0 9 9a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9", "key": "svg-0" }], ["path", { "d": "M17 12a5 5 0 1 0 -5 5", "key": "svg-1" }]]; const IconLoader3 = createReactComponent("outline", "loader-3", "Loader3", __iconNode$Mf); const __iconNode$Me = [["path", { "d": "M12 6l0 -3", "key": "svg-0" }], ["path", { "d": "M6 12l-3 0", "key": "svg-1" }], ["path", { "d": "M7.75 7.75l-2.15 -2.15", "key": "svg-2" }]]; const IconLoaderQuarter = createReactComponent("outline", "loader-quarter", "LoaderQuarter", __iconNode$Me); const __iconNode$Md = [["path", { "d": "M12 6l0 -3", "key": "svg-0" }], ["path", { "d": "M16.25 7.75l2.15 -2.15", "key": "svg-1" }], ["path", { "d": "M18 12l3 0", "key": "svg-2" }], ["path", { "d": "M16.25 16.25l2.15 2.15", "key": "svg-3" }], ["path", { "d": "M12 18l0 3", "key": "svg-4" }], ["path", { "d": "M7.75 16.25l-2.15 2.15", "key": "svg-5" }], ["path", { "d": "M6 12l-3 0", "key": "svg-6" }], ["path", { "d": "M7.75 7.75l-2.15 -2.15", "key": "svg-7" }]]; const IconLoader = createReactComponent("outline", "loader", "Loader", __iconNode$Md); const __iconNode$Mc = [["path", { "d": "M13.05 20.1l-3.05 -6.1l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.312 9.173", "key": "svg-0" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-1" }]]; const IconLocationBolt = createReactComponent("outline", "location-bolt", "LocationBolt", __iconNode$Mc); const __iconNode$Mb = [["path", { "d": "M12.896 19.792l-2.896 -5.792l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.487 9.657", "key": "svg-0" }], ["path", { "d": "M21.5 21.5l-5 -5", "key": "svg-1" }], ["path", { "d": "M16.5 21.5l5 -5", "key": "svg-2" }]]; const IconLocationBroken = createReactComponent("outline", "location-broken", "LocationBroken", __iconNode$Mb); const __iconNode$Ma = [["path", { "d": "M12 18l-2 -4l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.305 9.151", "key": "svg-0" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M17 21l4 -4", "key": "svg-2" }]]; const IconLocationCancel = createReactComponent("outline", "location-cancel", "LocationCancel", __iconNode$Ma); const __iconNode$M9 = [["path", { "d": "M11.512 17.023l-1.512 -3.023l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-4.45 12.324", "key": "svg-0" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-1" }]]; const IconLocationCheck = createReactComponent("outline", "location-check", "LocationCheck", __iconNode$M9); const __iconNode$M8 = [["path", { "d": "M11.505 17.01l-1.505 -3.01l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.677 10.184", "key": "svg-0" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-1" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-2" }]]; const IconLocationCode = createReactComponent("outline", "location-code", "LocationCode", __iconNode$M8); const __iconNode$M7 = [["path", { "d": "M12 18l-2 -4l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.14 8.697", "key": "svg-0" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-2" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-3" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-4" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-5" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-6" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-7" }]]; const IconLocationCog = createReactComponent("outline", "location-cog", "LocationCog", __iconNode$M7); const __iconNode$M6 = [["path", { "d": "M12.797 19.595l-2.797 -5.595l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.548 9.826", "key": "svg-0" }], ["path", { "d": "M16 21l5 -5", "key": "svg-1" }], ["path", { "d": "M21 21v.01", "key": "svg-2" }], ["path", { "d": "M16 16v.01", "key": "svg-3" }]]; const IconLocationDiscount = createReactComponent("outline", "location-discount", "LocationDiscount", __iconNode$M6); const __iconNode$M5 = [["path", { "d": "M13.08 20.162l-3.08 -6.162l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-2.55 7.063", "key": "svg-0" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-1" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-2" }]]; const IconLocationDollar = createReactComponent("outline", "location-dollar", "LocationDollar", __iconNode$M5); const __iconNode$M4 = [["path", { "d": "M12 18l-2 -4l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.328 9.217", "key": "svg-0" }], ["path", { "d": "M19 16v6", "key": "svg-1" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-2" }]]; const IconLocationDown = createReactComponent("outline", "location-down", "LocationDown", __iconNode$M4); const __iconNode$M3 = [["path", { "d": "M15.024 19.55l-.524 1.45a.55 .55 0 0 1 -1 0l-3.5 -7l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.317 9.186", "key": "svg-0" }], ["path", { "d": "M19 16v3", "key": "svg-1" }], ["path", { "d": "M19 22v.01", "key": "svg-2" }]]; const IconLocationExclamation = createReactComponent("outline", "location-exclamation", "LocationExclamation", __iconNode$M3); const __iconNode$M2 = [["path", { "d": "M10.365 14.73l-.365 -.73l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.024 8.373", "key": "svg-0" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-1" }]]; const IconLocationHeart = createReactComponent("outline", "location-heart", "LocationHeart", __iconNode$M2); const __iconNode$M1 = [["path", { "d": "M12 18l-2 -4l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-4.347 12.038", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }]]; const IconLocationMinus = createReactComponent("outline", "location-minus", "LocationMinus", __iconNode$M1); const __iconNode$M0 = [["path", { "d": "M10.72 6.712l10.28 -3.712l-3.724 10.313m-1.056 2.925l-1.72 4.762a.55 .55 0 0 1 -1 0l-3.5 -7l-7 -3.5a.55 .55 0 0 1 0 -1l4.775 -1.724", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconLocationOff = createReactComponent("outline", "location-off", "LocationOff", __iconNode$M0); const __iconNode$L$ = [["path", { "d": "M13.02 20.04l-3.02 -6.04l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.634 10.062", "key": "svg-0" }], ["path", { "d": "M17 17v5", "key": "svg-1" }], ["path", { "d": "M21 17v5", "key": "svg-2" }]]; const IconLocationPause = createReactComponent("outline", "location-pause", "LocationPause", __iconNode$L$); const __iconNode$L_ = [["path", { "d": "M12 18l-2 -4l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-2.901 8.034", "key": "svg-0" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-1" }], ["path", { "d": "M19 18v.01", "key": "svg-2" }]]; const IconLocationPin = createReactComponent("outline", "location-pin", "LocationPin", __iconNode$L_); const __iconNode$LZ = [["path", { "d": "M12 18l-2 -4l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.361 9.308", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }]]; const IconLocationPlus = createReactComponent("outline", "location-plus", "LocationPlus", __iconNode$LZ); const __iconNode$LY = [["path", { "d": "M14.5 21a.55 .55 0 0 1 -1 0l-3.5 -7l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-2.967 8.215", "key": "svg-0" }], ["path", { "d": "M19 22v.01", "key": "svg-1" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-2" }]]; const IconLocationQuestion = createReactComponent("outline", "location-question", "LocationQuestion", __iconNode$LY); const __iconNode$LX = [["path", { "d": "M11 16l-1 -2l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-2.916 8.076", "key": "svg-0" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-2" }]]; const IconLocationSearch = createReactComponent("outline", "location-search", "LocationSearch", __iconNode$LX); const __iconNode$LW = [["path", { "d": "M12 18l-2 -4l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.616 10.015", "key": "svg-0" }], ["path", { "d": "M16 22l5 -5", "key": "svg-1" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-2" }]]; const IconLocationShare = createReactComponent("outline", "location-share", "LocationShare", __iconNode$LW); const __iconNode$LV = [["path", { "d": "M10.336 14.672l-.336 -.672l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-2.565 7.104", "key": "svg-0" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-1" }]]; const IconLocationStar = createReactComponent("outline", "location-star", "LocationStar", __iconNode$LV); const __iconNode$LU = [["path", { "d": "M12 18l-2 -4l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.251 9.003", "key": "svg-0" }], ["path", { "d": "M19 22v-6", "key": "svg-1" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-2" }]]; const IconLocationUp = createReactComponent("outline", "location-up", "LocationUp", __iconNode$LU); const __iconNode$LT = [["path", { "d": "M13.5 21l-.224 -.448l-3.276 -6.552l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.622 10.03", "key": "svg-0" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-1" }], ["path", { "d": "M17 22l5 -5", "key": "svg-2" }]]; const IconLocationX = createReactComponent("outline", "location-x", "LocationX", __iconNode$LT); const __iconNode$LS = [["path", { "d": "M21 3l-6.5 18a.55 .55 0 0 1 -1 0l-3.5 -7l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5", "key": "svg-0" }]]; const IconLocation = createReactComponent("outline", "location", "Location", __iconNode$LS); const __iconNode$LR = [["path", { "d": "M4 8v-2c0 -.554 .225 -1.055 .588 -1.417", "key": "svg-0" }], ["path", { "d": "M4 16v2a2 2 0 0 0 2 2h2", "key": "svg-1" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2", "key": "svg-2" }], ["path", { "d": "M16 20h2c.55 0 1.05 -.222 1.41 -.582", "key": "svg-3" }], ["path", { "d": "M15 11a1 1 0 0 1 1 1m-.29 3.704a1 1 0 0 1 -.71 .296h-6a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1h2", "key": "svg-4" }], ["path", { "d": "M10 11v-1m1.182 -2.826a2 2 0 0 1 2.818 1.826v1", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconLockAccessOff = createReactComponent("outline", "lock-access-off", "LockAccessOff", __iconNode$LR); const __iconNode$LQ = [["path", { "d": "M4 8v-2a2 2 0 0 1 2 -2h2", "key": "svg-0" }], ["path", { "d": "M4 16v2a2 2 0 0 0 2 2h2", "key": "svg-1" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2", "key": "svg-2" }], ["path", { "d": "M16 20h2a2 2 0 0 0 2 -2v-2", "key": "svg-3" }], ["path", { "d": "M8 12a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1l0 -3", "key": "svg-4" }], ["path", { "d": "M10 11v-2a2 2 0 1 1 4 0v2", "key": "svg-5" }]]; const IconLockAccess = createReactComponent("outline", "lock-access", "LockAccess", __iconNode$LQ); const __iconNode$LP = [["path", { "d": "M17 21v-6m2 0v-1.5m0 9v-1.5m-2 -3h3m-1 0h.5a1.5 1.5 0 0 1 0 3h-3.5m3 -3h.5a1.5 1.5 0 0 0 0 -3h-3.5", "key": "svg-0" }], ["path", { "d": "M13 21h-6a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10", "key": "svg-1" }], ["path", { "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-2" }], ["path", { "d": "M8 11v-4a4 4 0 1 1 8 0v4", "key": "svg-3" }]]; const IconLockBitcoin = createReactComponent("outline", "lock-bitcoin", "LockBitcoin", __iconNode$LP); const __iconNode$LO = [["path", { "d": "M13.5 21h-6.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 1.74 1.012", "key": "svg-0" }], ["path", { "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-1" }], ["path", { "d": "M8 11v-4a4 4 0 1 1 8 0v4", "key": "svg-2" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-3" }]]; const IconLockBolt = createReactComponent("outline", "lock-bolt", "LockBolt", __iconNode$LO); const __iconNode$LN = [["path", { "d": "M12.5 21h-5.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 1.749 1.028", "key": "svg-0" }], ["path", { "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-1" }], ["path", { "d": "M8 11v-4a4 4 0 1 1 8 0v4", "key": "svg-2" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-3" }], ["path", { "d": "M17 21l4 -4", "key": "svg-4" }]]; const IconLockCancel = createReactComponent("outline", "lock-cancel", "LockCancel", __iconNode$LN); const __iconNode$LM = [["path", { "d": "M11.5 21h-4.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v.5", "key": "svg-0" }], ["path", { "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-1" }], ["path", { "d": "M8 11v-4a4 4 0 1 1 8 0v4", "key": "svg-2" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-3" }]]; const IconLockCheck = createReactComponent("outline", "lock-check", "LockCheck", __iconNode$LM); const __iconNode$LL = [["path", { "d": "M11.5 21h-4.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2", "key": "svg-0" }], ["path", { "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-1" }], ["path", { "d": "M8 11v-4a4 4 0 1 1 8 0v4", "key": "svg-2" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-3" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-4" }]]; const IconLockCode = createReactComponent("outline", "lock-code", "LockCode", __iconNode$LL); const __iconNode$LK = [["path", { "d": "M12 21h-5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10c.564 0 1.074 .234 1.437 .61", "key": "svg-0" }], ["path", { "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-1" }], ["path", { "d": "M8 11v-4a4 4 0 1 1 8 0v4", "key": "svg-2" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-4" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-5" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-6" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-7" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-8" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-9" }]]; const IconLockCog = createReactComponent("outline", "lock-cog", "LockCog", __iconNode$LK); const __iconNode$LJ = [["path", { "d": "M13 21h-6a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10", "key": "svg-0" }], ["path", { "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-1" }], ["path", { "d": "M8 11v-4a4 4 0 1 1 8 0v4", "key": "svg-2" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-3" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-4" }]]; const IconLockDollar = createReactComponent("outline", "lock-dollar", "LockDollar", __iconNode$LJ); const __iconNode$LI = [["path", { "d": "M12.5 21h-5.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 1.74 1.015", "key": "svg-0" }], ["path", { "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-1" }], ["path", { "d": "M8 11v-4a4 4 0 1 1 8 0v4", "key": "svg-2" }], ["path", { "d": "M19 16v6", "key": "svg-3" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-4" }]]; const IconLockDown = createReactComponent("outline", "lock-down", "LockDown", __iconNode$LI); const __iconNode$LH = [["path", { "d": "M15 21h-8a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 1.734 1.002", "key": "svg-0" }], ["path", { "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-1" }], ["path", { "d": "M8 11v-4a4 4 0 1 1 8 0v4", "key": "svg-2" }], ["path", { "d": "M19 16v3", "key": "svg-3" }], ["path", { "d": "M19 22v.01", "key": "svg-4" }]]; const IconLockExclamation = createReactComponent("outline", "lock-exclamation", "LockExclamation", __iconNode$LH); const __iconNode$LG = [["path", { "d": "M11.5 21h-4.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10c.38 0 .734 .106 1.037 .29", "key": "svg-0" }], ["path", { "d": "M8 11v-4a4 4 0 1 1 8 0v4", "key": "svg-1" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-2" }]]; const IconLockHeart = createReactComponent("outline", "lock-heart", "LockHeart", __iconNode$LG); const __iconNode$LF = [["path", { "d": "M12.5 21h-5.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v2", "key": "svg-0" }], ["path", { "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-1" }], ["path", { "d": "M8 11v-4a4 4 0 1 1 8 0v4", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }]]; const IconLockMinus = createReactComponent("outline", "lock-minus", "LockMinus", __iconNode$LF); const __iconNode$LE = [["path", { "d": "M15 11h2a2 2 0 0 1 2 2v2m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h4", "key": "svg-0" }], ["path", { "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-1" }], ["path", { "d": "M8 11v-3m.719 -3.289a4 4 0 0 1 7.281 2.289v4", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconLockOff = createReactComponent("outline", "lock-off", "LockOff", __iconNode$LE); const __iconNode$LD = [["path", { "d": "M3 13a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2l0 -6", "key": "svg-0" }], ["path", { "d": "M9 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-1" }], ["path", { "d": "M13 11v-4a4 4 0 1 1 8 0v4", "key": "svg-2" }]]; const IconLockOpen2 = createReactComponent("outline", "lock-open-2", "LockOpen2", __iconNode$LD); const __iconNode$LC = [["path", { "d": "M15 11h2a2 2 0 0 1 2 2v2m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h4", "key": "svg-0" }], ["path", { "d": "M11 16a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }], ["path", { "d": "M8 11v-3m.347 -3.631a4 4 0 0 1 7.653 1.631", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconLockOpenOff = createReactComponent("outline", "lock-open-off", "LockOpenOff", __iconNode$LC); const __iconNode$LB = [["path", { "d": "M5 13a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2l0 -6", "key": "svg-0" }], ["path", { "d": "M11 16a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }], ["path", { "d": "M8 11v-5a4 4 0 0 1 8 0", "key": "svg-2" }]]; const IconLockOpen = createReactComponent("outline", "lock-open", "LockOpen", __iconNode$LB); const __iconNode$LA = [["path", { "d": "M5 13a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2l0 -6", "key": "svg-0" }], ["path", { "d": "M8 11v-4a4 4 0 1 1 8 0v4", "key": "svg-1" }], ["path", { "d": "M15 16h.01", "key": "svg-2" }], ["path", { "d": "M12.01 16h.01", "key": "svg-3" }], ["path", { "d": "M9.02 16h.01", "key": "svg-4" }]]; const IconLockPassword = createReactComponent("outline", "lock-password", "LockPassword", __iconNode$LA); const __iconNode$Lz = [["path", { "d": "M13 21h-6a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v.5", "key": "svg-0" }], ["path", { "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-1" }], ["path", { "d": "M8 11v-4a4 4 0 1 1 8 0v4", "key": "svg-2" }], ["path", { "d": "M17 17v5", "key": "svg-3" }], ["path", { "d": "M21 17v5", "key": "svg-4" }]]; const IconLockPause = createReactComponent("outline", "lock-pause", "LockPause", __iconNode$Lz); const __iconNode$Ly = [["path", { "d": "M12.5 21h-5.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10c.24 0 .47 .042 .683 .12", "key": "svg-0" }], ["path", { "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-1" }], ["path", { "d": "M8 11v-4a4 4 0 1 1 8 0v4", "key": "svg-2" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-3" }], ["path", { "d": "M19 18v.01", "key": "svg-4" }]]; const IconLockPin = createReactComponent("outline", "lock-pin", "LockPin", __iconNode$Ly); const __iconNode$Lx = [["path", { "d": "M12.5 21h-5.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 1.74 1.012", "key": "svg-0" }], ["path", { "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-1" }], ["path", { "d": "M8 11v-4a4 4 0 1 1 8 0v4", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }], ["path", { "d": "M19 16v6", "key": "svg-4" }]]; const IconLockPlus = createReactComponent("outline", "lock-plus", "LockPlus", __iconNode$Lx); const __iconNode$Lw = [["path", { "d": "M15 21h-8a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10c.265 0 .518 .052 .75 .145", "key": "svg-0" }], ["path", { "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-1" }], ["path", { "d": "M8 11v-4a4 4 0 1 1 8 0v4", "key": "svg-2" }], ["path", { "d": "M19 22v.01", "key": "svg-3" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-4" }]]; const IconLockQuestion = createReactComponent("outline", "lock-question", "LockQuestion", __iconNode$Lw); const __iconNode$Lv = [["path", { "d": "M11.5 21h-4.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10", "key": "svg-0" }], ["path", { "d": "M8 11v-4a4 4 0 1 1 8 0v4", "key": "svg-1" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-3" }]]; const IconLockSearch = createReactComponent("outline", "lock-search", "LockSearch", __iconNode$Lv); const __iconNode$Lu = [["path", { "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-0" }], ["path", { "d": "M12 21h-5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2", "key": "svg-1" }], ["path", { "d": "M8 11v-4a4 4 0 1 1 8 0v4", "key": "svg-2" }], ["path", { "d": "M16 22l5 -5", "key": "svg-3" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-4" }]]; const IconLockShare = createReactComponent("outline", "lock-share", "LockShare", __iconNode$Lu); const __iconNode$Lt = [["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-0" }], ["path", { "d": "M8 12a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1l0 -3", "key": "svg-1" }], ["path", { "d": "M10 11v-2a2 2 0 1 1 4 0v2", "key": "svg-2" }]]; const IconLockSquareRounded = createReactComponent("outline", "lock-square-rounded", "LockSquareRounded", __iconNode$Lt); const __iconNode$Ls = [["path", { "d": "M8 12a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1l0 -3", "key": "svg-0" }], ["path", { "d": "M10 11v-2a2 2 0 1 1 4 0v2", "key": "svg-1" }], ["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-2" }]]; const IconLockSquare = createReactComponent("outline", "lock-square", "LockSquare", __iconNode$Ls); const __iconNode$Lr = [["path", { "d": "M11 21h-4a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h9", "key": "svg-0" }], ["path", { "d": "M8 11v-4a4 4 0 1 1 8 0v4", "key": "svg-1" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-2" }]]; const IconLockStar = createReactComponent("outline", "lock-star", "LockStar", __iconNode$Lr); const __iconNode$Lq = [["path", { "d": "M12.5 21h-5.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 1.739 1.01", "key": "svg-0" }], ["path", { "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-1" }], ["path", { "d": "M8 11v-4a4 4 0 1 1 8 0v4", "key": "svg-2" }], ["path", { "d": "M19 22v-6", "key": "svg-3" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-4" }]]; const IconLockUp = createReactComponent("outline", "lock-up", "LockUp", __iconNode$Lq); const __iconNode$Lp = [["path", { "d": "M13 21h-6a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v.5", "key": "svg-0" }], ["path", { "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-1" }], ["path", { "d": "M8 11v-4a4 4 0 1 1 8 0v4", "key": "svg-2" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-3" }], ["path", { "d": "M17 22l5 -5", "key": "svg-4" }]]; const IconLockX = createReactComponent("outline", "lock-x", "LockX", __iconNode$Lp); const __iconNode$Lo = [["path", { "d": "M5 13a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-6", "key": "svg-0" }], ["path", { "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-1" }], ["path", { "d": "M8 11v-4a4 4 0 1 1 8 0v4", "key": "svg-2" }]]; const IconLock = createReactComponent("outline", "lock", "Lock", __iconNode$Lo); const __iconNode$Ln = [["path", { "d": "M22 12h-5", "key": "svg-0" }], ["path", { "d": "M2 9h5", "key": "svg-1" }], ["path", { "d": "M2 15h5", "key": "svg-2" }], ["path", { "d": "M9 5c6 0 8 3.5 8 7s-2 7 -8 7h-2v-14h2", "key": "svg-3" }]]; const IconLogicAnd = createReactComponent("outline", "logic-and", "LogicAnd", __iconNode$Ln); const __iconNode$Lm = [["path", { "d": "M22 12h-5", "key": "svg-0" }], ["path", { "d": "M2 9h5", "key": "svg-1" }], ["path", { "d": "M2 15h5", "key": "svg-2" }], ["path", { "d": "M7 5l10 7l-10 7l0 -14", "key": "svg-3" }]]; const IconLogicBuffer = createReactComponent("outline", "logic-buffer", "LogicBuffer", __iconNode$Lm); const __iconNode$Ll = [["path", { "d": "M22 12h-3", "key": "svg-0" }], ["path", { "d": "M2 9h3", "key": "svg-1" }], ["path", { "d": "M2 15h3", "key": "svg-2" }], ["path", { "d": "M7 5c6 0 8 3.5 8 7s-2 7 -8 7h-2v-14h2", "key": "svg-3" }], ["path", { "d": "M15 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-4" }]]; const IconLogicNand = createReactComponent("outline", "logic-nand", "LogicNand", __iconNode$Ll); const __iconNode$Lk = [["path", { "d": "M22 12h-4", "key": "svg-0" }], ["path", { "d": "M2 9h5", "key": "svg-1" }], ["path", { "d": "M2 15h5", "key": "svg-2" }], ["path", { "d": "M6 5c10.667 2.1 10.667 12.6 0 14c1.806 -4.667 1.806 -9.333 0 -14", "key": "svg-3" }], ["path", { "d": "M14 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-4" }]]; const IconLogicNor = createReactComponent("outline", "logic-nor", "LogicNor", __iconNode$Lk); const __iconNode$Lj = [["path", { "d": "M22 12h-3", "key": "svg-0" }], ["path", { "d": "M2 9h3", "key": "svg-1" }], ["path", { "d": "M2 15h3", "key": "svg-2" }], ["path", { "d": "M5 5l10 7l-10 7l0 -14", "key": "svg-3" }], ["path", { "d": "M15 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-4" }]]; const IconLogicNot = createReactComponent("outline", "logic-not", "LogicNot", __iconNode$Lj); const __iconNode$Li = [["path", { "d": "M22 12h-6", "key": "svg-0" }], ["path", { "d": "M2 9h7", "key": "svg-1" }], ["path", { "d": "M2 15h7", "key": "svg-2" }], ["path", { "d": "M8 5c10.667 2.1 10.667 12.6 0 14c1.806 -4.667 1.806 -9.333 0 -14", "key": "svg-3" }]]; const IconLogicOr = createReactComponent("outline", "logic-or", "LogicOr", __iconNode$Li); const __iconNode$Lh = [["path", { "d": "M22 12h-2", "key": "svg-0" }], ["path", { "d": "M2 9h4", "key": "svg-1" }], ["path", { "d": "M2 15h4", "key": "svg-2" }], ["path", { "d": "M5 19c1.778 -4.667 1.778 -9.333 0 -14", "key": "svg-3" }], ["path", { "d": "M8 5c10.667 2.1 10.667 12.6 0 14c1.806 -4.667 1.806 -9.333 0 -14", "key": "svg-4" }], ["path", { "d": "M16 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-5" }]]; const IconLogicXnor = createReactComponent("outline", "logic-xnor", "LogicXnor", __iconNode$Lh); const __iconNode$Lg = [["path", { "d": "M22 12h-4", "key": "svg-0" }], ["path", { "d": "M2 9h6", "key": "svg-1" }], ["path", { "d": "M2 15h6", "key": "svg-2" }], ["path", { "d": "M7 19c1.778 -4.667 1.778 -9.333 0 -14", "key": "svg-3" }], ["path", { "d": "M10 5c10.667 2.1 10.667 12.6 0 14c1.806 -4.667 1.806 -9.333 0 -14", "key": "svg-4" }]]; const IconLogicXor = createReactComponent("outline", "logic-xor", "LogicXor", __iconNode$Lg); const __iconNode$Lf = [["path", { "d": "M9 8v-2a2 2 0 0 1 2 -2h7a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2v-2", "key": "svg-0" }], ["path", { "d": "M3 12h13l-3 -3", "key": "svg-1" }], ["path", { "d": "M13 15l3 -3", "key": "svg-2" }]]; const IconLogin2 = createReactComponent("outline", "login-2", "Login2", __iconNode$Lf); const __iconNode$Le = [["path", { "d": "M15 8v-2a2 2 0 0 0 -2 -2h-7a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2 -2v-2", "key": "svg-0" }], ["path", { "d": "M21 12h-13l3 -3", "key": "svg-1" }], ["path", { "d": "M11 15l-3 -3", "key": "svg-2" }]]; const IconLogin = createReactComponent("outline", "login", "Login", __iconNode$Le); const __iconNode$Ld = [["path", { "d": "M10 8v-2a2 2 0 0 1 2 -2h7a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2v-2", "key": "svg-0" }], ["path", { "d": "M15 12h-12l3 -3", "key": "svg-1" }], ["path", { "d": "M6 15l-3 -3", "key": "svg-2" }]]; const IconLogout2 = createReactComponent("outline", "logout-2", "Logout2", __iconNode$Ld); const __iconNode$Lc = [["path", { "d": "M14 8v-2a2 2 0 0 0 -2 -2h-7a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2 -2v-2", "key": "svg-0" }], ["path", { "d": "M9 12h12l-3 -3", "key": "svg-1" }], ["path", { "d": "M18 15l3 -3", "key": "svg-2" }]]; const IconLogout = createReactComponent("outline", "logout", "Logout", __iconNode$Lc); const __iconNode$Lb = [["path", { "d": "M4 12h.01", "key": "svg-0" }], ["path", { "d": "M4 6h.01", "key": "svg-1" }], ["path", { "d": "M4 18h.01", "key": "svg-2" }], ["path", { "d": "M8 18h2", "key": "svg-3" }], ["path", { "d": "M8 12h2", "key": "svg-4" }], ["path", { "d": "M8 6h2", "key": "svg-5" }], ["path", { "d": "M14 6h6", "key": "svg-6" }], ["path", { "d": "M14 12h6", "key": "svg-7" }], ["path", { "d": "M14 18h6", "key": "svg-8" }]]; const IconLogs = createReactComponent("outline", "logs", "Logs", __iconNode$Lb); const __iconNode$La = [["path", { "d": "M7.462 7.493a7 7 0 0 0 9.06 9.039m2.416 -1.57a7 7 0 1 0 -9.884 -9.915", "key": "svg-0" }], ["path", { "d": "M21 10a3.5 3.5 0 0 0 -7 0", "key": "svg-1" }], ["path", { "d": "M12.71 12.715a3.5 3.5 0 0 1 -5.71 -2.715", "key": "svg-2" }], ["path", { "d": "M14 17c.838 0 1.607 -.294 2.209 -.785m1.291 -2.715a3.5 3.5 0 0 0 -3.5 -3.5", "key": "svg-3" }], ["path", { "d": "M14 3a3.5 3.5 0 0 0 -3.5 3.5", "key": "svg-4" }], ["path", { "d": "M3 21l6 -6", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconLollipopOff = createReactComponent("outline", "lollipop-off", "LollipopOff", __iconNode$La); const __iconNode$L9 = [["path", { "d": "M7 10a7 7 0 1 0 14 0a7 7 0 1 0 -14 0", "key": "svg-0" }], ["path", { "d": "M21 10a3.5 3.5 0 0 0 -7 0", "key": "svg-1" }], ["path", { "d": "M14 10a3.5 3.5 0 0 1 -7 0", "key": "svg-2" }], ["path", { "d": "M14 17a3.5 3.5 0 0 0 0 -7", "key": "svg-3" }], ["path", { "d": "M14 3a3.5 3.5 0 0 0 0 7", "key": "svg-4" }], ["path", { "d": "M3 21l6 -6", "key": "svg-5" }]]; const IconLollipop = createReactComponent("outline", "lollipop", "Lollipop", __iconNode$L9); const __iconNode$L8 = [["path", { "d": "M10 6h6a2 2 0 0 1 2 2v6m0 4a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-10c0 -.546 .218 -1.04 .573 -1.4", "key": "svg-0" }], ["path", { "d": "M9 5a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1", "key": "svg-1" }], ["path", { "d": "M6 10h4m4 0h4", "key": "svg-2" }], ["path", { "d": "M6 16h10", "key": "svg-3" }], ["path", { "d": "M9 20v1", "key": "svg-4" }], ["path", { "d": "M15 20v1", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconLuggageOff = createReactComponent("outline", "luggage-off", "LuggageOff", __iconNode$L8); const __iconNode$L7 = [["path", { "d": "M6 8a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2l0 -10", "key": "svg-0" }], ["path", { "d": "M9 6v-1a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1", "key": "svg-1" }], ["path", { "d": "M6 10h12", "key": "svg-2" }], ["path", { "d": "M6 16h12", "key": "svg-3" }], ["path", { "d": "M9 20v1", "key": "svg-4" }], ["path", { "d": "M15 20v1", "key": "svg-5" }]]; const IconLuggage = createReactComponent("outline", "luggage", "Luggage", __iconNode$L7); const __iconNode$L6 = [["path", { "d": "M6.583 6.608c-1.206 1.058 -2.07 2.626 -2.933 5.449c-.42 1.37 -.636 2.962 -.648 4.775c-.012 1.675 1.261 3.054 2.877 3.161l.203 .007c1.611 0 2.918 -1.335 2.918 -2.98v-8.02", "key": "svg-0" }], ["path", { "d": "M15 11v-3.743c0 -.694 .552 -1.257 1.233 -1.257c.204 0 .405 .052 .584 .15l.13 .083c1.46 1.059 2.432 2.647 3.405 5.824c.42 1.37 .636 2.962 .648 4.775c0 .063 0 .125 0 .187m-1.455 2.51c-.417 .265 -.9 .43 -1.419 .464l-.202 .007c-1.613 0 -2.92 -1.335 -2.92 -2.98v-2.02", "key": "svg-1" }], ["path", { "d": "M9 12a2.99 2.99 0 0 0 2.132 -.89", "key": "svg-2" }], ["path", { "d": "M12 4v4", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconLungsOff = createReactComponent("outline", "lungs-off", "LungsOff", __iconNode$L6); const __iconNode$L5 = [["path", { "d": "M6.081 20c1.612 0 2.919 -1.335 2.919 -2.98v-9.763c0 -.694 -.552 -1.257 -1.232 -1.257c-.205 0 -.405 .052 -.584 .15l-.13 .083c-1.46 1.059 -2.432 2.647 -3.404 5.824c-.42 1.37 -.636 2.962 -.648 4.775c-.012 1.675 1.261 3.054 2.877 3.161l.203 .007", "key": "svg-0" }], ["path", { "d": "M17.92 20c-1.613 0 -2.92 -1.335 -2.92 -2.98v-9.763c0 -.694 .552 -1.257 1.233 -1.257c.204 0 .405 .052 .584 .15l.13 .083c1.46 1.059 2.432 2.647 3.405 5.824c.42 1.37 .636 2.962 .648 4.775c.012 1.675 -1.261 3.054 -2.878 3.161l-.202 .007", "key": "svg-1" }], ["path", { "d": "M9 12a3 3 0 0 0 3 -3a3 3 0 0 0 3 3", "key": "svg-2" }], ["path", { "d": "M12 4v5", "key": "svg-3" }]]; const IconLungs = createReactComponent("outline", "lungs", "Lungs", __iconNode$L5); const __iconNode$L4 = [["path", { "d": "M6 15a6 6 0 0 0 11.47 2.467", "key": "svg-0" }], ["path", { "d": "M15.53 15.53a6 6 0 0 0 -3.53 5.47", "key": "svg-1" }], ["path", { "d": "M12 21a6 6 0 0 0 -6 -6", "key": "svg-2" }], ["path", { "d": "M12 21v-10", "key": "svg-3" }], ["path", { "d": "M10.866 10.87a5.007 5.007 0 0 1 -3.734 -3.723m-.132 -4.147l3 2l2 -2l2 2l3 -2v3a5 5 0 0 1 -2.604 4.389", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconMacroOff = createReactComponent("outline", "macro-off", "MacroOff", __iconNode$L4); const __iconNode$L3 = [["path", { "d": "M6 15a6 6 0 1 0 12 0", "key": "svg-0" }], ["path", { "d": "M18 15a6 6 0 0 0 -6 6", "key": "svg-1" }], ["path", { "d": "M12 21a6 6 0 0 0 -6 -6", "key": "svg-2" }], ["path", { "d": "M12 21v-10", "key": "svg-3" }], ["path", { "d": "M12 11a5 5 0 0 1 -5 -5v-3l3 2l2 -2l2 2l3 -2v3a5 5 0 0 1 -5 5", "key": "svg-4" }]]; const IconMacro = createReactComponent("outline", "macro", "Macro", __iconNode$L3); const __iconNode$L2 = [["path", { "d": "M7 3a2 2 0 0 1 2 2m0 4v4a3 3 0 0 0 5.552 1.578m.448 -3.578v-6a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v8a7.99 7.99 0 0 1 -.424 2.577m-1.463 2.584a8 8 0 0 1 -14.113 -5.161v-8c0 -.297 .065 -.58 .181 -.833", "key": "svg-0" }], ["path", { "d": "M4 8h4", "key": "svg-1" }], ["path", { "d": "M15 8h4", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconMagnetOff = createReactComponent("outline", "magnet-off", "MagnetOff", __iconNode$L2); const __iconNode$L1 = [["path", { "d": "M4 13v-8a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v8a2 2 0 0 0 6 0v-8a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v8a8 8 0 0 1 -16 0", "key": "svg-0" }], ["path", { "d": "M4 8l5 0", "key": "svg-1" }], ["path", { "d": "M15 8l4 0", "key": "svg-2" }]]; const IconMagnet = createReactComponent("outline", "magnet", "Magnet", __iconNode$L1); const __iconNode$L0 = [["path", { "d": "M12 3v18", "key": "svg-0" }], ["path", { "d": "M18 7c-.633 -1.255 -1.538 -2 -2.5 -2c-1.933 0 -3.5 3.134 -3.5 7s1.567 7 3.5 7s3.5 -3.134 3.5 -7v-1", "key": "svg-1" }], ["path", { "d": "M6 7c.633 -1.255 1.538 -2 2.5 -2c1.933 0 3.5 3.134 3.5 7s-1.567 7 -3.5 7s-3.5 -3.134 -3.5 -7v-1", "key": "svg-2" }], ["path", { "d": "M3 13l2 -2l2 2", "key": "svg-3" }], ["path", { "d": "M17 13l2 -2l2 2", "key": "svg-4" }]]; const IconMagnetic = createReactComponent("outline", "magnetic", "Magnetic", __iconNode$L0); const __iconNode$K$ = [["path", { "d": "M10 19h-5a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4", "key": "svg-0" }], ["path", { "d": "M3 7l8 5.345m4 -1.345l6 -4", "key": "svg-1" }], ["path", { "d": "M14 21v-4a2 2 0 1 1 4 0v4", "key": "svg-2" }], ["path", { "d": "M14 19h4", "key": "svg-3" }], ["path", { "d": "M21 15v6", "key": "svg-4" }]]; const IconMailAi = createReactComponent("outline", "mail-ai", "MailAi", __iconNode$K$); const __iconNode$K_ = [["path", { "d": "M17 21v-6m2 0v-1.5m0 9v-1.5m-2 -3h3m-1 0h.5a1.5 1.5 0 0 1 0 3h-3.5m3 -3h.5a1.5 1.5 0 0 0 0 -3h-3.5", "key": "svg-0" }], ["path", { "d": "M13.5 19h-8.5a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4", "key": "svg-1" }], ["path", { "d": "M3 7l9 6l9 -6", "key": "svg-2" }]]; const IconMailBitcoin = createReactComponent("outline", "mail-bitcoin", "MailBitcoin", __iconNode$K_); const __iconNode$KZ = [["path", { "d": "M13 19h-8a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5.5", "key": "svg-0" }], ["path", { "d": "M3 7l9 6l9 -6", "key": "svg-1" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-2" }]]; const IconMailBolt = createReactComponent("outline", "mail-bolt", "MailBolt", __iconNode$KZ); const __iconNode$KY = [["path", { "d": "M12 19h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5", "key": "svg-0" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M17 21l4 -4", "key": "svg-2" }], ["path", { "d": "M3 7l9 6l9 -6", "key": "svg-3" }]]; const IconMailCancel = createReactComponent("outline", "mail-cancel", "MailCancel", __iconNode$KY); const __iconNode$KX = [["path", { "d": "M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6", "key": "svg-0" }], ["path", { "d": "M3 7l9 6l9 -6", "key": "svg-1" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-2" }]]; const IconMailCheck = createReactComponent("outline", "mail-check", "MailCheck", __iconNode$KX); const __iconNode$KW = [["path", { "d": "M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6", "key": "svg-0" }], ["path", { "d": "M3 7l9 6l9 -6", "key": "svg-1" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-2" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-3" }]]; const IconMailCode = createReactComponent("outline", "mail-code", "MailCode", __iconNode$KW); const __iconNode$KV = [["path", { "d": "M12 19h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5", "key": "svg-0" }], ["path", { "d": "M3 7l9 6l9 -6", "key": "svg-1" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-3" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-4" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-5" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-6" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-7" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-8" }]]; const IconMailCog = createReactComponent("outline", "mail-cog", "MailCog", __iconNode$KV); const __iconNode$KU = [["path", { "d": "M13.5 19h-8.5a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v3.5", "key": "svg-0" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-1" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-2" }], ["path", { "d": "M3 7l9 6l9 -6", "key": "svg-3" }]]; const IconMailDollar = createReactComponent("outline", "mail-dollar", "MailDollar", __iconNode$KU); const __iconNode$KT = [["path", { "d": "M12 19h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5.5", "key": "svg-0" }], ["path", { "d": "M19 16v6", "key": "svg-1" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-2" }], ["path", { "d": "M3 7l9 6l9 -6", "key": "svg-3" }]]; const IconMailDown = createReactComponent("outline", "mail-down", "MailDown", __iconNode$KT); const __iconNode$KS = [["path", { "d": "M15 19h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5.5", "key": "svg-0" }], ["path", { "d": "M3 7l9 6l9 -6", "key": "svg-1" }], ["path", { "d": "M19 16v3", "key": "svg-2" }], ["path", { "d": "M19 22v.01", "key": "svg-3" }]]; const IconMailExclamation = createReactComponent("outline", "mail-exclamation", "MailExclamation", __iconNode$KS); const __iconNode$KR = [["path", { "d": "M3 7h3", "key": "svg-0" }], ["path", { "d": "M3 11h2", "key": "svg-1" }], ["path", { "d": "M9.02 8.801l-.6 6a2 2 0 0 0 1.99 2.199h7.98a2 2 0 0 0 1.99 -1.801l.6 -6a2 2 0 0 0 -1.99 -2.199h-7.98a2 2 0 0 0 -1.99 1.801", "key": "svg-2" }], ["path", { "d": "M9.8 7.5l2.982 3.28a3 3 0 0 0 4.238 .202l3.28 -2.982", "key": "svg-3" }]]; const IconMailFast = createReactComponent("outline", "mail-fast", "MailFast", __iconNode$KR); const __iconNode$KQ = [["path", { "d": "M12 18h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7.5", "key": "svg-0" }], ["path", { "d": "M3 6l9 6l9 -6", "key": "svg-1" }], ["path", { "d": "M15 18h6", "key": "svg-2" }], ["path", { "d": "M18 15l3 3l-3 3", "key": "svg-3" }]]; const IconMailForward = createReactComponent("outline", "mail-forward", "MailForward", __iconNode$KQ); const __iconNode$KP = [["path", { "d": "M10.5 19h-5.5a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4", "key": "svg-0" }], ["path", { "d": "M3 7l9 6l2.983 -1.989l6.017 -4.011", "key": "svg-1" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-2" }]]; const IconMailHeart = createReactComponent("outline", "mail-heart", "MailHeart", __iconNode$KP); const __iconNode$KO = [["path", { "d": "M12 19h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v8", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }], ["path", { "d": "M3 7l9 6l9 -6", "key": "svg-2" }]]; const IconMailMinus = createReactComponent("outline", "mail-minus", "MailMinus", __iconNode$KO); const __iconNode$KN = [["path", { "d": "M9 5h10a2 2 0 0 1 2 2v10m-2 2h-14a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M3 7l9 6l.565 -.377m2.435 -1.623l6 -4", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconMailOff = createReactComponent("outline", "mail-off", "MailOff", __iconNode$KN); const __iconNode$KM = [["path", { "d": "M3 9l9 6l9 -6l-9 -6l-9 6", "key": "svg-0" }], ["path", { "d": "M21 9v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10", "key": "svg-1" }], ["path", { "d": "M3 19l6 -6", "key": "svg-2" }], ["path", { "d": "M15 13l6 6", "key": "svg-3" }]]; const IconMailOpened = createReactComponent("outline", "mail-opened", "MailOpened", __iconNode$KM); const __iconNode$KL = [["path", { "d": "M13 19h-8a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6", "key": "svg-0" }], ["path", { "d": "M3 7l9 6l9 -6", "key": "svg-1" }], ["path", { "d": "M17 17v5", "key": "svg-2" }], ["path", { "d": "M21 17v5", "key": "svg-3" }]]; const IconMailPause = createReactComponent("outline", "mail-pause", "MailPause", __iconNode$KL); const __iconNode$KK = [["path", { "d": "M12 19h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4.5", "key": "svg-0" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-1" }], ["path", { "d": "M19 18v.01", "key": "svg-2" }], ["path", { "d": "M3 7l9 6l9 -6", "key": "svg-3" }]]; const IconMailPin = createReactComponent("outline", "mail-pin", "MailPin", __iconNode$KK); const __iconNode$KJ = [["path", { "d": "M12 19h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5.5", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }], ["path", { "d": "M3 7l9 6l9 -6", "key": "svg-3" }]]; const IconMailPlus = createReactComponent("outline", "mail-plus", "MailPlus", __iconNode$KJ); const __iconNode$KI = [["path", { "d": "M15 19h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4.5", "key": "svg-0" }], ["path", { "d": "M19 22v.01", "key": "svg-1" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-2" }], ["path", { "d": "M3 7l9 6l9 -6", "key": "svg-3" }]]; const IconMailQuestion = createReactComponent("outline", "mail-question", "MailQuestion", __iconNode$KI); const __iconNode$KH = [["path", { "d": "M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4.5", "key": "svg-0" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-2" }], ["path", { "d": "M3 7l9 6l9 -6", "key": "svg-3" }]]; const IconMailSearch = createReactComponent("outline", "mail-search", "MailSearch", __iconNode$KH); const __iconNode$KG = [["path", { "d": "M13 19h-8a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6", "key": "svg-0" }], ["path", { "d": "M3 7l9 6l9 -6", "key": "svg-1" }], ["path", { "d": "M16 22l5 -5", "key": "svg-2" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-3" }]]; const IconMailShare = createReactComponent("outline", "mail-share", "MailShare", __iconNode$KG); const __iconNode$KF = [["path", { "d": "M19 22.5a4.75 4.75 0 0 1 3.5 -3.5a4.75 4.75 0 0 1 -3.5 -3.5a4.75 4.75 0 0 1 -3.5 3.5a4.75 4.75 0 0 1 3.5 3.5", "key": "svg-0" }], ["path", { "d": "M11.5 19h-6.5a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5", "key": "svg-1" }], ["path", { "d": "M3 7l9 6l9 -6", "key": "svg-2" }]]; const IconMailSpark = createReactComponent("outline", "mail-spark", "MailSpark", __iconNode$KF); const __iconNode$KE = [["path", { "d": "M10 19h-5a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4.5", "key": "svg-0" }], ["path", { "d": "M3 7l9 6l9 -6", "key": "svg-1" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-2" }]]; const IconMailStar = createReactComponent("outline", "mail-star", "MailStar", __iconNode$KE); const __iconNode$KD = [["path", { "d": "M12 19h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5.5", "key": "svg-0" }], ["path", { "d": "M19 22v-6", "key": "svg-1" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-2" }], ["path", { "d": "M3 7l9 6l9 -6", "key": "svg-3" }]]; const IconMailUp = createReactComponent("outline", "mail-up", "MailUp", __iconNode$KD); const __iconNode$KC = [["path", { "d": "M13.5 19h-8.5a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6", "key": "svg-0" }], ["path", { "d": "M3 7l9 6l9 -6", "key": "svg-1" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-2" }], ["path", { "d": "M17 22l5 -5", "key": "svg-3" }]]; const IconMailX = createReactComponent("outline", "mail-x", "MailX", __iconNode$KC); const __iconNode$KB = [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10", "key": "svg-0" }], ["path", { "d": "M3 7l9 6l9 -6", "key": "svg-1" }]]; const IconMail = createReactComponent("outline", "mail", "Mail", __iconNode$KB); const __iconNode$KA = [["path", { "d": "M10 21v-6.5a3.5 3.5 0 0 0 -7 0v6.5h18m0 -4v-2a4 4 0 0 0 -4 -4h-2m-4 0h-4.5", "key": "svg-0" }], ["path", { "d": "M12 8v-5h4l2 2l-2 2h-4", "key": "svg-1" }], ["path", { "d": "M6 15h1", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconMailboxOff = createReactComponent("outline", "mailbox-off", "MailboxOff", __iconNode$KA); const __iconNode$Kz = [["path", { "d": "M10 21v-6.5a3.5 3.5 0 0 0 -7 0v6.5h18v-6a4 4 0 0 0 -4 -4h-10.5", "key": "svg-0" }], ["path", { "d": "M12 11v-8h4l2 2l-2 2h-4", "key": "svg-1" }], ["path", { "d": "M6 15h1", "key": "svg-2" }]]; const IconMailbox = createReactComponent("outline", "mailbox", "Mailbox", __iconNode$Kz); const __iconNode$Ky = [["path", { "d": "M10 16v5", "key": "svg-0" }], ["path", { "d": "M14 16v5", "key": "svg-1" }], ["path", { "d": "M9 9h6l-1 7h-4l-1 -7", "key": "svg-2" }], ["path", { "d": "M5 11c1.333 -1.333 2.667 -2 4 -2", "key": "svg-3" }], ["path", { "d": "M19 11c-1.333 -1.333 -2.667 -2 -4 -2", "key": "svg-4" }], ["path", { "d": "M10 4a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-5" }]]; const IconMan = createReactComponent("outline", "man", "Man", __iconNode$Ky); const __iconNode$Kx = [["path", { "d": "M3 6a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M10 6a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M17 6a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M3 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M10 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-4" }], ["path", { "d": "M5 8l0 8", "key": "svg-5" }], ["path", { "d": "M12 8l0 8", "key": "svg-6" }], ["path", { "d": "M19 8v2a2 2 0 0 1 -2 2h-12", "key": "svg-7" }]]; const IconManualGearbox = createReactComponent("outline", "manual-gearbox", "ManualGearbox", __iconNode$Kx); const __iconNode$Kw = [["path", { "d": "M12 18.5l-3 -1.5l-6 3v-13l6 -3l6 3l6 -3v7.5", "key": "svg-0" }], ["path", { "d": "M9 4v13", "key": "svg-1" }], ["path", { "d": "M15 7v5.5", "key": "svg-2" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-3" }], ["path", { "d": "M19 18v.01", "key": "svg-4" }]]; const IconMap2 = createReactComponent("outline", "map-2", "Map2", __iconNode$Kw); const __iconNode$Kv = [["path", { "d": "M13 19l-4 -2l-6 3v-13l6 -3l6 3l6 -3v8.5", "key": "svg-0" }], ["path", { "d": "M9 4v13", "key": "svg-1" }], ["path", { "d": "M15 7v7.5", "key": "svg-2" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-3" }]]; const IconMapBolt = createReactComponent("outline", "map-bolt", "MapBolt", __iconNode$Kv); const __iconNode$Ku = [["path", { "d": "M12 18.5l-3 -1.5l-6 3v-13l6 -3l6 3l6 -3v8", "key": "svg-0" }], ["path", { "d": "M9 4v13", "key": "svg-1" }], ["path", { "d": "M15 7v6", "key": "svg-2" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-3" }], ["path", { "d": "M17 21l4 -4", "key": "svg-4" }]]; const IconMapCancel = createReactComponent("outline", "map-cancel", "MapCancel", __iconNode$Ku); const __iconNode$Kt = [["path", { "d": "M11 18l-2 -1l-6 3v-13l6 -3l6 3l6 -3v9", "key": "svg-0" }], ["path", { "d": "M9 4v13", "key": "svg-1" }], ["path", { "d": "M15 7v8", "key": "svg-2" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-3" }]]; const IconMapCheck = createReactComponent("outline", "map-check", "MapCheck", __iconNode$Kt); const __iconNode$Ks = [["path", { "d": "M11 18l-2 -1l-6 3v-13l6 -3l6 3l6 -3v9", "key": "svg-0" }], ["path", { "d": "M9 4v13", "key": "svg-1" }], ["path", { "d": "M15 7v6.5", "key": "svg-2" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-3" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-4" }]]; const IconMapCode = createReactComponent("outline", "map-code", "MapCode", __iconNode$Ks); const __iconNode$Kr = [["path", { "d": "M12 18.5l-3 -1.5l-6 3v-13l6 -3l6 3l6 -3v8", "key": "svg-0" }], ["path", { "d": "M9 4v13", "key": "svg-1" }], ["path", { "d": "M15 7v6.5", "key": "svg-2" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-4" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-5" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-6" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-7" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-8" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-9" }]]; const IconMapCog = createReactComponent("outline", "map-cog", "MapCog", __iconNode$Kr); const __iconNode$Kq = [["path", { "d": "M13 19l-4 -2l-6 3v-13l6 -3l6 3l6 -3v8.5", "key": "svg-0" }], ["path", { "d": "M9 4v13", "key": "svg-1" }], ["path", { "d": "M15 7v5.5", "key": "svg-2" }], ["path", { "d": "M16 21l5 -5", "key": "svg-3" }], ["path", { "d": "M21 21v.01", "key": "svg-4" }], ["path", { "d": "M16 16v.01", "key": "svg-5" }]]; const IconMapDiscount = createReactComponent("outline", "map-discount", "MapDiscount", __iconNode$Kq); const __iconNode$Kp = [["path", { "d": "M13 19l-4 -2l-6 3v-13l6 -3l6 3l6 -3v6.5", "key": "svg-0" }], ["path", { "d": "M9 4v13", "key": "svg-1" }], ["path", { "d": "M15 7v5", "key": "svg-2" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-3" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-4" }]]; const IconMapDollar = createReactComponent("outline", "map-dollar", "MapDollar", __iconNode$Kp); const __iconNode$Ko = [["path", { "d": "M12 18.5l-3 -1.5l-6 3v-13l6 -3l6 3l6 -3v8.5", "key": "svg-0" }], ["path", { "d": "M9 4v13", "key": "svg-1" }], ["path", { "d": "M15 7v8", "key": "svg-2" }], ["path", { "d": "M19 16v6", "key": "svg-3" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-4" }]]; const IconMapDown = createReactComponent("outline", "map-down", "MapDown", __iconNode$Ko); const __iconNode$Kn = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M14 9h-4v6h4", "key": "svg-1" }], ["path", { "d": "M10 12h2.5", "key": "svg-2" }]]; const IconMapEast = createReactComponent("outline", "map-east", "MapEast", __iconNode$Kn); const __iconNode$Km = [["path", { "d": "M15 20l-6 -3l-6 3v-13l6 -3l6 3l6 -3v8.5", "key": "svg-0" }], ["path", { "d": "M9 4v13", "key": "svg-1" }], ["path", { "d": "M15 7v13", "key": "svg-2" }], ["path", { "d": "M19 16v3", "key": "svg-3" }], ["path", { "d": "M19 22v.01", "key": "svg-4" }]]; const IconMapExclamation = createReactComponent("outline", "map-exclamation", "MapExclamation", __iconNode$Km); const __iconNode$Kl = [["path", { "d": "M10 17.5l-1 -.5l-6 3v-13l6 -3l6 3l6 -3v7", "key": "svg-0" }], ["path", { "d": "M9 4v13", "key": "svg-1" }], ["path", { "d": "M15 7v4", "key": "svg-2" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-3" }]]; const IconMapHeart = createReactComponent("outline", "map-heart", "MapHeart", __iconNode$Kl); const __iconNode$Kk = [["path", { "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M13.004 21.216a2 2 0 0 1 -2.417 -.316l-4.244 -4.243a8 8 0 0 1 11.314 -11.314a7.93 7.93 0 0 1 2.343 5.657", "key": "svg-1" }], ["path", { "d": "M17 19a1 1 0 0 1 1 -1h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1v-2", "key": "svg-2" }], ["path", { "d": "M18 18v-1.5a1.5 1.5 0 1 1 3 0v1.5", "key": "svg-3" }]]; const IconMapLock = createReactComponent("outline", "map-lock", "MapLock", __iconNode$Kk); const __iconNode$Kj = [["path", { "d": "M12 18.5l-3 -1.5l-6 3v-13l6 -3l6 3l6 -3v11", "key": "svg-0" }], ["path", { "d": "M9 4v13", "key": "svg-1" }], ["path", { "d": "M15 7v8", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }]]; const IconMapMinus = createReactComponent("outline", "map-minus", "MapMinus", __iconNode$Kj); const __iconNode$Ki = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 15v-6l4 6v-6", "key": "svg-1" }]]; const IconMapNorth = createReactComponent("outline", "map-north", "MapNorth", __iconNode$Ki); const __iconNode$Kh = [["path", { "d": "M8.32 4.34l.68 -.34l6 3l6 -3v13m-2.67 1.335l-3.33 1.665l-6 -3l-6 3v-13l2.665 -1.333", "key": "svg-0" }], ["path", { "d": "M9 4v1m0 4v8", "key": "svg-1" }], ["path", { "d": "M15 7v4m0 4v5", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconMapOff = createReactComponent("outline", "map-off", "MapOff", __iconNode$Kh); const __iconNode$Kg = [["path", { "d": "M13 19l-4 -2l-6 3v-13l6 -3l6 3l6 -3v9", "key": "svg-0" }], ["path", { "d": "M9 4v13", "key": "svg-1" }], ["path", { "d": "M15 7v6.5", "key": "svg-2" }], ["path", { "d": "M17 17v5", "key": "svg-3" }], ["path", { "d": "M21 17v5", "key": "svg-4" }]]; const IconMapPause = createReactComponent("outline", "map-pause", "MapPause", __iconNode$Kg); const __iconNode$Kf = [["path", { "d": "M12 18.5l-3 -1.5l-6 3v-13l6 -3l6 3l6 -3v7", "key": "svg-0" }], ["path", { "d": "M9 4v13", "key": "svg-1" }], ["path", { "d": "M15 7v5", "key": "svg-2" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-3" }], ["path", { "d": "M19 18v.01", "key": "svg-4" }]]; const IconMapPin2 = createReactComponent("outline", "map-pin-2", "MapPin2", __iconNode$Kf); const __iconNode$Ke = [["path", { "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M13.414 20.9a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 13.591 -4.629", "key": "svg-1" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-2" }]]; const IconMapPinBolt = createReactComponent("outline", "map-pin-bolt", "MapPinBolt", __iconNode$Ke); const __iconNode$Kd = [["path", { "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M12.463 21.431a1.999 1.999 0 0 1 -1.876 -.531l-4.244 -4.243a8 8 0 1 1 13.594 -4.655", "key": "svg-1" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M17 21l4 -4", "key": "svg-3" }]]; const IconMapPinCancel = createReactComponent("outline", "map-pin-cancel", "MapPinCancel", __iconNode$Kd); const __iconNode$Kc = [["path", { "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M11.87 21.48a1.992 1.992 0 0 1 -1.283 -.58l-4.244 -4.243a8 8 0 1 1 13.355 -3.474", "key": "svg-1" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-2" }]]; const IconMapPinCheck = createReactComponent("outline", "map-pin-check", "MapPinCheck", __iconNode$Kc); const __iconNode$Kb = [["path", { "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M11.85 21.48a1.992 1.992 0 0 1 -1.263 -.58l-4.244 -4.243a8 8 0 1 1 13.385 -3.585", "key": "svg-1" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-2" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-3" }]]; const IconMapPinCode = createReactComponent("outline", "map-pin-code", "MapPinCode", __iconNode$Kb); const __iconNode$Ka = [["path", { "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M12.005 21.485a1.994 1.994 0 0 1 -1.418 -.585l-4.244 -4.243a8 8 0 1 1 13.634 -5.05", "key": "svg-1" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-3" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-4" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-5" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-6" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-7" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-8" }]]; const IconMapPinCog = createReactComponent("outline", "map-pin-cog", "MapPinCog", __iconNode$Ka); const __iconNode$K9 = [["path", { "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M13.02 21.206a2 2 0 0 1 -2.433 -.306l-4.244 -4.243a8 8 0 1 1 13.607 -6.555", "key": "svg-1" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-2" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-3" }]]; const IconMapPinDollar = createReactComponent("outline", "map-pin-dollar", "MapPinDollar", __iconNode$K9); const __iconNode$K8 = [["path", { "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M12.736 21.345a2 2 0 0 1 -2.149 -.445l-4.244 -4.243a8 8 0 1 1 13.59 -4.624", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-3" }]]; const IconMapPinDown = createReactComponent("outline", "map-pin-down", "MapPinDown", __iconNode$K8); const __iconNode$K7 = [["path", { "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M15.005 19.31l-1.591 1.59a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 13.592 -4.638", "key": "svg-1" }], ["path", { "d": "M19 16v3", "key": "svg-2" }], ["path", { "d": "M19 22v.01", "key": "svg-3" }]]; const IconMapPinExclamation = createReactComponent("outline", "map-pin-exclamation", "MapPinExclamation", __iconNode$K7); const __iconNode$K6 = [["path", { "d": "M15 11a3 3 0 1 0 -3.973 2.839", "key": "svg-0" }], ["path", { "d": "M11.76 21.47a1.991 1.991 0 0 1 -1.173 -.57l-4.244 -4.243a8 8 0 1 1 13.657 -5.588", "key": "svg-1" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-2" }]]; const IconMapPinHeart = createReactComponent("outline", "map-pin-heart", "MapPinHeart", __iconNode$K6); const __iconNode$K5 = [["path", { "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M12.758 21.337a2 2 0 0 1 -2.171 -.437l-4.244 -4.243a8 8 0 1 1 12.585 -1.652", "key": "svg-1" }], ["path", { "d": "M16 19h6", "key": "svg-2" }]]; const IconMapPinMinus = createReactComponent("outline", "map-pin-minus", "MapPinMinus", __iconNode$K5); const __iconNode$K4 = [["path", { "d": "M9.442 9.432a3 3 0 0 0 4.113 4.134m1.445 -2.566a3 3 0 0 0 -3 -3", "key": "svg-0" }], ["path", { "d": "M17.152 17.162l-3.738 3.738a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 0 1 -.476 -10.794m2.18 -1.82a8.003 8.003 0 0 1 10.91 10.912", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconMapPinOff = createReactComponent("outline", "map-pin-off", "MapPinOff", __iconNode$K4); const __iconNode$K3 = [["path", { "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M13.414 20.9a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 13.337 -3.413", "key": "svg-1" }], ["path", { "d": "M17 17v5", "key": "svg-2" }], ["path", { "d": "M21 17v5", "key": "svg-3" }]]; const IconMapPinPause = createReactComponent("outline", "map-pin-pause", "MapPinPause", __iconNode$K3); const __iconNode$K2 = [["path", { "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M12.783 21.326a2 2 0 0 1 -2.196 -.426l-4.244 -4.243a8 8 0 1 1 13.657 -5.62", "key": "svg-1" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-2" }], ["path", { "d": "M19 18v.01", "key": "svg-3" }]]; const IconMapPinPin = createReactComponent("outline", "map-pin-pin", "MapPinPin", __iconNode$K2); const __iconNode$K1 = [["path", { "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M12.794 21.322a2 2 0 0 1 -2.207 -.422l-4.244 -4.243a8 8 0 1 1 13.59 -4.616", "key": "svg-1" }], ["path", { "d": "M16 19h6", "key": "svg-2" }], ["path", { "d": "M19 16v6", "key": "svg-3" }]]; const IconMapPinPlus = createReactComponent("outline", "map-pin-plus", "MapPinPlus", __iconNode$K1); const __iconNode$K0 = [["path", { "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M14.997 19.317l-1.583 1.583a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 13.657 -5.584", "key": "svg-1" }], ["path", { "d": "M19 22v.01", "key": "svg-2" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-3" }]]; const IconMapPinQuestion = createReactComponent("outline", "map-pin-question", "MapPinQuestion", __iconNode$K0); const __iconNode$J$ = [["path", { "d": "M14.916 11.707a3 3 0 1 0 -2.916 2.293", "key": "svg-0" }], ["path", { "d": "M11.991 21.485a1.994 1.994 0 0 1 -1.404 -.585l-4.244 -4.243a8 8 0 1 1 13.651 -5.351", "key": "svg-1" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-3" }]]; const IconMapPinSearch = createReactComponent("outline", "map-pin-search", "MapPinSearch", __iconNode$J$); const __iconNode$J_ = [["path", { "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M12.02 21.485a1.996 1.996 0 0 1 -1.433 -.585l-4.244 -4.243a8 8 0 1 1 13.403 -3.651", "key": "svg-1" }], ["path", { "d": "M16 22l5 -5", "key": "svg-2" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-3" }]]; const IconMapPinShare = createReactComponent("outline", "map-pin-share", "MapPinShare", __iconNode$J_); const __iconNode$JZ = [["path", { "d": "M15 11a3 3 0 1 0 -3.908 2.86", "key": "svg-0" }], ["path", { "d": "M11.059 21.25a2 2 0 0 1 -.472 -.35l-4.244 -4.243a8 8 0 1 1 13.646 -6.079", "key": "svg-1" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-2" }]]; const IconMapPinStar = createReactComponent("outline", "map-pin-star", "MapPinStar", __iconNode$JZ); const __iconNode$JY = [["path", { "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M12.789 21.324a2 2 0 0 1 -2.202 -.424l-4.244 -4.243a8 8 0 1 1 13.59 -4.626", "key": "svg-1" }], ["path", { "d": "M19 22v-6", "key": "svg-2" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-3" }]]; const IconMapPinUp = createReactComponent("outline", "map-pin-up", "MapPinUp", __iconNode$JY); const __iconNode$JX = [["path", { "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M13.024 21.204a2 2 0 0 1 -2.437 -.304l-4.244 -4.243a8 8 0 1 1 13.119 -2.766", "key": "svg-1" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-2" }], ["path", { "d": "M17 22l5 -5", "key": "svg-3" }]]; const IconMapPinX = createReactComponent("outline", "map-pin-x", "MapPinX", __iconNode$JX); const __iconNode$JW = [["path", { "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M17.657 16.657l-4.243 4.243a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 11.314 0", "key": "svg-1" }]]; const IconMapPin = createReactComponent("outline", "map-pin", "MapPin", __iconNode$JW); const __iconNode$JV = [["path", { "d": "M10.828 9.828a4 4 0 1 0 -5.656 0l2.828 2.829l2.828 -2.829", "key": "svg-0" }], ["path", { "d": "M8 7l0 .01", "key": "svg-1" }], ["path", { "d": "M18.828 17.828a4 4 0 1 0 -5.656 0l2.828 2.829l2.828 -2.829", "key": "svg-2" }], ["path", { "d": "M16 15l0 .01", "key": "svg-3" }]]; const IconMapPins = createReactComponent("outline", "map-pins", "MapPins", __iconNode$JV); const __iconNode$JU = [["path", { "d": "M12 18.5l-3 -1.5l-6 3v-13l6 -3l6 3l6 -3v8.5", "key": "svg-0" }], ["path", { "d": "M9 4v13", "key": "svg-1" }], ["path", { "d": "M15 7v8", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }], ["path", { "d": "M19 16v6", "key": "svg-4" }]]; const IconMapPlus = createReactComponent("outline", "map-plus", "MapPlus", __iconNode$JU); const __iconNode$JT = [["path", { "d": "M15 20l-6 -3l-6 3v-13l6 -3l6 3l6 -3v7.5", "key": "svg-0" }], ["path", { "d": "M9 4v13", "key": "svg-1" }], ["path", { "d": "M15 7v5.5", "key": "svg-2" }], ["path", { "d": "M19 22v.01", "key": "svg-3" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-4" }]]; const IconMapQuestion = createReactComponent("outline", "map-question", "MapQuestion", __iconNode$JT); const __iconNode$JS = [["path", { "d": "M3 7l6 -3l6 3l6 -3v13l-6 3l-6 -3l-6 3v-13", "key": "svg-0" }], ["path", { "d": "M9 12v.01", "key": "svg-1" }], ["path", { "d": "M6 13v.01", "key": "svg-2" }], ["path", { "d": "M17 15l-4 -4", "key": "svg-3" }], ["path", { "d": "M13 15l4 -4", "key": "svg-4" }]]; const IconMapRoute = createReactComponent("outline", "map-route", "MapRoute", __iconNode$JS); const __iconNode$JR = [["path", { "d": "M11 18l-2 -1l-6 3v-13l6 -3l6 3l6 -3v7.5", "key": "svg-0" }], ["path", { "d": "M9 4v13", "key": "svg-1" }], ["path", { "d": "M15 7v5", "key": "svg-2" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-3" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-4" }]]; const IconMapSearch = createReactComponent("outline", "map-search", "MapSearch", __iconNode$JR); const __iconNode$JQ = [["path", { "d": "M13 19l-4 -2l-6 3v-13l6 -3l6 3l6 -3v9", "key": "svg-0" }], ["path", { "d": "M9 4v13", "key": "svg-1" }], ["path", { "d": "M15 7v6.5", "key": "svg-2" }], ["path", { "d": "M16 22l5 -5", "key": "svg-3" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-4" }]]; const IconMapShare = createReactComponent("outline", "map-share", "MapShare", __iconNode$JQ); const __iconNode$JP = [["path", { "d": "M15 11a3 3 0 1 0 -3 3", "key": "svg-0" }], ["path", { "d": "M12.249 21.47a2 2 0 0 1 -1.662 -.57l-4.244 -4.243a8 8 0 1 1 13.655 -5.828", "key": "svg-1" }], ["path", { "d": "M22 16c0 4 -2.5 6 -3.5 6s-3.5 -2 -3.5 -6c1 0 2.5 -.5 3.5 -1.5c1 1 2.5 1.5 3.5 1.5", "key": "svg-2" }]]; const IconMapShield = createReactComponent("outline", "map-shield", "MapShield", __iconNode$JP); const __iconNode$JO = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 14.25c0 .414 .336 .75 .75 .75h2.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h2.25a.75 .75 0 0 1 .75 .75", "key": "svg-1" }]]; const IconMapSouth = createReactComponent("outline", "map-south", "MapSouth", __iconNode$JO); const __iconNode$JN = [["path", { "d": "M9.718 17.359l-.718 -.359l-6 3v-13l6 -3l6 3l6 -3v7.5", "key": "svg-0" }], ["path", { "d": "M9 4v13", "key": "svg-1" }], ["path", { "d": "M15 7v4", "key": "svg-2" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-3" }]]; const IconMapStar = createReactComponent("outline", "map-star", "MapStar", __iconNode$JN); const __iconNode$JM = [["path", { "d": "M12 18.5l-3 -1.5l-6 3v-13l6 -3l6 3l6 -3v8.5", "key": "svg-0" }], ["path", { "d": "M9 4v13", "key": "svg-1" }], ["path", { "d": "M15 7v7.5", "key": "svg-2" }], ["path", { "d": "M19 22v-6", "key": "svg-3" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-4" }]]; const IconMapUp = createReactComponent("outline", "map-up", "MapUp", __iconNode$JM); const __iconNode$JL = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 9l1 6l2 -3.75l2 3.75l1 -6", "key": "svg-1" }]]; const IconMapWest = createReactComponent("outline", "map-west", "MapWest", __iconNode$JL); const __iconNode$JK = [["path", { "d": "M14 19.5l-5 -2.5l-6 3v-13l6 -3l6 3l6 -3v9", "key": "svg-0" }], ["path", { "d": "M9 4v13", "key": "svg-1" }], ["path", { "d": "M15 7v6.5", "key": "svg-2" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-3" }], ["path", { "d": "M17 22l5 -5", "key": "svg-4" }]]; const IconMapX = createReactComponent("outline", "map-x", "MapX", __iconNode$JK); const __iconNode$JJ = [["path", { "d": "M3 7l6 -3l6 3l6 -3v13l-6 3l-6 -3l-6 3v-13", "key": "svg-0" }], ["path", { "d": "M9 4v13", "key": "svg-1" }], ["path", { "d": "M15 7v13", "key": "svg-2" }]]; const IconMap = createReactComponent("outline", "map", "Map", __iconNode$JJ); const __iconNode$JI = [["path", { "d": "M9 5h10a2 2 0 0 1 2 2v10", "key": "svg-0" }], ["path", { "d": "M19 19h-14a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 1.85 -2", "key": "svg-1" }], ["path", { "d": "M7 15v-6l2 2l1 -1m1 1v4", "key": "svg-2" }], ["path", { "d": "M17.5 13.5l.5 -.5m-2 -1v-3", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconMarkdownOff = createReactComponent("outline", "markdown-off", "MarkdownOff", __iconNode$JI); const __iconNode$JH = [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10", "key": "svg-0" }], ["path", { "d": "M7 15v-6l2 2l2 -2v6", "key": "svg-1" }], ["path", { "d": "M14 13l2 2l2 -2m-2 2v-6", "key": "svg-2" }]]; const IconMarkdown = createReactComponent("outline", "markdown", "Markdown", __iconNode$JH); const __iconNode$JG = [["path", { "d": "M4 6v-1a1 1 0 0 1 1 -1h1m5 0h2m5 0h1a1 1 0 0 1 1 1v1m0 5v2m0 5v1a1 1 0 0 1 -1 1h-1m-5 0h-2m-5 0h-1a1 1 0 0 1 -1 -1v-1m0 -5v-2", "key": "svg-0" }]]; const IconMarquee2 = createReactComponent("outline", "marquee-2", "Marquee2", __iconNode$JG); const __iconNode$JF = [["path", { "d": "M4 6c0 -.556 .227 -1.059 .593 -1.421", "key": "svg-0" }], ["path", { "d": "M9 4h1.5", "key": "svg-1" }], ["path", { "d": "M13.5 4h1.5", "key": "svg-2" }], ["path", { "d": "M18 4a2 2 0 0 1 2 2", "key": "svg-3" }], ["path", { "d": "M20 9v1.5", "key": "svg-4" }], ["path", { "d": "M20 13.5v1.5", "key": "svg-5" }], ["path", { "d": "M19.402 19.426a1.993 1.993 0 0 1 -1.402 .574", "key": "svg-6" }], ["path", { "d": "M15 20h-1.5", "key": "svg-7" }], ["path", { "d": "M10.5 20h-1.5", "key": "svg-8" }], ["path", { "d": "M6 20a2 2 0 0 1 -2 -2", "key": "svg-9" }], ["path", { "d": "M4 15v-1.5", "key": "svg-10" }], ["path", { "d": "M4 10.5v-1.5", "key": "svg-11" }], ["path", { "d": "M3 3l18 18", "key": "svg-12" }]]; const IconMarqueeOff = createReactComponent("outline", "marquee-off", "MarqueeOff", __iconNode$JF); const __iconNode$JE = [["path", { "d": "M4 6a2 2 0 0 1 2 -2m3 0h1.5m3 0h1.5m3 0a2 2 0 0 1 2 2m0 3v1.5m0 3v1.5m0 3a2 2 0 0 1 -2 2m-3 0h-1.5m-3 0h-1.5m-3 0a2 2 0 0 1 -2 -2m0 -3v-1.5m0 -3v-1.5m0 -3", "key": "svg-0" }]]; const IconMarquee = createReactComponent("outline", "marquee", "Marquee", __iconNode$JE); const __iconNode$JD = [["path", { "d": "M5 14a5 5 0 1 0 10 0a5 5 0 1 0 -10 0", "key": "svg-0" }], ["path", { "d": "M19 5l-5.4 5.4", "key": "svg-1" }], ["path", { "d": "M19 5l-5 0", "key": "svg-2" }], ["path", { "d": "M19 5l0 5", "key": "svg-3" }]]; const IconMars = createReactComponent("outline", "mars", "Mars", __iconNode$JD); const __iconNode$JC = [["path", { "d": "M19.42 19.41a2 2 0 0 1 -1.42 .59h-12a2 2 0 0 1 -2 -2v-12c0 -.554 .225 -1.055 .588 -1.417m3.412 -.583h10a2 2 0 0 1 2 2v10", "key": "svg-0" }], ["path", { "d": "M9.885 9.872a3 3 0 1 0 4.245 4.24m.582 -3.396a3.012 3.012 0 0 0 -1.438 -1.433", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconMaskOff = createReactComponent("outline", "mask-off", "MaskOff", __iconNode$JC); const __iconNode$JB = [["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-1" }]]; const IconMask = createReactComponent("outline", "mask", "Mask", __iconNode$JB); const __iconNode$JA = [["path", { "d": "M13 9c.058 0 .133 0 .192 0h6.616a2 2 0 0 1 1.992 2.183l-.554 6.041m-1.286 2.718a3.99 3.99 0 0 1 -2.71 1.058h-1.5a4 4 0 0 1 -3.983 -3.635l-.567 -6.182", "key": "svg-0" }], ["path", { "d": "M18 13h.01", "key": "svg-1" }], ["path", { "d": "M15 16.5c.657 .438 1.313 .588 1.97 .451", "key": "svg-2" }], ["path", { "d": "M8.632 15.982a4.05 4.05 0 0 1 -.382 .018h-1.5a4 4 0 0 1 -3.983 -3.635l-.567 -6.182a2 2 0 0 1 .514 -1.531a1.99 1.99 0 0 1 1.286 -.652m4 0h2.808a2 2 0 0 1 2 2", "key": "svg-3" }], ["path", { "d": "M6 8h.01", "key": "svg-4" }], ["path", { "d": "M6 12c.764 -.51 1.528 -.63 2.291 -.36", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconMasksTheaterOff = createReactComponent("outline", "masks-theater-off", "MasksTheaterOff", __iconNode$JA); const __iconNode$Jz = [["path", { "d": "M13.192 9h6.616a2 2 0 0 1 1.992 2.183l-.567 6.182a4 4 0 0 1 -3.983 3.635h-1.5a4 4 0 0 1 -3.983 -3.635l-.567 -6.182a2 2 0 0 1 1.992 -2.183", "key": "svg-0" }], ["path", { "d": "M15 13h.01", "key": "svg-1" }], ["path", { "d": "M18 13h.01", "key": "svg-2" }], ["path", { "d": "M15 16.5c1 .667 2 .667 3 0", "key": "svg-3" }], ["path", { "d": "M8.632 15.982a4.037 4.037 0 0 1 -.382 .018h-1.5a4 4 0 0 1 -3.983 -3.635l-.567 -6.182a2 2 0 0 1 1.992 -2.183h6.616a2 2 0 0 1 2 2", "key": "svg-4" }], ["path", { "d": "M6 8h.01", "key": "svg-5" }], ["path", { "d": "M9 8h.01", "key": "svg-6" }], ["path", { "d": "M6 12c.764 -.51 1.528 -.63 2.291 -.36", "key": "svg-7" }]]; const IconMasksTheater = createReactComponent("outline", "masks-theater", "MasksTheater", __iconNode$Jz); const __iconNode$Jy = [["path", { "d": "M3 17a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M8 5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }], ["path", { "d": "M4 22l4 -2v-3h12", "key": "svg-2" }], ["path", { "d": "M11 20h9", "key": "svg-3" }], ["path", { "d": "M8 14l3 -2l1 -4c3 1 3 4 3 6", "key": "svg-4" }]]; const IconMassage = createReactComponent("outline", "massage", "Massage", __iconNode$Jy); const __iconNode$Jx = [["path", { "d": "M3 21l14 -9", "key": "svg-0" }], ["path", { "d": "M16 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }], ["path", { "d": "M17 3l3.62 7.29a4.007 4.007 0 0 1 -.764 4.51a4 4 0 0 1 -6.493 -4.464l3.637 -7.336", "key": "svg-2" }]]; const IconMatchstick = createReactComponent("outline", "matchstick", "Matchstick", __iconNode$Jx); const __iconNode$Jw = [["path", { "d": "M5 12h14", "key": "svg-0" }], ["path", { "d": "M10 15h3a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h3", "key": "svg-1" }], ["path", { "d": "M10 5l2 -2v6", "key": "svg-2" }]]; const IconMath1Divide2 = createReactComponent("outline", "math-1-divide-2", "Math1Divide2", __iconNode$Jw); const __iconNode$Jv = [["path", { "d": "M10 15.5a.5 .5 0 0 1 .5 -.5h2a1.5 1.5 0 0 1 0 3h-1.167h1.167a1.5 1.5 0 0 1 0 3h-2a.5 .5 0 0 1 -.5 -.5", "key": "svg-0" }], ["path", { "d": "M5 12h14", "key": "svg-1" }], ["path", { "d": "M10 5l2 -2v6", "key": "svg-2" }]]; const IconMath1Divide3 = createReactComponent("outline", "math-1-divide-3", "Math1Divide3", __iconNode$Jv); const __iconNode$Ju = [["path", { "d": "M3 21l18 -18", "key": "svg-0" }], ["path", { "d": "M4 12a8 8 0 1 0 16 0a8 8 0 1 0 -16 0", "key": "svg-1" }]]; const IconMathAvg = createReactComponent("outline", "math-avg", "MathAvg", __iconNode$Ju); const __iconNode$Jt = [["path", { "d": "M7 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0", "key": "svg-0" }], ["path", { "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2", "key": "svg-1" }], ["path", { "d": "M17 15c.345 .6 1.258 1 2 1a2 2 0 1 0 0 -4a2 2 0 1 1 0 -4c.746 0 1.656 .394 2 1", "key": "svg-2" }]]; const IconMathCos = createReactComponent("outline", "math-cos", "MathCos", __iconNode$Jt); const __iconNode$Js = [["path", { "d": "M10 8h4", "key": "svg-0" }], ["path", { "d": "M21 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1", "key": "svg-1" }], ["path", { "d": "M12 8v8", "key": "svg-2" }], ["path", { "d": "M7 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0", "key": "svg-3" }]]; const IconMathCtg = createReactComponent("outline", "math-ctg", "MathCtg", __iconNode$Js); const __iconNode$Jr = [["path", { "d": "M5 18l14 -4", "key": "svg-0" }], ["path", { "d": "M5 14l14 -4l-14 -4", "key": "svg-1" }]]; const IconMathEqualGreater = createReactComponent("outline", "math-equal-greater", "MathEqualGreater", __iconNode$Jr); const __iconNode$Jq = [["path", { "d": "M19 18l-14 -4", "key": "svg-0" }], ["path", { "d": "M19 14l-14 -4l14 -4", "key": "svg-1" }]]; const IconMathEqualLower = createReactComponent("outline", "math-equal-lower", "MathEqualLower", __iconNode$Jq); const __iconNode$Jp = [["path", { "d": "M14 10h1c.882 0 .986 .777 1.694 2.692", "key": "svg-0" }], ["path", { "d": "M13 17c.864 0 1.727 -.663 2.495 -1.512m1.717 -2.302c.993 -1.45 2.39 -3.186 3.788 -3.186", "key": "svg-1" }], ["path", { "d": "M3 19c0 1.5 .5 2 2 2s2 -4 3 -9c.237 -1.186 .446 -2.317 .647 -3.35m.727 -3.248c.423 -1.492 .91 -2.402 1.626 -2.402c1.5 0 2 .5 2 2", "key": "svg-2" }], ["path", { "d": "M5 12h6", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconMathFunctionOff = createReactComponent("outline", "math-function-off", "MathFunctionOff", __iconNode$Jp); const __iconNode$Jo = [["path", { "d": "M3 19a2 2 0 0 0 2 2c2 0 2 -4 3 -9s1 -9 3 -9a2 2 0 0 1 2 2", "key": "svg-0" }], ["path", { "d": "M5 12h6", "key": "svg-1" }], ["path", { "d": "M15 12l3 5.063", "key": "svg-2" }], ["path", { "d": "M21 12l-4.8 9", "key": "svg-3" }]]; const IconMathFunctionY = createReactComponent("outline", "math-function-y", "MathFunctionY", __iconNode$Jo); const __iconNode$Jn = [["path", { "d": "M3 19a2 2 0 0 0 2 2c2 0 2 -4 3 -9s1 -9 3 -9a2 2 0 0 1 2 2", "key": "svg-0" }], ["path", { "d": "M5 12h6", "key": "svg-1" }], ["path", { "d": "M15 12l6 6", "key": "svg-2" }], ["path", { "d": "M15 18l6 -6", "key": "svg-3" }]]; const IconMathFunction = createReactComponent("outline", "math-function", "MathFunction", __iconNode$Jn); const __iconNode$Jm = [["path", { "d": "M5 18l14 -6l-14 -6", "key": "svg-0" }]]; const IconMathGreater = createReactComponent("outline", "math-greater", "MathGreater", __iconNode$Jm); const __iconNode$Jl = [["path", { "d": "M3 19a2 2 0 0 0 2 2c2 0 2 -4 3 -9s1 -9 3 -9a2 2 0 0 1 2 2", "key": "svg-0" }], ["path", { "d": "M14 12l6 6", "key": "svg-1" }], ["path", { "d": "M14 18l6 -6", "key": "svg-2" }]]; const IconMathIntegralX = createReactComponent("outline", "math-integral-x", "MathIntegralX", __iconNode$Jl); const __iconNode$Jk = [["path", { "d": "M7 19a2 2 0 0 0 2 2c2 0 2 -4 3 -9s1 -9 3 -9a2 2 0 0 1 2 2", "key": "svg-0" }]]; const IconMathIntegral = createReactComponent("outline", "math-integral", "MathIntegral", __iconNode$Jk); const __iconNode$Jj = [["path", { "d": "M3 19a2 2 0 0 0 2 2c2 0 2 -4 3 -9s1 -9 3 -9a2 2 0 0 1 2 2", "key": "svg-0" }], ["path", { "d": "M11 19a2 2 0 0 0 2 2c2 0 2 -4 3 -9s1 -9 3 -9a2 2 0 0 1 2 2", "key": "svg-1" }]]; const IconMathIntegrals = createReactComponent("outline", "math-integrals", "MathIntegrals", __iconNode$Jj); const __iconNode$Ji = [["path", { "d": "M19 18l-14 -6l14 -6", "key": "svg-0" }]]; const IconMathLower = createReactComponent("outline", "math-lower", "MathLower", __iconNode$Ji); const __iconNode$Jh = [["path", { "d": "M15 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M5 5a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-1" }], ["path", { "d": "M3 14s.605 -5.44 2.284 -7.862m3.395 .026c2.137 2.652 4.547 9.113 6.68 11.719", "key": "svg-2" }], ["path", { "d": "M18.748 18.038c.702 -.88 1.452 -3.56 2.252 -8.038", "key": "svg-3" }]]; const IconMathMaxMin = createReactComponent("outline", "math-max-min", "MathMaxMin", __iconNode$Jh); const __iconNode$Jg = [["path", { "d": "M5 6a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M3 15s.616 -5.544 2.332 -7.93", "key": "svg-1" }], ["path", { "d": "M8.637 7.112c2.717 3.313 5.882 12.888 8.363 12.888c2 0 3.333 -3 4 -9", "key": "svg-2" }]]; const IconMathMax = createReactComponent("outline", "math-max", "MathMax", __iconNode$Jg); const __iconNode$Jf = [["path", { "d": "M15 18a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M3 13s1 -9 4 -9c2.48 0 5.643 9.565 8.36 12.883", "key": "svg-1" }], ["path", { "d": "M18.748 17.038c.702 -.88 1.452 -3.56 2.252 -8.038", "key": "svg-2" }]]; const IconMathMin = createReactComponent("outline", "math-min", "MathMin", __iconNode$Jf); const __iconNode$Je = [["path", { "d": "M5 12h14v4", "key": "svg-0" }]]; const IconMathNot = createReactComponent("outline", "math-not", "MathNot", __iconNode$Je); const __iconNode$Jd = [["path", { "d": "M14 19l2.5 -2.5", "key": "svg-0" }], ["path", { "d": "M18.5 14.5l1.5 -1.5", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }], ["path", { "d": "M19 5h-7l-.646 2.262", "key": "svg-3" }], ["path", { "d": "M10.448 10.431l-2.448 8.569l-3 -6h-2", "key": "svg-4" }]]; const IconMathOff = createReactComponent("outline", "math-off", "MathOff", __iconNode$Jd); const __iconNode$Jc = [["path", { "d": "M10 15h3a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M5 12h14", "key": "svg-1" }], ["path", { "d": "M10 9v-6", "key": "svg-2" }], ["path", { "d": "M14 3v6", "key": "svg-3" }], ["path", { "d": "M15 3h-6", "key": "svg-4" }]]; const IconMathPiDivide2 = createReactComponent("outline", "math-pi-divide-2", "MathPiDivide2", __iconNode$Jc); const __iconNode$Jb = [["path", { "d": "M7 20v-16", "key": "svg-0" }], ["path", { "d": "M17 4v16", "key": "svg-1" }], ["path", { "d": "M20 4h-16", "key": "svg-2" }]]; const IconMathPi = createReactComponent("outline", "math-pi", "MathPi", __iconNode$Jb); const __iconNode$Ja = [["path", { "d": "M3 15c.345 .6 1.258 1 2 1a2 2 0 1 0 0 -4a2 2 0 1 1 0 -4c.746 0 1.656 .394 2 1", "key": "svg-0" }], ["path", { "d": "M21 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0", "key": "svg-1" }], ["path", { "d": "M14 8h-4v8h4", "key": "svg-2" }], ["path", { "d": "M10 12h2.5", "key": "svg-3" }]]; const IconMathSec = createReactComponent("outline", "math-sec", "MathSec", __iconNode$Ja); const __iconNode$J9 = [["path", { "d": "M4 15c.345 .6 1.258 1 2 1a2 2 0 1 0 0 -4a2 2 0 1 1 0 -4c.746 0 1.656 .394 2 1", "key": "svg-0" }], ["path", { "d": "M12 8v8", "key": "svg-1" }], ["path", { "d": "M16 16v-8l4 8v-8", "key": "svg-2" }]]; const IconMathSin = createReactComponent("outline", "math-sin", "MathSin", __iconNode$J9); const __iconNode$J8 = [["path", { "d": "M3 12l18 0", "key": "svg-0" }], ["path", { "d": "M12 3l0 18", "key": "svg-1" }], ["path", { "d": "M16.5 4.5l3 3", "key": "svg-2" }], ["path", { "d": "M19.5 4.5l-3 3", "key": "svg-3" }], ["path", { "d": "M6 4l0 4", "key": "svg-4" }], ["path", { "d": "M4 6l4 0", "key": "svg-5" }], ["path", { "d": "M18 16l.01 0", "key": "svg-6" }], ["path", { "d": "M18 20l.01 0", "key": "svg-7" }], ["path", { "d": "M4 18l4 0", "key": "svg-8" }]]; const IconMathSymbols = createReactComponent("outline", "math-symbols", "MathSymbols", __iconNode$J8); const __iconNode$J7 = [["path", { "d": "M7 8h4", "key": "svg-0" }], ["path", { "d": "M9 8v8", "key": "svg-1" }], ["path", { "d": "M18 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1", "key": "svg-2" }]]; const IconMathTg = createReactComponent("outline", "math-tg", "MathTg", __iconNode$J7); const __iconNode$J6 = [["path", { "d": "M10 15h3a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M5 12h14", "key": "svg-1" }], ["path", { "d": "M9 3l6 6", "key": "svg-2" }], ["path", { "d": "M9 9l6 -6", "key": "svg-3" }]]; const IconMathXDivide2 = createReactComponent("outline", "math-x-divide-2", "MathXDivide2", __iconNode$J6); const __iconNode$J5 = [["path", { "d": "M3 21l18 -18", "key": "svg-0" }], ["path", { "d": "M15 14l3 4.5", "key": "svg-1" }], ["path", { "d": "M21 14l-4.5 7", "key": "svg-2" }], ["path", { "d": "M3 4l6 6", "key": "svg-3" }], ["path", { "d": "M3 10l6 -6", "key": "svg-4" }]]; const IconMathXDivideY2 = createReactComponent("outline", "math-x-divide-y-2", "MathXDivideY2", __iconNode$J5); const __iconNode$J4 = [["path", { "d": "M9 3l6 6", "key": "svg-0" }], ["path", { "d": "M9 9l6 -6", "key": "svg-1" }], ["path", { "d": "M9 15l3 4.5", "key": "svg-2" }], ["path", { "d": "M15 15l-4.5 7", "key": "svg-3" }], ["path", { "d": "M5 12h14", "key": "svg-4" }]]; const IconMathXDivideY = createReactComponent("outline", "math-x-divide-y", "MathXDivideY", __iconNode$J4); const __iconNode$J3 = [["path", { "d": "M1.5 19l18 -18", "key": "svg-0" }], ["path", { "d": "M4.5 22l18 -18", "key": "svg-1" }], ["path", { "d": "M18 15l3 4", "key": "svg-2" }], ["path", { "d": "M23 15l-4.5 8", "key": "svg-3" }], ["path", { "d": "M1 1l6 6", "key": "svg-4" }], ["path", { "d": "M1 7l6 -6", "key": "svg-5" }]]; const IconMathXFloorDivideY = createReactComponent("outline", "math-x-floor-divide-y", "MathXFloorDivideY", __iconNode$J3); const __iconNode$J2 = [["path", { "d": "M2 9l6 6", "key": "svg-0" }], ["path", { "d": "M2 15l6 -6", "key": "svg-1" }], ["path", { "d": "M16 9l6 6", "key": "svg-2" }], ["path", { "d": "M16 15l6 -6", "key": "svg-3" }], ["path", { "d": "M10 12h4", "key": "svg-4" }]]; const IconMathXMinusX = createReactComponent("outline", "math-x-minus-x", "MathXMinusX", __iconNode$J2); const __iconNode$J1 = [["path", { "d": "M2 9l6 6", "key": "svg-0" }], ["path", { "d": "M2 15l6 -6", "key": "svg-1" }], ["path", { "d": "M16 9l3 5.063", "key": "svg-2" }], ["path", { "d": "M22 9l-4.8 9", "key": "svg-3" }], ["path", { "d": "M10 12h4", "key": "svg-4" }]]; const IconMathXMinusY = createReactComponent("outline", "math-x-minus-y", "MathXMinusY", __iconNode$J1); const __iconNode$J0 = [["path", { "d": "M2 9l6 6", "key": "svg-0" }], ["path", { "d": "M2 15l6 -6", "key": "svg-1" }], ["path", { "d": "M16 9l6 6", "key": "svg-2" }], ["path", { "d": "M16 15l6 -6", "key": "svg-3" }], ["path", { "d": "M10 12h4", "key": "svg-4" }], ["path", { "d": "M12 10v4", "key": "svg-5" }]]; const IconMathXPlusX = createReactComponent("outline", "math-x-plus-x", "MathXPlusX", __iconNode$J0); const __iconNode$I$ = [["path", { "d": "M16 9l3 5.063", "key": "svg-0" }], ["path", { "d": "M2 9l6 6", "key": "svg-1" }], ["path", { "d": "M2 15l6 -6", "key": "svg-2" }], ["path", { "d": "M22 9l-4.8 9", "key": "svg-3" }], ["path", { "d": "M10 12h4", "key": "svg-4" }], ["path", { "d": "M12 10v4", "key": "svg-5" }]]; const IconMathXPlusY = createReactComponent("outline", "math-x-plus-y", "MathXPlusY", __iconNode$I$); const __iconNode$I_ = [["path", { "d": "M14 9l3 5.063", "key": "svg-0" }], ["path", { "d": "M4 9l6 6", "key": "svg-1" }], ["path", { "d": "M4 15l6 -6", "key": "svg-2" }], ["path", { "d": "M20 9l-4.8 9", "key": "svg-3" }]]; const IconMathXy = createReactComponent("outline", "math-xy", "MathXy", __iconNode$I_); const __iconNode$IZ = [["path", { "d": "M2 9l3 5.063", "key": "svg-0" }], ["path", { "d": "M8 9l-4.8 9", "key": "svg-1" }], ["path", { "d": "M16 9l3 5.063", "key": "svg-2" }], ["path", { "d": "M22 9l-4.8 9", "key": "svg-3" }], ["path", { "d": "M10 12h4", "key": "svg-4" }]]; const IconMathYMinusY = createReactComponent("outline", "math-y-minus-y", "MathYMinusY", __iconNode$IZ); const __iconNode$IY = [["path", { "d": "M2 9l3 5.063", "key": "svg-0" }], ["path", { "d": "M8 9l-4.8 9", "key": "svg-1" }], ["path", { "d": "M16 9l3 5.063", "key": "svg-2" }], ["path", { "d": "M22 9l-4.8 9", "key": "svg-3" }], ["path", { "d": "M10 12h4", "key": "svg-4" }], ["path", { "d": "M12 10v4", "key": "svg-5" }]]; const IconMathYPlusY = createReactComponent("outline", "math-y-plus-y", "MathYPlusY", __iconNode$IY); const __iconNode$IX = [["path", { "d": "M19 5h-7l-4 14l-3 -6h-2", "key": "svg-0" }], ["path", { "d": "M14 13l6 6", "key": "svg-1" }], ["path", { "d": "M14 19l6 -6", "key": "svg-2" }]]; const IconMath = createReactComponent("outline", "math", "Math", __iconNode$IX); const __iconNode$IW = [["path", { "d": "M8 16h.013", "key": "svg-0" }], ["path", { "d": "M12.01 16h.005", "key": "svg-1" }], ["path", { "d": "M16.015 16h.005", "key": "svg-2" }], ["path", { "d": "M16.015 12h.005", "key": "svg-3" }], ["path", { "d": "M8.01 12h.005", "key": "svg-4" }], ["path", { "d": "M12.01 12h.005", "key": "svg-5" }], ["path", { "d": "M16.02 8h.005", "key": "svg-6" }], ["path", { "d": "M8.015 8h.005", "key": "svg-7" }], ["path", { "d": "M12.015 8h.005", "key": "svg-8" }], ["path", { "d": "M7 4h-1a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h1", "key": "svg-9" }], ["path", { "d": "M17 4h1a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-1", "key": "svg-10" }]]; const IconMatrix = createReactComponent("outline", "matrix", "Matrix", __iconNode$IW); const __iconNode$IV = [["path", { "d": "M4 8v-2c0 -.551 .223 -1.05 .584 -1.412", "key": "svg-0" }], ["path", { "d": "M4 16v2a2 2 0 0 0 2 2h2", "key": "svg-1" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2", "key": "svg-2" }], ["path", { "d": "M16 20h2c.545 0 1.04 -.218 1.4 -.572", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconMaximizeOff = createReactComponent("outline", "maximize-off", "MaximizeOff", __iconNode$IV); const __iconNode$IU = [["path", { "d": "M4 8v-2a2 2 0 0 1 2 -2h2", "key": "svg-0" }], ["path", { "d": "M4 16v2a2 2 0 0 0 2 2h2", "key": "svg-1" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2", "key": "svg-2" }], ["path", { "d": "M16 20h2a2 2 0 0 0 2 -2v-2", "key": "svg-3" }]]; const IconMaximize = createReactComponent("outline", "maximize", "Maximize", __iconNode$IU); const __iconNode$IT = [["path", { "d": "M13.62 8.382l1.966 -1.967a2 2 0 1 1 3.414 -1.415a2 2 0 1 1 -1.413 3.414l-1.82 1.821", "key": "svg-0" }], ["path", { "d": "M5.904 18.596c2.733 2.734 5.9 4 7.07 2.829c1.172 -1.172 -.094 -4.338 -2.828 -7.071c-2.733 -2.734 -5.9 -4 -7.07 -2.829c-1.172 1.172 .094 4.338 2.828 7.071", "key": "svg-1" }], ["path", { "d": "M7.5 16l1 1", "key": "svg-2" }], ["path", { "d": "M12.975 21.425c1.582 -1.582 2.679 -3.407 3.242 -5.2", "key": "svg-3" }], ["path", { "d": "M16.6 12.6c-.16 -1.238 -.653 -2.345 -1.504 -3.195c-.85 -.85 -1.955 -1.344 -3.192 -1.503", "key": "svg-4" }], ["path", { "d": "M8.274 8.284c-1.792 .563 -3.616 1.66 -5.198 3.242", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconMeatOff = createReactComponent("outline", "meat-off", "MeatOff", __iconNode$IT); const __iconNode$IS = [["path", { "d": "M13.62 8.382l1.966 -1.967a2 2 0 1 1 3.414 -1.415a2 2 0 1 1 -1.413 3.414l-1.82 1.821", "key": "svg-0" }], ["path", { "d": "M5.904 18.596c2.733 2.734 5.9 4 7.07 2.829c1.172 -1.172 -.094 -4.338 -2.828 -7.071c-2.733 -2.734 -5.9 -4 -7.07 -2.829c-1.172 1.172 .094 4.338 2.828 7.071", "key": "svg-1" }], ["path", { "d": "M7.5 16l1 1", "key": "svg-2" }], ["path", { "d": "M12.975 21.425c3.905 -3.906 4.855 -9.288 2.121 -12.021c-2.733 -2.734 -8.115 -1.784 -12.02 2.121", "key": "svg-3" }]]; const IconMeat = createReactComponent("outline", "meat", "Meat", __iconNode$IS); const __iconNode$IR = [["path", { "d": "M9 3h6l3 7l-6 2l-6 -2l3 -7", "key": "svg-0" }], ["path", { "d": "M12 12l-3 -9", "key": "svg-1" }], ["path", { "d": "M15 11l-3 -8", "key": "svg-2" }], ["path", { "d": "M12 19.5l-3 1.5l.5 -3.5l-2 -2l3 -.5l1.5 -3l1.5 3l3 .5l-2 2l.5 3.5l-3 -1.5", "key": "svg-3" }]]; const IconMedal2 = createReactComponent("outline", "medal-2", "Medal2", __iconNode$IR); const __iconNode$IQ = [["path", { "d": "M12 4v3m-4 -3v6m8 -6v6", "key": "svg-0" }], ["path", { "d": "M12 18.5l-3 1.5l.5 -3.5l-2 -2l3 -.5l1.5 -3l1.5 3l3 .5l-2 2l.5 3.5l-3 -1.5", "key": "svg-1" }]]; const IconMedal = createReactComponent("outline", "medal", "Medal", __iconNode$IQ); const __iconNode$IP = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 8v8", "key": "svg-1" }], ["path", { "d": "M15.5 10l-7 4", "key": "svg-2" }], ["path", { "d": "M15.5 14l-7 -4", "key": "svg-3" }]]; const IconMedicalCrossCircle = createReactComponent("outline", "medical-cross-circle", "MedicalCrossCircle", __iconNode$IP); const __iconNode$IO = [["path", { "d": "M17.928 17.733l-.574 -.331l-3.354 -1.938v4.536a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-4.536l-3.928 2.268a1 1 0 0 1 -1.366 -.366l-1 -1.732a1 1 0 0 1 .366 -1.366l3.927 -2.268l-3.927 -2.268a1 1 0 0 1 -.366 -1.366l1 -1.732a1 1 0 0 1 1.366 -.366l.333 .192m3.595 -.46v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4.535l3.928 -2.267a1 1 0 0 1 1.366 .366l1 1.732a1 1 0 0 1 -.366 1.366l-3.927 2.268l3.927 2.269a1 1 0 0 1 .366 1.366l-.24 .416", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconMedicalCrossOff = createReactComponent("outline", "medical-cross-off", "MedicalCrossOff", __iconNode$IO); const __iconNode$IN = [["path", { "d": "M13 3a1 1 0 0 1 1 1v4.535l3.928 -2.267a1 1 0 0 1 1.366 .366l1 1.732a1 1 0 0 1 -.366 1.366l-3.927 2.268l3.927 2.269a1 1 0 0 1 .366 1.366l-1 1.732a1 1 0 0 1 -1.366 .366l-3.928 -2.269v4.536a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-4.536l-3.928 2.268a1 1 0 0 1 -1.366 -.366l-1 -1.732a1 1 0 0 1 .366 -1.366l3.927 -2.268l-3.927 -2.268a1 1 0 0 1 -.366 -1.366l1 -1.732a1 1 0 0 1 1.366 -.366l3.928 2.267v-4.535a1 1 0 0 1 1 -1h2", "key": "svg-0" }]]; const IconMedicalCross = createReactComponent("outline", "medical-cross", "MedicalCross", __iconNode$IN); const __iconNode$IM = [["path", { "d": "M8 21h8a1 1 0 0 0 1 -1v-10a3 3 0 0 0 -3 -3h-4a3 3 0 0 0 -3 3v10a1 1 0 0 0 1 1", "key": "svg-0" }], ["path", { "d": "M10 14h4", "key": "svg-1" }], ["path", { "d": "M12 12v4", "key": "svg-2" }], ["path", { "d": "M10 7v-3a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v3", "key": "svg-3" }]]; const IconMedicineSyrup = createReactComponent("outline", "medicine-syrup", "MedicineSyrup", __iconNode$IM); const __iconNode$IL = [["path", { "d": "M9 20h-5a1 1 0 0 1 -1 -1c0 -2 3.378 -4.907 4 -6c-1 0 -4 -.5 -4 -2c0 -2 4 -3.5 6 -4c0 -1.5 .5 -4 3 -4s3 2.5 3 4c2 .5 6 2 6 4c0 1.5 -3 2 -4 2c.622 1.093 4 4 4 6a1 1 0 0 1 -1 1h-5c-1 0 -2 -4 -3 -4s-2 4 -3 4", "key": "svg-0" }]]; const IconMeeple = createReactComponent("outline", "meeple", "Meeple", __iconNode$IL); const __iconNode$IK = [["path", { "d": "M20 10c0 5.523 -4.477 10 -10 10a9.967 9.967 0 0 1 -6.984 -2.842l4.343 -4.153a4 4 0 0 0 5.76 -5.51l4.342 -4.153a9.963 9.963 0 0 1 2.539 6.658", "key": "svg-0" }]]; const IconMelon = createReactComponent("outline", "melon", "Melon", __iconNode$IK); const __iconNode$IJ = [["path", { "d": "M12 4v16", "key": "svg-0" }], ["path", { "d": "M8 4v2a4 4 0 1 0 8 0v-2", "key": "svg-1" }], ["path", { "d": "M4 4v2a8 8 0 1 0 16 0v-2", "key": "svg-2" }], ["path", { "d": "M10 20h4", "key": "svg-3" }]]; const IconMenorah = createReactComponent("outline", "menorah", "Menorah", __iconNode$IJ); const __iconNode$II = [["path", { "d": "M4 6l16 0", "key": "svg-0" }], ["path", { "d": "M4 12l16 0", "key": "svg-1" }], ["path", { "d": "M4 18l16 0", "key": "svg-2" }]]; const IconMenu2 = createReactComponent("outline", "menu-2", "Menu2", __iconNode$II); const __iconNode$IH = [["path", { "d": "M10 6h10", "key": "svg-0" }], ["path", { "d": "M4 12h16", "key": "svg-1" }], ["path", { "d": "M7 12h13", "key": "svg-2" }], ["path", { "d": "M4 18h10", "key": "svg-3" }]]; const IconMenu3 = createReactComponent("outline", "menu-3", "Menu3", __iconNode$IH); const __iconNode$IG = [["path", { "d": "M7 6h10", "key": "svg-0" }], ["path", { "d": "M4 12h16", "key": "svg-1" }], ["path", { "d": "M7 12h13", "key": "svg-2" }], ["path", { "d": "M7 18h10", "key": "svg-3" }]]; const IconMenu4 = createReactComponent("outline", "menu-4", "Menu4", __iconNode$IG); const __iconNode$IF = [["path", { "d": "M4 6h16", "key": "svg-0" }], ["path", { "d": "M7 12h13", "key": "svg-1" }], ["path", { "d": "M10 18h10", "key": "svg-2" }]]; const IconMenuDeep = createReactComponent("outline", "menu-deep", "MenuDeep", __iconNode$IF); const __iconNode$IE = [["path", { "d": "M4 10h16", "key": "svg-0" }], ["path", { "d": "M4 14h16", "key": "svg-1" }], ["path", { "d": "M9 18l3 3l3 -3", "key": "svg-2" }], ["path", { "d": "M9 6l3 -3l3 3", "key": "svg-3" }]]; const IconMenuOrder = createReactComponent("outline", "menu-order", "MenuOrder", __iconNode$IE); const __iconNode$ID = [["path", { "d": "M4 8l16 0", "key": "svg-0" }], ["path", { "d": "M4 16l16 0", "key": "svg-1" }]]; const IconMenu = createReactComponent("outline", "menu", "Menu", __iconNode$ID); const __iconNode$IC = [["path", { "d": "M3 9h18", "key": "svg-0" }], ["path", { "d": "M3 15h18", "key": "svg-1" }], ["path", { "d": "M8 4c.485 .445 3.5 3.312 3.5 8c0 .663 -.07 4.848 -3.5 8", "key": "svg-2" }], ["path", { "d": "M15 4a17 17 0 0 1 2.004 8c0 1.51 -.201 4.628 -2.004 8", "key": "svg-3" }], ["path", { "d": "M18.778 20h-13.556a2.22 2.22 0 0 1 -2.222 -2.222v-11.556c0 -1.227 .995 -2.222 2.222 -2.222h13.556c1.227 0 2.222 .995 2.222 2.222v11.556a2.22 2.22 0 0 1 -2.222 2.222", "key": "svg-4" }]]; const IconMesh = createReactComponent("outline", "mesh", "Mesh", __iconNode$IC); const __iconNode$IB = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h6", "key": "svg-1" }], ["path", { "d": "M13 20l-1 1l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5", "key": "svg-2" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-3" }]]; const IconMessage2Bolt = createReactComponent("outline", "message-2-bolt", "Message2Bolt", __iconNode$IB); const __iconNode$IA = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h6", "key": "svg-1" }], ["path", { "d": "M12 21l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5", "key": "svg-2" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-3" }], ["path", { "d": "M17 21l4 -4", "key": "svg-4" }]]; const IconMessage2Cancel = createReactComponent("outline", "message-2-cancel", "Message2Cancel", __iconNode$IA); const __iconNode$Iz = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h6", "key": "svg-1" }], ["path", { "d": "M12 21l-1 -1l-2 -2h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6", "key": "svg-2" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-3" }]]; const IconMessage2Check = createReactComponent("outline", "message-2-check", "Message2Check", __iconNode$Iz); const __iconNode$Iy = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h6", "key": "svg-1" }], ["path", { "d": "M12 21l-1 -1l-2 -2h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6", "key": "svg-2" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-3" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-4" }]]; const IconMessage2Code = createReactComponent("outline", "message-2-code", "Message2Code", __iconNode$Iy); const __iconNode$Ix = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h6", "key": "svg-1" }], ["path", { "d": "M12 21l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5", "key": "svg-2" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-4" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-5" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-6" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-7" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-8" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-9" }]]; const IconMessage2Cog = createReactComponent("outline", "message-2-cog", "Message2Cog", __iconNode$Ix); const __iconNode$Iw = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h6", "key": "svg-1" }], ["path", { "d": "M13.5 19.5l-1.5 1.5l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v3.5", "key": "svg-2" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-3" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-4" }]]; const IconMessage2Dollar = createReactComponent("outline", "message-2-dollar", "Message2Dollar", __iconNode$Iw); const __iconNode$Iv = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h6", "key": "svg-1" }], ["path", { "d": "M12.5 20.5l-.5 .5l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5", "key": "svg-2" }], ["path", { "d": "M19 16v6", "key": "svg-3" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-4" }]]; const IconMessage2Down = createReactComponent("outline", "message-2-down", "Message2Down", __iconNode$Iv); const __iconNode$Iu = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h6", "key": "svg-1" }], ["path", { "d": "M15 18l-3 3l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5", "key": "svg-2" }], ["path", { "d": "M19 16v3", "key": "svg-3" }], ["path", { "d": "M19 22v.01", "key": "svg-4" }]]; const IconMessage2Exclamation = createReactComponent("outline", "message-2-exclamation", "Message2Exclamation", __iconNode$Iu); const __iconNode$It = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h3.5", "key": "svg-1" }], ["path", { "d": "M10.5 19.5l-1.5 -1.5h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4", "key": "svg-2" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-3" }]]; const IconMessage2Heart = createReactComponent("outline", "message-2-heart", "Message2Heart", __iconNode$It); const __iconNode$Is = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h6", "key": "svg-1" }], ["path", { "d": "M12 21l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v8", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }]]; const IconMessage2Minus = createReactComponent("outline", "message-2-minus", "Message2Minus", __iconNode$Is); const __iconNode$Ir = [["path", { "d": "M8 9h1m4 0h3", "key": "svg-0" }], ["path", { "d": "M8 13h5", "key": "svg-1" }], ["path", { "d": "M8 4h10a3 3 0 0 1 3 3v8c0 .57 -.16 1.104 -.436 1.558m-2.564 1.442h-3l-3 3l-3 -3h-3a3 3 0 0 1 -3 -3v-8c0 -1.084 .575 -2.034 1.437 -2.561", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconMessage2Off = createReactComponent("outline", "message-2-off", "Message2Off", __iconNode$Ir); const __iconNode$Iq = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h6", "key": "svg-1" }], ["path", { "d": "M13 20l-1 1l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6", "key": "svg-2" }], ["path", { "d": "M17 17v5", "key": "svg-3" }], ["path", { "d": "M21 17v5", "key": "svg-4" }]]; const IconMessage2Pause = createReactComponent("outline", "message-2-pause", "Message2Pause", __iconNode$Iq); const __iconNode$Ip = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h6", "key": "svg-1" }], ["path", { "d": "M12.5 20.5l-.5 .5l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4", "key": "svg-2" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-3" }], ["path", { "d": "M19 18v.01", "key": "svg-4" }]]; const IconMessage2Pin = createReactComponent("outline", "message-2-pin", "Message2Pin", __iconNode$Ip); const __iconNode$Io = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h6", "key": "svg-1" }], ["path", { "d": "M12.5 20.5l-.5 .5l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }], ["path", { "d": "M19 16v6", "key": "svg-4" }]]; const IconMessage2Plus = createReactComponent("outline", "message-2-plus", "Message2Plus", __iconNode$Io); const __iconNode$In = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h6", "key": "svg-1" }], ["path", { "d": "M14.5 18.5l-2.5 2.5l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5", "key": "svg-2" }], ["path", { "d": "M19 22v.01", "key": "svg-3" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-4" }]]; const IconMessage2Question = createReactComponent("outline", "message-2-question", "Message2Question", __iconNode$In); const __iconNode$Im = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h5", "key": "svg-1" }], ["path", { "d": "M12 21l-.5 -.5l-2.5 -2.5h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5", "key": "svg-2" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-3" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-4" }]]; const IconMessage2Search = createReactComponent("outline", "message-2-search", "Message2Search", __iconNode$Im); const __iconNode$Il = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h6", "key": "svg-1" }], ["path", { "d": "M12 21l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6", "key": "svg-2" }], ["path", { "d": "M16 22l5 -5", "key": "svg-3" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-4" }]]; const IconMessage2Share = createReactComponent("outline", "message-2-share", "Message2Share", __iconNode$Il); const __iconNode$Ik = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h4.5", "key": "svg-1" }], ["path", { "d": "M10 19l-1 -1h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5", "key": "svg-2" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-3" }]]; const IconMessage2Star = createReactComponent("outline", "message-2-star", "Message2Star", __iconNode$Ik); const __iconNode$Ij = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h6", "key": "svg-1" }], ["path", { "d": "M12.354 20.646l-.354 .354l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5", "key": "svg-2" }], ["path", { "d": "M19 22v-6", "key": "svg-3" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-4" }]]; const IconMessage2Up = createReactComponent("outline", "message-2-up", "Message2Up", __iconNode$Ij); const __iconNode$Ii = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h6", "key": "svg-1" }], ["path", { "d": "M13.5 19.5l-1.5 1.5l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6", "key": "svg-2" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-3" }], ["path", { "d": "M17 22l5 -5", "key": "svg-4" }]]; const IconMessage2X = createReactComponent("outline", "message-2-x", "Message2X", __iconNode$Ii); const __iconNode$Ih = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h6", "key": "svg-1" }], ["path", { "d": "M9 18h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-3l-3 3l-3 -3", "key": "svg-2" }]]; const IconMessage2 = createReactComponent("outline", "message-2", "Message2", __iconNode$Ih); const __iconNode$Ig = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h6", "key": "svg-1" }], ["path", { "d": "M13 18l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5", "key": "svg-2" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-3" }]]; const IconMessageBolt = createReactComponent("outline", "message-bolt", "MessageBolt", __iconNode$Ig); const __iconNode$If = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h6", "key": "svg-1" }], ["path", { "d": "M11.995 18.603l-3.995 2.397v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5", "key": "svg-2" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-3" }], ["path", { "d": "M17 21l4 -4", "key": "svg-4" }]]; const IconMessageCancel = createReactComponent("outline", "message-cancel", "MessageCancel", __iconNode$If); const __iconNode$Ie = [["path", { "d": "M18 4a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-5l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12", "key": "svg-0" }], ["path", { "d": "M9.5 9h.01", "key": "svg-1" }], ["path", { "d": "M14.5 9h.01", "key": "svg-2" }], ["path", { "d": "M9.5 13a3.5 3.5 0 0 0 5 0", "key": "svg-3" }]]; const IconMessageChatbot = createReactComponent("outline", "message-chatbot", "MessageChatbot", __iconNode$Ie); const __iconNode$Id = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h6", "key": "svg-1" }], ["path", { "d": "M10.99 19.206l-2.99 1.794v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6", "key": "svg-2" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-3" }]]; const IconMessageCheck = createReactComponent("outline", "message-check", "MessageCheck", __iconNode$Id); const __iconNode$Ic = [["path", { "d": "M13.038 19.927a9.933 9.933 0 0 1 -5.338 -.927l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.993 1.7 2.93 4.043 2.746 6.346", "key": "svg-0" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-1" }]]; const IconMessageCircleBolt = createReactComponent("outline", "message-circle-bolt", "MessageCircleBolt", __iconNode$Ic); const __iconNode$Ib = [["path", { "d": "M12.015 19.98a9.87 9.87 0 0 1 -4.315 -.98l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.927 1.644 2.867 3.887 2.761 6.114", "key": "svg-0" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M17 21l4 -4", "key": "svg-2" }]]; const IconMessageCircleCancel = createReactComponent("outline", "message-circle-cancel", "MessageCircleCancel", __iconNode$Ib); const __iconNode$Ia = [["path", { "d": "M11.042 19.933a9.798 9.798 0 0 1 -3.342 -.933l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c2.127 1.814 3.052 4.36 2.694 6.808", "key": "svg-0" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-1" }]]; const IconMessageCircleCheck = createReactComponent("outline", "message-circle-check", "MessageCircleCheck", __iconNode$Ia); const __iconNode$I9 = [["path", { "d": "M11.036 19.933a9.798 9.798 0 0 1 -3.336 -.933l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c2.128 1.815 3.053 4.361 2.694 6.81", "key": "svg-0" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-1" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-2" }]]; const IconMessageCircleCode = createReactComponent("outline", "message-circle-code", "MessageCircleCode", __iconNode$I9); const __iconNode$I8 = [["path", { "d": "M11.996 19.98a9.868 9.868 0 0 1 -4.296 -.98l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.842 1.572 2.783 3.691 2.77 5.821", "key": "svg-0" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-2" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-3" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-4" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-5" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-6" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-7" }]]; const IconMessageCircleCog = createReactComponent("outline", "message-circle-cog", "MessageCircleCog", __iconNode$I8); const __iconNode$I7 = [["path", { "d": "M13.16 19.914a9.94 9.94 0 0 1 -5.46 -.914l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.384 1.181 2.26 2.672 2.603 4.243", "key": "svg-0" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-1" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-2" }]]; const IconMessageCircleDollar = createReactComponent("outline", "message-circle-dollar", "MessageCircleDollar", __iconNode$I7); const __iconNode$I6 = [["path", { "d": "M12.006 19.98a9.869 9.869 0 0 1 -4.306 -.98l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.993 1.7 2.93 4.041 2.746 6.344", "key": "svg-0" }], ["path", { "d": "M19 16v6", "key": "svg-1" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-2" }]]; const IconMessageCircleDown = createReactComponent("outline", "message-circle-down", "MessageCircleDown", __iconNode$I6); const __iconNode$I5 = [["path", { "d": "M15.02 19.52c-2.34 .736 -5 .606 -7.32 -.52l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.96 1.671 2.898 3.963 2.755 6.227", "key": "svg-0" }], ["path", { "d": "M19 16v3", "key": "svg-1" }], ["path", { "d": "M19 22v.01", "key": "svg-2" }]]; const IconMessageCircleExclamation = createReactComponent("outline", "message-circle-exclamation", "MessageCircleExclamation", __iconNode$I5); const __iconNode$I4 = [["path", { "d": "M10.59 19.88a9.763 9.763 0 0 1 -2.89 -.88l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.565 1.335 2.479 3.065 2.71 4.861", "key": "svg-0" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-1" }]]; const IconMessageCircleHeart = createReactComponent("outline", "message-circle-heart", "MessageCircleHeart", __iconNode$I4); const __iconNode$I3 = [["path", { "d": "M12.023 19.98a9.87 9.87 0 0 1 -4.323 -.98l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c2.718 2.319 3.473 5.832 2.096 8.811", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }]]; const IconMessageCircleMinus = createReactComponent("outline", "message-circle-minus", "MessageCircleMinus", __iconNode$I3); const __iconNode$I2 = [["path", { "d": "M8.595 4.577c3.223 -1.176 7.025 -.61 9.65 1.63c2.982 2.543 3.601 6.523 1.636 9.66m-1.908 2.109c-2.787 2.19 -6.89 2.666 -10.273 1.024l-4.7 1l1.3 -3.9c-2.229 -3.296 -1.494 -7.511 1.68 -10.057", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconMessageCircleOff = createReactComponent("outline", "message-circle-off", "MessageCircleOff", __iconNode$I2); const __iconNode$I1 = [["path", { "d": "M12.989 19.932a9.93 9.93 0 0 1 -5.289 -.932l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c2.131 1.818 3.056 4.37 2.692 6.824", "key": "svg-0" }], ["path", { "d": "M17 17v5", "key": "svg-1" }], ["path", { "d": "M21 17v5", "key": "svg-2" }]]; const IconMessageCirclePause = createReactComponent("outline", "message-circle-pause", "MessageCirclePause", __iconNode$I1); const __iconNode$I0 = [["path", { "d": "M12.337 19.974a9.891 9.891 0 0 1 -4.637 -.974l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.63 1.39 2.554 3.21 2.736 5.085", "key": "svg-0" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-1" }], ["path", { "d": "M19 18v.01", "key": "svg-2" }]]; const IconMessageCirclePin = createReactComponent("outline", "message-circle-pin", "MessageCirclePin", __iconNode$I0); const __iconNode$H$ = [["path", { "d": "M12.007 19.98a9.869 9.869 0 0 1 -4.307 -.98l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.992 1.7 2.93 4.04 2.747 6.34", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }]]; const IconMessageCirclePlus = createReactComponent("outline", "message-circle-plus", "MessageCirclePlus", __iconNode$H$); const __iconNode$H_ = [["path", { "d": "M15.02 19.52c-2.341 .736 -5 .606 -7.32 -.52l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.649 1.407 2.575 3.253 2.742 5.152", "key": "svg-0" }], ["path", { "d": "M19 22v.01", "key": "svg-1" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-2" }]]; const IconMessageCircleQuestion = createReactComponent("outline", "message-circle-question", "MessageCircleQuestion", __iconNode$H_); const __iconNode$HZ = [["path", { "d": "M11.303 19.955a9.818 9.818 0 0 1 -3.603 -.955l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.73 1.476 2.665 3.435 2.76 5.433", "key": "svg-0" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-2" }]]; const IconMessageCircleSearch = createReactComponent("outline", "message-circle-search", "MessageCircleSearch", __iconNode$HZ); const __iconNode$HY = [["path", { "d": "M12.58 19.963a9.906 9.906 0 0 1 -4.88 -.963l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c2.13 1.817 3.055 4.368 2.692 6.82", "key": "svg-0" }], ["path", { "d": "M16 22l5 -5", "key": "svg-1" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-2" }]]; const IconMessageCircleShare = createReactComponent("outline", "message-circle-share", "MessageCircleShare", __iconNode$HY); const __iconNode$HX = [["path", { "d": "M10.517 19.869a9.757 9.757 0 0 1 -2.817 -.869l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.666 1.421 2.594 3.29 2.747 5.21", "key": "svg-0" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-1" }]]; const IconMessageCircleStar = createReactComponent("outline", "message-circle-star", "MessageCircleStar", __iconNode$HX); const __iconNode$HW = [["path", { "d": "M12.004 19.98a9.869 9.869 0 0 1 -4.304 -.98l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.994 1.701 2.932 4.045 2.746 6.349", "key": "svg-0" }], ["path", { "d": "M19 22v-6", "key": "svg-1" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-2" }]]; const IconMessageCircleUp = createReactComponent("outline", "message-circle-up", "MessageCircleUp", __iconNode$HW); const __iconNode$HV = [["path", { "d": "M17 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M22 22a2 2 0 0 0 -2 -2h-2a2 2 0 0 0 -2 2", "key": "svg-1" }], ["path", { "d": "M12.454 19.97a9.9 9.9 0 0 1 -4.754 -.97l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.667 1.423 2.596 3.294 2.747 5.216", "key": "svg-2" }]]; const IconMessageCircleUser = createReactComponent("outline", "message-circle-user", "MessageCircleUser", __iconNode$HV); const __iconNode$HU = [["path", { "d": "M13.593 19.855a9.96 9.96 0 0 1 -5.893 -.855l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c2.128 1.816 3.053 4.363 2.693 6.813", "key": "svg-0" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-1" }], ["path", { "d": "M17 22l5 -5", "key": "svg-2" }]]; const IconMessageCircleX = createReactComponent("outline", "message-circle-x", "MessageCircleX", __iconNode$HU); const __iconNode$HT = [["path", { "d": "M3 20l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c3.255 2.777 3.695 7.266 1.029 10.501c-2.666 3.235 -7.615 4.215 -11.574 2.293l-4.7 1", "key": "svg-0" }]]; const IconMessageCircle = createReactComponent("outline", "message-circle", "MessageCircle", __iconNode$HT); const __iconNode$HS = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h6", "key": "svg-1" }], ["path", { "d": "M11.012 19.193l-3.012 1.807v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6", "key": "svg-2" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-3" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-4" }]]; const IconMessageCode = createReactComponent("outline", "message-code", "MessageCode", __iconNode$HS); const __iconNode$HR = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h6", "key": "svg-1" }], ["path", { "d": "M12.031 18.581l-4.031 2.419v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5", "key": "svg-2" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-4" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-5" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-6" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-7" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-8" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-9" }]]; const IconMessageCog = createReactComponent("outline", "message-cog", "MessageCog", __iconNode$HR); const __iconNode$HQ = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h6", "key": "svg-1" }], ["path", { "d": "M13 18l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v3.5", "key": "svg-2" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-3" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-4" }]]; const IconMessageDollar = createReactComponent("outline", "message-dollar", "MessageDollar", __iconNode$HQ); const __iconNode$HP = [["path", { "d": "M12 11v.01", "key": "svg-0" }], ["path", { "d": "M8 11v.01", "key": "svg-1" }], ["path", { "d": "M16 11v.01", "key": "svg-2" }], ["path", { "d": "M18 4a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-5l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3l12 0", "key": "svg-3" }]]; const IconMessageDots = createReactComponent("outline", "message-dots", "MessageDots", __iconNode$HP); const __iconNode$HO = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h6", "key": "svg-1" }], ["path", { "d": "M11.998 18.601l-3.998 2.399v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5", "key": "svg-2" }], ["path", { "d": "M19 16v6", "key": "svg-3" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-4" }]]; const IconMessageDown = createReactComponent("outline", "message-down", "MessageDown", __iconNode$HO); const __iconNode$HN = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h6", "key": "svg-1" }], ["path", { "d": "M15 18h-2l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5", "key": "svg-2" }], ["path", { "d": "M19 16v3", "key": "svg-3" }], ["path", { "d": "M19 22v.01", "key": "svg-4" }]]; const IconMessageExclamation = createReactComponent("outline", "message-exclamation", "MessageExclamation", __iconNode$HN); const __iconNode$HM = [["path", { "d": "M18 4a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-5l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12", "key": "svg-0" }], ["path", { "d": "M13 8l3 3l-3 3", "key": "svg-1" }], ["path", { "d": "M16 11h-8", "key": "svg-2" }]]; const IconMessageForward = createReactComponent("outline", "message-forward", "MessageForward", __iconNode$HM); const __iconNode$HL = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h3.5", "key": "svg-1" }], ["path", { "d": "M10.48 19.512l-2.48 1.488v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4", "key": "svg-2" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-3" }]]; const IconMessageHeart = createReactComponent("outline", "message-heart", "MessageHeart", __iconNode$HL); const __iconNode$HK = [["path", { "d": "M4 21v-13a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-9l-4 4", "key": "svg-0" }], ["path", { "d": "M10 14v-4a2 2 0 1 1 4 0v4", "key": "svg-1" }], ["path", { "d": "M14 12h-4", "key": "svg-2" }]]; const IconMessageLanguage = createReactComponent("outline", "message-language", "MessageLanguage", __iconNode$HK); const __iconNode$HJ = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h6", "key": "svg-1" }], ["path", { "d": "M11.976 18.614l-3.976 2.386v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v8", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }]]; const IconMessageMinus = createReactComponent("outline", "message-minus", "MessageMinus", __iconNode$HJ); const __iconNode$HI = [["path", { "d": "M8 9h1m4 0h3", "key": "svg-0" }], ["path", { "d": "M8 13h5", "key": "svg-1" }], ["path", { "d": "M8 4h10a3 3 0 0 1 3 3v8c0 .577 -.163 1.116 -.445 1.573m-2.555 1.427h-5l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8c0 -1.085 .576 -2.036 1.439 -2.562", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconMessageOff = createReactComponent("outline", "message-off", "MessageOff", __iconNode$HI); const __iconNode$HH = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h6", "key": "svg-1" }], ["path", { "d": "M13 18l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6", "key": "svg-2" }], ["path", { "d": "M17 17v5", "key": "svg-3" }], ["path", { "d": "M21 17v5", "key": "svg-4" }]]; const IconMessagePause = createReactComponent("outline", "message-pause", "MessagePause", __iconNode$HH); const __iconNode$HG = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h6", "key": "svg-1" }], ["path", { "d": "M12.007 18.596l-4.007 2.404v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5", "key": "svg-2" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-3" }], ["path", { "d": "M19 18v.01", "key": "svg-4" }]]; const IconMessagePin = createReactComponent("outline", "message-pin", "MessagePin", __iconNode$HG); const __iconNode$HF = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h6", "key": "svg-1" }], ["path", { "d": "M12.01 18.594l-4.01 2.406v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }], ["path", { "d": "M19 16v6", "key": "svg-4" }]]; const IconMessagePlus = createReactComponent("outline", "message-plus", "MessagePlus", __iconNode$HF); const __iconNode$HE = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h6", "key": "svg-1" }], ["path", { "d": "M14 18h-1l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5", "key": "svg-2" }], ["path", { "d": "M19 22v.01", "key": "svg-3" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-4" }]]; const IconMessageQuestion = createReactComponent("outline", "message-question", "MessageQuestion", __iconNode$HE); const __iconNode$HD = [["path", { "d": "M18 4a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-5l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12", "key": "svg-0" }], ["path", { "d": "M11 8l-3 3l3 3", "key": "svg-1" }], ["path", { "d": "M16 11h-8", "key": "svg-2" }]]; const IconMessageReply = createReactComponent("outline", "message-reply", "MessageReply", __iconNode$HD); const __iconNode$HC = [["path", { "d": "M18 4a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-5l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12", "key": "svg-0" }], ["path", { "d": "M12 8v3", "key": "svg-1" }], ["path", { "d": "M12 14v.01", "key": "svg-2" }]]; const IconMessageReport = createReactComponent("outline", "message-report", "MessageReport", __iconNode$HC); const __iconNode$HB = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h5", "key": "svg-1" }], ["path", { "d": "M11.008 19.195l-3.008 1.805v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5", "key": "svg-2" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-3" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-4" }]]; const IconMessageSearch = createReactComponent("outline", "message-search", "MessageSearch", __iconNode$HB); const __iconNode$HA = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h6", "key": "svg-1" }], ["path", { "d": "M13 18l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6", "key": "svg-2" }], ["path", { "d": "M16 22l5 -5", "key": "svg-3" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-4" }]]; const IconMessageShare = createReactComponent("outline", "message-share", "MessageShare", __iconNode$HA); const __iconNode$Hz = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h4.5", "key": "svg-1" }], ["path", { "d": "M10.325 19.605l-2.325 1.395v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5", "key": "svg-2" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-3" }]]; const IconMessageStar = createReactComponent("outline", "message-star", "MessageStar", __iconNode$Hz); const __iconNode$Hy = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h6", "key": "svg-1" }], ["path", { "d": "M11.99 18.606l-3.99 2.394v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5", "key": "svg-2" }], ["path", { "d": "M19 22v-6", "key": "svg-3" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-4" }]]; const IconMessageUp = createReactComponent("outline", "message-up", "MessageUp", __iconNode$Hy); const __iconNode$Hx = [["path", { "d": "M13 18l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5", "key": "svg-0" }], ["path", { "d": "M17 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M22 22a2 2 0 0 0 -2 -2h-2a2 2 0 0 0 -2 2", "key": "svg-2" }]]; const IconMessageUser = createReactComponent("outline", "message-user", "MessageUser", __iconNode$Hx); const __iconNode$Hw = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h6", "key": "svg-1" }], ["path", { "d": "M13 18l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6", "key": "svg-2" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-3" }], ["path", { "d": "M17 22l5 -5", "key": "svg-4" }]]; const IconMessageX = createReactComponent("outline", "message-x", "MessageX", __iconNode$Hw); const __iconNode$Hv = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M8 13h6", "key": "svg-1" }], ["path", { "d": "M18 4a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-5l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12", "key": "svg-2" }]]; const IconMessage = createReactComponent("outline", "message", "Message", __iconNode$Hv); const __iconNode$Hu = [["path", { "d": "M3 3l18 18", "key": "svg-0" }], ["path", { "d": "M11 11a1 1 0 0 1 -1 -1m0 -3.968v-2.032a1 1 0 0 1 1 -1h9a1 1 0 0 1 1 1v10l-3 -3h-3", "key": "svg-1" }], ["path", { "d": "M14 15v2a1 1 0 0 1 -1 1h-7l-3 3v-10a1 1 0 0 1 1 -1h2", "key": "svg-2" }]]; const IconMessagesOff = createReactComponent("outline", "messages-off", "MessagesOff", __iconNode$Hu); const __iconNode$Ht = [["path", { "d": "M21 14l-3 -3h-7a1 1 0 0 1 -1 -1v-6a1 1 0 0 1 1 -1h9a1 1 0 0 1 1 1v10", "key": "svg-0" }], ["path", { "d": "M14 15v2a1 1 0 0 1 -1 1h-7l-3 3v-10a1 1 0 0 1 1 -1h2", "key": "svg-1" }]]; const IconMessages = createReactComponent("outline", "messages", "Messages", __iconNode$Ht); const __iconNode$Hs = [["path", { "d": "M9.75 5.761l3.25 -2.761l-1 5l9 -5l-5 9h5l-2.467 2.536m-1.983 2.04l-2.441 2.51a6.5 6.5 0 1 1 -8.855 -9.506l2.322 -1.972", "key": "svg-0" }], ["path", { "d": "M7 14.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconMeteorOff = createReactComponent("outline", "meteor-off", "MeteorOff", __iconNode$Hs); const __iconNode$Hr = [["path", { "d": "M21 3l-5 9h5l-6.891 7.086a6.5 6.5 0 1 1 -8.855 -9.506l7.746 -6.58l-1 5l9 -5", "key": "svg-0" }], ["path", { "d": "M7 14.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0", "key": "svg-1" }]]; const IconMeteor = createReactComponent("outline", "meteor", "Meteor", __iconNode$Hr); const __iconNode$Hq = [["path", { "d": "M17 5h1.5a1.5 1.5 0 0 1 0 3h-.5h.5a1.5 1.5 0 0 1 0 3h-1.5", "key": "svg-0" }], ["path", { "d": "M4 12v6", "key": "svg-1" }], ["path", { "d": "M4 14a2 2 0 0 1 2 -2h.5a2.5 2.5 0 0 1 2.5 2.5v3.5", "key": "svg-2" }], ["path", { "d": "M9 15.5v-1a2.5 2.5 0 1 1 5 0v3.5", "key": "svg-3" }]]; const IconMeterCube = createReactComponent("outline", "meter-cube", "MeterCube", __iconNode$Hq); const __iconNode$Hp = [["path", { "d": "M17 5h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2", "key": "svg-0" }], ["path", { "d": "M4 12v6", "key": "svg-1" }], ["path", { "d": "M4 14a2 2 0 0 1 2 -2h.5a2.5 2.5 0 0 1 2.5 2.5v3.5", "key": "svg-2" }], ["path", { "d": "M9 15.5v-1a2.5 2.5 0 1 1 5 0v3.5", "key": "svg-3" }]]; const IconMeterSquare = createReactComponent("outline", "meter-square", "MeterSquare", __iconNode$Hp); const __iconNode$Ho = [["path", { "d": "M14.153 8.188l-.72 -3.236a2.493 2.493 0 0 0 -4.867 0l-3.025 13.614a2 2 0 0 0 1.952 2.434h7.014a2 2 0 0 0 1.952 -2.434l-.524 -2.357m-4.935 1.791l9 -13", "key": "svg-0" }], ["path", { "d": "M19 5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }]]; const IconMetronome = createReactComponent("outline", "metronome", "Metronome", __iconNode$Ho); const __iconNode$Hn = [["path", { "d": "M4.97 20c-2.395 -1.947 -4.763 -5.245 -1.005 -8c-.52 -4 3.442 -7.5 5.524 -7.5c.347 -1 1.499 -1.5 2.54 -1.5c1.04 0 2.135 .5 2.482 1.5c2.082 0 6.044 3.5 5.524 7.5c3.758 2.755 1.39 6.053 -1.005 8", "key": "svg-0" }], ["path", { "d": "M8 11a1 2 0 1 0 2 0a1 2 0 1 0 -2 0", "key": "svg-1" }], ["path", { "d": "M14 11a1 2 0 1 0 2 0a1 2 0 1 0 -2 0", "key": "svg-2" }], ["path", { "d": "M8 17.085c3.5 2.712 6.5 2.712 9 -1.085", "key": "svg-3" }], ["path", { "d": "M13 18.5c.815 -2.337 1.881 -1.472 2 -.55", "key": "svg-4" }]]; const IconMichelinBibGourmand = createReactComponent("outline", "michelin-bib-gourmand", "MichelinBibGourmand", __iconNode$Hn); const __iconNode$Hm = [["path", { "d": "M12.432 17.949c.863 1.544 2.589 1.976 4.13 1.112c1.54 -.865 1.972 -2.594 1.048 -4.138c-.185 -.309 -.309 -.556 -.494 -.74c.247 .06 .555 .06 .925 .06c1.726 0 2.959 -1.234 2.959 -2.963c0 -1.73 -1.233 -2.965 -3.02 -2.965c-.37 0 -.617 0 -.925 .062c.185 -.185 .308 -.432 .493 -.74c.863 -1.545 .431 -3.274 -1.048 -4.138c-1.541 -.865 -3.205 -.433 -4.13 1.111c-.185 .309 -.308 .556 -.432 .803c-.123 -.247 -.246 -.494 -.431 -.803c-.802 -1.605 -2.528 -2.038 -4.007 -1.173c-1.541 .865 -1.973 2.594 -1.048 4.137c.185 .31 .308 .556 .493 .741c-.246 -.061 -.555 -.061 -.924 -.061c-1.788 0 -3.021 1.235 -3.021 2.964c0 1.729 1.233 2.964 3.02 2.964", "key": "svg-0" }], ["path", { "d": "M4.073 21c4.286 -2.756 5.9 -5.254 7.927 -9", "key": "svg-1" }]]; const IconMichelinStarGreen = createReactComponent("outline", "michelin-star-green", "MichelinStarGreen", __iconNode$Hm); const __iconNode$Hl = [["path", { "d": "M14.792 17.063c0 .337 .057 .618 .057 .9c0 1.8 -1.238 3.037 -2.982 3.037c-1.8 0 -2.98 -1.238 -2.98 -3.206v-.731c-.957 .675 -1.576 .9 -2.42 .9c-1.518 0 -2.925 -1.463 -2.925 -3.094c0 -1.181 .844 -2.194 2.082 -2.756l.28 -.113c-1.574 -.787 -2.362 -1.688 -2.362 -2.925c0 -1.687 1.294 -3.094 2.925 -3.094c.675 0 1.52 .338 2.138 .788l.281 .112c0 -.337 -.056 -.619 -.056 -.844c0 -1.8 1.237 -3.037 2.98 -3.037c1.8 0 2.981 1.237 2.981 3.206v.394l-.056 .281c.956 -.675 1.575 -.9 2.419 -.9c1.519 0 2.925 1.463 2.925 3.094c0 1.181 -.844 2.194 -2.081 2.756l-.282 .169c1.575 .787 2.363 1.688 2.363 2.925c0 1.688 -1.294 3.094 -2.925 3.094c-.675 0 -1.575 -.281 -2.138 -.788l-.225 -.169l.001 .001", "key": "svg-0" }]]; const IconMichelinStar = createReactComponent("outline", "michelin-star", "MichelinStar", __iconNode$Hl); const __iconNode$Hk = [["path", { "d": "M5.5 3a3.5 3.5 0 0 1 3.25 4.8a7.017 7.017 0 0 0 -2.424 2.1a3.5 3.5 0 1 1 -.826 -6.9", "key": "svg-0" }], ["path", { "d": "M18.5 3a3.5 3.5 0 1 1 -.826 6.902a7.013 7.013 0 0 0 -2.424 -2.103a3.5 3.5 0 0 1 3.25 -4.799", "key": "svg-1" }], ["path", { "d": "M5 14a7 7 0 1 0 14 0a7 7 0 1 0 -14 0", "key": "svg-2" }]]; const IconMickey = createReactComponent("outline", "mickey", "Mickey", __iconNode$Hk); const __iconNode$Hj = [["path", { "d": "M7.5 7.5l4.5 4.5l4.5 -4.5", "key": "svg-0" }], ["path", { "d": "M6 16v-4", "key": "svg-1" }], ["path", { "d": "M18 16v-4", "key": "svg-2" }], ["path", { "d": "M16 6a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M16 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-4" }], ["path", { "d": "M4 6a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-5" }], ["path", { "d": "M4 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-6" }]]; const IconMicrofrontends = createReactComponent("outline", "microfrontends", "Microfrontends", __iconNode$Hj); const __iconNode$Hi = [["path", { "d": "M16.908 12.917a5 5 0 1 0 -5.827 -5.819", "key": "svg-0" }], ["path", { "d": "M10.116 10.125l-6.529 7.46a2 2 0 1 0 2.827 2.83l7.461 -6.529", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconMicrophone2Off = createReactComponent("outline", "microphone-2-off", "Microphone2Off", __iconNode$Hi); const __iconNode$Hh = [["path", { "d": "M15 12.9a5 5 0 1 0 -3.902 -3.9", "key": "svg-0" }], ["path", { "d": "M15 12.9l-3.902 -3.899l-7.513 8.584a2 2 0 1 0 2.827 2.83l8.588 -7.515", "key": "svg-1" }]]; const IconMicrophone2 = createReactComponent("outline", "microphone-2", "Microphone2", __iconNode$Hh); const __iconNode$Hg = [["path", { "d": "M3 3l18 18", "key": "svg-0" }], ["path", { "d": "M9 5a3 3 0 0 1 6 0v5a3 3 0 0 1 -.13 .874m-2 2a3 3 0 0 1 -3.87 -2.872v-1", "key": "svg-1" }], ["path", { "d": "M5 10a7 7 0 0 0 10.846 5.85m2 -2a6.967 6.967 0 0 0 1.152 -3.85", "key": "svg-2" }], ["path", { "d": "M8 21l8 0", "key": "svg-3" }], ["path", { "d": "M12 17l0 4", "key": "svg-4" }]]; const IconMicrophoneOff = createReactComponent("outline", "microphone-off", "MicrophoneOff", __iconNode$Hg); const __iconNode$Hf = [["path", { "d": "M9 5a3 3 0 0 1 3 -3a3 3 0 0 1 3 3v5a3 3 0 0 1 -3 3a3 3 0 0 1 -3 -3l0 -5", "key": "svg-0" }], ["path", { "d": "M5 10a7 7 0 0 0 14 0", "key": "svg-1" }], ["path", { "d": "M8 21l8 0", "key": "svg-2" }], ["path", { "d": "M12 17l0 4", "key": "svg-3" }]]; const IconMicrophone = createReactComponent("outline", "microphone", "Microphone", __iconNode$Hf); const __iconNode$He = [["path", { "d": "M5 21h14", "key": "svg-0" }], ["path", { "d": "M6 18h2", "key": "svg-1" }], ["path", { "d": "M7 18v3", "key": "svg-2" }], ["path", { "d": "M10 10l-1 1l3 3l1 -1m2 -2l3 -3l-3 -3l-3 3", "key": "svg-3" }], ["path", { "d": "M10.5 12.5l-1.5 1.5", "key": "svg-4" }], ["path", { "d": "M17 3l3 3", "key": "svg-5" }], ["path", { "d": "M12 21a6 6 0 0 0 5.457 -3.505m.441 -3.599a6 6 0 0 0 -2.183 -3.608", "key": "svg-6" }], ["path", { "d": "M3 3l18 18", "key": "svg-7" }]]; const IconMicroscopeOff = createReactComponent("outline", "microscope-off", "MicroscopeOff", __iconNode$He); const __iconNode$Hd = [["path", { "d": "M5 21h14", "key": "svg-0" }], ["path", { "d": "M6 18h2", "key": "svg-1" }], ["path", { "d": "M7 18v3", "key": "svg-2" }], ["path", { "d": "M9 11l3 3l6 -6l-3 -3l-6 6", "key": "svg-3" }], ["path", { "d": "M10.5 12.5l-1.5 1.5", "key": "svg-4" }], ["path", { "d": "M17 3l3 3", "key": "svg-5" }], ["path", { "d": "M12 21a6 6 0 0 0 3.715 -10.712", "key": "svg-6" }]]; const IconMicroscope = createReactComponent("outline", "microscope", "Microscope", __iconNode$Hd); const __iconNode$Hc = [["path", { "d": "M18 18h-14a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h2m4 0h10a1 1 0 0 1 1 1v10", "key": "svg-0" }], ["path", { "d": "M15 6v5m0 4v3", "key": "svg-1" }], ["path", { "d": "M18 12h.01", "key": "svg-2" }], ["path", { "d": "M18 9h.01", "key": "svg-3" }], ["path", { "d": "M6.5 10.5c1 -.667 1.5 -.667 2.5 0c.636 .265 1.272 .665 1.907 .428", "key": "svg-4" }], ["path", { "d": "M6.5 13.5c1 -.667 1.5 -.667 2.5 0c.833 .347 1.667 .926 2.5 0", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconMicrowaveOff = createReactComponent("outline", "microwave-off", "MicrowaveOff", __iconNode$Hc); const __iconNode$Hb = [["path", { "d": "M3 7a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1l0 -10", "key": "svg-0" }], ["path", { "d": "M15 6v12", "key": "svg-1" }], ["path", { "d": "M18 12h.01", "key": "svg-2" }], ["path", { "d": "M18 15h.01", "key": "svg-3" }], ["path", { "d": "M18 9h.01", "key": "svg-4" }], ["path", { "d": "M6.5 10.5c1 -.667 1.5 -.667 2.5 0c.833 .347 1.667 .926 2.5 0", "key": "svg-5" }], ["path", { "d": "M6.5 13.5c1 -.667 1.5 -.667 2.5 0c.833 .347 1.667 .926 2.5 0", "key": "svg-6" }]]; const IconMicrowave = createReactComponent("outline", "microwave", "Microwave", __iconNode$Hb); const __iconNode$Ha = [["path", { "d": "M4 20l2.25 -2.25", "key": "svg-0" }], ["path", { "d": "M20 20l-2.25 -2.25", "key": "svg-1" }], ["path", { "d": "M20 4l-2.25 2.25", "key": "svg-2" }], ["path", { "d": "M4 4l2.25 2.25", "key": "svg-3" }], ["path", { "d": "M10 19.748a8.01 8.01 0 0 1 -5.747 -5.748", "key": "svg-4" }], ["path", { "d": "M19.748 14a8.01 8.01 0 0 1 -5.748 5.748", "key": "svg-5" }], ["path", { "d": "M4.252 10a8.02 8.02 0 0 1 5.478 -5.672l.27 -.075", "key": "svg-6" }], ["path", { "d": "M14 4.252a8.01 8.01 0 0 1 5.748 5.749", "key": "svg-7" }], ["path", { "d": "M11 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-8" }]]; const IconMiddleware = createReactComponent("outline", "middleware", "Middleware", __iconNode$Ha); const __iconNode$H9 = [["path", { "d": "M8 13a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-0" }], ["path", { "d": "M8.5 10.5l-1 -2.5h-5.5l2.48 5.788a2 2 0 0 0 1.84 1.212h2.18", "key": "svg-1" }], ["path", { "d": "M15.5 10.5l1 -2.5h5.5l-2.48 5.788a2 2 0 0 1 -1.84 1.212h-2.18", "key": "svg-2" }]]; const IconMilitaryAward = createReactComponent("outline", "military-award", "MilitaryAward", __iconNode$H9); const __iconNode$H8 = [["path", { "d": "M18 7v12a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-12l6 -4l6 4", "key": "svg-0" }], ["path", { "d": "M10 13l2 -1l2 1", "key": "svg-1" }], ["path", { "d": "M10 17l2 -1l2 1", "key": "svg-2" }], ["path", { "d": "M10 9l2 -1l2 1", "key": "svg-3" }]]; const IconMilitaryRank = createReactComponent("outline", "military-rank", "MilitaryRank", __iconNode$H8); const __iconNode$H7 = [["path", { "d": "M10 6h6v-2a1 1 0 0 0 -1 -1h-6a1 1 0 0 0 -1 1", "key": "svg-0" }], ["path", { "d": "M16 6l1.094 1.759a6 6 0 0 1 .906 3.17v3.071m0 4v1a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8.071a6 6 0 0 1 .906 -3.17l.327 -.525", "key": "svg-1" }], ["path", { "d": "M10 16a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconMilkOff = createReactComponent("outline", "milk-off", "MilkOff", __iconNode$H7); const __iconNode$H6 = [["path", { "d": "M8 6h8v-2a1 1 0 0 0 -1 -1h-6a1 1 0 0 0 -1 1v2", "key": "svg-0" }], ["path", { "d": "M16 6l1.094 1.759a6 6 0 0 1 .906 3.17v8.071a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8.071a6 6 0 0 1 .906 -3.17l1.094 -1.759", "key": "svg-1" }], ["path", { "d": "M10 16a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M10 10h4", "key": "svg-3" }]]; const IconMilk = createReactComponent("outline", "milk", "Milk", __iconNode$H6); const __iconNode$H5 = [["path", { "d": "M17 10a5 5 0 0 0 -10 0", "key": "svg-0" }], ["path", { "d": "M6 11a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1l0 -1", "key": "svg-1" }], ["path", { "d": "M7 13l1.81 7.243a1 1 0 0 0 .97 .757h4.44a1 1 0 0 0 .97 -.757l1.81 -7.243", "key": "svg-2" }], ["path", { "d": "M12 5v-2", "key": "svg-3" }]]; const IconMilkshake = createReactComponent("outline", "milkshake", "Milkshake", __iconNode$H5); const __iconNode$H4 = [["path", { "d": "M15 19v-2a2 2 0 0 1 2 -2h2", "key": "svg-0" }], ["path", { "d": "M15 5v2a2 2 0 0 0 2 2h2", "key": "svg-1" }], ["path", { "d": "M5 15h2a2 2 0 0 1 2 2v2", "key": "svg-2" }], ["path", { "d": "M5 9h2a2 2 0 0 0 2 -2v-2", "key": "svg-3" }]]; const IconMinimize = createReactComponent("outline", "minimize", "Minimize", __iconNode$H4); const __iconNode$H3 = [["path", { "d": "M12 5v14", "key": "svg-0" }]]; const IconMinusVertical = createReactComponent("outline", "minus-vertical", "MinusVertical", __iconNode$H3); const __iconNode$H2 = [["path", { "d": "M5 12l14 0", "key": "svg-0" }]]; const IconMinus = createReactComponent("outline", "minus", "Minus", __iconNode$H2); const __iconNode$H1 = [["path", { "d": "M12 5h9", "key": "svg-0" }], ["path", { "d": "M3 10h7", "key": "svg-1" }], ["path", { "d": "M18 10h1", "key": "svg-2" }], ["path", { "d": "M5 15h5", "key": "svg-3" }], ["path", { "d": "M14 15h1m4 0h2", "key": "svg-4" }], ["path", { "d": "M3 20h9m4 0h3", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconMistOff = createReactComponent("outline", "mist-off", "MistOff", __iconNode$H1); const __iconNode$H0 = [["path", { "d": "M5 5h3m4 0h9", "key": "svg-0" }], ["path", { "d": "M3 10h11m4 0h1", "key": "svg-1" }], ["path", { "d": "M5 15h5m4 0h7", "key": "svg-2" }], ["path", { "d": "M3 20h9m4 0h3", "key": "svg-3" }]]; const IconMist = createReactComponent("outline", "mist", "Mist", __iconNode$H0); const __iconNode$G$ = [["path", { "d": "M16 12v-8", "key": "svg-0" }], ["path", { "d": "M8 20v-8", "key": "svg-1" }], ["path", { "d": "M13 7l3 -3l3 3", "key": "svg-2" }], ["path", { "d": "M5 17l3 3l3 -3", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconMobiledataOff = createReactComponent("outline", "mobiledata-off", "MobiledataOff", __iconNode$G$); const __iconNode$G_ = [["path", { "d": "M16 12v-8", "key": "svg-0" }], ["path", { "d": "M8 20v-8", "key": "svg-1" }], ["path", { "d": "M13 7l3 -3l3 3", "key": "svg-2" }], ["path", { "d": "M5 17l3 3l3 -3", "key": "svg-3" }]]; const IconMobiledata = createReactComponent("outline", "mobiledata", "Mobiledata", __iconNode$G_); const __iconNode$GZ = [["path", { "d": "M9.5 3h5a1.5 1.5 0 0 1 1.5 1.5a3.5 3.5 0 0 1 -3.5 3.5h-1a3.5 3.5 0 0 1 -3.5 -3.5a1.5 1.5 0 0 1 1.5 -1.5", "key": "svg-0" }], ["path", { "d": "M11 21h-3a4 4 0 0 1 -4 -4v-1a8 8 0 0 1 14.376 -4.833", "key": "svg-1" }], ["path", { "d": "M18.42 15.61a2.1 2.1 0 1 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39", "key": "svg-2" }]]; const IconMoneybagEdit = createReactComponent("outline", "moneybag-edit", "MoneybagEdit", __iconNode$GZ); const __iconNode$GY = [["path", { "d": "M9.5 3h5a1.5 1.5 0 0 1 1.5 1.5a3.5 3.5 0 0 1 -3.5 3.5h-1a3.5 3.5 0 0 1 -3.5 -3.5a1.5 1.5 0 0 1 1.5 -1.5", "key": "svg-0" }], ["path", { "d": "M11.5 21h-3.5a4 4 0 0 1 -4 -4v-1a8 8 0 0 1 14.376 -4.833", "key": "svg-1" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.24 2.24 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.24 2.24 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-2" }]]; const IconMoneybagHeart = createReactComponent("outline", "moneybag-heart", "MoneybagHeart", __iconNode$GY); const __iconNode$GX = [["path", { "d": "M9.5 3h5a1.5 1.5 0 0 1 1.5 1.5a3.5 3.5 0 0 1 -3.5 3.5h-1a3.5 3.5 0 0 1 -3.5 -3.5a1.5 1.5 0 0 1 1.5 -1.5", "key": "svg-0" }], ["path", { "d": "M12.5 21h-4.5a4 4 0 0 1 -4 -4v-1a8 8 0 0 1 15.943 -.958", "key": "svg-1" }], ["path", { "d": "M16 19h6", "key": "svg-2" }]]; const IconMoneybagMinus = createReactComponent("outline", "moneybag-minus", "MoneybagMinus", __iconNode$GX); const __iconNode$GW = [["path", { "d": "M9.5 3h5a1.5 1.5 0 0 1 1.5 1.5a3.5 3.5 0 0 1 -3.5 3.5h-1a3.5 3.5 0 0 1 -3.5 -3.5a1.5 1.5 0 0 1 1.5 -1.5", "key": "svg-0" }], ["path", { "d": "M12.5 21h-4.5a4 4 0 0 1 -4 -4v-1a8 8 0 0 1 14.953 -3.959", "key": "svg-1" }], ["path", { "d": "M16 19h6", "key": "svg-2" }], ["path", { "d": "M19 16l-3 3l3 3", "key": "svg-3" }]]; const IconMoneybagMoveBack = createReactComponent("outline", "moneybag-move-back", "MoneybagMoveBack", __iconNode$GW); const __iconNode$GV = [["path", { "d": "M9.5 3h5a1.5 1.5 0 0 1 1.5 1.5a3.5 3.5 0 0 1 -3.5 3.5h-1a3.5 3.5 0 0 1 -3.5 -3.5a1.5 1.5 0 0 1 1.5 -1.5", "key": "svg-0" }], ["path", { "d": "M12.5 21h-4.5a4 4 0 0 1 -4 -4v-1a8 8 0 0 1 14.946 -3.971", "key": "svg-1" }], ["path", { "d": "M16 19h6", "key": "svg-2" }], ["path", { "d": "M19 16l3 3l-3 3", "key": "svg-3" }]]; const IconMoneybagMove = createReactComponent("outline", "moneybag-move", "MoneybagMove", __iconNode$GV); const __iconNode$GU = [["path", { "d": "M9.5 3h5a1.5 1.5 0 0 1 1.5 1.5a3.5 3.5 0 0 1 -3.5 3.5h-1a3.5 3.5 0 0 1 -3.5 -3.5a1.5 1.5 0 0 1 1.5 -1.5", "key": "svg-0" }], ["path", { "d": "M12.5 21h-4.5a4 4 0 0 1 -4 -4v-1a8 8 0 0 1 14.935 -3.991", "key": "svg-1" }], ["path", { "d": "M16 19h6", "key": "svg-2" }], ["path", { "d": "M19 16v6", "key": "svg-3" }]]; const IconMoneybagPlus = createReactComponent("outline", "moneybag-plus", "MoneybagPlus", __iconNode$GU); const __iconNode$GT = [["path", { "d": "M9.5 3h5a1.5 1.5 0 0 1 1.5 1.5a3.5 3.5 0 0 1 -3.5 3.5h-1a3.5 3.5 0 0 1 -3.5 -3.5a1.5 1.5 0 0 1 1.5 -1.5", "key": "svg-0" }], ["path", { "d": "M4 17v-1a8 8 0 1 1 16 0v1a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4", "key": "svg-1" }]]; const IconMoneybag = createReactComponent("outline", "moneybag", "Moneybag", __iconNode$GT); const __iconNode$GS = [["path", { "d": "M3 21v-15l5 -3l5 3v15", "key": "svg-0" }], ["path", { "d": "M8 21v-7", "key": "svg-1" }], ["path", { "d": "M3 14h10", "key": "svg-2" }], ["path", { "d": "M6 10a2 2 0 1 1 4 0", "key": "svg-3" }], ["path", { "d": "M13 13c6 0 3 8 8 8", "key": "svg-4" }]]; const IconMonkeybar = createReactComponent("outline", "monkeybar", "Monkeybar", __iconNode$GS); const __iconNode$GR = [["path", { "d": "M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18", "key": "svg-0" }], ["path", { "d": "M8 9l2 1", "key": "svg-1" }], ["path", { "d": "M16 9l-2 1", "key": "svg-2" }], ["path", { "d": "M14.5 16.05a3.5 3.5 0 0 0 -5 0", "key": "svg-3" }]]; const IconMoodAngry = createReactComponent("outline", "mood-angry", "MoodAngry", __iconNode$GR); const __iconNode$GQ = [["path", { "d": "M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18", "key": "svg-0" }], ["path", { "d": "M15 14c-2 0 -3 1 -3.5 2.05", "key": "svg-1" }], ["path", { "d": "M10 9.25c-.5 1 -2.5 1 -3 0", "key": "svg-2" }], ["path", { "d": "M17 9.25c-.5 1 -2.5 1 -3 0", "key": "svg-3" }]]; const IconMoodAnnoyed2 = createReactComponent("outline", "mood-annoyed-2", "MoodAnnoyed2", __iconNode$GQ); const __iconNode$GP = [["path", { "d": "M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18", "key": "svg-0" }], ["path", { "d": "M15 14c-2 0 -3 1 -3.5 2.05", "key": "svg-1" }], ["path", { "d": "M9 10h-.01", "key": "svg-2" }], ["path", { "d": "M15 10h-.01", "key": "svg-3" }]]; const IconMoodAnnoyed = createReactComponent("outline", "mood-annoyed", "MoodAnnoyed", __iconNode$GP); const __iconNode$GO = [["path", { "d": "M17 21v-6m2 0v-1.5m0 9v-1.5m-2 -3h3m-1 0h.5a1.5 1.5 0 0 1 0 3h-3.5m3 -3h.5a1.5 1.5 0 0 0 0 -3h-3.5", "key": "svg-0" }], ["path", { "d": "M20.87 10.48a9 9 0 1 0 -7.876 10.465", "key": "svg-1" }], ["path", { "d": "M9 10h.01", "key": "svg-2" }], ["path", { "d": "M15 10h.01", "key": "svg-3" }], ["path", { "d": "M9.5 15c.658 .64 1.56 1 2.5 1c.357 0 .709 -.052 1.043 -.151", "key": "svg-4" }]]; const IconMoodBitcoin = createReactComponent("outline", "mood-bitcoin", "MoodBitcoin", __iconNode$GO); const __iconNode$GN = [["path", { "d": "M17 4.5a9 9 0 0 1 3.864 5.89a2.5 2.5 0 0 1 -.29 4.36a9 9 0 0 1 -17.137 0a2.5 2.5 0 0 1 -.29 -4.36a9 9 0 0 1 3.746 -5.81", "key": "svg-0" }], ["path", { "d": "M9.5 16a3.5 3.5 0 0 0 5 0", "key": "svg-1" }], ["path", { "d": "M8.5 2c1.5 1 2.5 3.5 2.5 5", "key": "svg-2" }], ["path", { "d": "M12.5 2c1.5 2 2 3.5 2 5", "key": "svg-3" }], ["path", { "d": "M9 12l.01 0", "key": "svg-4" }], ["path", { "d": "M15 12l.01 0", "key": "svg-5" }]]; const IconMoodBoy = createReactComponent("outline", "mood-boy", "MoodBoy", __iconNode$GN); const __iconNode$GM = [["path", { "d": "M20.925 13.163a8.998 8.998 0 0 0 -8.925 -10.163a9 9 0 0 0 0 18", "key": "svg-0" }], ["path", { "d": "M9 10h.01", "key": "svg-1" }], ["path", { "d": "M15 10h.01", "key": "svg-2" }], ["path", { "d": "M9.5 15c.658 .64 1.56 1 2.5 1s1.842 -.36 2.5 -1", "key": "svg-3" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-4" }]]; const IconMoodCheck = createReactComponent("outline", "mood-check", "MoodCheck", __iconNode$GM); const __iconNode$GL = [["path", { "d": "M21 12a9 9 0 1 0 -8.983 9", "key": "svg-0" }], ["path", { "d": "M16.001 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M18.001 14.5v1.5", "key": "svg-2" }], ["path", { "d": "M18.001 20v1.5", "key": "svg-3" }], ["path", { "d": "M21.032 16.25l-1.299 .75", "key": "svg-4" }], ["path", { "d": "M16.27 19l-1.3 .75", "key": "svg-5" }], ["path", { "d": "M14.97 16.25l1.3 .75", "key": "svg-6" }], ["path", { "d": "M19.733 19l1.3 .75", "key": "svg-7" }], ["path", { "d": "M9 10h.01", "key": "svg-8" }], ["path", { "d": "M15 10h.01", "key": "svg-9" }], ["path", { "d": "M9.5 15c.658 .64 1.56 1 2.5 1", "key": "svg-10" }]]; const IconMoodCog = createReactComponent("outline", "mood-cog", "MoodCog", __iconNode$GL); const __iconNode$GK = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 10l.01 0", "key": "svg-1" }], ["path", { "d": "M15 10l.01 0", "key": "svg-2" }], ["path", { "d": "M9.5 16a10 10 0 0 1 6 -1.5", "key": "svg-3" }]]; const IconMoodConfuzed = createReactComponent("outline", "mood-confuzed", "MoodConfuzed", __iconNode$GK); const __iconNode$GJ = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M7 8.5l3 3", "key": "svg-1" }], ["path", { "d": "M7 11.5l3 -3", "key": "svg-2" }], ["path", { "d": "M14 8.5l3 3", "key": "svg-3" }], ["path", { "d": "M14 11.5l3 -3", "key": "svg-4" }], ["path", { "d": "M9.5 15a3.5 3.5 0 0 0 5 0", "key": "svg-5" }]]; const IconMoodCrazyHappy = createReactComponent("outline", "mood-crazy-happy", "MoodCrazyHappy", __iconNode$GJ); const __iconNode$GI = [["path", { "d": "M9 10l.01 0", "key": "svg-0" }], ["path", { "d": "M15 10l.01 0", "key": "svg-1" }], ["path", { "d": "M9.5 15.25a3.5 3.5 0 0 1 5 0", "key": "svg-2" }], ["path", { "d": "M17.566 17.606a2 2 0 1 0 2.897 .03l-1.463 -1.636l-1.434 1.606", "key": "svg-3" }], ["path", { "d": "M20.865 13.517a8.937 8.937 0 0 0 .135 -1.517a9 9 0 1 0 -9 9c.69 0 1.36 -.076 2 -.222", "key": "svg-4" }]]; const IconMoodCry = createReactComponent("outline", "mood-cry", "MoodCry", __iconNode$GI); const __iconNode$GH = [["path", { "d": "M20.87 10.48a9 9 0 1 0 -7.876 10.465", "key": "svg-0" }], ["path", { "d": "M9 10h.01", "key": "svg-1" }], ["path", { "d": "M15 10h.01", "key": "svg-2" }], ["path", { "d": "M9.5 15c.658 .64 1.56 1 2.5 1c.357 0 .709 -.052 1.043 -.151", "key": "svg-3" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-4" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-5" }]]; const IconMoodDollar = createReactComponent("outline", "mood-dollar", "MoodDollar", __iconNode$GH); const __iconNode$GG = [["path", { "d": "M20.955 11.104a9 9 0 1 0 -9.895 9.847", "key": "svg-0" }], ["path", { "d": "M9 10h.01", "key": "svg-1" }], ["path", { "d": "M15 10h.01", "key": "svg-2" }], ["path", { "d": "M9.5 15c.658 .672 1.56 1 2.5 1c.126 0 .251 -.006 .376 -.018", "key": "svg-3" }], ["path", { "d": "M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39", "key": "svg-4" }]]; const IconMoodEdit = createReactComponent("outline", "mood-edit", "MoodEdit", __iconNode$GG); const __iconNode$GF = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 10l.01 0", "key": "svg-1" }], ["path", { "d": "M15 10l.01 0", "key": "svg-2" }], ["path", { "d": "M9 15l6 0", "key": "svg-3" }]]; const IconMoodEmpty = createReactComponent("outline", "mood-empty", "MoodEmpty", __iconNode$GF); const __iconNode$GE = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 9l.01 0", "key": "svg-1" }], ["path", { "d": "M15 9l.01 0", "key": "svg-2" }], ["path", { "d": "M8 13a4 4 0 1 0 8 0h-8", "key": "svg-3" }]]; const IconMoodHappy = createReactComponent("outline", "mood-happy", "MoodHappy", __iconNode$GE); const __iconNode$GD = [["path", { "d": "M21 12a9 9 0 1 0 -8.012 8.946", "key": "svg-0" }], ["path", { "d": "M9 10h.01", "key": "svg-1" }], ["path", { "d": "M15 10h.01", "key": "svg-2" }], ["path", { "d": "M9.5 15a3.59 3.59 0 0 0 2.774 .99", "key": "svg-3" }], ["path", { "d": "M18.994 21.5l2.518 -2.58a1.74 1.74 0 0 0 .004 -2.413a1.627 1.627 0 0 0 -2.346 -.005l-.168 .172l-.168 -.172a1.627 1.627 0 0 0 -2.346 -.004a1.74 1.74 0 0 0 -.004 2.412l2.51 2.59", "key": "svg-4" }]]; const IconMoodHeart = createReactComponent("outline", "mood-heart", "MoodHeart", __iconNode$GD); const __iconNode$GC = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 10l.01 0", "key": "svg-1" }], ["path", { "d": "M15 10l.01 0", "key": "svg-2" }], ["path", { "d": "M9.5 15a3.5 3.5 0 0 0 5 0", "key": "svg-3" }], ["path", { "d": "M12 3a2 2 0 0 0 0 4", "key": "svg-4" }]]; const IconMoodKid = createReactComponent("outline", "mood-kid", "MoodKid", __iconNode$GC); const __iconNode$GB = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 13h.01", "key": "svg-1" }], ["path", { "d": "M15 13h.01", "key": "svg-2" }], ["path", { "d": "M11 17h2", "key": "svg-3" }]]; const IconMoodLookDown = createReactComponent("outline", "mood-look-down", "MoodLookDown", __iconNode$GB); const __iconNode$GA = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 9h.01", "key": "svg-1" }], ["path", { "d": "M4 15h4", "key": "svg-2" }]]; const IconMoodLookLeft = createReactComponent("outline", "mood-look-left", "MoodLookLeft", __iconNode$GA); const __iconNode$Gz = [["path", { "d": "M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18", "key": "svg-0" }], ["path", { "d": "M15 9h-.01", "key": "svg-1" }], ["path", { "d": "M20 15h-4", "key": "svg-2" }]]; const IconMoodLookRight = createReactComponent("outline", "mood-look-right", "MoodLookRight", __iconNode$Gz); const __iconNode$Gy = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 8h.01", "key": "svg-1" }], ["path", { "d": "M15 8h.01", "key": "svg-2" }], ["path", { "d": "M11 12h2", "key": "svg-3" }]]; const IconMoodLookUp = createReactComponent("outline", "mood-look-up", "MoodLookUp", __iconNode$Gy); const __iconNode$Gx = [["path", { "d": "M20.48 15.014a9 9 0 1 0 -7.956 5.97", "key": "svg-0" }], ["path", { "d": "M9 10h.01", "key": "svg-1" }], ["path", { "d": "M15 10h.01", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }], ["path", { "d": "M9.5 15c.658 .64 1.56 1 2.5 1s1.842 -.36 2.5 -1", "key": "svg-4" }]]; const IconMoodMinus = createReactComponent("outline", "mood-minus", "MoodMinus", __iconNode$Gx); const __iconNode$Gw = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M6 10a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M14 10a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M9.5 15a3.5 3.5 0 0 0 5 0", "key": "svg-3" }], ["path", { "d": "M3.5 9h2.5", "key": "svg-4" }], ["path", { "d": "M18 9h2.5", "key": "svg-5" }], ["path", { "d": "M10 9.5c1.333 -1.333 2.667 -1.333 4 0", "key": "svg-6" }]]; const IconMoodNerd = createReactComponent("outline", "mood-nerd", "MoodNerd", __iconNode$Gw); const __iconNode$Gv = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 10h.01", "key": "svg-1" }], ["path", { "d": "M15 10h.01", "key": "svg-2" }], ["path", { "d": "M8 16l2 -2l2 2l2 -2l2 2", "key": "svg-3" }]]; const IconMoodNervous = createReactComponent("outline", "mood-nervous", "MoodNervous", __iconNode$Gv); const __iconNode$Gu = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 10l.01 0", "key": "svg-1" }], ["path", { "d": "M15 10l.01 0", "key": "svg-2" }]]; const IconMoodNeutral = createReactComponent("outline", "mood-neutral", "MoodNeutral", __iconNode$Gu); const __iconNode$Gt = [["path", { "d": "M5.634 5.638a9 9 0 0 0 12.732 12.724m1.679 -2.322a9 9 0 0 0 -12.08 -12.086", "key": "svg-0" }], ["path", { "d": "M9 10h.01", "key": "svg-1" }], ["path", { "d": "M15 10h.01", "key": "svg-2" }], ["path", { "d": "M9.5 15a3.5 3.5 0 0 0 5 0", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconMoodOff = createReactComponent("outline", "mood-off", "MoodOff", __iconNode$Gt); const __iconNode$Gs = [["path", { "d": "M21 12a9 9 0 1 0 -8.352 8.977", "key": "svg-0" }], ["path", { "d": "M9 10h.01", "key": "svg-1" }], ["path", { "d": "M15 10h.01", "key": "svg-2" }], ["path", { "d": "M9.5 15c.658 .672 1.56 1 2.5 1c.102 0 .203 -.004 .304 -.012", "key": "svg-3" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-4" }], ["path", { "d": "M19 18v.01", "key": "svg-5" }]]; const IconMoodPin = createReactComponent("outline", "mood-pin", "MoodPin", __iconNode$Gs); const __iconNode$Gr = [["path", { "d": "M20.985 12.528a9 9 0 1 0 -8.45 8.456", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }], ["path", { "d": "M9 10h.01", "key": "svg-3" }], ["path", { "d": "M15 10h.01", "key": "svg-4" }], ["path", { "d": "M9.5 15c.658 .64 1.56 1 2.5 1s1.842 -.36 2.5 -1", "key": "svg-5" }]]; const IconMoodPlus = createReactComponent("outline", "mood-plus", "MoodPlus", __iconNode$Gr); const __iconNode$Gq = [["path", { "d": "M14.986 3.51a9 9 0 1 0 1.514 16.284c2.489 -1.437 4.181 -3.978 4.5 -6.794", "key": "svg-0" }], ["path", { "d": "M10 10h.01", "key": "svg-1" }], ["path", { "d": "M14 8h.01", "key": "svg-2" }], ["path", { "d": "M12 15c1 -1.333 2 -2 3 -2", "key": "svg-3" }], ["path", { "d": "M20 9v.01", "key": "svg-4" }], ["path", { "d": "M20 6a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-5" }]]; const IconMoodPuzzled = createReactComponent("outline", "mood-puzzled", "MoodPuzzled", __iconNode$Gq); const __iconNode$Gp = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M14.5 16.05a3.5 3.5 0 0 0 -5 0", "key": "svg-1" }], ["path", { "d": "M10 9.25c-.5 1 -2.5 1 -3 0", "key": "svg-2" }], ["path", { "d": "M17 9.25c-.5 1 -2.5 1 -3 0", "key": "svg-3" }]]; const IconMoodSad2 = createReactComponent("outline", "mood-sad-2", "MoodSad2", __iconNode$Gp); const __iconNode$Go = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M14.5 16.05a3.5 3.5 0 0 0 -5 0", "key": "svg-1" }], ["path", { "d": "M8 9l2 2", "key": "svg-2" }], ["path", { "d": "M10 9l-2 2", "key": "svg-3" }], ["path", { "d": "M14 9l2 2", "key": "svg-4" }], ["path", { "d": "M16 9l-2 2", "key": "svg-5" }]]; const IconMoodSadDizzy = createReactComponent("outline", "mood-sad-dizzy", "MoodSadDizzy", __iconNode$Go); const __iconNode$Gn = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M14.5 16.05a3.5 3.5 0 0 0 -5 0", "key": "svg-1" }], ["path", { "d": "M8.5 11.5l1.5 -1.5l-1.5 -1.5", "key": "svg-2" }], ["path", { "d": "M15.5 11.5l-1.5 -1.5l1.5 -1.5", "key": "svg-3" }]]; const IconMoodSadSquint = createReactComponent("outline", "mood-sad-squint", "MoodSadSquint", __iconNode$Gn); const __iconNode$Gm = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 10l.01 0", "key": "svg-1" }], ["path", { "d": "M15 10l.01 0", "key": "svg-2" }], ["path", { "d": "M9.5 15.25a3.5 3.5 0 0 1 5 0", "key": "svg-3" }]]; const IconMoodSad = createReactComponent("outline", "mood-sad", "MoodSad", __iconNode$Gm); const __iconNode$Gl = [["path", { "d": "M21 12a9 9 0 1 0 -9 9", "key": "svg-0" }], ["path", { "d": "M9 10h.01", "key": "svg-1" }], ["path", { "d": "M15 10h.01", "key": "svg-2" }], ["path", { "d": "M9.5 15c.658 .672 1.56 1 2.5 1", "key": "svg-3" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-4" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-5" }]]; const IconMoodSearch = createReactComponent("outline", "mood-search", "MoodSearch", __iconNode$Gl); const __iconNode$Gk = [["path", { "d": "M20.942 13.018a9 9 0 1 0 -8.942 7.982", "key": "svg-0" }], ["path", { "d": "M9 10h.01", "key": "svg-1" }], ["path", { "d": "M15 10h.01", "key": "svg-2" }], ["path", { "d": "M9.5 15c.658 .672 1.56 1 2.5 1c.213 0 .424 -.017 .63 -.05", "key": "svg-3" }], ["path", { "d": "M16 22l5 -5", "key": "svg-4" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-5" }]]; const IconMoodShare = createReactComponent("outline", "mood-share", "MoodShare", __iconNode$Gk); const __iconNode$Gj = [["path", { "d": "M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18", "key": "svg-0" }], ["path", { "d": "M9 10h-.01", "key": "svg-1" }], ["path", { "d": "M15 10h-.01", "key": "svg-2" }], ["path", { "d": "M8 16l1 -1l1.5 1l1.5 -1l1.5 1l1.5 -1l1 1", "key": "svg-3" }]]; const IconMoodSick = createReactComponent("outline", "mood-sick", "MoodSick", __iconNode$Gj); const __iconNode$Gi = [["path", { "d": "M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18", "key": "svg-0" }], ["path", { "d": "M9 10h-.01", "key": "svg-1" }], ["path", { "d": "M15 10h-.01", "key": "svg-2" }], ["path", { "d": "M8 15h8", "key": "svg-3" }], ["path", { "d": "M9 14v2", "key": "svg-4" }], ["path", { "d": "M12 14v2", "key": "svg-5" }], ["path", { "d": "M15 14v2", "key": "svg-6" }]]; const IconMoodSilence = createReactComponent("outline", "mood-silence", "MoodSilence", __iconNode$Gi); const __iconNode$Gh = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 9h.01", "key": "svg-1" }], ["path", { "d": "M15 9h.01", "key": "svg-2" }], ["path", { "d": "M13 15a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }]]; const IconMoodSing = createReactComponent("outline", "mood-sing", "MoodSing", __iconNode$Gh); const __iconNode$Gg = [["path", { "d": "M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18", "key": "svg-0" }], ["path", { "d": "M10 10c-.5 -1 -2.5 -1 -3 0", "key": "svg-1" }], ["path", { "d": "M17 10c-.5 -1 -2.5 -1 -3 0", "key": "svg-2" }], ["path", { "d": "M14.5 15a3.5 3.5 0 0 1 -5 0", "key": "svg-3" }]]; const IconMoodSmileBeam = createReactComponent("outline", "mood-smile-beam", "MoodSmileBeam", __iconNode$Gg); const __iconNode$Gf = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M14.5 15a3.5 3.5 0 0 1 -5 0", "key": "svg-1" }], ["path", { "d": "M8 9l2 2", "key": "svg-2" }], ["path", { "d": "M10 9l-2 2", "key": "svg-3" }], ["path", { "d": "M14 9l2 2", "key": "svg-4" }], ["path", { "d": "M16 9l-2 2", "key": "svg-5" }]]; const IconMoodSmileDizzy = createReactComponent("outline", "mood-smile-dizzy", "MoodSmileDizzy", __iconNode$Gf); const __iconNode$Ge = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 10l.01 0", "key": "svg-1" }], ["path", { "d": "M15 10l.01 0", "key": "svg-2" }], ["path", { "d": "M9.5 15a3.5 3.5 0 0 0 5 0", "key": "svg-3" }]]; const IconMoodSmile = createReactComponent("outline", "mood-smile", "MoodSmile", __iconNode$Ge); const __iconNode$Gd = [["path", { "d": "M21 12a9 9 0 1 0 -8.994 9", "key": "svg-0" }], ["path", { "d": "M9 10h.01", "key": "svg-1" }], ["path", { "d": "M15 10h.01", "key": "svg-2" }], ["path", { "d": "M9.5 15a3.5 3.5 0 0 0 5 0", "key": "svg-3" }], ["path", { "d": "M19 22.5a4.75 4.75 0 0 1 3.5 -3.5a4.75 4.75 0 0 1 -3.5 -3.5a4.75 4.75 0 0 1 -3.5 3.5a4.75 4.75 0 0 1 3.5 3.5", "key": "svg-4" }]]; const IconMoodSpark = createReactComponent("outline", "mood-spark", "MoodSpark", __iconNode$Gd); const __iconNode$Gc = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 9l.01 0", "key": "svg-1" }], ["path", { "d": "M15 9l.01 0", "key": "svg-2" }], ["path", { "d": "M10 15a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }]]; const IconMoodSurprised = createReactComponent("outline", "mood-surprised", "MoodSurprised", __iconNode$Gc); const __iconNode$Gb = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18", "key": "svg-1" }], ["path", { "d": "M15 10h-.01", "key": "svg-2" }], ["path", { "d": "M10 14v2a2 2 0 1 0 4 0v-2m1.5 0h-7", "key": "svg-3" }], ["path", { "d": "M7 10c.5 -1 2.5 -1 3 0", "key": "svg-4" }]]; const IconMoodTongueWink2 = createReactComponent("outline", "mood-tongue-wink-2", "MoodTongueWink2", __iconNode$Gb); const __iconNode$Ga = [["path", { "d": "M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-1" }], ["path", { "d": "M9 10h.01", "key": "svg-2" }], ["path", { "d": "M10 14v2a2 2 0 0 0 4 0v-2", "key": "svg-3" }], ["path", { "d": "M15.5 14h-7", "key": "svg-4" }], ["path", { "d": "M17 10c-.5 -1 -2.5 -1 -3 0", "key": "svg-5" }]]; const IconMoodTongueWink = createReactComponent("outline", "mood-tongue-wink", "MoodTongueWink", __iconNode$Ga); const __iconNode$G9 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 10l.01 0", "key": "svg-1" }], ["path", { "d": "M15 10l.01 0", "key": "svg-2" }], ["path", { "d": "M10 14v2a2 2 0 0 0 4 0v-2m1.5 0h-7", "key": "svg-3" }]]; const IconMoodTongue = createReactComponent("outline", "mood-tongue", "MoodTongue", __iconNode$G9); const __iconNode$G8 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M11 16l4 -1.5", "key": "svg-1" }], ["path", { "d": "M10 10c-.5 -1 -2.5 -1 -3 0", "key": "svg-2" }], ["path", { "d": "M17 10c-.5 -1 -2.5 -1 -3 0", "key": "svg-3" }]]; const IconMoodUnamused = createReactComponent("outline", "mood-unamused", "MoodUnamused", __iconNode$G8); const __iconNode$G7 = [["path", { "d": "M20.984 12.536a9 9 0 1 0 -8.463 8.449", "key": "svg-0" }], ["path", { "d": "M19 22v-6", "key": "svg-1" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-2" }], ["path", { "d": "M9 10h.01", "key": "svg-3" }], ["path", { "d": "M15 10h.01", "key": "svg-4" }], ["path", { "d": "M9.5 15c.658 .64 1.56 1 2.5 1s1.842 -.36 2.5 -1", "key": "svg-5" }]]; const IconMoodUp = createReactComponent("outline", "mood-up", "MoodUp", __iconNode$G7); const __iconNode$G6 = [["path", { "d": "M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18", "key": "svg-0" }], ["path", { "d": "M9 10h-.01", "key": "svg-1" }], ["path", { "d": "M14.5 15a3.5 3.5 0 0 1 -5 0", "key": "svg-2" }], ["path", { "d": "M15.5 8.5l-1.5 1.5l1.5 1.5", "key": "svg-3" }]]; const IconMoodWink2 = createReactComponent("outline", "mood-wink-2", "MoodWink2", __iconNode$G6); const __iconNode$G5 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M15 10h.01", "key": "svg-1" }], ["path", { "d": "M9.5 15a3.5 3.5 0 0 0 5 0", "key": "svg-2" }], ["path", { "d": "M8.5 8.5l1.5 1.5l-1.5 1.5", "key": "svg-3" }]]; const IconMoodWink = createReactComponent("outline", "mood-wink", "MoodWink", __iconNode$G5); const __iconNode$G4 = [["path", { "d": "M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18", "key": "svg-0" }], ["path", { "d": "M8 16l1 -1l1.5 1l1.5 -1l1.5 1l1.5 -1l1 1", "key": "svg-1" }], ["path", { "d": "M8.5 11.5l1.5 -1.5l-1.5 -1.5", "key": "svg-2" }], ["path", { "d": "M15.5 11.5l-1.5 -1.5l1.5 -1.5", "key": "svg-3" }]]; const IconMoodWrrr = createReactComponent("outline", "mood-wrrr", "MoodWrrr", __iconNode$G4); const __iconNode$G3 = [["path", { "d": "M20.983 12.556a9 9 0 1 0 -8.433 8.427", "key": "svg-0" }], ["path", { "d": "M9 10h.01", "key": "svg-1" }], ["path", { "d": "M15 10h.01", "key": "svg-2" }], ["path", { "d": "M9.5 15c.658 .64 1.56 1 2.5 1c.194 0 .386 -.015 .574 -.045", "key": "svg-3" }], ["path", { "d": "M21.5 21.5l-5 -5", "key": "svg-4" }], ["path", { "d": "M16.5 21.5l5 -5", "key": "svg-5" }]]; const IconMoodX = createReactComponent("outline", "mood-x", "MoodX", __iconNode$G3); const __iconNode$G2 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 14h6a3 3 0 0 1 -6 0", "key": "svg-1" }], ["path", { "d": "M9 8l6 3", "key": "svg-2" }], ["path", { "d": "M9 11l6 -3", "key": "svg-3" }]]; const IconMoodXd = createReactComponent("outline", "mood-xd", "MoodXd", __iconNode$G2); const __iconNode$G1 = [["path", { "d": "M16.418 4.157a8 8 0 0 0 0 15.686", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-1" }]]; const IconMoon2 = createReactComponent("outline", "moon-2", "Moon2", __iconNode$G1); const __iconNode$G0 = [["path", { "d": "M7.962 3.949a8.97 8.97 0 0 1 4.038 -.957v.008h.393a7.478 7.478 0 0 0 -2.07 3.308m-.141 3.84c.186 .823 .514 1.626 .989 2.373a7.49 7.49 0 0 0 4.586 3.268m3.893 -.11c.223 -.067 .444 -.144 .663 -.233a9.088 9.088 0 0 1 -.274 .597m-1.695 2.337a9 9 0 0 1 -12.71 -12.749", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconMoonOff = createReactComponent("outline", "moon-off", "MoonOff", __iconNode$G0); const __iconNode$F$ = [["path", { "d": "M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454l0 .008", "key": "svg-0" }], ["path", { "d": "M17 4a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2", "key": "svg-1" }], ["path", { "d": "M19 11h2m-1 -1v2", "key": "svg-2" }]]; const IconMoonStars = createReactComponent("outline", "moon-stars", "MoonStars", __iconNode$F$); const __iconNode$F_ = [["path", { "d": "M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454l0 .008", "key": "svg-0" }]]; const IconMoon = createReactComponent("outline", "moon", "Moon", __iconNode$F_); const __iconNode$FZ = [["path", { "d": "M16 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M5 16v1a2 2 0 0 0 4 0v-5h-3a3 3 0 0 0 -3 3v1h10a6 6 0 0 1 5 -4v-5a2 2 0 0 0 -2 -2h-1", "key": "svg-1" }], ["path", { "d": "M6 9l3 0", "key": "svg-2" }]]; const IconMoped = createReactComponent("outline", "moped", "Moped", __iconNode$FZ); const __iconNode$FY = [["path", { "d": "M2 16a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M16 16a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M7.5 14h5l4 -4h-10.5m1.5 4l4 -4", "key": "svg-2" }], ["path", { "d": "M13 6h2l1.5 3l2 4", "key": "svg-3" }]]; const IconMotorbike = createReactComponent("outline", "motorbike", "Motorbike", __iconNode$FY); const __iconNode$FX = [["path", { "d": "M18.281 14.26l-4.201 -8.872a2.3 2.3 0 0 0 -4.158 0l-.165 .349m-1.289 2.719l-5.468 11.544h17", "key": "svg-0" }], ["path", { "d": "M7.5 11l2 2.5l2 -2", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconMountainOff = createReactComponent("outline", "mountain-off", "MountainOff", __iconNode$FX); const __iconNode$FW = [["path", { "d": "M3 20h18l-6.921 -14.612a2.3 2.3 0 0 0 -4.158 0l-6.921 14.612", "key": "svg-0" }], ["path", { "d": "M7.5 11l2 2.5l2.5 -2.5l2 3l2.5 -2", "key": "svg-1" }]]; const IconMountain = createReactComponent("outline", "mountain", "Mountain", __iconNode$FW); const __iconNode$FV = [["path", { "d": "M6 7a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v10a4 4 0 0 1 -4 4h-4a4 4 0 0 1 -4 -4l0 -10", "key": "svg-0" }], ["path", { "d": "M12 3v7", "key": "svg-1" }], ["path", { "d": "M6 10h12", "key": "svg-2" }]]; const IconMouse2 = createReactComponent("outline", "mouse-2", "Mouse2", __iconNode$FV); const __iconNode$FU = [["path", { "d": "M7.733 3.704a3.982 3.982 0 0 1 2.267 -.704h4a4 4 0 0 1 4 4v7m-.1 3.895a4 4 0 0 1 -3.9 3.105h-4a4 4 0 0 1 -4 -4v-10c0 -.3 .033 -.593 .096 -.874", "key": "svg-0" }], ["path", { "d": "M12 7v1", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconMouseOff = createReactComponent("outline", "mouse-off", "MouseOff", __iconNode$FU); const __iconNode$FT = [["path", { "d": "M6 7a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v10a4 4 0 0 1 -4 4h-4a4 4 0 0 1 -4 -4l0 -10", "key": "svg-0" }], ["path", { "d": "M12 7l0 4", "key": "svg-1" }]]; const IconMouse = createReactComponent("outline", "mouse", "Mouse", __iconNode$FT); const __iconNode$FS = [["path", { "d": "M15 9a3 3 0 0 1 2.599 1.5c.933 1.333 2.133 1.556 3.126 1.556l.291 0l.77 -.044l.213 0c-.963 1.926 -3.163 2.925 -6.6 3l-.4 0l-.165 0a3 3 0 0 1 .165 -6l.001 -.012", "key": "svg-0" }], ["path", { "d": "M9 9a3 3 0 0 0 -2.599 1.5c-.933 1.333 -2.133 1.556 -3.126 1.556l-.291 0l-.77 -.044l-.213 0c.963 1.926 3.163 2.925 6.6 3l.4 0l.165 0a3 3 0 0 0 -.165 -6l-.001 -.012", "key": "svg-1" }]]; const IconMoustache = createReactComponent("outline", "moustache", "Moustache", __iconNode$FS); const __iconNode$FR = [["path", { "d": "M8 4h10a2 2 0 0 1 2 2v10m-.592 3.42c-.362 .359 -.859 .58 -1.408 .58h-12a2 2 0 0 1 -2 -2v-12c0 -.539 .213 -1.028 .56 -1.388", "key": "svg-0" }], ["path", { "d": "M8 8v12", "key": "svg-1" }], ["path", { "d": "M16 4v8m0 4v4", "key": "svg-2" }], ["path", { "d": "M4 8h4", "key": "svg-3" }], ["path", { "d": "M4 16h4", "key": "svg-4" }], ["path", { "d": "M4 12h8m4 0h4", "key": "svg-5" }], ["path", { "d": "M16 8h4", "key": "svg-6" }], ["path", { "d": "M3 3l18 18", "key": "svg-7" }]]; const IconMovieOff = createReactComponent("outline", "movie-off", "MovieOff", __iconNode$FR); const __iconNode$FQ = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }], ["path", { "d": "M8 4l0 16", "key": "svg-1" }], ["path", { "d": "M16 4l0 16", "key": "svg-2" }], ["path", { "d": "M4 8l4 0", "key": "svg-3" }], ["path", { "d": "M4 16l4 0", "key": "svg-4" }], ["path", { "d": "M4 12l16 0", "key": "svg-5" }], ["path", { "d": "M16 8l4 0", "key": "svg-6" }], ["path", { "d": "M16 16l4 0", "key": "svg-7" }]]; const IconMovie = createReactComponent("outline", "movie", "Movie", __iconNode$FQ); const __iconNode$FP = [["path", { "d": "M9 5h5.917a1.08 1.08 0 0 1 1.083 1.077v5.923m-.167 3.88a4.33 4.33 0 0 1 -4.166 3.12h-4.334c-2.393 0 -4.333 -1.929 -4.333 -4.308v-8.615a1.08 1.08 0 0 1 1.083 -1.077h.917", "key": "svg-0" }], ["path", { "d": "M16 8h2.5c1.38 0 2.5 1.045 2.5 2.333v2.334c0 1.148 -.89 2.103 -2.06 2.297", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconMugOff = createReactComponent("outline", "mug-off", "MugOff", __iconNode$FP); const __iconNode$FO = [["path", { "d": "M4.083 5h10.834a1.08 1.08 0 0 1 1.083 1.077v8.615c0 2.38 -1.94 4.308 -4.333 4.308h-4.334c-2.393 0 -4.333 -1.929 -4.333 -4.308v-8.615a1.08 1.08 0 0 1 1.083 -1.077", "key": "svg-0" }], ["path", { "d": "M16 8h2.5c1.38 0 2.5 1.045 2.5 2.333v2.334c0 1.288 -1.12 2.333 -2.5 2.333h-2.5", "key": "svg-1" }]]; const IconMug = createReactComponent("outline", "mug", "Mug", __iconNode$FO); const __iconNode$FN = [["path", { "d": "M8 16h2a2 2 0 1 0 0 -4h-2v-4h4", "key": "svg-0" }], ["path", { "d": "M5 16v.01", "key": "svg-1" }], ["path", { "d": "M15 16l4 -4", "key": "svg-2" }], ["path", { "d": "M19 16l-4 -4", "key": "svg-3" }]]; const IconMultiplier05x = createReactComponent("outline", "multiplier-0-5x", "Multiplier05x", __iconNode$FN); const __iconNode$FM = [["path", { "d": "M4 16v-8l-2 2", "key": "svg-0" }], ["path", { "d": "M10 16h2a2 2 0 1 0 0 -4h-2v-4h4", "key": "svg-1" }], ["path", { "d": "M7 16v.01", "key": "svg-2" }], ["path", { "d": "M17 16l4 -4", "key": "svg-3" }], ["path", { "d": "M21 16l-4 -4", "key": "svg-4" }]]; const IconMultiplier15x = createReactComponent("outline", "multiplier-1-5x", "Multiplier15x", __iconNode$FM); const __iconNode$FL = [["path", { "d": "M9 16v-8l-2 2", "key": "svg-0" }], ["path", { "d": "M13 16l4 -4", "key": "svg-1" }], ["path", { "d": "M17 16l-4 -4", "key": "svg-2" }]]; const IconMultiplier1x = createReactComponent("outline", "multiplier-1x", "Multiplier1x", __iconNode$FL); const __iconNode$FK = [["path", { "d": "M14 16l4 -4", "key": "svg-0" }], ["path", { "d": "M18 16l-4 -4", "key": "svg-1" }], ["path", { "d": "M6 10a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 0", "key": "svg-2" }]]; const IconMultiplier2x = createReactComponent("outline", "multiplier-2x", "Multiplier2x", __iconNode$FK); const __iconNode$FJ = [["path", { "d": "M5.874 5.89a8.128 8.128 0 0 0 -1.874 5.21a.9 .9 0 0 0 .9 .9h7.1m4 0h3.1a.9 .9 0 0 0 .9 -.9c0 -4.474 -3.582 -8.1 -8 -8.1c-1.43 0 -2.774 .38 -3.936 1.047", "key": "svg-0" }], ["path", { "d": "M10 12v7a2 2 0 1 0 4 0v-5", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconMushroomOff = createReactComponent("outline", "mushroom-off", "MushroomOff", __iconNode$FJ); const __iconNode$FI = [["path", { "d": "M20 11.1c0 -4.474 -3.582 -8.1 -8 -8.1s-8 3.626 -8 8.1a.9 .9 0 0 0 .9 .9h14.2a.9 .9 0 0 0 .9 -.9", "key": "svg-0" }], ["path", { "d": "M10 12v7a2 2 0 1 0 4 0v-7", "key": "svg-1" }]]; const IconMushroom = createReactComponent("outline", "mushroom", "Mushroom", __iconNode$FI); const __iconNode$FH = [["path", { "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M9 17v-13h10v8", "key": "svg-1" }], ["path", { "d": "M9 8h10", "key": "svg-2" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-3" }]]; const IconMusicBolt = createReactComponent("outline", "music-bolt", "MusicBolt", __iconNode$FH); const __iconNode$FG = [["path", { "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M9 17v-13h10v8", "key": "svg-1" }], ["path", { "d": "M9 8h10", "key": "svg-2" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-3" }], ["path", { "d": "M17 21l4 -4", "key": "svg-4" }]]; const IconMusicCancel = createReactComponent("outline", "music-cancel", "MusicCancel", __iconNode$FG); const __iconNode$FF = [["path", { "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M9 17v-13h10v9.5", "key": "svg-1" }], ["path", { "d": "M9 8h10", "key": "svg-2" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-3" }]]; const IconMusicCheck = createReactComponent("outline", "music-check", "MusicCheck", __iconNode$FF); const __iconNode$FE = [["path", { "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M9 17v-13h10v9", "key": "svg-1" }], ["path", { "d": "M9 8h10", "key": "svg-2" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-3" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-4" }]]; const IconMusicCode = createReactComponent("outline", "music-code", "MusicCode", __iconNode$FE); const __iconNode$FD = [["path", { "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M9 17v-13h10v7.5", "key": "svg-1" }], ["path", { "d": "M9 8h10", "key": "svg-2" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-4" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-5" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-6" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-7" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-8" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-9" }]]; const IconMusicCog = createReactComponent("outline", "music-cog", "MusicCog", __iconNode$FD); const __iconNode$FC = [["path", { "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M9 17v-13h10v9", "key": "svg-1" }], ["path", { "d": "M9 8h10", "key": "svg-2" }], ["path", { "d": "M16 21l5 -5", "key": "svg-3" }], ["path", { "d": "M21 21v.01", "key": "svg-4" }], ["path", { "d": "M16 16v.01", "key": "svg-5" }]]; const IconMusicDiscount = createReactComponent("outline", "music-discount", "MusicDiscount", __iconNode$FC); const __iconNode$FB = [["path", { "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M9 17v-13h10v6", "key": "svg-1" }], ["path", { "d": "M9 8h10", "key": "svg-2" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-3" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-4" }]]; const IconMusicDollar = createReactComponent("outline", "music-dollar", "MusicDollar", __iconNode$FB); const __iconNode$FA = [["path", { "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M9 17v-13h10v8", "key": "svg-1" }], ["path", { "d": "M9 8h10", "key": "svg-2" }], ["path", { "d": "M19 16v6", "key": "svg-3" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-4" }]]; const IconMusicDown = createReactComponent("outline", "music-down", "MusicDown", __iconNode$FA); const __iconNode$Fz = [["path", { "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M9 17v-13h10v8", "key": "svg-1" }], ["path", { "d": "M9 8h10", "key": "svg-2" }], ["path", { "d": "M19 16v3", "key": "svg-3" }], ["path", { "d": "M19 22v.01", "key": "svg-4" }]]; const IconMusicExclamation = createReactComponent("outline", "music-exclamation", "MusicExclamation", __iconNode$Fz); const __iconNode$Fy = [["path", { "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M9 17v-13h10v7", "key": "svg-1" }], ["path", { "d": "M9 8h10", "key": "svg-2" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-3" }]]; const IconMusicHeart = createReactComponent("outline", "music-heart", "MusicHeart", __iconNode$Fy); const __iconNode$Fx = [["path", { "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M9 17v-13h10v11", "key": "svg-1" }], ["path", { "d": "M9 8h10", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }]]; const IconMusicMinus = createReactComponent("outline", "music-minus", "MusicMinus", __iconNode$Fx); const __iconNode$Fw = [["path", { "d": "M3 17a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M14.42 14.45a3 3 0 1 0 4.138 4.119", "key": "svg-1" }], ["path", { "d": "M9 17v-8m0 -4v-1h10v11", "key": "svg-2" }], ["path", { "d": "M12 8h7", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconMusicOff = createReactComponent("outline", "music-off", "MusicOff", __iconNode$Fw); const __iconNode$Fv = [["path", { "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M9 17v-13h10v9", "key": "svg-1" }], ["path", { "d": "M9 8h10", "key": "svg-2" }], ["path", { "d": "M17 17v5", "key": "svg-3" }], ["path", { "d": "M21 17v5", "key": "svg-4" }]]; const IconMusicPause = createReactComponent("outline", "music-pause", "MusicPause", __iconNode$Fv); const __iconNode$Fu = [["path", { "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M9 17v-13h10v7", "key": "svg-1" }], ["path", { "d": "M9 8h10", "key": "svg-2" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-3" }], ["path", { "d": "M19 18v.01", "key": "svg-4" }]]; const IconMusicPin = createReactComponent("outline", "music-pin", "MusicPin", __iconNode$Fu); const __iconNode$Ft = [["path", { "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M9 17v-13h10v8", "key": "svg-1" }], ["path", { "d": "M9 8h10", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }], ["path", { "d": "M19 16v6", "key": "svg-4" }]]; const IconMusicPlus = createReactComponent("outline", "music-plus", "MusicPlus", __iconNode$Ft); const __iconNode$Fs = [["path", { "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M9 17v-13h10v7", "key": "svg-1" }], ["path", { "d": "M9 8h10", "key": "svg-2" }], ["path", { "d": "M19 22v.01", "key": "svg-3" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-4" }]]; const IconMusicQuestion = createReactComponent("outline", "music-question", "MusicQuestion", __iconNode$Fs); const __iconNode$Fr = [["path", { "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M9 17v-13h10v7", "key": "svg-1" }], ["path", { "d": "M9 8h10", "key": "svg-2" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-3" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-4" }]]; const IconMusicSearch = createReactComponent("outline", "music-search", "MusicSearch", __iconNode$Fr); const __iconNode$Fq = [["path", { "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M9 17v-13h10v9", "key": "svg-1" }], ["path", { "d": "M9 8h10", "key": "svg-2" }], ["path", { "d": "M16 22l5 -5", "key": "svg-3" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-4" }]]; const IconMusicShare = createReactComponent("outline", "music-share", "MusicShare", __iconNode$Fq); const __iconNode$Fp = [["path", { "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M9 17v-13h10v6", "key": "svg-1" }], ["path", { "d": "M9 8h10", "key": "svg-2" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-3" }]]; const IconMusicStar = createReactComponent("outline", "music-star", "MusicStar", __iconNode$Fp); const __iconNode$Fo = [["path", { "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M9 17v-13h10v8", "key": "svg-1" }], ["path", { "d": "M9 8h10", "key": "svg-2" }], ["path", { "d": "M19 22v-6", "key": "svg-3" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-4" }]]; const IconMusicUp = createReactComponent("outline", "music-up", "MusicUp", __iconNode$Fo); const __iconNode$Fn = [["path", { "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M9 17v-13h10v9", "key": "svg-1" }], ["path", { "d": "M9 8h10", "key": "svg-2" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-3" }], ["path", { "d": "M17 22l5 -5", "key": "svg-4" }]]; const IconMusicX = createReactComponent("outline", "music-x", "MusicX", __iconNode$Fn); const __iconNode$Fm = [["path", { "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M13 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-1" }], ["path", { "d": "M9 17v-13h10v13", "key": "svg-2" }], ["path", { "d": "M9 8h10", "key": "svg-3" }]]; const IconMusic = createReactComponent("outline", "music", "Music", __iconNode$Fm); const __iconNode$Fl = [["path", { "d": "M16.559 12.882l-4.559 -9.882l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463l1.036 .351", "key": "svg-0" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-1" }]]; const IconNavigationBolt = createReactComponent("outline", "navigation-bolt", "NavigationBolt", __iconNode$Fl); const __iconNode$Fk = [["path", { "d": "M16.371 12.476l-4.371 -9.476l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463", "key": "svg-0" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M17 21l4 -4", "key": "svg-2" }]]; const IconNavigationCancel = createReactComponent("outline", "navigation-cancel", "NavigationCancel", __iconNode$Fk); const __iconNode$Fj = [["path", { "d": "M17.487 14.894l-5.487 -11.894l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l6.275 -2.127", "key": "svg-0" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-1" }]]; const IconNavigationCheck = createReactComponent("outline", "navigation-check", "NavigationCheck", __iconNode$Fj); const __iconNode$Fi = [["path", { "d": "M16.653 13.086l-4.653 -10.086l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l6.246 -2.117", "key": "svg-0" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-1" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-2" }]]; const IconNavigationCode = createReactComponent("outline", "navigation-code", "NavigationCode", __iconNode$Fi); const __iconNode$Fh = [["path", { "d": "M16.387 12.51l-4.387 -9.51l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463", "key": "svg-0" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-2" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-3" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-4" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-5" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-6" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-7" }]]; const IconNavigationCog = createReactComponent("outline", "navigation-cog", "NavigationCog", __iconNode$Fh); const __iconNode$Fg = [["path", { "d": "M16.43 12.603l-4.43 -9.603l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463l1.272 .431", "key": "svg-0" }], ["path", { "d": "M16 21l5 -5", "key": "svg-1" }], ["path", { "d": "M21 21v.01", "key": "svg-2" }], ["path", { "d": "M16 16v.01", "key": "svg-3" }]]; const IconNavigationDiscount = createReactComponent("outline", "navigation-discount", "NavigationDiscount", __iconNode$Fg); const __iconNode$Ff = [["path", { "d": "M15.945 11.551l-3.945 -8.551l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463l1.594 .54", "key": "svg-0" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-1" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-2" }]]; const IconNavigationDollar = createReactComponent("outline", "navigation-dollar", "NavigationDollar", __iconNode$Ff); const __iconNode$Fe = [["path", { "d": "M16.528 12.815l-4.528 -9.815l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463", "key": "svg-0" }], ["path", { "d": "M19 16v6", "key": "svg-1" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-2" }]]; const IconNavigationDown = createReactComponent("outline", "navigation-down", "NavigationDown", __iconNode$Fe); const __iconNode$Fd = [["path", { "d": "M14 3h-4v6h4", "key": "svg-0" }], ["path", { "d": "M10 6h2.5", "key": "svg-1" }], ["path", { "d": "M16 21l-4 -8l-4 8l4 -2l4 2", "key": "svg-2" }]]; const IconNavigationEast = createReactComponent("outline", "navigation-east", "NavigationEast", __iconNode$Fd); const __iconNode$Fc = [["path", { "d": "M16.535 12.832l-4.535 -9.832l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463c1.38 .468 2.416 .82 3.107 1.053", "key": "svg-0" }], ["path", { "d": "M19 16v3", "key": "svg-1" }], ["path", { "d": "M19 22v.01", "key": "svg-2" }]]; const IconNavigationExclamation = createReactComponent("outline", "navigation-exclamation", "NavigationExclamation", __iconNode$Fc); const __iconNode$Fb = [["path", { "d": "M15.721 11.067l-3.721 -8.067l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l5.614 -1.903", "key": "svg-0" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-1" }]]; const IconNavigationHeart = createReactComponent("outline", "navigation-heart", "NavigationHeart", __iconNode$Fb); const __iconNode$Fa = [["path", { "d": "M17.5 15c-1.232 -2.67 -3.065 -6.67 -5.5 -12l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }]]; const IconNavigationMinus = createReactComponent("outline", "navigation-minus", "NavigationMinus", __iconNode$Fa); const __iconNode$F9 = [["path", { "d": "M16 21l-4 -8l-4 8l4 -2l4 2", "key": "svg-0" }], ["path", { "d": "M10 9v-6l4 6v-6", "key": "svg-1" }]]; const IconNavigationNorth = createReactComponent("outline", "navigation-north", "NavigationNorth", __iconNode$F9); const __iconNode$F8 = [["path", { "d": "M16.28 12.28c-.95 -2.064 -2.377 -5.157 -4.28 -9.28c-.7 1.515 -1.223 2.652 -1.573 3.41m-1.27 2.75c-.882 1.913 -2.59 5.618 -5.127 11.115c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463l7.265 2.463c.196 .077 .42 .032 .57 -.116a.548 .548 0 0 0 .134 -.572l-.26 -.563", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconNavigationOff = createReactComponent("outline", "navigation-off", "NavigationOff", __iconNode$F8); const __iconNode$F7 = [["path", { "d": "M16.666 13.114l-4.666 -10.114l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463l1.056 .358", "key": "svg-0" }], ["path", { "d": "M17 17v5", "key": "svg-1" }], ["path", { "d": "M21 17v5", "key": "svg-2" }]]; const IconNavigationPause = createReactComponent("outline", "navigation-pause", "NavigationPause", __iconNode$F7); const __iconNode$F6 = [["path", { "d": "M16.002 11.676l-4.002 -8.676l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463", "key": "svg-0" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-1" }], ["path", { "d": "M19 18v.01", "key": "svg-2" }]]; const IconNavigationPin = createReactComponent("outline", "navigation-pin", "NavigationPin", __iconNode$F6); const __iconNode$F5 = [["path", { "d": "M16.573 12.914l-4.573 -9.914l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }]]; const IconNavigationPlus = createReactComponent("outline", "navigation-plus", "NavigationPlus", __iconNode$F5); const __iconNode$F4 = [["path", { "d": "M16.081 11.847l-4.081 -8.847l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463c1.35 .458 2.362 .8 3.037 1.03", "key": "svg-0" }], ["path", { "d": "M19 22v.01", "key": "svg-1" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-2" }]]; const IconNavigationQuestion = createReactComponent("outline", "navigation-question", "NavigationQuestion", __iconNode$F4); const __iconNode$F3 = [["path", { "d": "M15.876 11.403l-3.876 -8.403l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l6.29 -2.132", "key": "svg-0" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-2" }]]; const IconNavigationSearch = createReactComponent("outline", "navigation-search", "NavigationSearch", __iconNode$F3); const __iconNode$F2 = [["path", { "d": "M16.633 13.043l-4.633 -10.043l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463l.955 .324", "key": "svg-0" }], ["path", { "d": "M16 22l5 -5", "key": "svg-1" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-2" }]]; const IconNavigationShare = createReactComponent("outline", "navigation-share", "NavigationShare", __iconNode$F2); const __iconNode$F1 = [["path", { "d": "M10 8.25c0 .414 .336 .75 .75 .75h2.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h2.25a.75 .75 0 0 1 .75 .75", "key": "svg-0" }], ["path", { "d": "M16 21l-4 -8l-4 8l4 -2l4 2", "key": "svg-1" }]]; const IconNavigationSouth = createReactComponent("outline", "navigation-south", "NavigationSouth", __iconNode$F1); const __iconNode$F0 = [["path", { "d": "M15.574 10.747l-3.574 -7.747l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l5.454 -1.85", "key": "svg-0" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-1" }]]; const IconNavigationStar = createReactComponent("outline", "navigation-star", "NavigationStar", __iconNode$F0); const __iconNode$E$ = [["path", { "d": "M16.54 19.977a.34 .34 0 0 0 .357 -.07a.33 .33 0 0 0 .084 -.35l-4.981 -10.557l-4.982 10.557a.33 .33 0 0 0 .084 .35a.34 .34 0 0 0 .357 .07l4.541 -1.477l4.54 1.477", "key": "svg-0" }], ["path", { "d": "M12 3v2", "key": "svg-1" }]]; const IconNavigationTop = createReactComponent("outline", "navigation-top", "NavigationTop", __iconNode$E$); const __iconNode$E_ = [["path", { "d": "M16.54 12.843l-4.54 -9.843l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463", "key": "svg-0" }], ["path", { "d": "M19 22v-6", "key": "svg-1" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-2" }]]; const IconNavigationUp = createReactComponent("outline", "navigation-up", "NavigationUp", __iconNode$E_); const __iconNode$EZ = [["path", { "d": "M9 3l1 6l2 -3.75l2 3.75l1 -6", "key": "svg-0" }], ["path", { "d": "M16 21l-4 -8l-4 8l4 -2l4 2", "key": "svg-1" }]]; const IconNavigationWest = createReactComponent("outline", "navigation-west", "NavigationWest", __iconNode$EZ); const __iconNode$EY = [["path", { "d": "M16.622 13.02l-4.622 -10.02l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463l1.563 .53", "key": "svg-0" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-1" }], ["path", { "d": "M17 22l5 -5", "key": "svg-2" }]]; const IconNavigationX = createReactComponent("outline", "navigation-x", "NavigationX", __iconNode$EY); const __iconNode$EX = [["path", { "d": "M12 18.5l7.265 2.463c.196 .077 .42 .032 .57 -.116a.548 .548 0 0 0 .134 -.572l-7.969 -17.275l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463", "key": "svg-0" }]]; const IconNavigation = createReactComponent("outline", "navigation", "Navigation", __iconNode$EX); const __iconNode$EW = [["path", { "d": "M3 21c-.667 -.667 3.262 -6.236 11.785 -16.709a3.5 3.5 0 1 1 5.078 4.791c-10.575 8.612 -16.196 12.585 -16.863 11.918", "key": "svg-0" }], ["path", { "d": "M17.5 6.5l-1 1", "key": "svg-1" }], ["path", { "d": "M17 7c-2.333 -2.667 -3.5 -4 -5 -4s-2 1 -2 2c0 4 8.161 8.406 6 11c-1.056 1.268 -3.363 1.285 -5.75 .808", "key": "svg-2" }], ["path", { "d": "M5.739 15.425c-1.393 -.565 -3.739 -1.925 -3.739 -3.425", "key": "svg-3" }], ["path", { "d": "M19.5 9.5l1.5 1.5", "key": "svg-4" }]]; const IconNeedleThread = createReactComponent("outline", "needle-thread", "NeedleThread", __iconNode$EW); const __iconNode$EV = [["path", { "d": "M3 21c-.667 -.667 3.262 -6.236 11.785 -16.709a3.5 3.5 0 1 1 5.078 4.791c-10.575 8.612 -16.196 12.585 -16.863 11.918", "key": "svg-0" }], ["path", { "d": "M17.5 6.5l-1 1", "key": "svg-1" }]]; const IconNeedle = createReactComponent("outline", "needle", "Needle", __iconNode$EV); const __iconNode$EU = [["path", { "d": "M6.528 6.536a6 6 0 0 0 7.942 7.933m2.247 -1.76a6 6 0 0 0 -8.427 -8.425", "key": "svg-0" }], ["path", { "d": "M12 3c1.333 .333 2 2.333 2 6c0 .337 -.006 .66 -.017 .968m-.55 3.473c-.333 .884 -.81 1.403 -1.433 1.559", "key": "svg-1" }], ["path", { "d": "M12 3c-.936 .234 -1.544 1.29 -1.822 3.167m-.16 3.838c.116 3.029 .776 4.695 1.982 4.995", "key": "svg-2" }], ["path", { "d": "M6 9h3m4 0h5", "key": "svg-3" }], ["path", { "d": "M3 20h7", "key": "svg-4" }], ["path", { "d": "M14 20h7", "key": "svg-5" }], ["path", { "d": "M10 20a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-6" }], ["path", { "d": "M12 15v3", "key": "svg-7" }], ["path", { "d": "M3 3l18 18", "key": "svg-8" }]]; const IconNetworkOff = createReactComponent("outline", "network-off", "NetworkOff", __iconNode$EU); const __iconNode$ET = [["path", { "d": "M6 9a6 6 0 1 0 12 0a6 6 0 0 0 -12 0", "key": "svg-0" }], ["path", { "d": "M12 3c1.333 .333 2 2.333 2 6s-.667 5.667 -2 6", "key": "svg-1" }], ["path", { "d": "M12 3c-1.333 .333 -2 2.333 -2 6s.667 5.667 2 6", "key": "svg-2" }], ["path", { "d": "M6 9h12", "key": "svg-3" }], ["path", { "d": "M3 20h7", "key": "svg-4" }], ["path", { "d": "M14 20h7", "key": "svg-5" }], ["path", { "d": "M10 20a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-6" }], ["path", { "d": "M12 15v3", "key": "svg-7" }]]; const IconNetwork = createReactComponent("outline", "network", "Network", __iconNode$ET); const __iconNode$ES = [["path", { "d": "M9 12l6 0", "key": "svg-0" }], ["path", { "d": "M12 9l0 6", "key": "svg-1" }], ["path", { "d": "M4 6v-1a1 1 0 0 1 1 -1h1m5 0h2m5 0h1a1 1 0 0 1 1 1v1m0 5v2m0 5v1a1 1 0 0 1 -1 1h-1m-5 0h-2m-5 0h-1a1 1 0 0 1 -1 -1v-1m0 -5v-2m0 -5", "key": "svg-2" }]]; const IconNewSection = createReactComponent("outline", "new-section", "NewSection", __iconNode$ES); const __iconNode$ER = [["path", { "d": "M16 6h3a1 1 0 0 1 1 1v9m-.606 3.435a2 2 0 0 1 -3.394 -1.435v-2m0 -4v-7a1 1 0 0 0 -1 -1h-7m-3.735 .321a1 1 0 0 0 -.265 .679v12a3 3 0 0 0 3 3h11", "key": "svg-0" }], ["path", { "d": "M8 12h4", "key": "svg-1" }], ["path", { "d": "M8 16h4", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconNewsOff = createReactComponent("outline", "news-off", "NewsOff", __iconNode$ER); const __iconNode$EQ = [["path", { "d": "M16 6h3a1 1 0 0 1 1 1v11a2 2 0 0 1 -4 0v-13a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1v12a3 3 0 0 0 3 3h11", "key": "svg-0" }], ["path", { "d": "M8 8l4 0", "key": "svg-1" }], ["path", { "d": "M8 12l4 0", "key": "svg-2" }], ["path", { "d": "M8 16l4 0", "key": "svg-3" }]]; const IconNews = createReactComponent("outline", "news", "News", __iconNode$EQ); const __iconNode$EP = [["path", { "d": "M11 20a3 3 0 0 1 -3 -3v-9", "key": "svg-0" }], ["path", { "d": "M13 4a3 3 0 0 1 3 3v5m0 4v2l-5 -5", "key": "svg-1" }], ["path", { "d": "M8 4h9a3 3 0 0 1 3 3v9m-.873 3.116a2.99 2.99 0 0 1 -2.127 .884h-10a3 3 0 0 1 -3 -3v-10c0 -.83 .337 -1.582 .882 -2.125", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconNfcOff = createReactComponent("outline", "nfc-off", "NfcOff", __iconNode$EP); const __iconNode$EO = [["path", { "d": "M11 20a3 3 0 0 1 -3 -3v-11l5 5", "key": "svg-0" }], ["path", { "d": "M13 4a3 3 0 0 1 3 3v11l-5 -5", "key": "svg-1" }], ["path", { "d": "M4 7a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3l0 -10", "key": "svg-2" }]]; const IconNfc = createReactComponent("outline", "nfc", "Nfc", __iconNode$EO); const __iconNode$EN = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M14 9.75a3.016 3.016 0 0 0 -4.163 .173a2.993 2.993 0 0 0 0 4.154a3.016 3.016 0 0 0 4.163 .173", "key": "svg-1" }], ["path", { "d": "M6 6l1.5 1.5", "key": "svg-2" }], ["path", { "d": "M16.5 16.5l1.5 1.5", "key": "svg-3" }]]; const IconNoCopyright = createReactComponent("outline", "no-copyright", "NoCopyright", __iconNode$EN); const __iconNode$EM = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10.5 10.5c-.847 -.71 -2.132 -.658 -2.914 .116a1.928 1.928 0 0 0 0 2.768c.782 .774 2.067 .825 2.914 .116", "key": "svg-1" }], ["path", { "d": "M16.5 10.5c-.847 -.71 -2.132 -.658 -2.914 .116a1.928 1.928 0 0 0 0 2.768c.782 .774 2.067 .825 2.914 .116", "key": "svg-2" }], ["path", { "d": "M6 6l1.5 1.5", "key": "svg-3" }], ["path", { "d": "M16.5 16.5l1.5 1.5", "key": "svg-4" }]]; const IconNoCreativeCommons = createReactComponent("outline", "no-creative-commons", "NoCreativeCommons", __iconNode$EM); const __iconNode$EL = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 10h6", "key": "svg-1" }], ["path", { "d": "M9 14h6", "key": "svg-2" }]]; const IconNoDerivatives = createReactComponent("outline", "no-derivatives", "NoDerivatives", __iconNode$EL); const __iconNode$EK = [["path", { "d": "M3 12h18", "key": "svg-0" }], ["path", { "d": "M12 21v-18", "key": "svg-1" }], ["path", { "d": "M7.5 7.5l9 9", "key": "svg-2" }], ["path", { "d": "M7.5 16.5l9 -9", "key": "svg-3" }]]; const IconNorthStar = createReactComponent("outline", "north-star", "NorthStar", __iconNode$EK); const __iconNode$EJ = [["path", { "d": "M13 20l3.505 -3.505m2 -2l1.501 -1.501", "key": "svg-0" }], ["path", { "d": "M17 13h3v-7a2 2 0 0 0 -2 -2h-10m-3.427 .6c-.355 .36 -.573 .853 -.573 1.4v12a2 2 0 0 0 2 2h7v-6c0 -.272 .109 -.519 .285 -.699", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconNoteOff = createReactComponent("outline", "note-off", "NoteOff", __iconNode$EJ); const __iconNode$EI = [["path", { "d": "M13 20l7 -7", "key": "svg-0" }], ["path", { "d": "M13 20v-6a1 1 0 0 1 1 -1h6v-7a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7", "key": "svg-1" }]]; const IconNote = createReactComponent("outline", "note", "Note", __iconNode$EI); const __iconNode$EH = [["path", { "d": "M8 4h9a2 2 0 0 1 2 2v9m-.179 3.828a2 2 0 0 1 -1.821 1.172h-11a1 1 0 0 1 -1 -1v-14m4 -1v1m0 4v13", "key": "svg-0" }], ["path", { "d": "M13 8h2", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconNotebookOff = createReactComponent("outline", "notebook-off", "NotebookOff", __iconNode$EH); const __iconNode$EG = [["path", { "d": "M6 4h11a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-11a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1m3 0v18", "key": "svg-0" }], ["path", { "d": "M13 8l2 0", "key": "svg-1" }], ["path", { "d": "M13 12l2 0", "key": "svg-2" }]]; const IconNotebook = createReactComponent("outline", "notebook", "Notebook", __iconNode$EG); const __iconNode$EF = [["path", { "d": "M7 3h10a2 2 0 0 1 2 2v10m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M11 7h4", "key": "svg-1" }], ["path", { "d": "M9 11h2", "key": "svg-2" }], ["path", { "d": "M9 15h4", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconNotesOff = createReactComponent("outline", "notes-off", "NotesOff", __iconNode$EF); const __iconNode$EE = [["path", { "d": "M5 5a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2l0 -14", "key": "svg-0" }], ["path", { "d": "M9 7l6 0", "key": "svg-1" }], ["path", { "d": "M9 11l6 0", "key": "svg-2" }], ["path", { "d": "M9 15l4 0", "key": "svg-3" }]]; const IconNotes = createReactComponent("outline", "notes", "Notes", __iconNode$EE); const __iconNode$ED = [["path", { "d": "M6.154 6.187a2 2 0 0 0 -1.154 1.813v9a2 2 0 0 0 2 2h9a2 2 0 0 0 1.811 -1.151", "key": "svg-0" }], ["path", { "d": "M14 7a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconNotificationOff = createReactComponent("outline", "notification-off", "NotificationOff", __iconNode$ED); const __iconNode$EC = [["path", { "d": "M10 6h-3a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-3", "key": "svg-0" }], ["path", { "d": "M14 7a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }]]; const IconNotification = createReactComponent("outline", "notification", "Notification", __iconNode$EC); const __iconNode$EB = [["path", { "d": "M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0", "key": "svg-0" }]]; const IconNumber0Small = createReactComponent("outline", "number-0-small", "Number0Small", __iconNode$EB); const __iconNode$EA = [["path", { "d": "M16 16v-8", "key": "svg-0" }], ["path", { "d": "M12 20a4 4 0 0 0 4 -4v-8a4 4 0 1 0 -8 0v8a4 4 0 0 0 4 4", "key": "svg-1" }]]; const IconNumber0 = createReactComponent("outline", "number-0", "Number0", __iconNode$EA); const __iconNode$Ez = [["path", { "d": "M11 8h1v8", "key": "svg-0" }]]; const IconNumber1Small = createReactComponent("outline", "number-1-small", "Number1Small", __iconNode$Ez); const __iconNode$Ey = [["path", { "d": "M13 20v-16l-5 5", "key": "svg-0" }]]; const IconNumber1 = createReactComponent("outline", "number-1", "Number1", __iconNode$Ey); const __iconNode$Ex = [["path", { "d": "M8 8h1v8", "key": "svg-0" }], ["path", { "d": "M14 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0", "key": "svg-1" }]]; const IconNumber10Small = createReactComponent("outline", "number-10-small", "Number10Small", __iconNode$Ex); const __iconNode$Ew = [["path", { "d": "M8 20v-16l-5 5", "key": "svg-0" }], ["path", { "d": "M16 20a4 4 0 0 0 4 -4v-8a4 4 0 1 0 -8 0v8a4 4 0 0 0 4 4", "key": "svg-1" }]]; const IconNumber10 = createReactComponent("outline", "number-10", "Number10", __iconNode$Ew); const __iconNode$Ev = [["path", { "d": "M4 8h1v8", "key": "svg-0" }], ["path", { "d": "M9 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M16 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0", "key": "svg-2" }]]; const IconNumber100Small = createReactComponent("outline", "number-100-small", "Number100Small", __iconNode$Ev); const __iconNode$Eu = [["path", { "d": "M8 8h1v8", "key": "svg-0" }], ["path", { "d": "M14 8h1v8", "key": "svg-1" }]]; const IconNumber11Small = createReactComponent("outline", "number-11-small", "Number11Small", __iconNode$Eu); const __iconNode$Et = [["path", { "d": "M8 20v-16l-5 5", "key": "svg-0" }], ["path", { "d": "M18 20v-16l-5 5", "key": "svg-1" }]]; const IconNumber11 = createReactComponent("outline", "number-11", "Number11", __iconNode$Et); const __iconNode$Es = [["path", { "d": "M8 8h1v8", "key": "svg-0" }], ["path", { "d": "M13 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-1" }]]; const IconNumber12Small = createReactComponent("outline", "number-12-small", "Number12Small", __iconNode$Es); const __iconNode$Er = [["path", { "d": "M3 10l2 -2v8", "key": "svg-0" }], ["path", { "d": "M9 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-1" }], ["path", { "d": "M17 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5", "key": "svg-2" }]]; const IconNumber123 = createReactComponent("outline", "number-123", "Number123", __iconNode$Er); const __iconNode$Eq = [["path", { "d": "M8 8h1v8", "key": "svg-0" }], ["path", { "d": "M13 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5", "key": "svg-1" }]]; const IconNumber13Small = createReactComponent("outline", "number-13-small", "Number13Small", __iconNode$Eq); const __iconNode$Ep = [["path", { "d": "M8 8h1v8", "key": "svg-0" }], ["path", { "d": "M13 8v3a1 1 0 0 0 1 1h3", "key": "svg-1" }], ["path", { "d": "M17 8v8", "key": "svg-2" }]]; const IconNumber14Small = createReactComponent("outline", "number-14-small", "Number14Small", __iconNode$Ep); const __iconNode$Eo = [["path", { "d": "M8 8h1v8", "key": "svg-0" }], ["path", { "d": "M13 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4", "key": "svg-1" }]]; const IconNumber15Small = createReactComponent("outline", "number-15-small", "Number15Small", __iconNode$Eo); const __iconNode$En = [["path", { "d": "M8 8h1v8", "key": "svg-0" }], ["path", { "d": "M17 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3", "key": "svg-1" }]]; const IconNumber16Small = createReactComponent("outline", "number-16-small", "Number16Small", __iconNode$En); const __iconNode$Em = [["path", { "d": "M8 8h1v8", "key": "svg-0" }], ["path", { "d": "M13 8h4l-2 8", "key": "svg-1" }]]; const IconNumber17Small = createReactComponent("outline", "number-17-small", "Number17Small", __iconNode$Em); const __iconNode$El = [["path", { "d": "M8 8h1v8", "key": "svg-0" }], ["path", { "d": "M15 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1", "key": "svg-1" }]]; const IconNumber18Small = createReactComponent("outline", "number-18-small", "Number18Small", __iconNode$El); const __iconNode$Ek = [["path", { "d": "M8 8h1v8", "key": "svg-0" }], ["path", { "d": "M13 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-1" }]]; const IconNumber19Small = createReactComponent("outline", "number-19-small", "Number19Small", __iconNode$Ek); const __iconNode$Ej = [["path", { "d": "M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-0" }]]; const IconNumber2Small = createReactComponent("outline", "number-2-small", "Number2Small", __iconNode$Ej); const __iconNode$Ei = [["path", { "d": "M8 8a4 4 0 1 1 8 0c0 1.098 -.564 2.025 -1.159 2.815l-6.841 9.185h8", "key": "svg-0" }]]; const IconNumber2 = createReactComponent("outline", "number-2", "Number2", __iconNode$Ei); const __iconNode$Eh = [["path", { "d": "M14 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-1" }]]; const IconNumber20Small = createReactComponent("outline", "number-20-small", "Number20Small", __iconNode$Eh); const __iconNode$Eg = [["path", { "d": "M15 8h1v8", "key": "svg-0" }], ["path", { "d": "M7 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-1" }]]; const IconNumber21Small = createReactComponent("outline", "number-21-small", "Number21Small", __iconNode$Eg); const __iconNode$Ef = [["path", { "d": "M14 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-1" }]]; const IconNumber22Small = createReactComponent("outline", "number-22-small", "Number22Small", __iconNode$Ef); const __iconNode$Ee = [["path", { "d": "M14 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5", "key": "svg-0" }], ["path", { "d": "M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-1" }]]; const IconNumber23Small = createReactComponent("outline", "number-23-small", "Number23Small", __iconNode$Ee); const __iconNode$Ed = [["path", { "d": "M14 8v3a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M18 8v8", "key": "svg-1" }], ["path", { "d": "M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-2" }]]; const IconNumber24Small = createReactComponent("outline", "number-24-small", "Number24Small", __iconNode$Ed); const __iconNode$Ec = [["path", { "d": "M14 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4", "key": "svg-0" }], ["path", { "d": "M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-1" }]]; const IconNumber25Small = createReactComponent("outline", "number-25-small", "Number25Small", __iconNode$Ec); const __iconNode$Eb = [["path", { "d": "M18 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3", "key": "svg-0" }], ["path", { "d": "M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-1" }]]; const IconNumber26Small = createReactComponent("outline", "number-26-small", "Number26Small", __iconNode$Eb); const __iconNode$Ea = [["path", { "d": "M14 8h4l-2 8", "key": "svg-0" }], ["path", { "d": "M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-1" }]]; const IconNumber27Small = createReactComponent("outline", "number-27-small", "Number27Small", __iconNode$Ea); const __iconNode$E9 = [["path", { "d": "M16 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1", "key": "svg-0" }], ["path", { "d": "M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-1" }]]; const IconNumber28Small = createReactComponent("outline", "number-28-small", "Number28Small", __iconNode$E9); const __iconNode$E8 = [["path", { "d": "M14 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-1" }]]; const IconNumber29Small = createReactComponent("outline", "number-29-small", "Number29Small", __iconNode$E8); const __iconNode$E7 = [["path", { "d": "M10 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5", "key": "svg-0" }]]; const IconNumber3Small = createReactComponent("outline", "number-3-small", "Number3Small", __iconNode$E7); const __iconNode$E6 = [["path", { "d": "M12 12a4 4 0 1 0 -4 -4", "key": "svg-0" }], ["path", { "d": "M8 16a4 4 0 1 0 4 -4", "key": "svg-1" }]]; const IconNumber3 = createReactComponent("outline", "number-3", "Number3", __iconNode$E6); const __iconNode$E5 = [["path", { "d": "M14 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M6 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5", "key": "svg-1" }]]; const IconNumber30Small = createReactComponent("outline", "number-30-small", "Number30Small", __iconNode$E5); const __iconNode$E4 = [["path", { "d": "M15 8h1v8", "key": "svg-0" }], ["path", { "d": "M7 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5", "key": "svg-1" }]]; const IconNumber31Small = createReactComponent("outline", "number-31-small", "Number31Small", __iconNode$E4); const __iconNode$E3 = [["path", { "d": "M14 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M6 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5", "key": "svg-1" }]]; const IconNumber32Small = createReactComponent("outline", "number-32-small", "Number32Small", __iconNode$E3); const __iconNode$E2 = [["path", { "d": "M14 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5", "key": "svg-0" }], ["path", { "d": "M6 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5", "key": "svg-1" }]]; const IconNumber33Small = createReactComponent("outline", "number-33-small", "Number33Small", __iconNode$E2); const __iconNode$E1 = [["path", { "d": "M14 8v3a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M18 8v8", "key": "svg-1" }], ["path", { "d": "M6 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5", "key": "svg-2" }]]; const IconNumber34Small = createReactComponent("outline", "number-34-small", "Number34Small", __iconNode$E1); const __iconNode$E0 = [["path", { "d": "M14 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4", "key": "svg-0" }], ["path", { "d": "M6 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5", "key": "svg-1" }]]; const IconNumber35Small = createReactComponent("outline", "number-35-small", "Number35Small", __iconNode$E0); const __iconNode$D$ = [["path", { "d": "M18 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3", "key": "svg-0" }], ["path", { "d": "M6 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5", "key": "svg-1" }]]; const IconNumber36Small = createReactComponent("outline", "number-36-small", "Number36Small", __iconNode$D$); const __iconNode$D_ = [["path", { "d": "M14 8h4l-2 8", "key": "svg-0" }], ["path", { "d": "M6 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5", "key": "svg-1" }]]; const IconNumber37Small = createReactComponent("outline", "number-37-small", "Number37Small", __iconNode$D_); const __iconNode$DZ = [["path", { "d": "M16 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1", "key": "svg-0" }], ["path", { "d": "M6 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5", "key": "svg-1" }]]; const IconNumber38Small = createReactComponent("outline", "number-38-small", "Number38Small", __iconNode$DZ); const __iconNode$DY = [["path", { "d": "M14 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M6 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5", "key": "svg-1" }]]; const IconNumber39Small = createReactComponent("outline", "number-39-small", "Number39Small", __iconNode$DY); const __iconNode$DX = [["path", { "d": "M10 8v3a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M14 8v8", "key": "svg-1" }]]; const IconNumber4Small = createReactComponent("outline", "number-4-small", "Number4Small", __iconNode$DX); const __iconNode$DW = [["path", { "d": "M15 20v-15l-8 11h10", "key": "svg-0" }]]; const IconNumber4 = createReactComponent("outline", "number-4", "Number4", __iconNode$DW); const __iconNode$DV = [["path", { "d": "M14 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M6 8v3a1 1 0 0 0 1 1h3", "key": "svg-1" }], ["path", { "d": "M10 8v8", "key": "svg-2" }]]; const IconNumber40Small = createReactComponent("outline", "number-40-small", "Number40Small", __iconNode$DV); const __iconNode$DU = [["path", { "d": "M15 8h1v8", "key": "svg-0" }], ["path", { "d": "M6 8v3a1 1 0 0 0 1 1h3", "key": "svg-1" }], ["path", { "d": "M10 8v8", "key": "svg-2" }]]; const IconNumber41Small = createReactComponent("outline", "number-41-small", "Number41Small", __iconNode$DU); const __iconNode$DT = [["path", { "d": "M14 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M6 8v3a1 1 0 0 0 1 1h3", "key": "svg-1" }], ["path", { "d": "M10 8v8", "key": "svg-2" }]]; const IconNumber42Small = createReactComponent("outline", "number-42-small", "Number42Small", __iconNode$DT); const __iconNode$DS = [["path", { "d": "M14 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5", "key": "svg-0" }], ["path", { "d": "M6 8v3a1 1 0 0 0 1 1h3", "key": "svg-1" }], ["path", { "d": "M10 8v8", "key": "svg-2" }]]; const IconNumber43Small = createReactComponent("outline", "number-43-small", "Number43Small", __iconNode$DS); const __iconNode$DR = [["path", { "d": "M14 8v3a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M18 8v8", "key": "svg-1" }], ["path", { "d": "M6 8v3a1 1 0 0 0 1 1h3", "key": "svg-2" }], ["path", { "d": "M10 8v8", "key": "svg-3" }]]; const IconNumber44Small = createReactComponent("outline", "number-44-small", "Number44Small", __iconNode$DR); const __iconNode$DQ = [["path", { "d": "M14 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4", "key": "svg-0" }], ["path", { "d": "M6 8v3a1 1 0 0 0 1 1h3", "key": "svg-1" }], ["path", { "d": "M10 8v8", "key": "svg-2" }]]; const IconNumber45Small = createReactComponent("outline", "number-45-small", "Number45Small", __iconNode$DQ); const __iconNode$DP = [["path", { "d": "M18 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3", "key": "svg-0" }], ["path", { "d": "M6 8v3a1 1 0 0 0 1 1h3", "key": "svg-1" }], ["path", { "d": "M10 8v8", "key": "svg-2" }]]; const IconNumber46Small = createReactComponent("outline", "number-46-small", "Number46Small", __iconNode$DP); const __iconNode$DO = [["path", { "d": "M14 8h4l-2 8", "key": "svg-0" }], ["path", { "d": "M6 8v3a1 1 0 0 0 1 1h3", "key": "svg-1" }], ["path", { "d": "M10 8v8", "key": "svg-2" }]]; const IconNumber47Small = createReactComponent("outline", "number-47-small", "Number47Small", __iconNode$DO); const __iconNode$DN = [["path", { "d": "M16 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1", "key": "svg-0" }], ["path", { "d": "M6 8v3a1 1 0 0 0 1 1h3", "key": "svg-1" }], ["path", { "d": "M10 8v8", "key": "svg-2" }]]; const IconNumber48Small = createReactComponent("outline", "number-48-small", "Number48Small", __iconNode$DN); const __iconNode$DM = [["path", { "d": "M14 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M6 8v3a1 1 0 0 0 1 1h3", "key": "svg-1" }], ["path", { "d": "M10 8v8", "key": "svg-2" }]]; const IconNumber49Small = createReactComponent("outline", "number-49-small", "Number49Small", __iconNode$DM); const __iconNode$DL = [["path", { "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4", "key": "svg-0" }]]; const IconNumber5Small = createReactComponent("outline", "number-5-small", "Number5Small", __iconNode$DL); const __iconNode$DK = [["path", { "d": "M8 20h4a4 4 0 1 0 0 -8h-4v-8h8", "key": "svg-0" }]]; const IconNumber5 = createReactComponent("outline", "number-5", "Number5", __iconNode$DK); const __iconNode$DJ = [["path", { "d": "M14 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M6 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4", "key": "svg-1" }]]; const IconNumber50Small = createReactComponent("outline", "number-50-small", "Number50Small", __iconNode$DJ); const __iconNode$DI = [["path", { "d": "M15 8h1v8", "key": "svg-0" }], ["path", { "d": "M7 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4", "key": "svg-1" }]]; const IconNumber51Small = createReactComponent("outline", "number-51-small", "Number51Small", __iconNode$DI); const __iconNode$DH = [["path", { "d": "M14 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M6 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4", "key": "svg-1" }]]; const IconNumber52Small = createReactComponent("outline", "number-52-small", "Number52Small", __iconNode$DH); const __iconNode$DG = [["path", { "d": "M14 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5", "key": "svg-0" }], ["path", { "d": "M6 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4", "key": "svg-1" }]]; const IconNumber53Small = createReactComponent("outline", "number-53-small", "Number53Small", __iconNode$DG); const __iconNode$DF = [["path", { "d": "M14 8v3a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M18 8v8", "key": "svg-1" }], ["path", { "d": "M6 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4", "key": "svg-2" }]]; const IconNumber54Small = createReactComponent("outline", "number-54-small", "Number54Small", __iconNode$DF); const __iconNode$DE = [["path", { "d": "M14 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4", "key": "svg-0" }], ["path", { "d": "M6 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4", "key": "svg-1" }]]; const IconNumber55Small = createReactComponent("outline", "number-55-small", "Number55Small", __iconNode$DE); const __iconNode$DD = [["path", { "d": "M18 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3", "key": "svg-0" }], ["path", { "d": "M6 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4", "key": "svg-1" }]]; const IconNumber56Small = createReactComponent("outline", "number-56-small", "Number56Small", __iconNode$DD); const __iconNode$DC = [["path", { "d": "M14 8h4l-2 8", "key": "svg-0" }], ["path", { "d": "M6 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4", "key": "svg-1" }]]; const IconNumber57Small = createReactComponent("outline", "number-57-small", "Number57Small", __iconNode$DC); const __iconNode$DB = [["path", { "d": "M16 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1", "key": "svg-0" }], ["path", { "d": "M6 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4", "key": "svg-1" }]]; const IconNumber58Small = createReactComponent("outline", "number-58-small", "Number58Small", __iconNode$DB); const __iconNode$DA = [["path", { "d": "M14 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M6 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4", "key": "svg-1" }]]; const IconNumber59Small = createReactComponent("outline", "number-59-small", "Number59Small", __iconNode$DA); const __iconNode$Dz = [["path", { "d": "M14 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3", "key": "svg-0" }]]; const IconNumber6Small = createReactComponent("outline", "number-6-small", "Number6Small", __iconNode$Dz); const __iconNode$Dy = [["path", { "d": "M8 16a4 4 0 1 0 8 0v-1a4 4 0 1 0 -8 0", "key": "svg-0" }], ["path", { "d": "M16 8a4 4 0 1 0 -8 0v8", "key": "svg-1" }]]; const IconNumber6 = createReactComponent("outline", "number-6", "Number6", __iconNode$Dy); const __iconNode$Dx = [["path", { "d": "M14 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M10 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3", "key": "svg-1" }]]; const IconNumber60Small = createReactComponent("outline", "number-60-small", "Number60Small", __iconNode$Dx); const __iconNode$Dw = [["path", { "d": "M15 8h1v8", "key": "svg-0" }], ["path", { "d": "M11 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3", "key": "svg-1" }]]; const IconNumber61Small = createReactComponent("outline", "number-61-small", "Number61Small", __iconNode$Dw); const __iconNode$Dv = [["path", { "d": "M14 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M10 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3", "key": "svg-1" }]]; const IconNumber62Small = createReactComponent("outline", "number-62-small", "Number62Small", __iconNode$Dv); const __iconNode$Du = [["path", { "d": "M14 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5", "key": "svg-0" }], ["path", { "d": "M10 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3", "key": "svg-1" }]]; const IconNumber63Small = createReactComponent("outline", "number-63-small", "Number63Small", __iconNode$Du); const __iconNode$Dt = [["path", { "d": "M14 8v3a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M18 8v8", "key": "svg-1" }], ["path", { "d": "M10 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3", "key": "svg-2" }]]; const IconNumber64Small = createReactComponent("outline", "number-64-small", "Number64Small", __iconNode$Dt); const __iconNode$Ds = [["path", { "d": "M14 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4", "key": "svg-0" }], ["path", { "d": "M10 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3", "key": "svg-1" }]]; const IconNumber65Small = createReactComponent("outline", "number-65-small", "Number65Small", __iconNode$Ds); const __iconNode$Dr = [["path", { "d": "M18 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3", "key": "svg-0" }], ["path", { "d": "M10 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3", "key": "svg-1" }]]; const IconNumber66Small = createReactComponent("outline", "number-66-small", "Number66Small", __iconNode$Dr); const __iconNode$Dq = [["path", { "d": "M14 8h4l-2 8", "key": "svg-0" }], ["path", { "d": "M10 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3", "key": "svg-1" }]]; const IconNumber67Small = createReactComponent("outline", "number-67-small", "Number67Small", __iconNode$Dq); const __iconNode$Dp = [["path", { "d": "M16 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1", "key": "svg-0" }], ["path", { "d": "M10 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3", "key": "svg-1" }]]; const IconNumber68Small = createReactComponent("outline", "number-68-small", "Number68Small", __iconNode$Dp); const __iconNode$Do = [["path", { "d": "M14 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M10 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3", "key": "svg-1" }]]; const IconNumber69Small = createReactComponent("outline", "number-69-small", "Number69Small", __iconNode$Do); const __iconNode$Dn = [["path", { "d": "M10 8h4l-2 8", "key": "svg-0" }]]; const IconNumber7Small = createReactComponent("outline", "number-7-small", "Number7Small", __iconNode$Dn); const __iconNode$Dm = [["path", { "d": "M8 4h8l-4 16", "key": "svg-0" }]]; const IconNumber7 = createReactComponent("outline", "number-7", "Number7", __iconNode$Dm); const __iconNode$Dl = [["path", { "d": "M14 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M6 8h4l-2 8", "key": "svg-1" }]]; const IconNumber70Small = createReactComponent("outline", "number-70-small", "Number70Small", __iconNode$Dl); const __iconNode$Dk = [["path", { "d": "M15 8h1v8", "key": "svg-0" }], ["path", { "d": "M7 8h4l-2 8", "key": "svg-1" }]]; const IconNumber71Small = createReactComponent("outline", "number-71-small", "Number71Small", __iconNode$Dk); const __iconNode$Dj = [["path", { "d": "M14 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M6 8h4l-2 8", "key": "svg-1" }]]; const IconNumber72Small = createReactComponent("outline", "number-72-small", "Number72Small", __iconNode$Dj); const __iconNode$Di = [["path", { "d": "M14 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5", "key": "svg-0" }], ["path", { "d": "M6 8h4l-2 8", "key": "svg-1" }]]; const IconNumber73Small = createReactComponent("outline", "number-73-small", "Number73Small", __iconNode$Di); const __iconNode$Dh = [["path", { "d": "M14 8v3a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M18 8v8", "key": "svg-1" }], ["path", { "d": "M6 8h4l-2 8", "key": "svg-2" }]]; const IconNumber74Small = createReactComponent("outline", "number-74-small", "Number74Small", __iconNode$Dh); const __iconNode$Dg = [["path", { "d": "M14 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4", "key": "svg-0" }], ["path", { "d": "M6 8h4l-2 8", "key": "svg-1" }]]; const IconNumber75Small = createReactComponent("outline", "number-75-small", "Number75Small", __iconNode$Dg); const __iconNode$Df = [["path", { "d": "M18 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3", "key": "svg-0" }], ["path", { "d": "M6 8h4l-2 8", "key": "svg-1" }]]; const IconNumber76Small = createReactComponent("outline", "number-76-small", "Number76Small", __iconNode$Df); const __iconNode$De = [["path", { "d": "M14 8h4l-2 8", "key": "svg-0" }], ["path", { "d": "M6 8h4l-2 8", "key": "svg-1" }]]; const IconNumber77Small = createReactComponent("outline", "number-77-small", "Number77Small", __iconNode$De); const __iconNode$Dd = [["path", { "d": "M16 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1", "key": "svg-0" }], ["path", { "d": "M6 8h4l-2 8", "key": "svg-1" }]]; const IconNumber78Small = createReactComponent("outline", "number-78-small", "Number78Small", __iconNode$Dd); const __iconNode$Dc = [["path", { "d": "M14 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M6 8h4l-2 8", "key": "svg-1" }]]; const IconNumber79Small = createReactComponent("outline", "number-79-small", "Number79Small", __iconNode$Dc); const __iconNode$Db = [["path", { "d": "M12 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconNumber8Small = createReactComponent("outline", "number-8-small", "Number8Small", __iconNode$Db); const __iconNode$Da = [["path", { "d": "M8 8a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-0" }], ["path", { "d": "M8 16a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-1" }]]; const IconNumber8 = createReactComponent("outline", "number-8", "Number8", __iconNode$Da); const __iconNode$D9 = [["path", { "d": "M14 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M8 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1", "key": "svg-1" }]]; const IconNumber80Small = createReactComponent("outline", "number-80-small", "Number80Small", __iconNode$D9); const __iconNode$D8 = [["path", { "d": "M15 8h1v8", "key": "svg-0" }], ["path", { "d": "M9 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1", "key": "svg-1" }]]; const IconNumber81Small = createReactComponent("outline", "number-81-small", "Number81Small", __iconNode$D8); const __iconNode$D7 = [["path", { "d": "M14 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M8 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1", "key": "svg-1" }]]; const IconNumber82Small = createReactComponent("outline", "number-82-small", "Number82Small", __iconNode$D7); const __iconNode$D6 = [["path", { "d": "M14 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5", "key": "svg-0" }], ["path", { "d": "M8 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1", "key": "svg-1" }]]; const IconNumber83Small = createReactComponent("outline", "number-83-small", "Number83Small", __iconNode$D6); const __iconNode$D5 = [["path", { "d": "M14 8v3a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M18 8v8", "key": "svg-1" }], ["path", { "d": "M8 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1", "key": "svg-2" }]]; const IconNumber84Small = createReactComponent("outline", "number-84-small", "Number84Small", __iconNode$D5); const __iconNode$D4 = [["path", { "d": "M14 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4", "key": "svg-0" }], ["path", { "d": "M8 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1", "key": "svg-1" }]]; const IconNumber85Small = createReactComponent("outline", "number-85-small", "Number85Small", __iconNode$D4); const __iconNode$D3 = [["path", { "d": "M18 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3", "key": "svg-0" }], ["path", { "d": "M8 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1", "key": "svg-1" }]]; const IconNumber86Small = createReactComponent("outline", "number-86-small", "Number86Small", __iconNode$D3); const __iconNode$D2 = [["path", { "d": "M14 8h4l-2 8", "key": "svg-0" }], ["path", { "d": "M8 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1", "key": "svg-1" }]]; const IconNumber87Small = createReactComponent("outline", "number-87-small", "Number87Small", __iconNode$D2); const __iconNode$D1 = [["path", { "d": "M16 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1", "key": "svg-0" }], ["path", { "d": "M8 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1", "key": "svg-1" }]]; const IconNumber88Small = createReactComponent("outline", "number-88-small", "Number88Small", __iconNode$D1); const __iconNode$D0 = [["path", { "d": "M14 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M8 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1", "key": "svg-1" }]]; const IconNumber89Small = createReactComponent("outline", "number-89-small", "Number89Small", __iconNode$D0); const __iconNode$C$ = [["path", { "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-0" }]]; const IconNumber9Small = createReactComponent("outline", "number-9-small", "Number9Small", __iconNode$C$); const __iconNode$C_ = [["path", { "d": "M16 8a4 4 0 1 0 -8 0v1a4 4 0 1 0 8 0", "key": "svg-0" }], ["path", { "d": "M8 16a4 4 0 1 0 8 0v-8", "key": "svg-1" }]]; const IconNumber9 = createReactComponent("outline", "number-9", "Number9", __iconNode$C_); const __iconNode$CZ = [["path", { "d": "M14 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M6 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-1" }]]; const IconNumber90Small = createReactComponent("outline", "number-90-small", "Number90Small", __iconNode$CZ); const __iconNode$CY = [["path", { "d": "M15 8h1v8", "key": "svg-0" }], ["path", { "d": "M7 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-1" }]]; const IconNumber91Small = createReactComponent("outline", "number-91-small", "Number91Small", __iconNode$CY); const __iconNode$CX = [["path", { "d": "M14 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M6 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-1" }]]; const IconNumber92Small = createReactComponent("outline", "number-92-small", "Number92Small", __iconNode$CX); const __iconNode$CW = [["path", { "d": "M14 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5", "key": "svg-0" }], ["path", { "d": "M6 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-1" }]]; const IconNumber93Small = createReactComponent("outline", "number-93-small", "Number93Small", __iconNode$CW); const __iconNode$CV = [["path", { "d": "M14 8v3a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M18 8v8", "key": "svg-1" }], ["path", { "d": "M6 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-2" }]]; const IconNumber94Small = createReactComponent("outline", "number-94-small", "Number94Small", __iconNode$CV); const __iconNode$CU = [["path", { "d": "M14 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4", "key": "svg-0" }], ["path", { "d": "M6 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-1" }]]; const IconNumber95Small = createReactComponent("outline", "number-95-small", "Number95Small", __iconNode$CU); const __iconNode$CT = [["path", { "d": "M18 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3", "key": "svg-0" }], ["path", { "d": "M6 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-1" }]]; const IconNumber96Small = createReactComponent("outline", "number-96-small", "Number96Small", __iconNode$CT); const __iconNode$CS = [["path", { "d": "M14 8h4l-2 8", "key": "svg-0" }], ["path", { "d": "M6 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-1" }]]; const IconNumber97Small = createReactComponent("outline", "number-97-small", "Number97Small", __iconNode$CS); const __iconNode$CR = [["path", { "d": "M16 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1", "key": "svg-0" }], ["path", { "d": "M6 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-1" }]]; const IconNumber98Small = createReactComponent("outline", "number-98-small", "Number98Small", __iconNode$CR); const __iconNode$CQ = [["path", { "d": "M14 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M6 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-1" }]]; const IconNumber99Small = createReactComponent("outline", "number-99-small", "Number99Small", __iconNode$CQ); const __iconNode$CP = [["path", { "d": "M4 17v-10l7 10v-10", "key": "svg-0" }], ["path", { "d": "M15 17h5", "key": "svg-1" }], ["path", { "d": "M15 10a2.5 3 0 1 0 5 0a2.5 3 0 1 0 -5 0", "key": "svg-2" }]]; const IconNumber = createReactComponent("outline", "number", "Number", __iconNode$CP); const __iconNode$CO = [["path", { "d": "M8 10v-7l-2 2", "key": "svg-0" }], ["path", { "d": "M6 16a2 2 0 1 1 4 0c0 .591 -.601 1.46 -1 2l-3 3h4", "key": "svg-1" }], ["path", { "d": "M15 14a2 2 0 1 0 2 -2a2 2 0 1 0 -2 -2", "key": "svg-2" }], ["path", { "d": "M6.5 10h3", "key": "svg-3" }]]; const IconNumbers = createReactComponent("outline", "numbers", "Numbers", __iconNode$CO); const __iconNode$CN = [["path", { "d": "M12 5c2.941 0 6.685 1.537 9 3l-2 11h-14l-2 -11c2.394 -1.513 6.168 -3.005 9 -3", "key": "svg-0" }], ["path", { "d": "M10 12h4", "key": "svg-1" }], ["path", { "d": "M12 10v4", "key": "svg-2" }]]; const IconNurse = createReactComponent("outline", "nurse", "Nurse", __iconNode$CN); const __iconNode$CM = [["path", { "d": "M19 6.84a2.007 2.007 0 0 1 1 1.754v6.555c0 .728 -.394 1.4 -1.03 1.753l-6 3.844a1.995 1.995 0 0 1 -1.94 0l-6 -3.844a2.006 2.006 0 0 1 -1.03 -1.752v-6.557c0 -.728 .394 -1.399 1.03 -1.753l6 -3.582a2.049 2.049 0 0 1 2 0l6 3.582h-.03", "key": "svg-0" }], ["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }]]; const IconNut = createReactComponent("outline", "nut", "Nut", __iconNode$CM); const __iconNode$CL = [["path", { "d": "M4 8v-2a2 2 0 0 1 2 -2h2", "key": "svg-0" }], ["path", { "d": "M4 16v2a2 2 0 0 0 2 2h2", "key": "svg-1" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2", "key": "svg-2" }], ["path", { "d": "M16 20h2a2 2 0 0 0 2 -2v-2", "key": "svg-3" }], ["path", { "d": "M8 10a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2l0 -4", "key": "svg-4" }]]; const IconObjectScan = createReactComponent("outline", "object-scan", "ObjectScan", __iconNode$CL); const __iconNode$CK = [["path", { "d": "M13.039 21.734l-.237 .101c-.512 .22 -1.092 .22 -1.604 0l-5.575 -2.389a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.206 -.48 .589 -.863 1.07 -1.07l5.574 -2.388a2.036 2.036 0 0 1 1.604 0l5.575 2.389c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-.94 2.196", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }]]; const IconOctagonMinus2 = createReactComponent("outline", "octagon-minus-2", "OctagonMinus2", __iconNode$CK); const __iconNode$CJ = [["path", { "d": "M12.802 2.165l5.575 2.389c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-2.389 5.575c-.206 .48 -.589 .863 -1.07 1.07l-5.574 2.388c-.512 .22 -1.092 .22 -1.604 0l-5.575 -2.389a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.206 -.48 .589 -.863 1.07 -1.07l5.574 -2.388a2.036 2.036 0 0 1 1.604 0", "key": "svg-0" }], ["path", { "d": "M9 12h6", "key": "svg-1" }]]; const IconOctagonMinus = createReactComponent("outline", "octagon-minus", "OctagonMinus", __iconNode$CJ); const __iconNode$CI = [["path", { "d": "M19.027 19.002a2.03 2.03 0 0 1 -.65 .444l-5.575 2.39a2.04 2.04 0 0 1 -1.604 0l-5.575 -2.39a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.103 -.24 .25 -.457 .433 -.639m2.689 -1.31l3.522 -1.51a2.036 2.036 0 0 1 1.604 0l5.575 2.39c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-1.509 3.522", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconOctagonOff = createReactComponent("outline", "octagon-off", "OctagonOff", __iconNode$CI); const __iconNode$CH = [["path", { "d": "M13.023 21.74l-.221 .095c-.512 .22 -1.092 .22 -1.604 0l-5.575 -2.389a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.206 -.48 .589 -.863 1.07 -1.07l5.574 -2.388a2.036 2.036 0 0 1 1.604 0l5.575 2.389c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-.081 .19", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }]]; const IconOctagonPlus2 = createReactComponent("outline", "octagon-plus-2", "OctagonPlus2", __iconNode$CH); const __iconNode$CG = [["path", { "d": "M12.802 2.165l5.575 2.389c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-2.389 5.575c-.206 .48 -.589 .863 -1.07 1.07l-5.574 2.388c-.512 .22 -1.092 .22 -1.604 0l-5.575 -2.389a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.206 -.48 .589 -.863 1.07 -1.07l5.574 -2.388a2.036 2.036 0 0 1 1.604 0", "key": "svg-0" }], ["path", { "d": "M9 12h6", "key": "svg-1" }], ["path", { "d": "M12 9v6", "key": "svg-2" }]]; const IconOctagonPlus = createReactComponent("outline", "octagon-plus", "OctagonPlus", __iconNode$CG); const __iconNode$CF = [["path", { "d": "M12.802 2.165l5.575 2.389c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-2.389 5.575c-.206 .48 -.589 .863 -1.07 1.07l-5.574 2.388c-.512 .22 -1.092 .22 -1.604 0l-5.575 -2.389a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.206 -.48 .589 -.863 1.07 -1.07l5.574 -2.388a2.036 2.036 0 0 1 1.604 0", "key": "svg-0" }]]; const IconOctagon = createReactComponent("outline", "octagon", "Octagon", __iconNode$CF); const __iconNode$CE = [["path", { "d": "M6.771 6.77l-4.475 4.527a.984 .984 0 0 0 0 1.407l8.845 8.949a1.234 1.234 0 0 0 1.718 -.001l4.36 -4.412m2.002 -2.025l2.483 -2.512a.984 .984 0 0 0 0 -1.407l-8.845 -8.948a1.233 1.233 0 0 0 -1.718 0l-2.375 2.403", "key": "svg-0" }], ["path", { "d": "M2 12c.004 .086 .103 .178 .296 .246l8.845 2.632c.459 .163 1.259 .163 1.718 0l1.544 -.46m3.094 -.92l4.207 -1.252c.195 -.07 .294 -.156 .296 -.243", "key": "svg-1" }], ["path", { "d": "M12 2.12v5.88m0 4v9.88", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconOctahedronOff = createReactComponent("outline", "octahedron-off", "OctahedronOff", __iconNode$CE); const __iconNode$CD = [["path", { "d": "M21.498 12.911l.206 -.208a.984 .984 0 0 0 0 -1.407l-8.845 -8.948a1.233 1.233 0 0 0 -1.718 0l-8.845 8.949a.984 .984 0 0 0 0 1.407l8.845 8.949a1.234 1.234 0 0 0 1.718 -.001l.08 -.081", "key": "svg-0" }], ["path", { "d": "M2 12c.004 .086 .103 .178 .296 .246l8.845 2.632c.459 .163 1.259 .163 1.718 0l2.634 -.784m5.41 -1.61l.801 -.238c.195 -.07 .294 -.156 .296 -.243", "key": "svg-1" }], ["path", { "d": "M12 2.12v19.76", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }], ["path", { "d": "M19 16v6", "key": "svg-4" }]]; const IconOctahedronPlus = createReactComponent("outline", "octahedron-plus", "OctahedronPlus", __iconNode$CD); const __iconNode$CC = [["path", { "d": "M12.859 21.652l8.845 -8.949a.984 .984 0 0 0 0 -1.407l-8.845 -8.948a1.233 1.233 0 0 0 -1.718 0l-8.845 8.949a.984 .984 0 0 0 0 1.407l8.845 8.949a1.234 1.234 0 0 0 1.718 -.001", "key": "svg-0" }], ["path", { "d": "M2 12c.004 .086 .103 .178 .296 .246l8.845 2.632c.459 .163 1.259 .163 1.718 0l8.845 -2.632c.195 -.07 .294 -.156 .296 -.243", "key": "svg-1" }], ["path", { "d": "M12 2.12v19.76", "key": "svg-2" }]]; const IconOctahedron = createReactComponent("outline", "octahedron", "Octahedron", __iconNode$CC); const __iconNode$CB = [["path", { "d": "M11 21l-1 -4l-2 -3v-6", "key": "svg-0" }], ["path", { "d": "M5 14l-1 -3l4 -3l3 2l3 .5", "key": "svg-1" }], ["path", { "d": "M7 4a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }], ["path", { "d": "M7 17l-2 4", "key": "svg-3" }], ["path", { "d": "M16 21v-8.5a1.5 1.5 0 0 1 3 0v.5", "key": "svg-4" }]]; const IconOld = createReactComponent("outline", "old", "Old", __iconNode$CB); const __iconNode$CA = [["path", { "d": "M8 9h8", "key": "svg-0" }], ["path", { "d": "M9 9c1 4.364 1 7.636 1 12h4c0 -4.364 0 -7.636 1 -12", "key": "svg-1" }], ["path", { "d": "M11 3c0 2.5 -1 2.66 -1 4a1.9 1.9 0 0 0 2 2a1.87 1.87 0 0 0 2 -2c0 -1.41 -1 -3 -3 -4", "key": "svg-2" }]]; const IconOlympicTorch = createReactComponent("outline", "olympic-torch", "OlympicTorch", __iconNode$CA); const __iconNode$Cz = [["path", { "d": "M6 6a3 3 0 1 0 3 3", "key": "svg-0" }], ["path", { "d": "M15 9a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M9 9a3 3 0 0 0 3 3m2.566 -1.445a3 3 0 0 0 -4.135 -4.113", "key": "svg-2" }], ["path", { "d": "M6 15a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-3" }], ["path", { "d": "M12.878 12.88a3 3 0 0 0 4.239 4.247m.586 -3.431a3.012 3.012 0 0 0 -1.43 -1.414", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconOlympicsOff = createReactComponent("outline", "olympics-off", "OlympicsOff", __iconNode$Cz); const __iconNode$Cy = [["path", { "d": "M3 9a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M15 9a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M9 9a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M6 15a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-3" }], ["path", { "d": "M12 15a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-4" }]]; const IconOlympics = createReactComponent("outline", "olympics", "Olympics", __iconNode$Cy); const __iconNode$Cx = [["path", { "d": "M7 12c2.21 0 4 -1.567 4 -3.5s-1.79 -3.5 -4 -3.5c-1.594 0 -2.97 .816 -3.613 2", "key": "svg-0" }], ["path", { "d": "M3.423 14.483a4.944 4.944 0 0 0 -.423 2.017c0 2.485 1.79 4.5 4 4.5s4 -2.015 4 -4.5s-1.79 -4.5 -4 -4.5", "key": "svg-1" }], ["path", { "d": "M14.071 17.01c.327 2.277 1.739 3.99 3.429 3.99c1.933 0 3.5 -2.239 3.5 -5s-1.567 -5 -3.5 -5c-.96 0 -1.868 .606 -2.5 1.5c-.717 1.049 -1.76 1.7 -2.936 1.7c-.92 0 -1.766 -.406 -2.434 -1.087", "key": "svg-2" }], ["path", { "d": "M17 3l2 2", "key": "svg-3" }], ["path", { "d": "M12 3c1.667 3.667 4.667 5.333 9 5", "key": "svg-4" }]]; const IconOm = createReactComponent("outline", "om", "Om", __iconNode$Cx); const __iconNode$Cw = [["path", { "d": "M4 19h5v-1a7.35 7.35 0 1 1 6 0v1h5", "key": "svg-0" }]]; const IconOmega = createReactComponent("outline", "omega", "Omega", __iconNode$Cw); const __iconNode$Cv = [["path", { "d": "M14 6h5m0 12h-5l-5 -12h-4", "key": "svg-0" }]]; const IconOption = createReactComponent("outline", "option", "Option", __iconNode$Cv); const __iconNode$Cu = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 15l6 -6", "key": "svg-1" }], ["path", { "d": "M11 9h4v4", "key": "svg-2" }]]; const IconOutbound = createReactComponent("outline", "outbound", "Outbound", __iconNode$Cu); const __iconNode$Ct = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }], ["path", { "d": "M8.5 12a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-1" }], ["path", { "d": "M14.5 12a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-2" }]]; const IconOutlet = createReactComponent("outline", "outlet", "Outlet", __iconNode$Ct); const __iconNode$Cs = [["path", { "d": "M3 12c0 -3.314 4.03 -6 9 -6s9 2.686 9 6s-4.03 6 -9 6s-9 -2.686 -9 -6", "key": "svg-0" }]]; const IconOvalVertical = createReactComponent("outline", "oval-vertical", "OvalVertical", __iconNode$Cs); const __iconNode$Cr = [["path", { "d": "M6 12a6 9 0 1 0 12 0a6 9 0 1 0 -12 0", "key": "svg-0" }]]; const IconOval = createReactComponent("outline", "oval", "Oval", __iconNode$Cr); const __iconNode$Cq = [["path", { "d": "M7 9v5a5 5 0 0 0 10 0v-5", "key": "svg-0" }], ["path", { "d": "M5 5h14", "key": "svg-1" }]]; const IconOverline = createReactComponent("outline", "overline", "Overline", __iconNode$Cq); const __iconNode$Cp = [["path", { "d": "M12 21l-8 -4.5v-9l8 -4.5l8 4.5v4.5", "key": "svg-0" }], ["path", { "d": "M12 12l8 -4.5", "key": "svg-1" }], ["path", { "d": "M12 12v9", "key": "svg-2" }], ["path", { "d": "M12 12l-8 -4.5", "key": "svg-3" }], ["path", { "d": "M15 18h7", "key": "svg-4" }], ["path", { "d": "M19 15l3 3l-3 3", "key": "svg-5" }]]; const IconPackageExport = createReactComponent("outline", "package-export", "PackageExport", __iconNode$Cp); const __iconNode$Co = [["path", { "d": "M12 21l-8 -4.5v-9l8 -4.5l8 4.5v4.5", "key": "svg-0" }], ["path", { "d": "M12 12l8 -4.5", "key": "svg-1" }], ["path", { "d": "M12 12v9", "key": "svg-2" }], ["path", { "d": "M12 12l-8 -4.5", "key": "svg-3" }], ["path", { "d": "M22 18h-7", "key": "svg-4" }], ["path", { "d": "M18 15l-3 3l3 3", "key": "svg-5" }]]; const IconPackageImport = createReactComponent("outline", "package-import", "PackageImport", __iconNode$Co); const __iconNode$Cn = [["path", { "d": "M8.812 4.793l3.188 -1.793l8 4.5v8.5m-2.282 1.784l-5.718 3.216l-8 -4.5v-9l2.223 -1.25", "key": "svg-0" }], ["path", { "d": "M14.543 10.57l5.457 -3.07", "key": "svg-1" }], ["path", { "d": "M12 12v9", "key": "svg-2" }], ["path", { "d": "M12 12l-8 -4.5", "key": "svg-3" }], ["path", { "d": "M16 5.25l-4.35 2.447m-2.564 1.442l-1.086 .611", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconPackageOff = createReactComponent("outline", "package-off", "PackageOff", __iconNode$Cn); const __iconNode$Cm = [["path", { "d": "M12 3l8 4.5l0 9l-8 4.5l-8 -4.5l0 -9l8 -4.5", "key": "svg-0" }], ["path", { "d": "M12 12l8 -4.5", "key": "svg-1" }], ["path", { "d": "M12 12l0 9", "key": "svg-2" }], ["path", { "d": "M12 12l-8 -4.5", "key": "svg-3" }], ["path", { "d": "M16 5.25l-8 4.5", "key": "svg-4" }]]; const IconPackage = createReactComponent("outline", "package", "Package", __iconNode$Cm); const __iconNode$Cl = [["path", { "d": "M7 16.5l-5 -3l5 -3l5 3v5.5l-5 3l0 -5.5", "key": "svg-0" }], ["path", { "d": "M2 13.5v5.5l5 3", "key": "svg-1" }], ["path", { "d": "M7 16.545l5 -3.03", "key": "svg-2" }], ["path", { "d": "M17 16.5l-5 -3l5 -3l5 3v5.5l-5 3l0 -5.5", "key": "svg-3" }], ["path", { "d": "M12 19l5 3", "key": "svg-4" }], ["path", { "d": "M17 16.5l5 -3", "key": "svg-5" }], ["path", { "d": "M12 13.5v-5.5l-5 -3l5 -3l5 3v5.5", "key": "svg-6" }], ["path", { "d": "M7 5.03v5.455", "key": "svg-7" }], ["path", { "d": "M12 8l5 -3", "key": "svg-8" }]]; const IconPackages = createReactComponent("outline", "packages", "Packages", __iconNode$Cl); const __iconNode$Ck = [["path", { "d": "M6.636 5.636a9 9 0 0 1 13.397 .747l-5.619 5.617l5.619 5.617a9 9 0 1 1 -13.397 -11.981", "key": "svg-0" }], ["path", { "d": "M11.5 7.5a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-1" }]]; const IconPacman = createReactComponent("outline", "pacman", "Pacman", __iconNode$Ck); const __iconNode$Cj = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4", "key": "svg-0" }], ["path", { "d": "M19 18v1a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-1", "key": "svg-1" }], ["path", { "d": "M3 14h3m4.5 0h3m4.5 0h3", "key": "svg-2" }], ["path", { "d": "M5 10v-5a2 2 0 0 1 2 -2h7l5 5v2", "key": "svg-3" }]]; const IconPageBreak = createReactComponent("outline", "page-break", "PageBreak", __iconNode$Cj); const __iconNode$Ci = [["path", { "d": "M7 3h10a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-4m-4 0h-2a2 2 0 0 1 -2 -2v-2", "key": "svg-0" }], ["path", { "d": "M19 6h1a2 2 0 0 1 2 2a5 5 0 0 1 -5 5m-4 0h-1v2", "key": "svg-1" }], ["path", { "d": "M10 16a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -4", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconPaintOff = createReactComponent("outline", "paint-off", "PaintOff", __iconNode$Ci); const __iconNode$Ch = [["path", { "d": "M5 5a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2l0 -2", "key": "svg-0" }], ["path", { "d": "M19 6h1a2 2 0 0 1 2 2a5 5 0 0 1 -5 5l-5 0v2", "key": "svg-1" }], ["path", { "d": "M10 16a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -4", "key": "svg-2" }]]; const IconPaint = createReactComponent("outline", "paint", "Paint", __iconNode$Ch); const __iconNode$Cg = [["path", { "d": "M15 15h-1a2 2 0 0 0 -1 3.75a1.3 1.3 0 0 1 -1 2.25a9 9 0 0 1 -6.372 -15.356", "key": "svg-0" }], ["path", { "d": "M8 4c1.236 -.623 2.569 -1 4 -1c4.97 0 9 3.582 9 8c0 1.06 -.474 2.078 -1.318 2.828a4.516 4.516 0 0 1 -1.127 .73", "key": "svg-1" }], ["path", { "d": "M7.5 10.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }], ["path", { "d": "M11.5 7.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-3" }], ["path", { "d": "M15.5 10.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconPaletteOff = createReactComponent("outline", "palette-off", "PaletteOff", __iconNode$Cg); const __iconNode$Cf = [["path", { "d": "M12 21a9 9 0 0 1 0 -18c4.97 0 9 3.582 9 8c0 1.06 -.474 2.078 -1.318 2.828c-.844 .75 -1.989 1.172 -3.182 1.172h-2.5a2 2 0 0 0 -1 3.75a1.3 1.3 0 0 1 -1 2.25", "key": "svg-0" }], ["path", { "d": "M7.5 10.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }], ["path", { "d": "M11.5 7.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }], ["path", { "d": "M15.5 10.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-3" }]]; const IconPalette = createReactComponent("outline", "palette", "Palette", __iconNode$Cf); const __iconNode$Ce = [["path", { "d": "M10.95 6.952c2.901 .15 5.803 -.323 8.705 -1.42a1 1 0 0 1 1.345 .934v10.534m-3.212 .806c-4.483 -1.281 -8.966 -1.074 -13.449 .622a.993 .993 0 0 1 -1.339 -.935v-11.027a1 1 0 0 1 1.338 -.935c.588 .221 1.176 .418 1.764 .59", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconPanoramaHorizontalOff = createReactComponent("outline", "panorama-horizontal-off", "PanoramaHorizontalOff", __iconNode$Ce); const __iconNode$Cd = [["path", { "d": "M4.338 5.53c5.106 1.932 10.211 1.932 15.317 0a1 1 0 0 1 1.345 .934v11c0 .692 -.692 1.2 -1.34 .962c-5.107 -1.932 -10.214 -1.932 -15.321 0c-.648 .246 -1.339 -.242 -1.339 -.935v-11.027a1 1 0 0 1 1.338 -.935l0 .001", "key": "svg-0" }]]; const IconPanoramaHorizontal = createReactComponent("outline", "panorama-horizontal", "PanoramaHorizontal", __iconNode$Cd); const __iconNode$Cc = [["path", { "d": "M7 3h10.53c.693 0 1.18 .691 .935 1.338c-1.098 2.898 -1.573 5.795 -1.425 8.692m.828 4.847c.172 .592 .37 1.185 .595 1.778a1 1 0 0 1 -.934 1.345h-11c-.692 0 -1.208 -.692 -.962 -1.34c1.697 -4.486 1.903 -8.973 .619 -13.46", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconPanoramaVerticalOff = createReactComponent("outline", "panorama-vertical-off", "PanoramaVerticalOff", __iconNode$Cc); const __iconNode$Cb = [["path", { "d": "M18.463 4.338c-1.932 5.106 -1.932 10.211 0 15.317a1 1 0 0 1 -.934 1.345h-11c-.692 0 -1.208 -.692 -.962 -1.34c1.932 -5.107 1.932 -10.214 0 -15.321c-.246 -.648 .243 -1.339 .935 -1.339h11.028c.693 0 1.18 .691 .935 1.338l-.002 0", "key": "svg-0" }]]; const IconPanoramaVertical = createReactComponent("outline", "panorama-vertical", "PanoramaVertical", __iconNode$Cb); const __iconNode$Ca = [["path", { "d": "M7.158 3.185c.256 -.119 .542 -.185 .842 -.185h8a2 2 0 0 1 2 2v1.82a5 5 0 0 0 .528 2.236l.944 1.888a5 5 0 0 1 .528 2.236v2.82m-.177 3.824a2 2 0 0 1 -1.823 1.176h-12a2 2 0 0 1 -2 -2v-5.82a5 5 0 0 1 .528 -2.236l1.472 -2.944v-2", "key": "svg-0" }], ["path", { "d": "M13.185 13.173a2 2 0 1 0 2.64 2.647", "key": "svg-1" }], ["path", { "d": "M6 21a2 2 0 0 0 2 -2v-5.82a5 5 0 0 0 -.528 -2.236l-1.472 -2.944", "key": "svg-2" }], ["path", { "d": "M11 7h2", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconPaperBagOff = createReactComponent("outline", "paper-bag-off", "PaperBagOff", __iconNode$Ca); const __iconNode$C9 = [["path", { "d": "M8 3h8a2 2 0 0 1 2 2v1.82a5 5 0 0 0 .528 2.236l.944 1.888a5 5 0 0 1 .528 2.236v5.82a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-5.82a5 5 0 0 1 .528 -2.236l1.472 -2.944v-3a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M12 15a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M6 21a2 2 0 0 0 2 -2v-5.82a5 5 0 0 0 -.528 -2.236l-1.472 -2.944", "key": "svg-2" }], ["path", { "d": "M11 7h2", "key": "svg-3" }]]; const IconPaperBag = createReactComponent("outline", "paper-bag", "PaperBag", __iconNode$C9); const __iconNode$C8 = [["path", { "d": "M15 7l-6.5 6.5a1.5 1.5 0 0 0 3 3l6.5 -6.5a3 3 0 0 0 -6 -6l-6.5 6.5a4.5 4.5 0 0 0 9 9l6.5 -6.5", "key": "svg-0" }]]; const IconPaperclip = createReactComponent("outline", "paperclip", "Paperclip", __iconNode$C8); const __iconNode$C7 = [["path", { "d": "M22 12c0 -5.523 -4.477 -10 -10 -10c-1.737 0 -3.37 .443 -4.794 1.222m-2.28 1.71a9.969 9.969 0 0 0 -2.926 7.068", "key": "svg-0" }], ["path", { "d": "M22 12c0 -1.66 -1.46 -3 -3.25 -3c-1.63 0 -2.973 1.099 -3.212 2.54m-.097 -.09c-.23 -1.067 -1.12 -1.935 -2.29 -2.284m-3.445 .568c-.739 .55 -1.206 1.36 -1.206 2.266c0 -1.66 -1.46 -3 -3.25 -3c-1.8 0 -3.25 1.34 -3.25 3", "key": "svg-1" }], ["path", { "d": "M2 12l10 10l-3.5 -10", "key": "svg-2" }], ["path", { "d": "M14.582 14.624l-2.582 7.376l4.992 -4.992m2.014 -2.014l3 -3", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconParachuteOff = createReactComponent("outline", "parachute-off", "ParachuteOff", __iconNode$C7); const __iconNode$C6 = [["path", { "d": "M22 12a10 10 0 1 0 -20 0", "key": "svg-0" }], ["path", { "d": "M22 12c0 -1.66 -1.46 -3 -3.25 -3c-1.8 0 -3.25 1.34 -3.25 3c0 -1.66 -1.57 -3 -3.5 -3s-3.5 1.34 -3.5 3c0 -1.66 -1.46 -3 -3.25 -3c-1.8 0 -3.25 1.34 -3.25 3", "key": "svg-1" }], ["path", { "d": "M2 12l10 10l-3.5 -10", "key": "svg-2" }], ["path", { "d": "M15.5 12l-3.5 10l10 -10", "key": "svg-3" }]]; const IconParachute = createReactComponent("outline", "parachute", "Parachute", __iconNode$C6); const __iconNode$C5 = [["path", { "d": "M5.743 5.745a12.253 12.253 0 0 0 1.257 14.255", "key": "svg-0" }], ["path", { "d": "M17 4a12.25 12.25 0 0 1 2.474 11.467m-1.22 2.794a12.291 12.291 0 0 1 -1.254 1.739", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconParenthesesOff = createReactComponent("outline", "parentheses-off", "ParenthesesOff", __iconNode$C5); const __iconNode$C4 = [["path", { "d": "M7 4a12.25 12.25 0 0 0 0 16", "key": "svg-0" }], ["path", { "d": "M17 4a12.25 12.25 0 0 1 0 16", "key": "svg-1" }]]; const IconParentheses = createReactComponent("outline", "parentheses", "Parentheses", __iconNode$C4); const __iconNode$C3 = [["path", { "d": "M10 16v-8h3.334c.92 0 1.666 .895 1.666 2s-.746 2 -1.666 2h-3.334", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-1" }]]; const IconParkingCircle = createReactComponent("outline", "parking-circle", "ParkingCircle", __iconNode$C3); const __iconNode$C2 = [["path", { "d": "M15 9a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M12 19v3", "key": "svg-1" }], ["path", { "d": "M10.938 19h2.122a4.04 4.04 0 0 0 3.868 -2.82l1.775 -5.68c1.082 -3.463 -.882 -7.138 -4.386 -8.208a6.7 6.7 0 0 0 -1.96 -.292h-.716c-3.668 0 -6.641 2.939 -6.641 6.563c0 .657 .1 1.31 .296 1.937l1.775 5.68a4.04 4.04 0 0 0 3.867 2.82", "key": "svg-2" }], ["path", { "d": "M11 12h2", "key": "svg-3" }], ["path", { "d": "M12 12v3", "key": "svg-4" }]]; const IconParkingMeter = createReactComponent("outline", "parking-meter", "ParkingMeter", __iconNode$C2); const __iconNode$C1 = [["path", { "d": "M8 4h10a2 2 0 0 1 2 2v10m-.582 3.41c-.362 .365 -.864 .59 -1.418 .59h-12a2 2 0 0 1 -2 -2v-12c0 -.554 .225 -1.056 .59 -1.418", "key": "svg-0" }], ["path", { "d": "M9 16v-7m3 -1h1a2 2 0 0 1 1.817 2.836m-2.817 1.164h-3", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconParkingOff = createReactComponent("outline", "parking-off", "ParkingOff", __iconNode$C1); const __iconNode$C0 = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M10 16v-8h2.667c.736 0 1.333 .895 1.333 2s-.597 2 -1.333 2h-2.667", "key": "svg-1" }]]; const IconParking = createReactComponent("outline", "parking", "Parking", __iconNode$C0); const __iconNode$B$ = [["path", { "d": "M17 8c.788 1 1 2 1 3v1", "key": "svg-0" }], ["path", { "d": "M9 11c0 -1.578 1.343 -3 3 -3s3 1.422 3 3v2", "key": "svg-1" }], ["path", { "d": "M12 11v2", "key": "svg-2" }], ["path", { "d": "M6 12v-1.397c-.006 -1.999 1.136 -3.849 2.993 -4.85a6.385 6.385 0 0 1 6.007 -.005", "key": "svg-3" }], ["path", { "d": "M12 17v4", "key": "svg-4" }], ["path", { "d": "M10 20l4 -2", "key": "svg-5" }], ["path", { "d": "M10 18l4 2", "key": "svg-6" }], ["path", { "d": "M5 17v4", "key": "svg-7" }], ["path", { "d": "M3 20l4 -2", "key": "svg-8" }], ["path", { "d": "M3 18l4 2", "key": "svg-9" }], ["path", { "d": "M19 17v4", "key": "svg-10" }], ["path", { "d": "M17 20l4 -2", "key": "svg-11" }], ["path", { "d": "M17 18l4 2", "key": "svg-12" }]]; const IconPasswordFingerprint = createReactComponent("outline", "password-fingerprint", "PasswordFingerprint", __iconNode$B$); const __iconNode$B_ = [["path", { "d": "M12 17v4", "key": "svg-0" }], ["path", { "d": "M10 20l4 -2", "key": "svg-1" }], ["path", { "d": "M10 18l4 2", "key": "svg-2" }], ["path", { "d": "M5 17v4", "key": "svg-3" }], ["path", { "d": "M3 20l4 -2", "key": "svg-4" }], ["path", { "d": "M3 18l4 2", "key": "svg-5" }], ["path", { "d": "M19 17v4", "key": "svg-6" }], ["path", { "d": "M17 20l4 -2", "key": "svg-7" }], ["path", { "d": "M17 18l4 2", "key": "svg-8" }], ["path", { "d": "M7 14v-8a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v8", "key": "svg-9" }], ["path", { "d": "M11 5h2", "key": "svg-10" }], ["path", { "d": "M12 17v.01", "key": "svg-11" }]]; const IconPasswordMobilePhone = createReactComponent("outline", "password-mobile-phone", "PasswordMobilePhone", __iconNode$B_); const __iconNode$BZ = [["path", { "d": "M12 17v4", "key": "svg-0" }], ["path", { "d": "M10 20l4 -2", "key": "svg-1" }], ["path", { "d": "M10 18l4 2", "key": "svg-2" }], ["path", { "d": "M5 17v4", "key": "svg-3" }], ["path", { "d": "M3 20l4 -2", "key": "svg-4" }], ["path", { "d": "M3 18l4 2", "key": "svg-5" }], ["path", { "d": "M19 17v4", "key": "svg-6" }], ["path", { "d": "M17 20l4 -2", "key": "svg-7" }], ["path", { "d": "M17 18l4 2", "key": "svg-8" }], ["path", { "d": "M9 6a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-9" }], ["path", { "d": "M7 14a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2", "key": "svg-10" }]]; const IconPasswordUser = createReactComponent("outline", "password-user", "PasswordUser", __iconNode$BZ); const __iconNode$BY = [["path", { "d": "M12 10v4", "key": "svg-0" }], ["path", { "d": "M10 13l4 -2", "key": "svg-1" }], ["path", { "d": "M10 11l4 2", "key": "svg-2" }], ["path", { "d": "M5 10v4", "key": "svg-3" }], ["path", { "d": "M3 13l4 -2", "key": "svg-4" }], ["path", { "d": "M3 11l4 2", "key": "svg-5" }], ["path", { "d": "M19 10v4", "key": "svg-6" }], ["path", { "d": "M17 13l4 -2", "key": "svg-7" }], ["path", { "d": "M17 11l4 2", "key": "svg-8" }]]; const IconPassword = createReactComponent("outline", "password", "Password", __iconNode$BY); const __iconNode$BX = [["path", { "d": "M11.168 11.154c-.71 .31 -1.184 1.107 -2 2.593c-.942 1.703 -2.846 1.845 -3.321 3.291c-.097 .265 -.145 .677 -.143 .962c0 1.176 .787 2 1.8 2c1.259 0 3 -1 4.5 -1s3.241 1 4.5 1c.927 0 1.664 -.689 1.783 -1.708", "key": "svg-0" }], ["path", { "d": "M20.188 8.082a1.039 1.039 0 0 0 -.406 -.082h-.015c-.735 .012 -1.56 .75 -1.993 1.866c-.519 1.335 -.28 2.7 .538 3.052c.129 .055 .267 .082 .406 .082c.739 0 1.575 -.742 2.011 -1.866c.516 -1.335 .273 -2.7 -.54 -3.052l-.001 0", "key": "svg-1" }], ["path", { "d": "M11 6.992a3.608 3.608 0 0 0 -.04 -.725c-.203 -1.297 -1.047 -2.267 -1.932 -2.267a1.237 1.237 0 0 0 -.758 .265", "key": "svg-2" }], ["path", { "d": "M16.456 6.733c.214 -1.376 -.375 -2.594 -1.32 -2.722a1.164 1.164 0 0 0 -.162 -.011c-.885 0 -1.728 .97 -1.93 2.267c-.214 1.376 .375 2.594 1.32 2.722c.054 .007 .108 .011 .162 .011c.885 0 1.73 -.974 1.93 -2.267", "key": "svg-3" }], ["path", { "d": "M5.69 12.918c.816 -.352 1.054 -1.719 .536 -3.052c-.436 -1.124 -1.271 -1.866 -2.009 -1.866c-.14 0 -.277 .027 -.407 .082c-.816 .352 -1.054 1.719 -.536 3.052c.436 1.124 1.271 1.866 2.009 1.866c.14 0 .277 -.027 .407 -.082", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconPawOff = createReactComponent("outline", "paw-off", "PawOff", __iconNode$BX); const __iconNode$BW = [["path", { "d": "M14.7 13.5c-1.1 -2 -1.441 -2.5 -2.7 -2.5c-1.259 0 -1.736 .755 -2.836 2.747c-.942 1.703 -2.846 1.845 -3.321 3.291c-.097 .265 -.145 .677 -.143 .962c0 1.176 .787 2 1.8 2c1.259 0 3 -1 4.5 -1s3.241 1 4.5 1c1.013 0 1.8 -.823 1.8 -2c0 -.285 -.049 -.697 -.146 -.962c-.475 -1.451 -2.512 -1.835 -3.454 -3.538", "key": "svg-0" }], ["path", { "d": "M20.188 8.082a1.039 1.039 0 0 0 -.406 -.082h-.015c-.735 .012 -1.56 .75 -1.993 1.866c-.519 1.335 -.28 2.7 .538 3.052c.129 .055 .267 .082 .406 .082c.739 0 1.575 -.742 2.011 -1.866c.516 -1.335 .273 -2.7 -.54 -3.052l-.001 0", "key": "svg-1" }], ["path", { "d": "M9.474 9c.055 0 .109 0 .163 -.011c.944 -.128 1.533 -1.346 1.32 -2.722c-.203 -1.297 -1.047 -2.267 -1.932 -2.267c-.055 0 -.109 0 -.163 .011c-.944 .128 -1.533 1.346 -1.32 2.722c.204 1.293 1.048 2.267 1.933 2.267", "key": "svg-2" }], ["path", { "d": "M16.456 6.733c.214 -1.376 -.375 -2.594 -1.32 -2.722a1.164 1.164 0 0 0 -.162 -.011c-.885 0 -1.728 .97 -1.93 2.267c-.214 1.376 .375 2.594 1.32 2.722c.054 .007 .108 .011 .162 .011c.885 0 1.73 -.974 1.93 -2.267", "key": "svg-3" }], ["path", { "d": "M5.69 12.918c.816 -.352 1.054 -1.719 .536 -3.052c-.436 -1.124 -1.271 -1.866 -2.009 -1.866c-.14 0 -.277 .027 -.407 .082c-.816 .352 -1.054 1.719 -.536 3.052c.436 1.124 1.271 1.866 2.009 1.866c.14 0 .277 -.027 .407 -.082", "key": "svg-4" }]]; const IconPaw = createReactComponent("outline", "paw", "Paw", __iconNode$BW); const __iconNode$BV = [["path", { "d": "M13 21h-6a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10", "key": "svg-0" }], ["path", { "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-1" }], ["path", { "d": "M8 11v-4a4 4 0 1 1 8 0v4", "key": "svg-2" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-3" }], ["path", { "d": "M19 21v1", "key": "svg-4" }], ["path", { "d": "M19 14v1", "key": "svg-5" }]]; const IconPaywall = createReactComponent("outline", "paywall", "Paywall", __iconNode$BV); const __iconNode$BU = [["path", { "d": "M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2", "key": "svg-0" }], ["path", { "d": "M3 12h2a2 2 0 1 0 0 -4h-2v8", "key": "svg-1" }], ["path", { "d": "M17 12h3", "key": "svg-2" }], ["path", { "d": "M21 8h-4v8", "key": "svg-3" }]]; const IconPdf = createReactComponent("outline", "pdf", "Pdf", __iconNode$BU); const __iconNode$BT = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 3l0 18", "key": "svg-1" }], ["path", { "d": "M12 12l6.3 6.3", "key": "svg-2" }], ["path", { "d": "M12 12l-6.3 6.3", "key": "svg-3" }]]; const IconPeace = createReactComponent("outline", "peace", "Peace", __iconNode$BT); const __iconNode$BS = [["path", { "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4", "key": "svg-0" }], ["path", { "d": "M13.5 6.5l4 4", "key": "svg-1" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-2" }]]; const IconPencilBolt = createReactComponent("outline", "pencil-bolt", "PencilBolt", __iconNode$BS); const __iconNode$BR = [["path", { "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4", "key": "svg-0" }], ["path", { "d": "M13.5 6.5l4 4", "key": "svg-1" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M17 21l4 -4", "key": "svg-3" }]]; const IconPencilCancel = createReactComponent("outline", "pencil-cancel", "PencilCancel", __iconNode$BR); const __iconNode$BQ = [["path", { "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4", "key": "svg-0" }], ["path", { "d": "M13.5 6.5l4 4", "key": "svg-1" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-2" }]]; const IconPencilCheck = createReactComponent("outline", "pencil-check", "PencilCheck", __iconNode$BQ); const __iconNode$BP = [["path", { "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4", "key": "svg-0" }], ["path", { "d": "M13.5 6.5l4 4", "key": "svg-1" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-2" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-3" }]]; const IconPencilCode = createReactComponent("outline", "pencil-code", "PencilCode", __iconNode$BP); const __iconNode$BO = [["path", { "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4", "key": "svg-0" }], ["path", { "d": "M13.5 6.5l4 4", "key": "svg-1" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-3" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-4" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-5" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-6" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-7" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-8" }]]; const IconPencilCog = createReactComponent("outline", "pencil-cog", "PencilCog", __iconNode$BO); const __iconNode$BN = [["path", { "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4", "key": "svg-0" }], ["path", { "d": "M13.5 6.5l4 4", "key": "svg-1" }], ["path", { "d": "M16 21l5 -5", "key": "svg-2" }], ["path", { "d": "M21 21v.01", "key": "svg-3" }], ["path", { "d": "M16 16v.01", "key": "svg-4" }]]; const IconPencilDiscount = createReactComponent("outline", "pencil-discount", "PencilDiscount", __iconNode$BN); const __iconNode$BM = [["path", { "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4", "key": "svg-0" }], ["path", { "d": "M13.5 6.5l4 4", "key": "svg-1" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-2" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-3" }]]; const IconPencilDollar = createReactComponent("outline", "pencil-dollar", "PencilDollar", __iconNode$BM); const __iconNode$BL = [["path", { "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4", "key": "svg-0" }], ["path", { "d": "M13.5 6.5l4 4", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-3" }]]; const IconPencilDown = createReactComponent("outline", "pencil-down", "PencilDown", __iconNode$BL); const __iconNode$BK = [["path", { "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4", "key": "svg-0" }], ["path", { "d": "M13.5 6.5l4 4", "key": "svg-1" }], ["path", { "d": "M19 16v3", "key": "svg-2" }], ["path", { "d": "M19 22v.01", "key": "svg-3" }]]; const IconPencilExclamation = createReactComponent("outline", "pencil-exclamation", "PencilExclamation", __iconNode$BK); const __iconNode$BJ = [["path", { "d": "M17 11l1.5 -1.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4h4l2 -2", "key": "svg-0" }], ["path", { "d": "M13.5 6.5l4 4", "key": "svg-1" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-2" }]]; const IconPencilHeart = createReactComponent("outline", "pencil-heart", "PencilHeart", __iconNode$BJ); const __iconNode$BI = [["path", { "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4", "key": "svg-0" }], ["path", { "d": "M13.5 6.5l4 4", "key": "svg-1" }], ["path", { "d": "M16 19h6", "key": "svg-2" }]]; const IconPencilMinus = createReactComponent("outline", "pencil-minus", "PencilMinus", __iconNode$BI); const __iconNode$BH = [["path", { "d": "M10 10l-6 6v4h4l6 -6m1.99 -1.99l2.504 -2.504a2.828 2.828 0 1 0 -4 -4l-2.5 2.5", "key": "svg-0" }], ["path", { "d": "M13.5 6.5l4 4", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconPencilOff = createReactComponent("outline", "pencil-off", "PencilOff", __iconNode$BH); const __iconNode$BG = [["path", { "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4", "key": "svg-0" }], ["path", { "d": "M13.5 6.5l4 4", "key": "svg-1" }], ["path", { "d": "M17 17v5", "key": "svg-2" }], ["path", { "d": "M21 17v5", "key": "svg-3" }]]; const IconPencilPause = createReactComponent("outline", "pencil-pause", "PencilPause", __iconNode$BG); const __iconNode$BF = [["path", { "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4", "key": "svg-0" }], ["path", { "d": "M13.5 6.5l4 4", "key": "svg-1" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-2" }], ["path", { "d": "M19 18v.01", "key": "svg-3" }]]; const IconPencilPin = createReactComponent("outline", "pencil-pin", "PencilPin", __iconNode$BF); const __iconNode$BE = [["path", { "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4", "key": "svg-0" }], ["path", { "d": "M13.5 6.5l4 4", "key": "svg-1" }], ["path", { "d": "M16 19h6", "key": "svg-2" }], ["path", { "d": "M19 16v6", "key": "svg-3" }]]; const IconPencilPlus = createReactComponent("outline", "pencil-plus", "PencilPlus", __iconNode$BE); const __iconNode$BD = [["path", { "d": "M8 20l6 -6l3 -3l1.5 -1.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4h4", "key": "svg-0" }], ["path", { "d": "M13.5 6.5l4 4", "key": "svg-1" }], ["path", { "d": "M19 22v.01", "key": "svg-2" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-3" }]]; const IconPencilQuestion = createReactComponent("outline", "pencil-question", "PencilQuestion", __iconNode$BD); const __iconNode$BC = [["path", { "d": "M17 11l1.5 -1.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4h4l3 -3", "key": "svg-0" }], ["path", { "d": "M13.5 6.5l4 4", "key": "svg-1" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-3" }]]; const IconPencilSearch = createReactComponent("outline", "pencil-search", "PencilSearch", __iconNode$BC); const __iconNode$BB = [["path", { "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4", "key": "svg-0" }], ["path", { "d": "M13.5 6.5l4 4", "key": "svg-1" }], ["path", { "d": "M16 22l5 -5", "key": "svg-2" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-3" }]]; const IconPencilShare = createReactComponent("outline", "pencil-share", "PencilShare", __iconNode$BB); const __iconNode$BA = [["path", { "d": "M17.5 10.5l1 -1a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4h4l2 -2", "key": "svg-0" }], ["path", { "d": "M13.5 6.5l4 4", "key": "svg-1" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-2" }]]; const IconPencilStar = createReactComponent("outline", "pencil-star", "PencilStar", __iconNode$BA); const __iconNode$Bz = [["path", { "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4", "key": "svg-0" }], ["path", { "d": "M13.5 6.5l4 4", "key": "svg-1" }], ["path", { "d": "M19 22v-6", "key": "svg-2" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-3" }]]; const IconPencilUp = createReactComponent("outline", "pencil-up", "PencilUp", __iconNode$Bz); const __iconNode$By = [["path", { "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4", "key": "svg-0" }], ["path", { "d": "M13.5 6.5l4 4", "key": "svg-1" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-2" }], ["path", { "d": "M17 22l5 -5", "key": "svg-3" }]]; const IconPencilX = createReactComponent("outline", "pencil-x", "PencilX", __iconNode$By); const __iconNode$Bx = [["path", { "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4", "key": "svg-0" }], ["path", { "d": "M13.5 6.5l4 4", "key": "svg-1" }]]; const IconPencil = createReactComponent("outline", "pencil", "Pencil", __iconNode$Bx); const __iconNode$Bw = [["path", { "d": "M16 21h-4", "key": "svg-0" }], ["path", { "d": "M14 21v-18", "key": "svg-1" }], ["path", { "d": "M14 4l-9 4l9 4", "key": "svg-2" }]]; const IconPennant2 = createReactComponent("outline", "pennant-2", "Pennant2", __iconNode$Bw); const __iconNode$Bv = [["path", { "d": "M8 21h4", "key": "svg-0" }], ["path", { "d": "M10 21v-11m0 -4v-3", "key": "svg-1" }], ["path", { "d": "M10 4l9 4l-4.858 2.16m-2.764 1.227l-1.378 .613", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconPennantOff = createReactComponent("outline", "pennant-off", "PennantOff", __iconNode$Bv); const __iconNode$Bu = [["path", { "d": "M8 21l4 0", "key": "svg-0" }], ["path", { "d": "M10 21l0 -18", "key": "svg-1" }], ["path", { "d": "M10 4l9 4l-9 4", "key": "svg-2" }]]; const IconPennant = createReactComponent("outline", "pennant", "Pennant", __iconNode$Bu); const __iconNode$Bt = [["path", { "d": "M12.5 21q -1.82 0 -5.458 .005a1.98 1.98 0 0 1 -1.881 -1.367l-3.064 -9.43a1.98 1.98 0 0 1 .719 -2.212l8.021 -5.828a1.98 1.98 0 0 1 2.326 0l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-1.559 4.792", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }]]; const IconPentagonMinus = createReactComponent("outline", "pentagon-minus", "PentagonMinus", __iconNode$Bt); const __iconNode$Bs = [["path", { "d": "M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0", "key": "svg-0" }], ["path", { "d": "M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0", "key": "svg-1" }]]; const IconPentagonNumber0 = createReactComponent("outline", "pentagon-number-0", "PentagonNumber0", __iconNode$Bs); const __iconNode$Br = [["path", { "d": "M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0", "key": "svg-0" }], ["path", { "d": "M10 10l2 -2v8", "key": "svg-1" }]]; const IconPentagonNumber1 = createReactComponent("outline", "pentagon-number-1", "PentagonNumber1", __iconNode$Br); const __iconNode$Bq = [["path", { "d": "M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0", "key": "svg-0" }], ["path", { "d": "M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-1" }]]; const IconPentagonNumber2 = createReactComponent("outline", "pentagon-number-2", "PentagonNumber2", __iconNode$Bq); const __iconNode$Bp = [["path", { "d": "M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0", "key": "svg-0" }], ["path", { "d": "M10 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5", "key": "svg-1" }]]; const IconPentagonNumber3 = createReactComponent("outline", "pentagon-number-3", "PentagonNumber3", __iconNode$Bp); const __iconNode$Bo = [["path", { "d": "M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0", "key": "svg-0" }], ["path", { "d": "M10 8v3a1 1 0 0 0 1 1h3", "key": "svg-1" }], ["path", { "d": "M14 8v8", "key": "svg-2" }]]; const IconPentagonNumber4 = createReactComponent("outline", "pentagon-number-4", "PentagonNumber4", __iconNode$Bo); const __iconNode$Bn = [["path", { "d": "M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0", "key": "svg-0" }], ["path", { "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4", "key": "svg-1" }]]; const IconPentagonNumber5 = createReactComponent("outline", "pentagon-number-5", "PentagonNumber5", __iconNode$Bn); const __iconNode$Bm = [["path", { "d": "M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0", "key": "svg-0" }], ["path", { "d": "M14 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3", "key": "svg-1" }]]; const IconPentagonNumber6 = createReactComponent("outline", "pentagon-number-6", "PentagonNumber6", __iconNode$Bm); const __iconNode$Bl = [["path", { "d": "M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0", "key": "svg-0" }], ["path", { "d": "M10 8h4l-2 8", "key": "svg-1" }]]; const IconPentagonNumber7 = createReactComponent("outline", "pentagon-number-7", "PentagonNumber7", __iconNode$Bl); const __iconNode$Bk = [["path", { "d": "M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0", "key": "svg-0" }], ["path", { "d": "M12 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1", "key": "svg-1" }]]; const IconPentagonNumber8 = createReactComponent("outline", "pentagon-number-8", "PentagonNumber8", __iconNode$Bk); const __iconNode$Bj = [["path", { "d": "M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0", "key": "svg-0" }], ["path", { "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-1" }]]; const IconPentagonNumber9 = createReactComponent("outline", "pentagon-number-9", "PentagonNumber9", __iconNode$Bj); const __iconNode$Bi = [["path", { "d": "M8.133 4.133l2.704 -1.965a1.978 1.978 0 0 1 2.326 0l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-1.887 5.808m-.981 3.02l-.196 .602a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l2.994 -2.176", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconPentagonOff = createReactComponent("outline", "pentagon-off", "PentagonOff", __iconNode$Bi); const __iconNode$Bh = [["path", { "d": "M12.5 21.005h-5.458a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-.78 2.401", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }]]; const IconPentagonPlus = createReactComponent("outline", "pentagon-plus", "PentagonPlus", __iconNode$Bh); const __iconNode$Bg = [["path", { "d": "M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0", "key": "svg-0" }], ["path", { "d": "M14 14l-4 -4", "key": "svg-1" }], ["path", { "d": "M10 14l4 -4", "key": "svg-2" }]]; const IconPentagonX = createReactComponent("outline", "pentagon-x", "PentagonX", __iconNode$Bg); const __iconNode$Bf = [["path", { "d": "M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0", "key": "svg-0" }]]; const IconPentagon = createReactComponent("outline", "pentagon", "Pentagon", __iconNode$Bf); const __iconNode$Be = [["path", { "d": "M5.636 5.636a9 9 0 1 1 12.728 12.728a9 9 0 0 1 -12.728 -12.728", "key": "svg-0" }], ["path", { "d": "M15.236 11l5.264 4h-6.5l-2 6l-2 -6h-6.5l5.276 -4l-2.056 -6.28l5.28 3.78l5.28 -3.78l-2.044 6.28", "key": "svg-1" }]]; const IconPentagram = createReactComponent("outline", "pentagram", "Pentagram", __iconNode$Be); const __iconNode$Bd = [["path", { "d": "M12.59 12.59c-.77 1.418 -2.535 2.41 -4.59 2.41c-2.761 0 -5 -1.79 -5 -4a8 8 0 0 0 13.643 5.67m1.64 -2.357a7.97 7.97 0 0 0 .717 -3.313a3 3 0 0 0 -5.545 -1.59", "key": "svg-0" }], ["path", { "d": "M16 8c0 -2 2 -4 4 -4", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconPepperOff = createReactComponent("outline", "pepper-off", "PepperOff", __iconNode$Bd); const __iconNode$Bc = [["path", { "d": "M13 11c0 2.21 -2.239 4 -5 4s-5 -1.79 -5 -4a8 8 0 1 0 16 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M16 8c0 -2 2 -4 4 -4", "key": "svg-1" }]]; const IconPepper = createReactComponent("outline", "pepper", "Pepper", __iconNode$Bc); const __iconNode$Bb = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-0" }]]; const IconPercentage0 = createReactComponent("outline", "percentage-0", "Percentage0", __iconNode$Bb); const __iconNode$Ba = [["path", { "d": "M12 3c1.92 0 3.7 .601 5.16 1.626l-5.16 7.374v-9", "fill": "currentColor", "stroke": "none", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-1" }]]; const IconPercentage10 = createReactComponent("outline", "percentage-10", "Percentage10", __iconNode$Ba); const __iconNode$B9 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "fill": "currentColor", "key": "svg-0" }]]; const IconPercentage100 = createReactComponent("outline", "percentage-100", "Percentage100", __iconNode$B9); const __iconNode$B8 = [["path", { "d": "M12 3a9 9 0 0 1 8.497 6.025l-8.497 2.975v-9", "fill": "currentColor", "stroke": "none", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-1" }]]; const IconPercentage20 = createReactComponent("outline", "percentage-20", "Percentage20", __iconNode$B8); const __iconNode$B7 = [["path", { "d": "M21 12a9 9 0 0 0 -9 -9m0 0v9h9", "fill": "currentColor", "stroke": "none", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-1" }]]; const IconPercentage25 = createReactComponent("outline", "percentage-25", "Percentage25", __iconNode$B7); const __iconNode$B6 = [["path", { "d": "M12 3a9 9 0 0 1 8.495 11.973l-8.495 -2.973v-9", "fill": "currentColor", "stroke": "none", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-1" }]]; const IconPercentage30 = createReactComponent("outline", "percentage-30", "Percentage30", __iconNode$B6); const __iconNode$B5 = [["path", { "d": "M12 3a9 9 0 0 1 7.794 13.5l-7.79 -4.497v-9", "fill": "currentColor", "stroke": "none", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-1" }]]; const IconPercentage33 = createReactComponent("outline", "percentage-33", "Percentage33", __iconNode$B5); const __iconNode$B4 = [["path", { "d": "M12 3a9 9 0 0 1 5.162 16.372l-5.162 -7.372v-9", "fill": "currentColor", "stroke": "none", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-1" }]]; const IconPercentage40 = createReactComponent("outline", "percentage-40", "Percentage40", __iconNode$B4); const __iconNode$B3 = [["path", { "d": "M12 21a9 9 0 0 0 0 -18m0 0v18", "fill": "currentColor", "stroke": "none", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-1" }]]; const IconPercentage50 = createReactComponent("outline", "percentage-50", "Percentage50", __iconNode$B3); const __iconNode$B2 = [["path", { "d": "M12 3a9 9 0 1 1 -5.162 16.373l5.162 -7.373v-9", "fill": "currentColor", "stroke": "none", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-1" }]]; const IconPercentage60 = createReactComponent("outline", "percentage-60", "Percentage60", __iconNode$B2); const __iconNode$B1 = [["path", { "d": "M12 3a9 9 0 1 1 -7.795 13.498l7.795 -4.498v-9", "fill": "currentColor", "stroke": "none", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-1" }]]; const IconPercentage66 = createReactComponent("outline", "percentage-66", "Percentage66", __iconNode$B1); const __iconNode$B0 = [["path", { "d": "M12 3a9 9 0 1 1 -8.495 11.973l8.495 -2.973v-9", "fill": "currentColor", "stroke": "none", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-1" }]]; const IconPercentage70 = createReactComponent("outline", "percentage-70", "Percentage70", __iconNode$B0); const __iconNode$A$ = [["path", { "d": "M3 12a9 9 0 1 0 9 -9m0 0v9h-9", "fill": "currentColor", "stroke": "none", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-1" }]]; const IconPercentage75 = createReactComponent("outline", "percentage-75", "Percentage75", __iconNode$A$); const __iconNode$A_ = [["path", { "d": "M12 3a9 9 0 1 1 -8.497 6.025l8.497 2.975v-9", "fill": "currentColor", "stroke": "none", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-1" }]]; const IconPercentage80 = createReactComponent("outline", "percentage-80", "Percentage80", __iconNode$A_); const __iconNode$AZ = [["path", { "d": "M12 3a9 9 0 1 1 -5.16 1.626l5.16 7.374v-9", "fill": "currentColor", "stroke": "none", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-1" }]]; const IconPercentage90 = createReactComponent("outline", "percentage-90", "Percentage90", __iconNode$AZ); const __iconNode$AY = [["path", { "d": "M16 17a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M6 7a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }], ["path", { "d": "M6 18l12 -12", "key": "svg-2" }]]; const IconPercentage = createReactComponent("outline", "percentage", "Percentage", __iconNode$AY); const __iconNode$AX = [["path", { "d": "M10 6v3", "key": "svg-0" }], ["path", { "d": "M14 6v3", "key": "svg-1" }], ["path", { "d": "M5 11a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2l0 -8", "key": "svg-2" }], ["path", { "d": "M10 15a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M9 3h6v3h-6l0 -3", "key": "svg-4" }]]; const IconPerfume = createReactComponent("outline", "perfume", "Perfume", __iconNode$AX); const __iconNode$AW = [["path", { "d": "M8.511 4.502l9.63 1.375a1 1 0 0 1 .859 .99v8.133m-.859 3.123l-12 1.714a1 1 0 0 1 -1.141 -.99v-13.694a1 1 0 0 1 .01 -.137", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconPerspectiveOff = createReactComponent("outline", "perspective-off", "PerspectiveOff", __iconNode$AW); const __iconNode$AV = [["path", { "d": "M6.141 4.163l12 1.714a1 1 0 0 1 .859 .99v10.266a1 1 0 0 1 -.859 .99l-12 1.714a1 1 0 0 1 -1.141 -.99v-13.694a1 1 0 0 1 1.141 -.99", "key": "svg-0" }]]; const IconPerspective = createReactComponent("outline", "perspective", "Perspective", __iconNode$AV); const __iconNode$AU = [["path", { "d": "M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M15 7a2 2 0 0 1 2 2", "key": "svg-1" }], ["path", { "d": "M15 3a6 6 0 0 1 6 6", "key": "svg-2" }]]; const IconPhoneCall = createReactComponent("outline", "phone-call", "PhoneCall", __iconNode$AU); const __iconNode$AT = [["path", { "d": "M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M15 7l0 .01", "key": "svg-1" }], ["path", { "d": "M18 7l0 .01", "key": "svg-2" }], ["path", { "d": "M21 7l0 .01", "key": "svg-3" }]]; const IconPhoneCalling = createReactComponent("outline", "phone-calling", "PhoneCalling", __iconNode$AT); const __iconNode$AS = [["path", { "d": "M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M15 6l2 2l4 -4", "key": "svg-1" }]]; const IconPhoneCheck = createReactComponent("outline", "phone-check", "PhoneCheck", __iconNode$AS); const __iconNode$AR = [["path", { "d": "M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2c-8.072 -.49 -14.51 -6.928 -15 -15a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M15 5l2 2l4 -4", "key": "svg-1" }]]; const IconPhoneDone = createReactComponent("outline", "phone-done", "PhoneDone", __iconNode$AR); const __iconNode$AQ = [["path", { "d": "M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2c-8.072 -.49 -14.51 -6.928 -15 -15a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M17 3l4 4", "key": "svg-1" }], ["path", { "d": "M21 3l-4 4", "key": "svg-2" }]]; const IconPhoneEnd = createReactComponent("outline", "phone-end", "PhoneEnd", __iconNode$AQ); const __iconNode$AP = [["path", { "d": "M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M15 9l5 -5", "key": "svg-1" }], ["path", { "d": "M15 5l0 4l4 0", "key": "svg-2" }]]; const IconPhoneIncoming = createReactComponent("outline", "phone-incoming", "PhoneIncoming", __iconNode$AP); const __iconNode$AO = [["path", { "d": "M3 21l18 -18", "key": "svg-0" }], ["path", { "d": "M5.831 14.161a15.946 15.946 0 0 1 -2.831 -8.161a2 2 0 0 1 2 -2h4l2 5l-2.5 1.5c.108 .22 .223 .435 .345 .645m1.751 2.277c.843 .84 1.822 1.544 2.904 2.078l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a15.963 15.963 0 0 1 -10.344 -4.657", "key": "svg-1" }]]; const IconPhoneOff = createReactComponent("outline", "phone-off", "PhoneOff", __iconNode$AO); const __iconNode$AN = [["path", { "d": "M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2c-8.072 -.49 -14.51 -6.928 -15 -15a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M15 5h6", "key": "svg-1" }], ["path", { "d": "M18.5 7.5l2.5 -2.5l-2.5 -2.5", "key": "svg-2" }]]; const IconPhoneOutgoing = createReactComponent("outline", "phone-outgoing", "PhoneOutgoing", __iconNode$AN); const __iconNode$AM = [["path", { "d": "M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2c-8.072 -.49 -14.51 -6.928 -15 -15a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M17 3v5", "key": "svg-1" }], ["path", { "d": "M21 3v5", "key": "svg-2" }]]; const IconPhonePause = createReactComponent("outline", "phone-pause", "PhonePause", __iconNode$AM); const __iconNode$AL = [["path", { "d": "M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M15 6h6m-3 -3v6", "key": "svg-1" }]]; const IconPhonePlus = createReactComponent("outline", "phone-plus", "PhonePlus", __iconNode$AL); const __iconNode$AK = [["path", { "d": "M20 4l-2 2", "key": "svg-0" }], ["path", { "d": "M22 10.5l-2.5 -.5", "key": "svg-1" }], ["path", { "d": "M13.5 2l.5 2.5", "key": "svg-2" }], ["path", { "d": "M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2c-8.072 -.49 -14.51 -6.928 -15 -15a2 2 0 0 1 2 -2", "key": "svg-3" }]]; const IconPhoneRinging = createReactComponent("outline", "phone-ringing", "PhoneRinging", __iconNode$AK); const __iconNode$AJ = [["path", { "d": "M11.584 19.225a16 16 0 0 1 -8.584 -13.225a2 2 0 0 1 2 -2h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l.65 .26", "key": "svg-0" }], ["path", { "d": "M19 22.5a4.75 4.75 0 0 1 3.5 -3.5a4.75 4.75 0 0 1 -3.5 -3.5a4.75 4.75 0 0 1 -3.5 3.5a4.75 4.75 0 0 1 3.5 3.5", "key": "svg-1" }]]; const IconPhoneSpark = createReactComponent("outline", "phone-spark", "PhoneSpark", __iconNode$AJ); const __iconNode$AI = [["path", { "d": "M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M16 4l4 4m0 -4l-4 4", "key": "svg-1" }]]; const IconPhoneX = createReactComponent("outline", "phone-x", "PhoneX", __iconNode$AI); const __iconNode$AH = [["path", { "d": "M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2", "key": "svg-0" }]]; const IconPhone = createReactComponent("outline", "phone", "Phone", __iconNode$AH); const __iconNode$AG = [["path", { "d": "M15 8h.01", "key": "svg-0" }], ["path", { "d": "M10 21h-4a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5", "key": "svg-1" }], ["path", { "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l1 1", "key": "svg-2" }], ["path", { "d": "M14 21v-4a2 2 0 1 1 4 0v4", "key": "svg-3" }], ["path", { "d": "M14 19h4", "key": "svg-4" }], ["path", { "d": "M21 15v6", "key": "svg-5" }]]; const IconPhotoAi = createReactComponent("outline", "photo-ai", "PhotoAi", __iconNode$AG); const __iconNode$AF = [["path", { "d": "M17 21v-6m2 0v-1.5m0 9v-1.5m-2 -3h3m-1 0h.5a1.5 1.5 0 0 1 0 3h-3.5m3 -3h.5a1.5 1.5 0 0 0 0 -3h-3.5", "key": "svg-0" }], ["path", { "d": "M15 8h.01", "key": "svg-1" }], ["path", { "d": "M13 21h-7a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5", "key": "svg-2" }], ["path", { "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l2.5 2.5", "key": "svg-3" }]]; const IconPhotoBitcoin = createReactComponent("outline", "photo-bitcoin", "PhotoBitcoin", __iconNode$AF); const __iconNode$AE = [["path", { "d": "M15 8h.01", "key": "svg-0" }], ["path", { "d": "M13.5 21h-7.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6.5", "key": "svg-1" }], ["path", { "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l4 4", "key": "svg-2" }], ["path", { "d": "M14 14l1 -1c.669 -.643 1.45 -.823 2.18 -.54", "key": "svg-3" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-4" }]]; const IconPhotoBolt = createReactComponent("outline", "photo-bolt", "PhotoBolt", __iconNode$AE); const __iconNode$AD = [["path", { "d": "M15 8h.01", "key": "svg-0" }], ["path", { "d": "M12.5 21h-6.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6.5", "key": "svg-1" }], ["path", { "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l3 3", "key": "svg-2" }], ["path", { "d": "M14 14l1 -1c.616 -.593 1.328 -.792 2.008 -.598", "key": "svg-3" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-4" }], ["path", { "d": "M17 21l4 -4", "key": "svg-5" }]]; const IconPhotoCancel = createReactComponent("outline", "photo-cancel", "PhotoCancel", __iconNode$AD); const __iconNode$AC = [["path", { "d": "M15 8h.01", "key": "svg-0" }], ["path", { "d": "M11.5 21h-5.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v7", "key": "svg-1" }], ["path", { "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l4 4", "key": "svg-2" }], ["path", { "d": "M14 14l1 -1c.928 -.893 2.072 -.893 3 0l.5 .5", "key": "svg-3" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-4" }]]; const IconPhotoCheck = createReactComponent("outline", "photo-check", "PhotoCheck", __iconNode$AC); const __iconNode$AB = [["path", { "d": "M15 8h.01", "key": "svg-0" }], ["path", { "d": "M20.475 15.035a9 9 0 0 0 -8.475 -12.035a9 9 0 0 0 -9 9a9 9 0 0 0 9.525 8.985", "key": "svg-1" }], ["path", { "d": "M4 15l4 -4c.928 -.893 2.072 -.893 3 0l4 4", "key": "svg-2" }], ["path", { "d": "M14 14l1 -1c.928 -.893 2.072 -.893 3 0l2 2", "key": "svg-3" }], ["path", { "d": "M16 19h6", "key": "svg-4" }]]; const IconPhotoCircleMinus = createReactComponent("outline", "photo-circle-minus", "PhotoCircleMinus", __iconNode$AB); const __iconNode$AA = [["path", { "d": "M15 8h.01", "key": "svg-0" }], ["path", { "d": "M20.964 12.806a9 9 0 0 0 -8.964 -9.806a9 9 0 0 0 -9 9a9 9 0 0 0 9.397 8.991", "key": "svg-1" }], ["path", { "d": "M4 15l4 -4c.928 -.893 2.072 -.893 3 0l4 4", "key": "svg-2" }], ["path", { "d": "M14 14l1 -1c.928 -.893 2.072 -.893 3 0", "key": "svg-3" }], ["path", { "d": "M16 19.33h6", "key": "svg-4" }], ["path", { "d": "M19 16.33v6", "key": "svg-5" }]]; const IconPhotoCirclePlus = createReactComponent("outline", "photo-circle-plus", "PhotoCirclePlus", __iconNode$AA); const __iconNode$Az = [["path", { "d": "M15 8h.01", "key": "svg-0" }], ["path", { "d": "M4 15l4 -4c.928 -.893 2.072 -.893 3 0l5 5", "key": "svg-1" }], ["path", { "d": "M14 14l1 -1c.928 -.893 2.072 -.893 3 0l2 2", "key": "svg-2" }], ["path", { "d": "M3 12a9 9 0 0 0 9 9a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9", "key": "svg-3" }]]; const IconPhotoCircle = createReactComponent("outline", "photo-circle", "PhotoCircle", __iconNode$Az); const __iconNode$Ay = [["path", { "d": "M15 8h.01", "key": "svg-0" }], ["path", { "d": "M11.5 21h-5.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v7", "key": "svg-1" }], ["path", { "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l3 3", "key": "svg-2" }], ["path", { "d": "M14 14l1 -1c.928 -.893 2.072 -.893 3 0", "key": "svg-3" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-4" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-5" }]]; const IconPhotoCode = createReactComponent("outline", "photo-code", "PhotoCode", __iconNode$Ay); const __iconNode$Ax = [["path", { "d": "M15 8h.01", "key": "svg-0" }], ["path", { "d": "M12 21h-6a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6", "key": "svg-1" }], ["path", { "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l3 3", "key": "svg-2" }], ["path", { "d": "M14 14l1 -1c.48 -.461 1.016 -.684 1.551 -.67", "key": "svg-3" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-4" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-5" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-6" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-7" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-8" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-9" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-10" }]]; const IconPhotoCog = createReactComponent("outline", "photo-cog", "PhotoCog", __iconNode$Ax); const __iconNode$Aw = [["path", { "d": "M15 8h.01", "key": "svg-0" }], ["path", { "d": "M13 21h-7a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5", "key": "svg-1" }], ["path", { "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l2.5 2.5", "key": "svg-2" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-3" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-4" }]]; const IconPhotoDollar = createReactComponent("outline", "photo-dollar", "PhotoDollar", __iconNode$Aw); const __iconNode$Av = [["path", { "d": "M15 8h.01", "key": "svg-0" }], ["path", { "d": "M12.5 21h-6.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6.5", "key": "svg-1" }], ["path", { "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l4 4", "key": "svg-2" }], ["path", { "d": "M14 14l1 -1c.653 -.629 1.413 -.815 2.13 -.559", "key": "svg-3" }], ["path", { "d": "M19 16v6", "key": "svg-4" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-5" }]]; const IconPhotoDown = createReactComponent("outline", "photo-down", "PhotoDown", __iconNode$Av); const __iconNode$Au = [["path", { "d": "M15 8h.01", "key": "svg-0" }], ["path", { "d": "M11 20h-4a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v4", "key": "svg-1" }], ["path", { "d": "M4 15l4 -4c.928 -.893 2.072 -.893 3 0l3 3", "key": "svg-2" }], ["path", { "d": "M14 14l1 -1c.31 -.298 .644 -.497 .987 -.596", "key": "svg-3" }], ["path", { "d": "M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39", "key": "svg-4" }]]; const IconPhotoEdit = createReactComponent("outline", "photo-edit", "PhotoEdit", __iconNode$Au); const __iconNode$At = [["path", { "d": "M15 8h.01", "key": "svg-0" }], ["path", { "d": "M15 21h-9a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6", "key": "svg-1" }], ["path", { "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l4 4", "key": "svg-2" }], ["path", { "d": "M14 14l1 -1c.665 -.64 1.44 -.821 2.167 -.545", "key": "svg-3" }], ["path", { "d": "M19 16v3", "key": "svg-4" }], ["path", { "d": "M19 22v.01", "key": "svg-5" }]]; const IconPhotoExclamation = createReactComponent("outline", "photo-exclamation", "PhotoExclamation", __iconNode$At); const __iconNode$As = [["path", { "d": "M15 8h.01", "key": "svg-0" }], ["path", { "d": "M11.5 21h-5.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5", "key": "svg-1" }], ["path", { "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l1.5 1.5", "key": "svg-2" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-3" }]]; const IconPhotoHeart = createReactComponent("outline", "photo-heart", "PhotoHeart", __iconNode$As); const __iconNode$Ar = [["path", { "d": "M15 8h.01", "key": "svg-0" }], ["path", { "d": "M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-1" }], ["path", { "d": "M3.5 15.5l4.5 -4.5c.928 -.893 2.072 -.893 3 0l5 5", "key": "svg-2" }], ["path", { "d": "M14 14l1 -1c.928 -.893 2.072 -.893 3 0l2.5 2.5", "key": "svg-3" }]]; const IconPhotoHexagon = createReactComponent("outline", "photo-hexagon", "PhotoHexagon", __iconNode$Ar); const __iconNode$Aq = [["path", { "d": "M15 8h.01", "key": "svg-0" }], ["path", { "d": "M12.5 21h-6.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v9", "key": "svg-1" }], ["path", { "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l4 4", "key": "svg-2" }], ["path", { "d": "M14 14l1 -1c.928 -.893 2.072 -.893 3 0l2 2", "key": "svg-3" }], ["path", { "d": "M16 19h6", "key": "svg-4" }]]; const IconPhotoMinus = createReactComponent("outline", "photo-minus", "PhotoMinus", __iconNode$Aq); const __iconNode$Ap = [["path", { "d": "M15 8h.01", "key": "svg-0" }], ["path", { "d": "M7 3h11a3 3 0 0 1 3 3v11m-.856 3.099a2.991 2.991 0 0 1 -2.144 .901h-12a3 3 0 0 1 -3 -3v-12c0 -.845 .349 -1.608 .91 -2.153", "key": "svg-1" }], ["path", { "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l5 5", "key": "svg-2" }], ["path", { "d": "M16.33 12.338c.574 -.054 1.155 .166 1.67 .662l3 3", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconPhotoOff = createReactComponent("outline", "photo-off", "PhotoOff", __iconNode$Ap); const __iconNode$Ao = [["path", { "d": "M15 8h.01", "key": "svg-0" }], ["path", { "d": "M13 21h-7a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v7", "key": "svg-1" }], ["path", { "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l3 3", "key": "svg-2" }], ["path", { "d": "M14 14l1 -1c.928 -.893 2.072 -.893 3 0", "key": "svg-3" }], ["path", { "d": "M17 17v5", "key": "svg-4" }], ["path", { "d": "M21 17v5", "key": "svg-5" }]]; const IconPhotoPause = createReactComponent("outline", "photo-pause", "PhotoPause", __iconNode$Ao); const __iconNode$An = [["path", { "d": "M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0", "key": "svg-0" }], ["path", { "d": "M15 8h.01", "key": "svg-1" }], ["path", { "d": "M4 15l4 -4c.928 -.893 2.072 -.893 3 0l5 5", "key": "svg-2" }], ["path", { "d": "M14 14l1 -1c.928 -.893 2.072 -.893 3 0l2 2", "key": "svg-3" }]]; const IconPhotoPentagon = createReactComponent("outline", "photo-pentagon", "PhotoPentagon", __iconNode$An); const __iconNode$Am = [["path", { "d": "M15 8h.01", "key": "svg-0" }], ["path", { "d": "M12.5 21h-6.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5", "key": "svg-1" }], ["path", { "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l2.5 2.5", "key": "svg-2" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-3" }], ["path", { "d": "M19 18v.01", "key": "svg-4" }]]; const IconPhotoPin = createReactComponent("outline", "photo-pin", "PhotoPin", __iconNode$Am); const __iconNode$Al = [["path", { "d": "M15 8h.01", "key": "svg-0" }], ["path", { "d": "M12.5 21h-6.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6.5", "key": "svg-1" }], ["path", { "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l4 4", "key": "svg-2" }], ["path", { "d": "M14 14l1 -1c.67 -.644 1.45 -.824 2.182 -.54", "key": "svg-3" }], ["path", { "d": "M16 19h6", "key": "svg-4" }], ["path", { "d": "M19 16v6", "key": "svg-5" }]]; const IconPhotoPlus = createReactComponent("outline", "photo-plus", "PhotoPlus", __iconNode$Al); const __iconNode$Ak = [["path", { "d": "M15 8h.01", "key": "svg-0" }], ["path", { "d": "M15 21h-9a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5", "key": "svg-1" }], ["path", { "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l3 3", "key": "svg-2" }], ["path", { "d": "M19 22v.01", "key": "svg-3" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-4" }]]; const IconPhotoQuestion = createReactComponent("outline", "photo-question", "PhotoQuestion", __iconNode$Ak); const __iconNode$Aj = [["path", { "d": "M15 8h.01", "key": "svg-0" }], ["path", { "d": "M6 13l2.644 -2.644a1.21 1.21 0 0 1 1.712 0l3.644 3.644", "key": "svg-1" }], ["path", { "d": "M13 13l1.644 -1.644a1.21 1.21 0 0 1 1.712 0l1.644 1.644", "key": "svg-2" }], ["path", { "d": "M4 8v-2a2 2 0 0 1 2 -2h2", "key": "svg-3" }], ["path", { "d": "M4 16v2a2 2 0 0 0 2 2h2", "key": "svg-4" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2", "key": "svg-5" }], ["path", { "d": "M16 20h2a2 2 0 0 0 2 -2v-2", "key": "svg-6" }]]; const IconPhotoScan = createReactComponent("outline", "photo-scan", "PhotoScan", __iconNode$Aj); const __iconNode$Ai = [["path", { "d": "M15 8h.01", "key": "svg-0" }], ["path", { "d": "M11.5 21h-5.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5", "key": "svg-1" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-3" }], ["path", { "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l2 2", "key": "svg-4" }]]; const IconPhotoSearch = createReactComponent("outline", "photo-search", "PhotoSearch", __iconNode$Ai); const __iconNode$Ah = [["path", { "d": "M17 5h2a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-2", "key": "svg-0" }], ["path", { "d": "M7 19h-2a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2", "key": "svg-1" }], ["path", { "d": "M8 12a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-2" }]]; const IconPhotoSensor2 = createReactComponent("outline", "photo-sensor-2", "PhotoSensor2", __iconNode$Ah); const __iconNode$Ag = [["path", { "d": "M17 4h1a2 2 0 0 1 2 2v1", "key": "svg-0" }], ["path", { "d": "M20 17v1a2 2 0 0 1 -2 2h-1", "key": "svg-1" }], ["path", { "d": "M7 20h-1a2 2 0 0 1 -2 -2v-1", "key": "svg-2" }], ["path", { "d": "M4 7v-1a2 2 0 0 1 2 -2h1", "key": "svg-3" }], ["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-4" }], ["path", { "d": "M12 18v2", "key": "svg-5" }], ["path", { "d": "M4 12h2", "key": "svg-6" }], ["path", { "d": "M12 4v2", "key": "svg-7" }], ["path", { "d": "M20 12h-2", "key": "svg-8" }]]; const IconPhotoSensor3 = createReactComponent("outline", "photo-sensor-3", "PhotoSensor3", __iconNode$Ag); const __iconNode$Af = [["path", { "d": "M17 5h2a2 2 0 0 1 2 2v2", "key": "svg-0" }], ["path", { "d": "M21 15v2a2 2 0 0 1 -2 2h-2", "key": "svg-1" }], ["path", { "d": "M7 19h-2a2 2 0 0 1 -2 -2v-2", "key": "svg-2" }], ["path", { "d": "M3 9v-2a2 2 0 0 1 2 -2h2", "key": "svg-3" }], ["path", { "d": "M7 10a1 1 0 0 1 1 -1h8a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1l0 -4", "key": "svg-4" }]]; const IconPhotoSensor = createReactComponent("outline", "photo-sensor", "PhotoSensor", __iconNode$Af); const __iconNode$Ae = [["path", { "d": "M15 8h.01", "key": "svg-0" }], ["path", { "d": "M12 21h-6a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v7", "key": "svg-1" }], ["path", { "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l3 3", "key": "svg-2" }], ["path", { "d": "M14 14l1 -1c.928 -.893 2.072 -.893 3 0", "key": "svg-3" }], ["path", { "d": "M16 22l5 -5", "key": "svg-4" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-5" }]]; const IconPhotoShare = createReactComponent("outline", "photo-share", "PhotoShare", __iconNode$Ae); const __iconNode$Ad = [["path", { "d": "M15 8h.01", "key": "svg-0" }], ["path", { "d": "M11.5 20h-4.5a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v4", "key": "svg-1" }], ["path", { "d": "M4 15l4 -4c.928 -.893 2.072 -.893 3 0l1.5 1.5", "key": "svg-2" }], ["path", { "d": "M22 16c0 4 -2.5 6 -3.5 6s-3.5 -2 -3.5 -6c1 0 2.5 -.5 3.5 -1.5c1 1 2.5 1.5 3.5 1.5", "key": "svg-3" }]]; const IconPhotoShield = createReactComponent("outline", "photo-shield", "PhotoShield", __iconNode$Ad); const __iconNode$Ac = [["path", { "d": "M15 8h.01", "key": "svg-0" }], ["path", { "d": "M12 21h-6a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6", "key": "svg-1" }], ["path", { "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l3.993 3.993", "key": "svg-2" }], ["path", { "d": "M14 14l1 -1c.47 -.452 .995 -.675 1.52 -.67", "key": "svg-3" }], ["path", { "d": "M19 22.5a4.75 4.75 0 0 1 3.5 -3.5a4.75 4.75 0 0 1 -3.5 -3.5a4.75 4.75 0 0 1 -3.5 3.5a4.75 4.75 0 0 1 3.5 3.5", "key": "svg-4" }]]; const IconPhotoSpark = createReactComponent("outline", "photo-spark", "PhotoSpark", __iconNode$Ac); const __iconNode$Ab = [["path", { "d": "M15 8h.01", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }], ["path", { "d": "M3.5 15.5l4.5 -4.5c.928 -.893 2.072 -.893 3 0l5 5", "key": "svg-2" }], ["path", { "d": "M14 14l1 -1c.928 -.893 2.072 -.893 3 0l2.5 2.5", "key": "svg-3" }]]; const IconPhotoSquareRounded = createReactComponent("outline", "photo-square-rounded", "PhotoSquareRounded", __iconNode$Ab); const __iconNode$Aa = [["path", { "d": "M15 8h.01", "key": "svg-0" }], ["path", { "d": "M11 21h-5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5", "key": "svg-1" }], ["path", { "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l2 2", "key": "svg-2" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-3" }]]; const IconPhotoStar = createReactComponent("outline", "photo-star", "PhotoStar", __iconNode$Aa); const __iconNode$A9 = [["path", { "d": "M15 8h.01", "key": "svg-0" }], ["path", { "d": "M12.5 21h-6.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6.5", "key": "svg-1" }], ["path", { "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l3.5 3.5", "key": "svg-2" }], ["path", { "d": "M14 14l1 -1c.679 -.653 1.473 -.829 2.214 -.526", "key": "svg-3" }], ["path", { "d": "M19 22v-6", "key": "svg-4" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-5" }]]; const IconPhotoUp = createReactComponent("outline", "photo-up", "PhotoUp", __iconNode$A9); const __iconNode$A8 = [["path", { "d": "M9 15h-3a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v3", "key": "svg-0" }], ["path", { "d": "M9 12a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-6a3 3 0 0 1 -3 -3l0 -6", "key": "svg-1" }], ["path", { "d": "M3 12l2.296 -2.296a2.41 2.41 0 0 1 3.408 0l.296 .296", "key": "svg-2" }], ["path", { "d": "M14 13.5v3l2.5 -1.5l-2.5 -1.5", "key": "svg-3" }], ["path", { "d": "M7 6v.01", "key": "svg-4" }]]; const IconPhotoVideo = createReactComponent("outline", "photo-video", "PhotoVideo", __iconNode$A8); const __iconNode$A7 = [["path", { "d": "M15 8h.01", "key": "svg-0" }], ["path", { "d": "M13 21h-7a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v7", "key": "svg-1" }], ["path", { "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l3 3", "key": "svg-2" }], ["path", { "d": "M14 14l1 -1c.928 -.893 2.072 -.893 3 0", "key": "svg-3" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-4" }], ["path", { "d": "M17 22l5 -5", "key": "svg-5" }]]; const IconPhotoX = createReactComponent("outline", "photo-x", "PhotoX", __iconNode$A7); const __iconNode$A6 = [["path", { "d": "M15 8h.01", "key": "svg-0" }], ["path", { "d": "M3 6a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12", "key": "svg-1" }], ["path", { "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l5 5", "key": "svg-2" }], ["path", { "d": "M14 14l1 -1c.928 -.893 2.072 -.893 3 0l3 3", "key": "svg-3" }]]; const IconPhoto = createReactComponent("outline", "photo", "Photo", __iconNode$A6); const __iconNode$A5 = [["path", { "d": "M9 15l-1 -3l4 -2l4 1h3.5", "key": "svg-0" }], ["path", { "d": "M3 19a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }], ["path", { "d": "M11 6a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }], ["path", { "d": "M12 17v-7", "key": "svg-3" }], ["path", { "d": "M8 20h7l1 -4l4 -2", "key": "svg-4" }], ["path", { "d": "M18 20h3", "key": "svg-5" }]]; const IconPhysotherapist = createReactComponent("outline", "physotherapist", "Physotherapist", __iconNode$A5); const __iconNode$A4 = [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10", "key": "svg-0" }], ["path", { "d": "M9 19v-6", "key": "svg-1" }], ["path", { "d": "M8 5v8h2v-8", "key": "svg-2" }], ["path", { "d": "M15 19v-6", "key": "svg-3" }], ["path", { "d": "M14 5v8h2v-8", "key": "svg-4" }]]; const IconPiano = createReactComponent("outline", "piano", "Piano", __iconNode$A4); const __iconNode$A3 = [["path", { "d": "M13 8l-9.383 9.418a2.091 2.091 0 0 0 0 2.967a2.11 2.11 0 0 0 2.976 0l9.407 -9.385", "key": "svg-0" }], ["path", { "d": "M9 3h4.586a1 1 0 0 1 .707 .293l6.414 6.414a1 1 0 0 1 .293 .707v4.586a2 2 0 1 1 -4 0v-3l-5 -5h-3a2 2 0 1 1 0 -4", "key": "svg-1" }]]; const IconPick = createReactComponent("outline", "pick", "Pick", __iconNode$A3); const __iconNode$A2 = [["path", { "d": "M16 7l2 9m-10 -9l-2 9m-1 -9h14m2 5h-18", "key": "svg-0" }]]; const IconPicnicTable = createReactComponent("outline", "picnic-table", "PicnicTable", __iconNode$A2); const __iconNode$A1 = [["path", { "d": "M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4", "key": "svg-0" }], ["path", { "d": "M14 15a1 1 0 0 1 1 -1h5a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1l0 -3", "key": "svg-1" }], ["path", { "d": "M7 9l4 4", "key": "svg-2" }], ["path", { "d": "M7 12v-3h3", "key": "svg-3" }]]; const IconPictureInPictureOff = createReactComponent("outline", "picture-in-picture-off", "PictureInPictureOff", __iconNode$A1); const __iconNode$A0 = [["path", { "d": "M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4", "key": "svg-0" }], ["path", { "d": "M14 15a1 1 0 0 1 1 -1h5a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1l0 -3", "key": "svg-1" }], ["path", { "d": "M7 9l4 4", "key": "svg-2" }], ["path", { "d": "M8 13h3v-3", "key": "svg-3" }]]; const IconPictureInPictureOn = createReactComponent("outline", "picture-in-picture-on", "PictureInPictureOn", __iconNode$A0); const __iconNode$z$ = [["path", { "d": "M11 5h-6a2 2 0 0 0 -2 2v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-4", "key": "svg-0" }], ["path", { "d": "M15 10h5a1 1 0 0 0 1 -1v-3a1 1 0 0 0 -1 -1h-5a1 1 0 0 0 -1 1v3a1 1 0 0 0 1 1", "key": "svg-1" }]]; const IconPictureInPictureTop = createReactComponent("outline", "picture-in-picture-top", "PictureInPictureTop", __iconNode$z$); const __iconNode$z_ = [["path", { "d": "M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4", "key": "svg-0" }], ["path", { "d": "M14 15a1 1 0 0 1 1 -1h5a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1l0 -3", "key": "svg-1" }]]; const IconPictureInPicture = createReactComponent("outline", "picture-in-picture", "PictureInPicture", __iconNode$z_); const __iconNode$zZ = [["path", { "d": "M15 11v.01", "key": "svg-0" }], ["path", { "d": "M5.173 8.378a3 3 0 1 1 4.656 -1.377", "key": "svg-1" }], ["path", { "d": "M16 4v3.803a6.019 6.019 0 0 1 2.658 3.197h1.341a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-1.342c-.336 .95 -.907 1.8 -1.658 2.473v2.027a1.5 1.5 0 0 1 -3 0v-.583a6.04 6.04 0 0 1 -1 .083h-4a6.04 6.04 0 0 1 -1 -.083v.583a1.5 1.5 0 0 1 -3 0v-2l0 -.027a6 6 0 0 1 4 -10.473h2.5l4.5 -3", "key": "svg-2" }]]; const IconPigMoney = createReactComponent("outline", "pig-money", "PigMoney", __iconNode$zZ); const __iconNode$zY = [["path", { "d": "M15 11v.01", "key": "svg-0" }], ["path", { "d": "M10 6h1.499l4.5 -3l0 3.803a6.019 6.019 0 0 1 2.658 3.197h1.341a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-1.342c-.057 .16 -.12 .318 -.19 .472m-1.467 2.528v1.5a1.5 1.5 0 0 1 -3 0v-.583a6.04 6.04 0 0 1 -1 .083h-4a6.04 6.04 0 0 1 -1 -.083v.583a1.5 1.5 0 0 1 -3 0v-2l0 -.027a6 6 0 0 1 1.5 -9.928", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconPigOff = createReactComponent("outline", "pig-off", "PigOff", __iconNode$zY); const __iconNode$zX = [["path", { "d": "M15 11v.01", "key": "svg-0" }], ["path", { "d": "M16 3l0 3.803a6.019 6.019 0 0 1 2.658 3.197h1.341a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-1.342a6.008 6.008 0 0 1 -1.658 2.473v2.027a1.5 1.5 0 0 1 -3 0v-.583a6.04 6.04 0 0 1 -1 .083h-4a6.04 6.04 0 0 1 -1 -.083v.583a1.5 1.5 0 0 1 -3 0v-2l0 -.027a6 6 0 0 1 4 -10.473h2.5l4.5 -3", "key": "svg-1" }]]; const IconPig = createReactComponent("outline", "pig", "Pig", __iconNode$zX); const __iconNode$zW = [["path", { "d": "M11 9h-2a3 3 0 1 1 0 -6h7", "key": "svg-0" }], ["path", { "d": "M11 3v11", "key": "svg-1" }], ["path", { "d": "M15 3v11", "key": "svg-2" }], ["path", { "d": "M3 18h18", "key": "svg-3" }], ["path", { "d": "M6 15l-3 3l3 3", "key": "svg-4" }]]; const IconPilcrowLeft = createReactComponent("outline", "pilcrow-left", "PilcrowLeft", __iconNode$zW); const __iconNode$zV = [["path", { "d": "M11 9h-2a3 3 0 1 1 0 -6h7", "key": "svg-0" }], ["path", { "d": "M11 3v11", "key": "svg-1" }], ["path", { "d": "M15 3v11", "key": "svg-2" }], ["path", { "d": "M21 18h-18", "key": "svg-3" }], ["path", { "d": "M18 15l3 3l-3 3", "key": "svg-4" }]]; const IconPilcrowRight = createReactComponent("outline", "pilcrow-right", "PilcrowRight", __iconNode$zV); const __iconNode$zU = [["path", { "d": "M13 4v16", "key": "svg-0" }], ["path", { "d": "M17 4v16", "key": "svg-1" }], ["path", { "d": "M19 4h-9.5a4.5 4.5 0 0 0 0 9h3.5", "key": "svg-2" }]]; const IconPilcrow = createReactComponent("outline", "pilcrow", "Pilcrow", __iconNode$zU); const __iconNode$zT = [["path", { "d": "M10.495 6.505l2 -2a4.95 4.95 0 0 1 7 7l-2 2m-2 2l-4 4a4.95 4.95 0 0 1 -7 -7l4 -4", "key": "svg-0" }], ["path", { "d": "M8.5 8.5l7 7", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconPillOff = createReactComponent("outline", "pill-off", "PillOff", __iconNode$zT); const __iconNode$zS = [["path", { "d": "M4.5 12.5l8 -8a4.94 4.94 0 0 1 7 7l-8 8a4.94 4.94 0 0 1 -7 -7", "key": "svg-0" }], ["path", { "d": "M8.5 8.5l7 7", "key": "svg-1" }]]; const IconPill = createReactComponent("outline", "pill", "Pill", __iconNode$zS); const __iconNode$zR = [["path", { "d": "M6 9a9.34 9.34 0 0 1 0 6", "key": "svg-0" }], ["path", { "d": "M21.699 16.607c.481 .934 .28 2.088 -.486 2.79c-.767 .703 -1.9 .77 -2.74 .165a48 48 0 0 1 -12.946 0a2.16 2.16 0 0 1 -2.74 -.165a2.345 2.345 0 0 1 -.486 -2.79a41.7 41.7 0 0 1 0 -9.163a2.346 2.346 0 0 1 .433 -2.856a2.16 2.16 0 0 1 2.793 -.145a48 48 0 0 1 12.946 0a2.16 2.16 0 0 1 2.793 .145c.78 .726 .961 1.918 .433 2.856a41.7 41.7 0 0 1 0 9.163", "key": "svg-1" }]]; const IconPillow = createReactComponent("outline", "pillow", "Pillow", __iconNode$zR); const __iconNode$zQ = [["path", { "d": "M3 8a5 5 0 1 0 10 0a5 5 0 1 0 -10 0", "key": "svg-0" }], ["path", { "d": "M13 17a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-1" }], ["path", { "d": "M4.5 4.5l7 7", "key": "svg-2" }], ["path", { "d": "M19.5 14.5l-5 5", "key": "svg-3" }]]; const IconPills = createReactComponent("outline", "pills", "Pills", __iconNode$zQ); const __iconNode$zP = [["path", { "d": "M21 11v-5a1 1 0 0 0 -1 -1h-16a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9", "key": "svg-0" }], ["path", { "d": "M17 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M10 13v-4h4", "key": "svg-2" }], ["path", { "d": "M14 13l-4 -4", "key": "svg-3" }]]; const IconPinEnd = createReactComponent("outline", "pin-end", "PinEnd", __iconNode$zP); const __iconNode$zO = [["path", { "d": "M21 13v5a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h9", "key": "svg-0" }], ["path", { "d": "M17 7a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M10 11h4v4", "key": "svg-2" }], ["path", { "d": "M10 15l4 -4", "key": "svg-3" }]]; const IconPinInvoke = createReactComponent("outline", "pin-invoke", "PinInvoke", __iconNode$zO); const __iconNode$zN = [["path", { "d": "M15 4.5l-4 4l-4 1.5l-1.5 1.5l7 7l1.5 -1.5l1.5 -4l4 -4", "key": "svg-0" }], ["path", { "d": "M9 15l-4.5 4.5", "key": "svg-1" }], ["path", { "d": "M14.5 4l5.5 5.5", "key": "svg-2" }]]; const IconPin = createReactComponent("outline", "pin", "Pin", __iconNode$zN); const __iconNode$zM = [["path", { "d": "M12.718 20.713a7.64 7.64 0 0 1 -7.48 -12.755l.72 -.72a7.643 7.643 0 0 1 9.105 -1.283l2.387 -2.345a2.08 2.08 0 0 1 3.057 2.815l-.116 .126l-2.346 2.387a7.644 7.644 0 0 1 -1.052 8.864", "key": "svg-0" }], ["path", { "d": "M11 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M9.3 5.3l9.4 9.4", "key": "svg-2" }]]; const IconPingPong = createReactComponent("outline", "ping-pong", "PingPong", __iconNode$zM); const __iconNode$zL = [["path", { "d": "M3 3l18 18", "key": "svg-0" }], ["path", { "d": "M15 4.5l-3.249 3.249m-2.57 1.433l-2.181 .818l-1.5 1.5l7 7l1.5 -1.5l.82 -2.186m1.43 -2.563l3.25 -3.251", "key": "svg-1" }], ["path", { "d": "M9 15l-4.5 4.5", "key": "svg-2" }], ["path", { "d": "M14.5 4l5.5 5.5", "key": "svg-3" }]]; const IconPinnedOff = createReactComponent("outline", "pinned-off", "PinnedOff", __iconNode$zL); const __iconNode$zK = [["path", { "d": "M9 4v6l-2 4v2h10v-2l-2 -4v-6", "key": "svg-0" }], ["path", { "d": "M12 16l0 5", "key": "svg-1" }], ["path", { "d": "M8 4l8 0", "key": "svg-2" }]]; const IconPinned = createReactComponent("outline", "pinned", "Pinned", __iconNode$zK); const __iconNode$zJ = [["path", { "d": "M3 4h8", "key": "svg-0" }], ["path", { "d": "M4 4v5a6 6 0 0 0 6 6h3a1 1 0 0 1 1 1v4", "key": "svg-1" }], ["path", { "d": "M10 4v4a1 1 0 0 0 1 1h3a6 6 0 0 1 6 6v5", "key": "svg-2" }], ["path", { "d": "M13 20h8", "key": "svg-3" }], ["path", { "d": "M12 9v6", "key": "svg-4" }]]; const IconPipeline = createReactComponent("outline", "pipeline", "Pipeline", __iconNode$zJ); const __iconNode$zI = [["path", { "d": "M10.313 6.277l1.687 -3.277l5.34 10.376m2.477 6.463a19.093 19.093 0 0 1 -7.817 1.661c-3.04 0 -5.952 -.714 -8.5 -1.983l5.434 -10.559", "key": "svg-0" }], ["path", { "d": "M5.38 15.866a14.94 14.94 0 0 0 6.815 1.634c1.56 0 3.105 -.24 4.582 -.713", "key": "svg-1" }], ["path", { "d": "M11 14v-.01", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconPizzaOff = createReactComponent("outline", "pizza-off", "PizzaOff", __iconNode$zI); const __iconNode$zH = [["path", { "d": "M12 21.5c-3.04 0 -5.952 -.714 -8.5 -1.983l8.5 -16.517l8.5 16.517a19.09 19.09 0 0 1 -8.5 1.983", "key": "svg-0" }], ["path", { "d": "M5.38 15.866a14.94 14.94 0 0 0 6.815 1.634a14.944 14.944 0 0 0 6.502 -1.479", "key": "svg-1" }], ["path", { "d": "M13 11.01v-.01", "key": "svg-2" }], ["path", { "d": "M11 14v-.01", "key": "svg-3" }]]; const IconPizza = createReactComponent("outline", "pizza", "Pizza", __iconNode$zH); const __iconNode$zG = [["path", { "d": "M10 20.415a8 8 0 1 0 3 -15.415h-3", "key": "svg-0" }], ["path", { "d": "M13 8l-3 -3l3 -3", "key": "svg-1" }], ["path", { "d": "M7 17l4 -4l-4 -4l-4 4l4 4", "key": "svg-2" }]]; const IconPlaceholder = createReactComponent("outline", "placeholder", "Placeholder", __iconNode$zG); const __iconNode$zF = [["path", { "d": "M15.157 11.81l4.83 1.295a2 2 0 1 1 -1.036 3.863l-14.489 -3.882l-1.345 -6.572l2.898 .776l1.414 2.45l2.898 .776l-.12 -7.279l2.898 .777l2.052 7.797", "key": "svg-0" }], ["path", { "d": "M3 21h18", "key": "svg-1" }]]; const IconPlaneArrival = createReactComponent("outline", "plane-arrival", "PlaneArrival", __iconNode$zF); const __iconNode$zE = [["path", { "d": "M14.639 10.258l4.83 -1.294a2 2 0 1 1 1.035 3.863l-14.489 3.883l-4.45 -5.02l2.897 -.776l2.45 1.414l2.897 -.776l-3.743 -6.244l2.898 -.777l5.675 5.727", "key": "svg-0" }], ["path", { "d": "M3 21h18", "key": "svg-1" }]]; const IconPlaneDeparture = createReactComponent("outline", "plane-departure", "PlaneDeparture", __iconNode$zE); const __iconNode$zD = [["path", { "d": "M15 11.085h5a2 2 0 1 1 0 4h-15l-3 -6h3l2 2h3l-2 -7h3l4 7", "key": "svg-0" }], ["path", { "d": "M3 21h18", "key": "svg-1" }]]; const IconPlaneInflight = createReactComponent("outline", "plane-inflight", "PlaneInflight", __iconNode$zD); const __iconNode$zC = [["path", { "d": "M9.788 5.758l-.788 -2.758h3l4 7h4a2 2 0 1 1 0 4h-2m-2.718 1.256l-3.282 5.744h-3l2 -7h-4l-2 2h-3l2 -4l-2 -4h3l2 2h3", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconPlaneOff = createReactComponent("outline", "plane-off", "PlaneOff", __iconNode$zC); const __iconNode$zB = [["path", { "d": "M14.5 6.5l3 -2.9a2.05 2.05 0 0 1 2.9 2.9l-2.9 3l2.5 7.5l-2.5 2.55l-3.5 -6.55l-3 3v3l-2 2l-1.5 -4.5l-4.5 -1.5l2 -2h3l3 -3l-6.5 -3.5l2.5 -2.5l7.5 2.5", "key": "svg-0" }]]; const IconPlaneTilt = createReactComponent("outline", "plane-tilt", "PlaneTilt", __iconNode$zB); const __iconNode$zA = [["path", { "d": "M16 10h4a2 2 0 0 1 0 4h-4l-4 7h-3l2 -7h-4l-2 2h-3l2 -4l-2 -4h3l2 2h4l-2 -7h3l4 7", "key": "svg-0" }]]; const IconPlane = createReactComponent("outline", "plane", "Plane", __iconNode$zA); const __iconNode$zz = [["path", { "d": "M7.042 7.059a7 7 0 0 0 9.908 9.89m1.581 -2.425a7 7 0 0 0 -9.057 -9.054", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconPlanetOff = createReactComponent("outline", "planet-off", "PlanetOff", __iconNode$zz); const __iconNode$zy = [["path", { "d": "M18.816 13.58c2.292 2.138 3.546 4 3.092 4.9c-.745 1.46 -5.783 -.259 -11.255 -3.838c-5.47 -3.579 -9.304 -7.664 -8.56 -9.123c.464 -.91 2.926 -.444 5.803 .805", "key": "svg-0" }], ["path", { "d": "M5 12a7 7 0 1 0 14 0a7 7 0 1 0 -14 0", "key": "svg-1" }]]; const IconPlanet = createReactComponent("outline", "planet", "Planet", __iconNode$zy); const __iconNode$zx = [["path", { "d": "M2 9c0 5.523 4.477 10 10 10a9.953 9.953 0 0 0 5.418 -1.593m2.137 -1.855a9.961 9.961 0 0 0 2.445 -6.552", "key": "svg-0" }], ["path", { "d": "M12 19c0 -1.988 .58 -3.84 1.58 -5.397m1.878 -2.167a9.961 9.961 0 0 1 6.542 -2.436", "key": "svg-1" }], ["path", { "d": "M2 9a10 10 0 0 1 10 10", "key": "svg-2" }], ["path", { "d": "M12 4a9.7 9.7 0 0 1 3 7.013", "key": "svg-3" }], ["path", { "d": "M9.01 11.5a9.696 9.696 0 0 1 .163 -2.318m1.082 -2.942a9.696 9.696 0 0 1 1.745 -2.24", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconPlant2Off = createReactComponent("outline", "plant-2-off", "Plant2Off", __iconNode$zx); const __iconNode$zw = [["path", { "d": "M2 9a10 10 0 1 0 20 0", "key": "svg-0" }], ["path", { "d": "M12 19a10 10 0 0 1 10 -10", "key": "svg-1" }], ["path", { "d": "M2 9a10 10 0 0 1 10 10", "key": "svg-2" }], ["path", { "d": "M12 4a9.7 9.7 0 0 1 2.99 7.5", "key": "svg-3" }], ["path", { "d": "M9.01 11.5a9.7 9.7 0 0 1 2.99 -7.5", "key": "svg-4" }]]; const IconPlant2 = createReactComponent("outline", "plant-2", "Plant2", __iconNode$zw); const __iconNode$zv = [["path", { "d": "M17 17v2a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2v-4h8", "key": "svg-0" }], ["path", { "d": "M11.9 7.908a6 6 0 0 0 -4.79 -4.806m-4.11 -.102v2a6 6 0 0 0 6 6h2", "key": "svg-1" }], ["path", { "d": "M12.531 8.528a6 6 0 0 1 5.469 -3.528h3v1a6 6 0 0 1 -5.037 5.923", "key": "svg-2" }], ["path", { "d": "M12 15v-3", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconPlantOff = createReactComponent("outline", "plant-off", "PlantOff", __iconNode$zv); const __iconNode$zu = [["path", { "d": "M7 15h10v4a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2v-4", "key": "svg-0" }], ["path", { "d": "M12 9a6 6 0 0 0 -6 -6h-3v2a6 6 0 0 0 6 6h3", "key": "svg-1" }], ["path", { "d": "M12 11a6 6 0 0 1 6 -6h3v1a6 6 0 0 1 -6 6h-3", "key": "svg-2" }], ["path", { "d": "M12 15l0 -6", "key": "svg-3" }]]; const IconPlant = createReactComponent("outline", "plant", "Plant", __iconNode$zu); const __iconNode$zt = [["path", { "d": "M10 4a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-0" }], ["path", { "d": "M5 21l3 -3l.75 -1.5", "key": "svg-1" }], ["path", { "d": "M14 21v-4l-4 -3l.5 -6", "key": "svg-2" }], ["path", { "d": "M5 12l1 -3l4.5 -1l3.5 3l4 1", "key": "svg-3" }], ["path", { "d": "M18.5 16a.5 .5 0 1 0 0 -1a.5 .5 0 0 0 0 1", "fill": "currentColor", "key": "svg-4" }]]; const IconPlayBasketball = createReactComponent("outline", "play-basketball", "PlayBasketball", __iconNode$zt); const __iconNode$zs = [["path", { "d": "M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2", "key": "svg-0" }], ["path", { "d": "M8 6h.01", "key": "svg-1" }], ["path", { "d": "M16 18h.01", "key": "svg-2" }], ["path", { "d": "M12 9v6", "key": "svg-3" }]]; const IconPlayCard1 = createReactComponent("outline", "play-card-1", "PlayCard1", __iconNode$zs); const __iconNode$zr = [["path", { "d": "M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2", "key": "svg-0" }], ["path", { "d": "M8 6h.01", "key": "svg-1" }], ["path", { "d": "M16 18h.01", "key": "svg-2" }], ["path", { "d": "M9 9v6", "key": "svg-3" }], ["path", { "d": "M12 13c0 1.105 .672 2 1.5 2s1.5 -.895 1.5 -2v-2c0 -1.105 -.672 -2 -1.5 -2s-1.5 .895 -1.5 2l0 2", "key": "svg-4" }]]; const IconPlayCard10 = createReactComponent("outline", "play-card-10", "PlayCard10", __iconNode$zr); const __iconNode$zq = [["path", { "d": "M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2", "key": "svg-0" }], ["path", { "d": "M8 6h.01", "key": "svg-1" }], ["path", { "d": "M16 18h.01", "key": "svg-2" }], ["path", { "d": "M10 9h3a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h3", "key": "svg-3" }]]; const IconPlayCard2 = createReactComponent("outline", "play-card-2", "PlayCard2", __iconNode$zq); const __iconNode$zp = [["path", { "d": "M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2", "key": "svg-0" }], ["path", { "d": "M8 6h.01", "key": "svg-1" }], ["path", { "d": "M16 18h.01", "key": "svg-2" }], ["path", { "d": "M10 9h2.5a1.5 1.5 0 0 1 0 3h-1.5h1.5a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-3" }]]; const IconPlayCard3 = createReactComponent("outline", "play-card-3", "PlayCard3", __iconNode$zp); const __iconNode$zo = [["path", { "d": "M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2", "key": "svg-0" }], ["path", { "d": "M8 6h.01", "key": "svg-1" }], ["path", { "d": "M16 18h.01", "key": "svg-2" }], ["path", { "d": "M10 9v2a1 1 0 0 0 1 1h3", "key": "svg-3" }], ["path", { "d": "M14 9v6", "key": "svg-4" }]]; const IconPlayCard4 = createReactComponent("outline", "play-card-4", "PlayCard4", __iconNode$zo); const __iconNode$zn = [["path", { "d": "M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2", "key": "svg-0" }], ["path", { "d": "M8 6h.01", "key": "svg-1" }], ["path", { "d": "M16 18h.01", "key": "svg-2" }], ["path", { "d": "M10 15h3a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-3v-3h4", "key": "svg-3" }]]; const IconPlayCard5 = createReactComponent("outline", "play-card-5", "PlayCard5", __iconNode$zn); const __iconNode$zm = [["path", { "d": "M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2", "key": "svg-0" }], ["path", { "d": "M8 6h.01", "key": "svg-1" }], ["path", { "d": "M16 18h.01", "key": "svg-2" }], ["path", { "d": "M14 9h-3a1 1 0 0 0 -1 1v4a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-3", "key": "svg-3" }]]; const IconPlayCard6 = createReactComponent("outline", "play-card-6", "PlayCard6", __iconNode$zm); const __iconNode$zl = [["path", { "d": "M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2", "key": "svg-0" }], ["path", { "d": "M10 9h4l-2 6", "key": "svg-1" }], ["path", { "d": "M8 6h.01", "key": "svg-2" }], ["path", { "d": "M16 18h.01", "key": "svg-3" }]]; const IconPlayCard7 = createReactComponent("outline", "play-card-7", "PlayCard7", __iconNode$zl); const __iconNode$zk = [["path", { "d": "M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2", "key": "svg-0" }], ["path", { "d": "M8 6h.01", "key": "svg-1" }], ["path", { "d": "M16 18h.01", "key": "svg-2" }], ["path", { "d": "M12 12h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1l-1 0", "key": "svg-3" }], ["path", { "d": "M12 12h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1", "key": "svg-4" }]]; const IconPlayCard8 = createReactComponent("outline", "play-card-8", "PlayCard8", __iconNode$zk); const __iconNode$zj = [["path", { "d": "M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2", "key": "svg-0" }], ["path", { "d": "M8 6h.01", "key": "svg-1" }], ["path", { "d": "M16 18h.01", "key": "svg-2" }], ["path", { "d": "M10 15h3a1 1 0 0 0 1 -1v-4a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h3", "key": "svg-3" }]]; const IconPlayCard9 = createReactComponent("outline", "play-card-9", "PlayCard9", __iconNode$zj); const __iconNode$zi = [["path", { "d": "M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2", "key": "svg-0" }], ["path", { "d": "M8 6h.01", "key": "svg-1" }], ["path", { "d": "M16 18h.01", "key": "svg-2" }], ["path", { "d": "M10 15v-4a2 2 0 1 1 4 0v4", "key": "svg-3" }], ["path", { "d": "M10 13h4", "key": "svg-4" }]]; const IconPlayCardA = createReactComponent("outline", "play-card-a", "PlayCardA", __iconNode$zi); const __iconNode$zh = [["path", { "d": "M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2", "key": "svg-0" }], ["path", { "d": "M8 6h.01", "key": "svg-1" }], ["path", { "d": "M16 18h.01", "key": "svg-2" }], ["path", { "d": "M10 9h4v4a2 2 0 1 1 -4 0", "key": "svg-3" }]]; const IconPlayCardJ = createReactComponent("outline", "play-card-j", "PlayCardJ", __iconNode$zh); const __iconNode$zg = [["path", { "d": "M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2", "key": "svg-0" }], ["path", { "d": "M8 6h.01", "key": "svg-1" }], ["path", { "d": "M16 18h.01", "key": "svg-2" }], ["path", { "d": "M10 9v6", "key": "svg-3" }], ["path", { "d": "M14 9l-3 3l3 3", "key": "svg-4" }], ["path", { "d": "M10 12h1", "key": "svg-5" }]]; const IconPlayCardK = createReactComponent("outline", "play-card-k", "PlayCardK", __iconNode$zg); const __iconNode$zf = [["path", { "d": "M7 3h10a2 2 0 0 1 2 2v10m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M16 18h.01", "key": "svg-1" }], ["path", { "d": "M13.716 13.712l-1.716 2.288l-3 -4l1.29 -1.72", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconPlayCardOff = createReactComponent("outline", "play-card-off", "PlayCardOff", __iconNode$zf); const __iconNode$ze = [["path", { "d": "M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2", "key": "svg-0" }], ["path", { "d": "M8 6h.01", "key": "svg-1" }], ["path", { "d": "M16 18h.01", "key": "svg-2" }], ["path", { "d": "M12 9a2 2 0 0 1 2 2v2a2 2 0 1 1 -4 0v-2a2 2 0 0 1 2 -2", "key": "svg-3" }], ["path", { "d": "M13 14l1.5 1.5", "key": "svg-4" }]]; const IconPlayCardQ = createReactComponent("outline", "play-card-q", "PlayCardQ", __iconNode$ze); const __iconNode$zd = [["path", { "d": "M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2", "key": "svg-0" }], ["path", { "d": "M8 6h.01", "key": "svg-1" }], ["path", { "d": "M16 18h.01", "key": "svg-2" }], ["path", { "d": "M11.75 14.112l-1.63 .853a.294 .294 0 0 1 -.425 -.307l.31 -1.808l-1.317 -1.28a.292 .292 0 0 1 .163 -.499l1.82 -.264l.815 -1.644a.294 .294 0 0 1 .527 0l.814 1.644l1.82 .264a.292 .292 0 0 1 .164 .499l-1.318 1.28l.31 1.807a.292 .292 0 0 1 -.425 .308l-1.628 -.853", "key": "svg-3" }]]; const IconPlayCardStar = createReactComponent("outline", "play-card-star", "PlayCardStar", __iconNode$zd); const __iconNode$zc = [["path", { "d": "M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2", "key": "svg-0" }], ["path", { "d": "M8 6h.01", "key": "svg-1" }], ["path", { "d": "M16 18h.01", "key": "svg-2" }], ["path", { "d": "M12 16l-3 -4l3 -4l3 4l-3 4", "key": "svg-3" }]]; const IconPlayCard = createReactComponent("outline", "play-card", "PlayCard", __iconNode$zc); const __iconNode$zb = [["path", { "d": "M11 4a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-0" }], ["path", { "d": "M3 17l5 1l.75 -1.5", "key": "svg-1" }], ["path", { "d": "M14 21v-4l-4 -3l1 -6", "key": "svg-2" }], ["path", { "d": "M6 12v-3l5 -1l3 3l3 1", "key": "svg-3" }], ["path", { "d": "M19.5 20a.5 .5 0 1 0 0 -1a.5 .5 0 0 0 0 1", "fill": "currentColor", "key": "svg-4" }]]; const IconPlayFootball = createReactComponent("outline", "play-football", "PlayFootball", __iconNode$zb); const __iconNode$za = [["path", { "d": "M13 21l3.5 -2l-4.5 -4l2 -4.5", "key": "svg-0" }], ["path", { "d": "M7 6l2 4l5 .5l4 2.5l2.5 3", "key": "svg-1" }], ["path", { "d": "M4 20l5 -1l1.5 -2", "key": "svg-2" }], ["path", { "d": "M15 7a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-3" }], ["path", { "d": "M9.5 5a.5 .5 0 1 0 0 -1a.5 .5 0 0 0 0 1", "fill": "currentColor", "key": "svg-4" }]]; const IconPlayHandball = createReactComponent("outline", "play-handball", "PlayHandball", __iconNode$za); const __iconNode$z9 = [["path", { "d": "M13 4a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-0" }], ["path", { "d": "M20.5 10a.5 .5 0 1 0 0 -1a.5 .5 0 0 0 0 1", "fill": "currentColor", "key": "svg-1" }], ["path", { "d": "M2 16l5 1l.5 -2.5", "key": "svg-2" }], ["path", { "d": "M11.5 21l2.5 -5.5l-5.5 -3.5l3.5 -4l3 4l4 2", "key": "svg-3" }]]; const IconPlayVolleyball = createReactComponent("outline", "play-volleyball", "PlayVolleyball", __iconNode$z9); const __iconNode$z8 = [["path", { "d": "M5 12h14l-7 -8l-7 8", "key": "svg-0" }], ["path", { "d": "M5 17a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1l0 -2", "key": "svg-1" }]]; const IconPlayerEject = createReactComponent("outline", "player-eject", "PlayerEject", __iconNode$z8); const __iconNode$z7 = [["path", { "d": "M6 6a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -12", "key": "svg-0" }], ["path", { "d": "M14 6a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -12", "key": "svg-1" }]]; const IconPlayerPause = createReactComponent("outline", "player-pause", "PlayerPause", __iconNode$z7); const __iconNode$z6 = [["path", { "d": "M7 4v16l13 -8l-13 -8", "key": "svg-0" }]]; const IconPlayerPlay = createReactComponent("outline", "player-play", "PlayerPlay", __iconNode$z6); const __iconNode$z5 = [["path", { "d": "M5 12a7 7 0 1 0 14 0a7 7 0 1 0 -14 0", "key": "svg-0" }]]; const IconPlayerRecord = createReactComponent("outline", "player-record", "PlayerRecord", __iconNode$z5); const __iconNode$z4 = [["path", { "d": "M20 5v14l-12 -7l12 -7", "key": "svg-0" }], ["path", { "d": "M4 5l0 14", "key": "svg-1" }]]; const IconPlayerSkipBack = createReactComponent("outline", "player-skip-back", "PlayerSkipBack", __iconNode$z4); const __iconNode$z3 = [["path", { "d": "M4 5v14l12 -7l-12 -7", "key": "svg-0" }], ["path", { "d": "M20 5l0 14", "key": "svg-1" }]]; const IconPlayerSkipForward = createReactComponent("outline", "player-skip-forward", "PlayerSkipForward", __iconNode$z3); const __iconNode$z2 = [["path", { "d": "M5 7a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2l0 -10", "key": "svg-0" }]]; const IconPlayerStop = createReactComponent("outline", "player-stop", "PlayerStop", __iconNode$z2); const __iconNode$z1 = [["path", { "d": "M3 5v14l8 -7l-8 -7", "key": "svg-0" }], ["path", { "d": "M14 5v14l8 -7l-8 -7", "key": "svg-1" }]]; const IconPlayerTrackNext = createReactComponent("outline", "player-track-next", "PlayerTrackNext", __iconNode$z1); const __iconNode$z0 = [["path", { "d": "M21 5v14l-8 -7l8 -7", "key": "svg-0" }], ["path", { "d": "M10 5v14l-8 -7l8 -7", "key": "svg-1" }]]; const IconPlayerTrackPrev = createReactComponent("outline", "player-track-prev", "PlayerTrackPrev", __iconNode$z0); const __iconNode$y$ = [["path", { "d": "M19 8h-14", "key": "svg-0" }], ["path", { "d": "M5 12h9", "key": "svg-1" }], ["path", { "d": "M11 16h-6", "key": "svg-2" }], ["path", { "d": "M15 16h6", "key": "svg-3" }], ["path", { "d": "M18 13v6", "key": "svg-4" }]]; const IconPlaylistAdd = createReactComponent("outline", "playlist-add", "PlaylistAdd", __iconNode$y$); const __iconNode$y_ = [["path", { "d": "M14 14a3 3 0 1 0 3 3", "key": "svg-0" }], ["path", { "d": "M17 13v-9h4", "key": "svg-1" }], ["path", { "d": "M13 5h-4m-4 0h-2", "key": "svg-2" }], ["path", { "d": "M3 9h6", "key": "svg-3" }], ["path", { "d": "M9 13h-6", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconPlaylistOff = createReactComponent("outline", "playlist-off", "PlaylistOff", __iconNode$y_); const __iconNode$yZ = [["path", { "d": "M19 8h-14", "key": "svg-0" }], ["path", { "d": "M5 12h7", "key": "svg-1" }], ["path", { "d": "M12 16h-7", "key": "svg-2" }], ["path", { "d": "M16 14l4 4", "key": "svg-3" }], ["path", { "d": "M20 14l-4 4", "key": "svg-4" }]]; const IconPlaylistX = createReactComponent("outline", "playlist-x", "PlaylistX", __iconNode$yZ); const __iconNode$yY = [["path", { "d": "M11 17a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M17 17v-13h4", "key": "svg-1" }], ["path", { "d": "M13 5h-10", "key": "svg-2" }], ["path", { "d": "M3 9l10 0", "key": "svg-3" }], ["path", { "d": "M9 13h-6", "key": "svg-4" }]]; const IconPlaylist = createReactComponent("outline", "playlist", "Playlist", __iconNode$yY); const __iconNode$yX = [["path", { "d": "M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9", "key": "svg-0" }], ["path", { "d": "M7.5 12a4.5 4.5 0 1 0 9 0a4.5 4.5 0 1 0 -9 0", "key": "svg-1" }]]; const IconPlaystationCircle = createReactComponent("outline", "playstation-circle", "PlaystationCircle", __iconNode$yX); const __iconNode$yW = [["path", { "d": "M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9", "key": "svg-0" }], ["path", { "d": "M8 9a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1l0 -6", "key": "svg-1" }]]; const IconPlaystationSquare = createReactComponent("outline", "playstation-square", "PlaystationSquare", __iconNode$yW); const __iconNode$yV = [["path", { "d": "M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9", "key": "svg-0" }], ["path", { "d": "M7.5 15h9l-4.5 -8l-4.5 8", "key": "svg-1" }]]; const IconPlaystationTriangle = createReactComponent("outline", "playstation-triangle", "PlaystationTriangle", __iconNode$yV); const __iconNode$yU = [["path", { "d": "M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9", "key": "svg-0" }], ["path", { "d": "M8.5 8.5l7 7", "key": "svg-1" }], ["path", { "d": "M8.5 15.5l7 -7", "key": "svg-2" }]]; const IconPlaystationX = createReactComponent("outline", "playstation-x", "PlaystationX", __iconNode$yU); const __iconNode$yT = [["path", { "d": "M20 16l-4 4", "key": "svg-0" }], ["path", { "d": "M7 12l5 5l-1.5 1.5a3.536 3.536 0 1 1 -5 -5l1.5 -1.5", "key": "svg-1" }], ["path", { "d": "M17 12l-5 -5l1.5 -1.5a3.536 3.536 0 1 1 5 5l-1.5 1.5", "key": "svg-2" }], ["path", { "d": "M3 21l2.5 -2.5", "key": "svg-3" }], ["path", { "d": "M18.5 5.5l2.5 -2.5", "key": "svg-4" }], ["path", { "d": "M10 11l-2 2", "key": "svg-5" }], ["path", { "d": "M13 14l-2 2", "key": "svg-6" }], ["path", { "d": "M16 16l4 4", "key": "svg-7" }]]; const IconPlugConnectedX = createReactComponent("outline", "plug-connected-x", "PlugConnectedX", __iconNode$yT); const __iconNode$yS = [["path", { "d": "M7 12l5 5l-1.5 1.5a3.536 3.536 0 1 1 -5 -5l1.5 -1.5", "key": "svg-0" }], ["path", { "d": "M17 12l-5 -5l1.5 -1.5a3.536 3.536 0 1 1 5 5l-1.5 1.5", "key": "svg-1" }], ["path", { "d": "M3 21l2.5 -2.5", "key": "svg-2" }], ["path", { "d": "M18.5 5.5l2.5 -2.5", "key": "svg-3" }], ["path", { "d": "M10 11l-2 2", "key": "svg-4" }], ["path", { "d": "M13 14l-2 2", "key": "svg-5" }]]; const IconPlugConnected = createReactComponent("outline", "plug-connected", "PlugConnected", __iconNode$yS); const __iconNode$yR = [["path", { "d": "M16.123 16.092l-.177 .177a5.81 5.81 0 1 1 -8.215 -8.215l.159 -.159", "key": "svg-0" }], ["path", { "d": "M4 20l3.5 -3.5", "key": "svg-1" }], ["path", { "d": "M15 4l-3.5 3.5", "key": "svg-2" }], ["path", { "d": "M20 9l-3.5 3.5", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconPlugOff = createReactComponent("outline", "plug-off", "PlugOff", __iconNode$yR); const __iconNode$yQ = [["path", { "d": "M13.55 17.733a5.806 5.806 0 0 1 -7.356 -4.052a5.81 5.81 0 0 1 1.537 -5.627l2.054 -2.054l7.165 7.165", "key": "svg-0" }], ["path", { "d": "M4 20l3.5 -3.5", "key": "svg-1" }], ["path", { "d": "M15 4l-3.5 3.5", "key": "svg-2" }], ["path", { "d": "M20 9l-3.5 3.5", "key": "svg-3" }], ["path", { "d": "M16 16l4 4", "key": "svg-4" }], ["path", { "d": "M20 16l-4 4", "key": "svg-5" }]]; const IconPlugX = createReactComponent("outline", "plug-x", "PlugX", __iconNode$yQ); const __iconNode$yP = [["path", { "d": "M9.785 6l8.215 8.215l-2.054 2.054a5.81 5.81 0 1 1 -8.215 -8.215l2.054 -2.054", "key": "svg-0" }], ["path", { "d": "M4 20l3.5 -3.5", "key": "svg-1" }], ["path", { "d": "M15 4l-3.5 3.5", "key": "svg-2" }], ["path", { "d": "M20 9l-3.5 3.5", "key": "svg-3" }]]; const IconPlug = createReactComponent("outline", "plug", "Plug", __iconNode$yP); const __iconNode$yO = [["path", { "d": "M4 7h6", "key": "svg-0" }], ["path", { "d": "M7 4v6", "key": "svg-1" }], ["path", { "d": "M20 16h-6", "key": "svg-2" }], ["path", { "d": "M20 19h-6", "key": "svg-3" }], ["path", { "d": "M5 19l14 -14", "key": "svg-4" }]]; const IconPlusEqual = createReactComponent("outline", "plus-equal", "PlusEqual", __iconNode$yO); const __iconNode$yN = [["path", { "d": "M4 7h6", "key": "svg-0" }], ["path", { "d": "M7 4v6", "key": "svg-1" }], ["path", { "d": "M20 18h-6", "key": "svg-2" }], ["path", { "d": "M5 19l14 -14", "key": "svg-3" }]]; const IconPlusMinus = createReactComponent("outline", "plus-minus", "PlusMinus", __iconNode$yN); const __iconNode$yM = [["path", { "d": "M12 5l0 14", "key": "svg-0" }], ["path", { "d": "M5 12l14 0", "key": "svg-1" }]]; const IconPlus = createReactComponent("outline", "plus", "Plus", __iconNode$yM); const __iconNode$yL = [["path", { "d": "M21 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1", "key": "svg-0" }], ["path", { "d": "M3 16v-8h2a2 2 0 1 1 0 4h-2", "key": "svg-1" }], ["path", { "d": "M10 16v-8l4 8v-8", "key": "svg-2" }]]; const IconPng = createReactComponent("outline", "png", "Png", __iconNode$yL); const __iconNode$yK = [["path", { "d": "M12 8h7l-.621 2.485a2 2 0 0 1 -1.94 1.515h-.439m-4 0h-4.439a2 2 0 0 1 -1.94 -1.515l-.621 -2.485h3", "key": "svg-0" }], ["path", { "d": "M7 8v-1m.864 -3.106a2.99 2.99 0 0 1 2.136 -.894", "key": "svg-1" }], ["path", { "d": "M8 12l1 9", "key": "svg-2" }], ["path", { "d": "M15.599 15.613l-.599 5.387", "key": "svg-3" }], ["path", { "d": "M7 21h10", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconPodiumOff = createReactComponent("outline", "podium-off", "PodiumOff", __iconNode$yK); const __iconNode$yJ = [["path", { "d": "M5 8h14l-.621 2.485a2 2 0 0 1 -1.94 1.515h-8.878a2 2 0 0 1 -1.94 -1.515l-.621 -2.485", "key": "svg-0" }], ["path", { "d": "M7 8v-2a3 3 0 0 1 3 -3", "key": "svg-1" }], ["path", { "d": "M8 12l1 9", "key": "svg-2" }], ["path", { "d": "M16 12l-1 9", "key": "svg-3" }], ["path", { "d": "M7 21h10", "key": "svg-4" }]]; const IconPodium = createReactComponent("outline", "podium", "Podium", __iconNode$yJ); const __iconNode$yI = [["path", { "d": "M9.15 9.194a4 4 0 0 0 5.697 5.617m1.153 -2.811a4 4 0 0 0 -4 -4", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconPointOff = createReactComponent("outline", "point-off", "PointOff", __iconNode$yI); const __iconNode$yH = [["path", { "d": "M8 12a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-0" }]]; const IconPoint = createReactComponent("outline", "point", "Point", __iconNode$yH); const __iconNode$yG = [["path", { "d": "M16.044 13.488l-1.266 -1.266l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l1.678 1.678", "key": "svg-0" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-1" }]]; const IconPointerBolt = createReactComponent("outline", "pointer-bolt", "PointerBolt", __iconNode$yG); const __iconNode$yF = [["path", { "d": "M15.526 12.97l-.748 -.748l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.714 .714", "key": "svg-0" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M17 21l4 -4", "key": "svg-2" }]]; const IconPointerCancel = createReactComponent("outline", "pointer-cancel", "PointerCancel", __iconNode$yF); const __iconNode$yE = [["path", { "d": "M17.487 14.93l-2.709 -2.708l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.785 .785", "key": "svg-0" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-1" }]]; const IconPointerCheck = createReactComponent("outline", "pointer-check", "PointerCheck", __iconNode$yE); const __iconNode$yD = [["path", { "d": "M15.76 13.203l-.982 -.981l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.67 .67", "key": "svg-0" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-1" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-2" }]]; const IconPointerCode = createReactComponent("outline", "pointer-code", "PointerCode", __iconNode$yD); const __iconNode$yC = [["path", { "d": "M15.774 13.218l-.996 -.996l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.343 .343", "key": "svg-0" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-2" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-3" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-4" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-5" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-6" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-7" }]]; const IconPointerCog = createReactComponent("outline", "pointer-cog", "PointerCog", __iconNode$yC); const __iconNode$yB = [["path", { "d": "M14.778 12.222l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.787 .787", "key": "svg-0" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-1" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-2" }]]; const IconPointerDollar = createReactComponent("outline", "pointer-dollar", "PointerDollar", __iconNode$yB); const __iconNode$yA = [["path", { "d": "M15.992 13.436l-1.214 -1.214l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l1.171 1.171", "key": "svg-0" }], ["path", { "d": "M19 16v6", "key": "svg-1" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-2" }]]; const IconPointerDown = createReactComponent("outline", "pointer-down", "PointerDown", __iconNode$yA); const __iconNode$yz = [["path", { "d": "M15.97 13.414l-1.192 -1.192l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l2.778 2.778", "key": "svg-0" }], ["path", { "d": "M19 16v3", "key": "svg-1" }], ["path", { "d": "M19 22v.01", "key": "svg-2" }]]; const IconPointerExclamation = createReactComponent("outline", "pointer-exclamation", "PointerExclamation", __iconNode$yz); const __iconNode$yy = [["path", { "d": "M16.571 11.018l1.32 -.886a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308", "key": "svg-0" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-1" }]]; const IconPointerHeart = createReactComponent("outline", "pointer-heart", "PointerHeart", __iconNode$yy); const __iconNode$yx = [["path", { "d": "M17.6 15.043l-2.822 -2.821l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l1.188 1.188", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }]]; const IconPointerMinus = createReactComponent("outline", "pointer-minus", "PointerMinus", __iconNode$yx); const __iconNode$yw = [["path", { "d": "M15.662 11.628l2.229 -1.496a1.2 1.2 0 0 0 -.309 -2.228l-8.013 -2.303m-5.569 -1.601l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l4.907 4.907a1.067 1.067 0 0 0 1.509 0l.524 -.524", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconPointerOff = createReactComponent("outline", "pointer-off", "PointerOff", __iconNode$yw); const __iconNode$yv = [["path", { "d": "M15.72 13.163l-.942 -.941l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.969 .969", "key": "svg-0" }], ["path", { "d": "M17 17v5", "key": "svg-1" }], ["path", { "d": "M21 17v5", "key": "svg-2" }]]; const IconPointerPause = createReactComponent("outline", "pointer-pause", "PointerPause", __iconNode$yv); const __iconNode$yu = [["path", { "d": "M14.778 12.222l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.381 .381", "key": "svg-0" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-1" }], ["path", { "d": "M19 18v.01", "key": "svg-2" }]]; const IconPointerPin = createReactComponent("outline", "pointer-pin", "PointerPin", __iconNode$yu); const __iconNode$yt = [["path", { "d": "M15.941 13.385l-1.163 -1.163l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l1.23 1.23", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }]]; const IconPointerPlus = createReactComponent("outline", "pointer-plus", "PointerPlus", __iconNode$yt); const __iconNode$ys = [["path", { "d": "M15.062 12.506l-.284 -.284l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l1.278 1.278", "key": "svg-0" }], ["path", { "d": "M19 22v.01", "key": "svg-1" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-2" }]]; const IconPointerQuestion = createReactComponent("outline", "pointer-question", "PointerQuestion", __iconNode$ys); const __iconNode$yr = [["path", { "d": "M14.778 12.222l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093", "key": "svg-0" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-2" }]]; const IconPointerSearch = createReactComponent("outline", "pointer-search", "PointerSearch", __iconNode$yr); const __iconNode$yq = [["path", { "d": "M15.646 13.09l-.868 -.868l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.607 .607", "key": "svg-0" }], ["path", { "d": "M16 22l5 -5", "key": "svg-1" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-2" }]]; const IconPointerShare = createReactComponent("outline", "pointer-share", "PointerShare", __iconNode$yq); const __iconNode$yp = [["path", { "d": "M17.891 10.132a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308", "key": "svg-0" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-1" }]]; const IconPointerStar = createReactComponent("outline", "pointer-star", "PointerStar", __iconNode$yp); const __iconNode$yo = [["path", { "d": "M15.984 13.428l-1.206 -1.206l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l1.217 1.217", "key": "svg-0" }], ["path", { "d": "M19 22v-6", "key": "svg-1" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-2" }]]; const IconPointerUp = createReactComponent("outline", "pointer-up", "PointerUp", __iconNode$yo); const __iconNode$yn = [["path", { "d": "M15.768 13.212l-.99 -.99l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.908 .908", "key": "svg-0" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-1" }], ["path", { "d": "M17 22l5 -5", "key": "svg-2" }]]; const IconPointerX = createReactComponent("outline", "pointer-x", "PointerX", __iconNode$yn); const __iconNode$ym = [["path", { "d": "M7.904 17.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l4.907 4.907a1.067 1.067 0 0 0 1.509 0l1.047 -1.047a1.067 1.067 0 0 0 0 -1.509l-4.907 -4.907l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563", "key": "svg-0" }]]; const IconPointer = createReactComponent("outline", "pointer", "Pointer", __iconNode$ym); const __iconNode$yl = [["path", { "d": "M20.04 16.048a9 9 0 0 0 -12.083 -12.09m-2.32 1.678a9 9 0 1 0 12.737 12.719", "key": "svg-0" }], ["path", { "d": "M9.884 9.874a3 3 0 1 0 4.24 4.246m.57 -3.441a3.012 3.012 0 0 0 -1.41 -1.39", "key": "svg-1" }], ["path", { "d": "M3 12h6m7 0h5", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconPokeballOff = createReactComponent("outline", "pokeball-off", "PokeballOff", __iconNode$yl); const __iconNode$yk = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M3 12h6", "key": "svg-2" }], ["path", { "d": "M15 12h6", "key": "svg-3" }]]; const IconPokeball = createReactComponent("outline", "pokeball", "Pokeball", __iconNode$yk); const __iconNode$yj = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M7 12a5 5 0 1 0 10 0a5 5 0 1 0 -10 0", "key": "svg-1" }], ["path", { "d": "M12 3v4", "key": "svg-2" }], ["path", { "d": "M12 17v4", "key": "svg-3" }], ["path", { "d": "M3 12h4", "key": "svg-4" }], ["path", { "d": "M17 12h4", "key": "svg-5" }], ["path", { "d": "M18.364 5.636l-2.828 2.828", "key": "svg-6" }], ["path", { "d": "M8.464 15.536l-2.828 2.828", "key": "svg-7" }], ["path", { "d": "M5.636 5.636l2.828 2.828", "key": "svg-8" }], ["path", { "d": "M15.536 15.536l2.828 2.828", "key": "svg-9" }]]; const IconPokerChip = createReactComponent("outline", "poker-chip", "PokerChip", __iconNode$yj); const __iconNode$yi = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }], ["path", { "d": "M4 16l16 0", "key": "svg-1" }], ["path", { "d": "M4 12l3 -3c.928 -.893 2.072 -.893 3 0l4 4", "key": "svg-2" }], ["path", { "d": "M13 12l2 -2c.928 -.893 2.072 -.893 3 0l2 2", "key": "svg-3" }], ["path", { "d": "M14 7l.01 0", "key": "svg-4" }]]; const IconPolaroid = createReactComponent("outline", "polaroid", "Polaroid", __iconNode$yi); const __iconNode$yh = [["path", { "d": "M10 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M17 8a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M3 11a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M13 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M6.5 9.5l1.546 -1.311", "key": "svg-4" }], ["path", { "d": "M14 5.5l3 1.5", "key": "svg-5" }], ["path", { "d": "M18.5 10l-1.185 3.318m-1.062 2.972l-.253 .71", "key": "svg-6" }], ["path", { "d": "M13.5 17.5l-7 -5", "key": "svg-7" }], ["path", { "d": "M3 3l18 18", "key": "svg-8" }]]; const IconPolygonOff = createReactComponent("outline", "polygon-off", "PolygonOff", __iconNode$yh); const __iconNode$yg = [["path", { "d": "M10 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M17 8a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M3 11a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M13 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M6.5 9.5l3.5 -3", "key": "svg-4" }], ["path", { "d": "M14 5.5l3 1.5", "key": "svg-5" }], ["path", { "d": "M18.5 10l-2.5 7", "key": "svg-6" }], ["path", { "d": "M13.5 17.5l-7 -5", "key": "svg-7" }]]; const IconPolygon = createReactComponent("outline", "polygon", "Polygon", __iconNode$yg); const __iconNode$yf = [["path", { "d": "M10 12h.01", "key": "svg-0" }], ["path", { "d": "M14 12h.01", "key": "svg-1" }], ["path", { "d": "M10 16a3.5 3.5 0 0 0 4 0", "key": "svg-2" }], ["path", { "d": "M11 4c2 0 3.5 1.5 3.5 4l.164 0a2.5 2.5 0 0 1 2.196 3.32a3 3 0 0 1 1.615 3.063a3 3 0 0 1 -1.299 5.607l-.176 0h-10a3 3 0 0 1 -1.474 -5.613a3 3 0 0 1 1.615 -3.062a2.5 2.5 0 0 1 2.195 -3.32l.164 0c1.5 0 2.5 -2 1.5 -4l0 .005", "key": "svg-3" }]]; const IconPoo = createReactComponent("outline", "poo", "Poo", __iconNode$yf); const __iconNode$ye = [["path", { "d": "M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1c.303 0 .6 -.045 .876 -.146", "key": "svg-0" }], ["path", { "d": "M2 16a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 1.13 -.856m5.727 1.717a2.4 2.4 0 0 0 1.143 -.861", "key": "svg-1" }], ["path", { "d": "M15 11v-6.5a1.5 1.5 0 0 1 3 0", "key": "svg-2" }], ["path", { "d": "M9 12v-3m0 -4v-.5a1.5 1.5 0 0 0 -1.936 -1.436", "key": "svg-3" }], ["path", { "d": "M15 5h-6", "key": "svg-4" }], ["path", { "d": "M9 10h1m4 0h1", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconPoolOff = createReactComponent("outline", "pool-off", "PoolOff", __iconNode$ye); const __iconNode$yd = [["path", { "d": "M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1", "key": "svg-0" }], ["path", { "d": "M2 16a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1", "key": "svg-1" }], ["path", { "d": "M15 12v-7.5a1.5 1.5 0 0 1 3 0", "key": "svg-2" }], ["path", { "d": "M9 12v-7.5a1.5 1.5 0 0 0 -3 0", "key": "svg-3" }], ["path", { "d": "M15 5l-6 0", "key": "svg-4" }], ["path", { "d": "M9 10l6 0", "key": "svg-5" }]]; const IconPool = createReactComponent("outline", "pool", "Pool", __iconNode$yd); const __iconNode$yc = [["path", { "d": "M7 6a7.75 7.75 0 1 0 10 0", "key": "svg-0" }], ["path", { "d": "M12 4l0 8", "key": "svg-1" }]]; const IconPower = createReactComponent("outline", "power", "Power", __iconNode$yc); const __iconNode$yb = [["path", { "d": "M11 5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M7 20h8l-4 -4v-7l4 3l2 -2", "key": "svg-1" }]]; const IconPray = createReactComponent("outline", "pray", "Pray", __iconNode$yb); const __iconNode$ya = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M13.867 9.75c-.246 -.48 -.708 -.769 -1.2 -.75h-1.334c-.736 0 -1.333 .67 -1.333 1.5c0 .827 .597 1.499 1.333 1.499h1.334c.736 0 1.333 .671 1.333 1.5c0 .828 -.597 1.499 -1.333 1.499h-1.334c-.492 .019 -.954 -.27 -1.2 -.75", "key": "svg-1" }], ["path", { "d": "M12 7v2", "key": "svg-2" }], ["path", { "d": "M12 15v2", "key": "svg-3" }]]; const IconPremiumRights = createReactComponent("outline", "premium-rights", "PremiumRights", __iconNode$ya); const __iconNode$y9 = [["path", { "d": "M6 19v-16h4.5a4.5 4.5 0 1 1 0 9h-4.5", "key": "svg-0" }], ["path", { "d": "M19 21l-9 -9", "key": "svg-1" }], ["path", { "d": "M13 21l6 -6", "key": "svg-2" }]]; const IconPrescription = createReactComponent("outline", "prescription", "Prescription", __iconNode$y9); const __iconNode$y8 = [["path", { "d": "M9 12v-4", "key": "svg-0" }], ["path", { "d": "M15 12v-2", "key": "svg-1" }], ["path", { "d": "M12 12v-1", "key": "svg-2" }], ["path", { "d": "M3 4h18", "key": "svg-3" }], ["path", { "d": "M4 4v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-10", "key": "svg-4" }], ["path", { "d": "M12 16v4", "key": "svg-5" }], ["path", { "d": "M9 20h6", "key": "svg-6" }]]; const IconPresentationAnalytics = createReactComponent("outline", "presentation-analytics", "PresentationAnalytics", __iconNode$y8); const __iconNode$y7 = [["path", { "d": "M3 4h1m4 0h13", "key": "svg-0" }], ["path", { "d": "M4 4v10a2 2 0 0 0 2 2h10m3.42 -.592c.359 -.362 .58 -.859 .58 -1.408v-10", "key": "svg-1" }], ["path", { "d": "M12 16v4", "key": "svg-2" }], ["path", { "d": "M9 20h6", "key": "svg-3" }], ["path", { "d": "M8 12l2 -2m4 0l2 -2", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconPresentationOff = createReactComponent("outline", "presentation-off", "PresentationOff", __iconNode$y7); const __iconNode$y6 = [["path", { "d": "M3 4l18 0", "key": "svg-0" }], ["path", { "d": "M4 4v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-10", "key": "svg-1" }], ["path", { "d": "M12 16l0 4", "key": "svg-2" }], ["path", { "d": "M9 20l6 0", "key": "svg-3" }], ["path", { "d": "M8 12l3 -3l2 2l3 -3", "key": "svg-4" }]]; const IconPresentation = createReactComponent("outline", "presentation", "Presentation", __iconNode$y6); const __iconNode$y5 = [["path", { "d": "M20.412 16.416c.363 -.362 .588 -.863 .588 -1.416v-4a2 2 0 0 0 -2 -2h-6m-4 0h-4a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2", "key": "svg-0" }], ["path", { "d": "M17 9v-4a2 2 0 0 0 -2 -2h-6c-.551 0 -1.05 .223 -1.412 .584m-.588 3.416v2", "key": "svg-1" }], ["path", { "d": "M17 17v2a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2v-4a2 2 0 0 1 2 -2h4", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconPrinterOff = createReactComponent("outline", "printer-off", "PrinterOff", __iconNode$y5); const __iconNode$y4 = [["path", { "d": "M17 17h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-14a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2", "key": "svg-0" }], ["path", { "d": "M17 9v-4a2 2 0 0 0 -2 -2h-6a2 2 0 0 0 -2 2v4", "key": "svg-1" }], ["path", { "d": "M7 15a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2l0 -4", "key": "svg-2" }]]; const IconPrinter = createReactComponent("outline", "printer", "Printer", __iconNode$y4); const __iconNode$y3 = [["path", { "d": "M4.731 19h11.539a1 1 0 0 0 .866 -1.5l-5.769 -10a1 1 0 0 0 -1.732 0l-5.769 10a1 1 0 0 0 .865 1.5", "key": "svg-0" }], ["path", { "d": "M2 13h4.45", "key": "svg-1" }], ["path", { "d": "M18 5l-4.5 6", "key": "svg-2" }], ["path", { "d": "M22 9l-7.75 3.25", "key": "svg-3" }], ["path", { "d": "M22 15l-7 -1.5", "key": "svg-4" }]]; const IconPrismLight = createReactComponent("outline", "prism-light", "PrismLight", __iconNode$y3); const __iconNode$y2 = [["path", { "d": "M12 12v10", "key": "svg-0" }], ["path", { "d": "M17.957 17.952l-4.937 3.703a1.7 1.7 0 0 1 -2.04 0l-5.98 -4.485a2.5 2.5 0 0 1 -1 -2v-11.17m3 -1h12a1 1 0 0 1 1 1v11.17c0 .25 -.037 .495 -.109 .729", "key": "svg-1" }], ["path", { "d": "M12.688 8.7a1.7 1.7 0 0 0 .357 -.214l6.655 -5.186", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconPrismOff = createReactComponent("outline", "prism-off", "PrismOff", __iconNode$y2); const __iconNode$y1 = [["path", { "d": "M12 9v13", "key": "svg-0" }], ["path", { "d": "M13.02 21.655a1.7 1.7 0 0 1 -2.04 0l-5.98 -4.485a2.5 2.5 0 0 1 -1 -2v-11.17a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v8", "key": "svg-1" }], ["path", { "d": "M4.3 3.3l6.655 5.186a1.7 1.7 0 0 0 2.09 0l6.655 -5.186", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }], ["path", { "d": "M19 16v6", "key": "svg-4" }]]; const IconPrismPlus = createReactComponent("outline", "prism-plus", "PrismPlus", __iconNode$y1); const __iconNode$y0 = [["path", { "d": "M12 9v13", "key": "svg-0" }], ["path", { "d": "M19 17.17l-5.98 4.485a1.7 1.7 0 0 1 -2.04 0l-5.98 -4.485a2.5 2.5 0 0 1 -1 -2v-11.17a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v11.17a2.5 2.5 0 0 1 -1 2", "key": "svg-1" }], ["path", { "d": "M4.3 3.3l6.655 5.186a1.7 1.7 0 0 0 2.09 0l6.655 -5.186", "key": "svg-2" }]]; const IconPrism = createReactComponent("outline", "prism", "Prism", __iconNode$y0); const __iconNode$x$ = [["path", { "d": "M18 4v16", "key": "svg-0" }], ["path", { "d": "M14 4v16", "key": "svg-1" }], ["path", { "d": "M6 4v5", "key": "svg-2" }], ["path", { "d": "M6 15v5", "key": "svg-3" }], ["path", { "d": "M10 4v5", "key": "svg-4" }], ["path", { "d": "M11 9h-6v6h6l0 -6", "key": "svg-5" }], ["path", { "d": "M10 15v5", "key": "svg-6" }], ["path", { "d": "M8 12h-.01", "key": "svg-7" }]]; const IconPrison = createReactComponent("outline", "prison", "Prison", __iconNode$x$); const __iconNode$x_ = [["path", { "d": "M10 20.777a8.942 8.942 0 0 1 -2.48 -.969", "key": "svg-0" }], ["path", { "d": "M14 3.223a9.003 9.003 0 0 1 0 17.554", "key": "svg-1" }], ["path", { "d": "M4.579 17.093a8.961 8.961 0 0 1 -1.227 -2.592", "key": "svg-2" }], ["path", { "d": "M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305", "key": "svg-3" }], ["path", { "d": "M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356", "key": "svg-4" }], ["path", { "d": "M12 8v4", "key": "svg-5" }], ["path", { "d": "M12 16v.01", "key": "svg-6" }]]; const IconProgressAlert = createReactComponent("outline", "progress-alert", "ProgressAlert", __iconNode$x_); const __iconNode$xZ = [["path", { "d": "M10 20.777a8.942 8.942 0 0 1 -2.48 -.969", "key": "svg-0" }], ["path", { "d": "M14 3.223a9.003 9.003 0 0 1 0 17.554", "key": "svg-1" }], ["path", { "d": "M4.579 17.093a8.961 8.961 0 0 1 -1.227 -2.592", "key": "svg-2" }], ["path", { "d": "M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305", "key": "svg-3" }], ["path", { "d": "M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356", "key": "svg-4" }], ["path", { "d": "M12 9l-2 3h4l-2 3", "key": "svg-5" }]]; const IconProgressBolt = createReactComponent("outline", "progress-bolt", "ProgressBolt", __iconNode$xZ); const __iconNode$xY = [["path", { "d": "M10 20.777a8.942 8.942 0 0 1 -2.48 -.969", "key": "svg-0" }], ["path", { "d": "M14 3.223a9.003 9.003 0 0 1 0 17.554", "key": "svg-1" }], ["path", { "d": "M4.579 17.093a8.961 8.961 0 0 1 -1.227 -2.592", "key": "svg-2" }], ["path", { "d": "M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305", "key": "svg-3" }], ["path", { "d": "M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356", "key": "svg-4" }], ["path", { "d": "M9 12l2 2l4 -4", "key": "svg-5" }]]; const IconProgressCheck = createReactComponent("outline", "progress-check", "ProgressCheck", __iconNode$xY); const __iconNode$xX = [["path", { "d": "M10 20.777a8.942 8.942 0 0 1 -2.48 -.969", "key": "svg-0" }], ["path", { "d": "M14 3.223a9.003 9.003 0 0 1 0 17.554", "key": "svg-1" }], ["path", { "d": "M4.579 17.093a8.961 8.961 0 0 1 -1.227 -2.592", "key": "svg-2" }], ["path", { "d": "M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305", "key": "svg-3" }], ["path", { "d": "M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356", "key": "svg-4" }], ["path", { "d": "M12 9v6", "key": "svg-5" }], ["path", { "d": "M15 12l-3 3l-3 -3", "key": "svg-6" }]]; const IconProgressDown = createReactComponent("outline", "progress-down", "ProgressDown", __iconNode$xX); const __iconNode$xW = [["path", { "d": "M12 16v.01", "key": "svg-0" }], ["path", { "d": "M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-1" }], ["path", { "d": "M10 20.777a8.942 8.942 0 0 1 -2.48 -.969", "key": "svg-2" }], ["path", { "d": "M14 3.223a9.003 9.003 0 0 1 0 17.554", "key": "svg-3" }], ["path", { "d": "M4.579 17.093a8.961 8.961 0 0 1 -1.227 -2.592", "key": "svg-4" }], ["path", { "d": "M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305", "key": "svg-5" }], ["path", { "d": "M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356", "key": "svg-6" }]]; const IconProgressHelp = createReactComponent("outline", "progress-help", "ProgressHelp", __iconNode$xW); const __iconNode$xV = [["path", { "d": "M10 20.777a8.942 8.942 0 0 1 -2.48 -.969", "key": "svg-0" }], ["path", { "d": "M14 3.223a9.003 9.003 0 0 1 0 17.554", "key": "svg-1" }], ["path", { "d": "M4.579 17.093a8.961 8.961 0 0 1 -1.227 -2.592", "key": "svg-2" }], ["path", { "d": "M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305", "key": "svg-3" }], ["path", { "d": "M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356", "key": "svg-4" }], ["path", { "d": "M14 14l-4 -4", "key": "svg-5" }], ["path", { "d": "M10 14l4 -4", "key": "svg-6" }]]; const IconProgressX = createReactComponent("outline", "progress-x", "ProgressX", __iconNode$xV); const __iconNode$xU = [["path", { "d": "M10 20.777a8.942 8.942 0 0 1 -2.48 -.969", "key": "svg-0" }], ["path", { "d": "M14 3.223a9.003 9.003 0 0 1 0 17.554", "key": "svg-1" }], ["path", { "d": "M4.579 17.093a8.961 8.961 0 0 1 -1.227 -2.592", "key": "svg-2" }], ["path", { "d": "M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305", "key": "svg-3" }], ["path", { "d": "M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356", "key": "svg-4" }]]; const IconProgress = createReactComponent("outline", "progress", "Progress", __iconNode$xU); const __iconNode$xT = [["path", { "d": "M5 7l5 5l-5 5", "key": "svg-0" }], ["path", { "d": "M13 17l6 0", "key": "svg-1" }]]; const IconPrompt = createReactComponent("outline", "prompt", "Prompt", __iconNode$xT); const __iconNode$xS = [["path", { "d": "M10.2 10.2l6.3 6.3", "key": "svg-0" }], ["path", { "d": "M19.347 16.575l1.08 1.079a1.96 1.96 0 0 1 -2.773 2.772l-1.08 -1.079a1.96 1.96 0 0 1 2.773 -2.772", "key": "svg-1" }], ["path", { "d": "M3 7l3.05 3.15a2.9 2.9 0 0 0 4.1 -4.1l-3.15 -3.05", "key": "svg-2" }]]; const IconProng = createReactComponent("outline", "prong", "Prong", __iconNode$xS); const __iconNode$xR = [["path", { "d": "M10.448 10.432a3 3 0 1 0 4.106 4.143", "key": "svg-0" }], ["path", { "d": "M14.272 10.272c.66 -1.459 1.058 -2.888 1.198 -4.286c.22 -1.63 -.762 -2.986 -3.47 -2.986c-1.94 0 -3 .696 -3.355 1.69m.697 4.653c.145 .384 .309 .77 .491 1.157", "key": "svg-1" }], ["path", { "d": "M13.169 16.751c.97 1.395 2.057 2.523 3.257 3.386c1.02 .789 2.265 .853 3.408 -.288m1.479 -2.493c.492 -1.634 -.19 -2.726 -1.416 -3.229c-.82 -.37 -1.703 -.654 -2.65 -.852", "key": "svg-2" }], ["path", { "d": "M8.664 13c-1.693 .143 -3.213 .52 -4.56 1.128c-1.522 .623 -2.206 2.153 -.852 4.498s3.02 2.517 4.321 1.512c1.2 -.863 2.287 -1.991 3.258 -3.386", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconPropellerOff = createReactComponent("outline", "propeller-off", "PropellerOff", __iconNode$xR); const __iconNode$xQ = [["path", { "d": "M9 13a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M14.167 10.5c.722 -1.538 1.156 -3.043 1.303 -4.514c.22 -1.63 -.762 -2.986 -3.47 -2.986s-3.69 1.357 -3.47 2.986c.147 1.471 .581 2.976 1.303 4.514", "key": "svg-1" }], ["path", { "d": "M13.169 16.751c.97 1.395 2.057 2.523 3.257 3.386c1.3 1 2.967 .833 4.321 -1.512c1.354 -2.345 .67 -3.874 -.85 -4.498c-1.348 -.608 -2.868 -.985 -4.562 -1.128", "key": "svg-2" }], ["path", { "d": "M8.664 13c-1.693 .143 -3.213 .52 -4.56 1.128c-1.522 .623 -2.206 2.153 -.852 4.498s3.02 2.517 4.321 1.512c1.2 -.863 2.287 -1.991 3.258 -3.386", "key": "svg-3" }]]; const IconPropeller = createReactComponent("outline", "propeller", "Propeller", __iconNode$xQ); const __iconNode$xP = [["path", { "d": "M15 6l-7 12", "key": "svg-0" }], ["path", { "d": "M20 6l-7 12", "key": "svg-1" }], ["path", { "d": "M5 14v.015", "key": "svg-2" }], ["path", { "d": "M5 10.015v.015", "key": "svg-3" }]]; const IconProtocol = createReactComponent("outline", "protocol", "Protocol", __iconNode$xP); const __iconNode$xO = [["path", { "d": "M9 15l1.5 1l1.5 -1l1.5 1l1.5 -1", "key": "svg-0" }], ["path", { "d": "M10 11h.01", "key": "svg-1" }], ["path", { "d": "M14 11h.01", "key": "svg-2" }], ["path", { "d": "M17 6.082c2.609 .588 3.627 4.162 2.723 7.983c-.903 3.82 -2.75 6.44 -5.359 5.853a3.355 3.355 0 0 1 -.774 -.279a3.728 3.728 0 0 1 -1.59 .361c-.556 0 -1.09 -.127 -1.59 -.362a3.296 3.296 0 0 1 -.774 .28c-2.609 .588 -4.456 -2.033 -5.36 -5.853c-.903 -3.82 .115 -7.395 2.724 -7.983c1.085 -.244 1.575 .066 2.585 .787c.716 -.554 1.54 -.869 2.415 -.869c.876 0 1.699 .315 2.415 .87c1.01 -.722 1.5 -1.032 2.585 -.788", "key": "svg-3" }], ["path", { "d": "M12 6c0 -1.226 .693 -2.346 1.789 -2.894l.211 -.106", "key": "svg-4" }]]; const IconPumpkinScary = createReactComponent("outline", "pumpkin-scary", "PumpkinScary", __iconNode$xO); const __iconNode$xN = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }], ["path", { "d": "M12 4v2.5a.5 .5 0 0 1 -.5 .5a1.5 1.5 0 0 0 0 3a.5 .5 0 0 1 .5 .5v1.5", "key": "svg-1" }], ["path", { "d": "M12 12v1.5a.5 .5 0 0 0 .5 .5a1.5 1.5 0 0 1 0 3a.5 .5 0 0 0 -.5 .5v2.5", "key": "svg-2" }], ["path", { "d": "M20 12h-2.5a.5 .5 0 0 1 -.5 -.5a1.5 1.5 0 0 0 -3 0a.5 .5 0 0 1 -.5 .5h-1.5", "key": "svg-3" }], ["path", { "d": "M12 12h-1.5a.5 .5 0 0 0 -.5 .5a1.5 1.5 0 0 1 -3 0a.5 .5 0 0 0 -.5 -.5h-2.5", "key": "svg-4" }]]; const IconPuzzle2 = createReactComponent("outline", "puzzle-2", "Puzzle2", __iconNode$xN); const __iconNode$xM = [["path", { "d": "M8.18 4.171a2 2 0 0 1 3.82 .829v1a1 1 0 0 0 1 1h3a1 1 0 0 1 1 1v3a1 1 0 0 0 1 1h1a2 2 0 0 1 .819 3.825m-2.819 1.175v3a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1v-1a2 2 0 1 0 -4 0v1a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1h1a2 2 0 1 0 0 -4h-1a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1h3", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconPuzzleOff = createReactComponent("outline", "puzzle-off", "PuzzleOff", __iconNode$xM); const __iconNode$xL = [["path", { "d": "M4 7h3a1 1 0 0 0 1 -1v-1a2 2 0 0 1 4 0v1a1 1 0 0 0 1 1h3a1 1 0 0 1 1 1v3a1 1 0 0 0 1 1h1a2 2 0 0 1 0 4h-1a1 1 0 0 0 -1 1v3a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1v-1a2 2 0 0 0 -4 0v1a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1h1a2 2 0 0 0 0 -4h-1a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1", "key": "svg-0" }]]; const IconPuzzle = createReactComponent("outline", "puzzle", "Puzzle", __iconNode$xL); const __iconNode$xK = [["path", { "d": "M21.384 17.373a1.004 1.004 0 0 0 -.013 -1.091l-8.54 -13.836a.999 .999 0 0 0 -1.664 0l-1.8 2.917m-1.531 2.48l-5.209 8.439a1.005 1.005 0 0 0 .386 1.452l8.092 4.054a1.994 1.994 0 0 0 1.789 0l5.903 -2.958", "key": "svg-0" }], ["path", { "d": "M12 2v6m0 4v10", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconPyramidOff = createReactComponent("outline", "pyramid-off", "PyramidOff", __iconNode$xK); const __iconNode$xJ = [["path", { "d": "M18.719 11.985l-5.889 -9.539a.999 .999 0 0 0 -1.664 0l-8.54 13.836a1.005 1.005 0 0 0 .386 1.452l8.092 4.054a1.994 1.994 0 0 0 1.789 0l.149 -.074", "key": "svg-0" }], ["path", { "d": "M12 2v20", "key": "svg-1" }], ["path", { "d": "M16 19h6", "key": "svg-2" }], ["path", { "d": "M19 16v6", "key": "svg-3" }]]; const IconPyramidPlus = createReactComponent("outline", "pyramid-plus", "PyramidPlus", __iconNode$xJ); const __iconNode$xI = [["path", { "d": "M11.105 21.788a1.994 1.994 0 0 0 1.789 0l8.092 -4.054c.538 -.27 .718 -.951 .385 -1.452l-8.54 -13.836a.999 .999 0 0 0 -1.664 0l-8.54 13.836a1.005 1.005 0 0 0 .386 1.452l8.092 4.054", "key": "svg-0" }], ["path", { "d": "M12 2v20", "key": "svg-1" }]]; const IconPyramid = createReactComponent("outline", "pyramid", "Pyramid", __iconNode$xI); const __iconNode$xH = [["path", { "d": "M8 4h1a1 1 0 0 1 1 1v1m-.297 3.711a1 1 0 0 1 -.703 .289h-4a1 1 0 0 1 -1 -1v-4c0 -.275 .11 -.524 .29 -.705", "key": "svg-0" }], ["path", { "d": "M7 17v.01", "key": "svg-1" }], ["path", { "d": "M14 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", "key": "svg-2" }], ["path", { "d": "M7 7v.01", "key": "svg-3" }], ["path", { "d": "M4 15a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", "key": "svg-4" }], ["path", { "d": "M17 7v.01", "key": "svg-5" }], ["path", { "d": "M20 14v.01", "key": "svg-6" }], ["path", { "d": "M14 14v3", "key": "svg-7" }], ["path", { "d": "M14 20h3", "key": "svg-8" }], ["path", { "d": "M3 3l18 18", "key": "svg-9" }]]; const IconQrcodeOff = createReactComponent("outline", "qrcode-off", "QrcodeOff", __iconNode$xH); const __iconNode$xG = [["path", { "d": "M4 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", "key": "svg-0" }], ["path", { "d": "M7 17l0 .01", "key": "svg-1" }], ["path", { "d": "M14 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", "key": "svg-2" }], ["path", { "d": "M7 7l0 .01", "key": "svg-3" }], ["path", { "d": "M4 15a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", "key": "svg-4" }], ["path", { "d": "M17 7l0 .01", "key": "svg-5" }], ["path", { "d": "M14 14l3 0", "key": "svg-6" }], ["path", { "d": "M20 14l0 .01", "key": "svg-7" }], ["path", { "d": "M14 14l0 3", "key": "svg-8" }], ["path", { "d": "M14 20l3 0", "key": "svg-9" }], ["path", { "d": "M17 17l3 0", "key": "svg-10" }], ["path", { "d": "M20 17l0 3", "key": "svg-11" }]]; const IconQrcode = createReactComponent("outline", "qrcode", "Qrcode", __iconNode$xG); const __iconNode$xF = [["path", { "d": "M8 8a3.5 3 0 0 1 3.5 -3h1a3.5 3 0 0 1 3.5 3a3 3 0 0 1 -2 3a3 4 0 0 0 -2 4", "key": "svg-0" }], ["path", { "d": "M12 19l0 .01", "key": "svg-1" }]]; const IconQuestionMark = createReactComponent("outline", "question-mark", "QuestionMark", __iconNode$xF); const __iconNode$xE = [["path", { "d": "M8 6h-3a2 2 0 0 0 -2 2v11a2 2 0 0 0 2 2h11a2 2 0 0 0 2 -2v-3.357", "key": "svg-0" }], ["path", { "d": "M13 5a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2v-4", "key": "svg-1" }], ["path", { "d": "M13.5 10.5l-5.5 5.5", "key": "svg-2" }], ["path", { "d": "M8 11v5h5", "key": "svg-3" }]]; const IconQueuePopIn = createReactComponent("outline", "queue-pop-in", "QueuePopIn", __iconNode$xE); const __iconNode$xD = [["path", { "d": "M11 5h-6a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-6", "key": "svg-0" }], ["path", { "d": "M3 13h6a2 2 0 0 1 2 2v6", "key": "svg-1" }], ["path", { "d": "M16 3h5v5", "key": "svg-2" }], ["path", { "d": "M21 3l-6 6", "key": "svg-3" }]]; const IconQueuePopOut = createReactComponent("outline", "queue-pop-out", "QueuePopOut", __iconNode$xD); const __iconNode$xC = [["path", { "d": "M10 11h-4a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1m4 4v3c0 2.667 -1.333 4.333 -4 5", "key": "svg-0" }], ["path", { "d": "M19 11h-4m-1 -1v-3a1 1 0 0 1 1 -1h3a1 1 0 0 1 1 1v6c0 .66 -.082 1.26 -.245 1.798m-1.653 2.29c-.571 .4 -1.272 .704 -2.102 .912", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconQuoteOff = createReactComponent("outline", "quote-off", "QuoteOff", __iconNode$xC); const __iconNode$xB = [["path", { "d": "M14 13h4a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1v-6q 0 -4 4 -5", "key": "svg-0" }], ["path", { "d": "M5 13h4a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1v-6q 0 -4 4 -5", "key": "svg-1" }]]; const IconQuoteOpen = createReactComponent("outline", "quote-open", "QuoteOpen", __iconNode$xB); const __iconNode$xA = [["path", { "d": "M10 11h-4a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1h3a1 1 0 0 1 1 1v6c0 2.667 -1.333 4.333 -4 5", "key": "svg-0" }], ["path", { "d": "M19 11h-4a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1h3a1 1 0 0 1 1 1v6c0 2.667 -1.333 4.333 -4 5", "key": "svg-1" }]]; const IconQuote = createReactComponent("outline", "quote", "Quote", __iconNode$xA); const __iconNode$xz = [["path", { "d": "M4 12c-1.333 -1.854 -1.333 -4.146 0 -6", "key": "svg-0" }], ["path", { "d": "M8 12c-1.333 -1.854 -1.333 -4.146 0 -6", "key": "svg-1" }], ["path", { "d": "M16 18c1.333 -1.854 1.333 -4.146 0 -6", "key": "svg-2" }], ["path", { "d": "M20 18c1.333 -1.854 1.333 -4.146 0 -6", "key": "svg-3" }]]; const IconQuotes = createReactComponent("outline", "quotes", "Quotes", __iconNode$xz); const __iconNode$xy = [["path", { "d": "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M15.51 15.56a5 5 0 1 0 -3.51 1.44", "key": "svg-1" }], ["path", { "d": "M18.832 17.86a9 9 0 1 0 -6.832 3.14", "key": "svg-2" }], ["path", { "d": "M12 12v9", "key": "svg-3" }]]; const IconRadar2 = createReactComponent("outline", "radar-2", "Radar2", __iconNode$xy); const __iconNode$xx = [["path", { "d": "M11.291 11.295a1 1 0 0 0 .709 1.705v8c2.488 0 4.74 -1.01 6.37 -2.642m1.675 -2.319a8.962 8.962 0 0 0 .955 -4.039h-5", "key": "svg-0" }], ["path", { "d": "M16 9a5 5 0 0 0 -5.063 -1.88m-2.466 1.347a5 5 0 0 0 .53 7.535", "key": "svg-1" }], ["path", { "d": "M20.486 9a9 9 0 0 0 -12.525 -5.032m-2.317 1.675a9 9 0 0 0 3.36 14.852", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconRadarOff = createReactComponent("outline", "radar-off", "RadarOff", __iconNode$xx); const __iconNode$xw = [["path", { "d": "M21 12h-8a1 1 0 1 0 -1 1v8a9 9 0 0 0 9 -9", "key": "svg-0" }], ["path", { "d": "M16 9a5 5 0 1 0 -7 7", "key": "svg-1" }], ["path", { "d": "M20.486 9a9 9 0 1 0 -11.482 11.495", "key": "svg-2" }]]; const IconRadar = createReactComponent("outline", "radar", "Radar", __iconNode$xw); const __iconNode$xv = [["path", { "d": "M14 3l-4.986 2m-2.875 1.15l-1.51 .604a1 1 0 0 0 -.629 .928v11.323a1 1 0 0 0 1 1h14a1 1 0 0 0 .708 -.294m.292 -3.706v-8a1 1 0 0 0 -1 -1h-8m-4 0h-2.5", "key": "svg-0" }], ["path", { "d": "M4 12h8m4 0h4", "key": "svg-1" }], ["path", { "d": "M7 12v-2", "key": "svg-2" }], ["path", { "d": "M13 16v.01", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconRadioOff = createReactComponent("outline", "radio-off", "RadioOff", __iconNode$xv); const __iconNode$xu = [["path", { "d": "M14 3l-9.371 3.749a1 1 0 0 0 -.629 .928v11.323a1 1 0 0 0 1 1h14a1 1 0 0 0 1 -1v-11a1 1 0 0 0 -1 -1h-14.5", "key": "svg-0" }], ["path", { "d": "M4 12h16", "key": "svg-1" }], ["path", { "d": "M7 12v-2", "key": "svg-2" }], ["path", { "d": "M17 16v.01", "key": "svg-3" }], ["path", { "d": "M13 16v.01", "key": "svg-4" }]]; const IconRadio = createReactComponent("outline", "radio", "Radio", __iconNode$xu); const __iconNode$xt = [["path", { "d": "M14.118 14.127c-.182 .181 -.39 .341 -.618 .473l3 5.19a9 9 0 0 0 1.856 -1.423m1.68 -2.32a8.993 8.993 0 0 0 .964 -4.047h-5", "key": "svg-0" }], ["path", { "d": "M13.5 9.4l3 -5.19a9 9 0 0 0 -8.536 -.25", "key": "svg-1" }], ["path", { "d": "M10.5 14.6l-3 5.19a9 9 0 0 1 -4.5 -7.79h6a3 3 0 0 0 1.5 2.6", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconRadioactiveOff = createReactComponent("outline", "radioactive-off", "RadioactiveOff", __iconNode$xt); const __iconNode$xs = [["path", { "d": "M13.5 14.6l3 5.19a9 9 0 0 0 4.5 -7.79h-6a3 3 0 0 1 -1.5 2.6", "key": "svg-0" }], ["path", { "d": "M13.5 9.4l3 -5.19a9 9 0 0 0 -9 0l3 5.19a3 3 0 0 1 3 0", "key": "svg-1" }], ["path", { "d": "M10.5 14.6l-3 5.19a9 9 0 0 1 -4.5 -7.79h6a3 3 0 0 0 1.5 2.6", "key": "svg-2" }]]; const IconRadioactive = createReactComponent("outline", "radioactive", "Radioactive", __iconNode$xs); const __iconNode$xr = [["path", { "d": "M19 19h-6a8 8 0 0 1 -8 -8v-6", "key": "svg-0" }]]; const IconRadiusBottomLeft = createReactComponent("outline", "radius-bottom-left", "RadiusBottomLeft", __iconNode$xr); const __iconNode$xq = [["path", { "d": "M19 5v6a8 8 0 0 1 -8 8h-6", "key": "svg-0" }]]; const IconRadiusBottomRight = createReactComponent("outline", "radius-bottom-right", "RadiusBottomRight", __iconNode$xq); const __iconNode$xp = [["path", { "d": "M5 19v-6a8 8 0 0 1 8 -8h6", "key": "svg-0" }]]; const IconRadiusTopLeft = createReactComponent("outline", "radius-top-left", "RadiusTopLeft", __iconNode$xp); const __iconNode$xo = [["path", { "d": "M5 5h6a8 8 0 0 1 8 8v6", "key": "svg-0" }]]; const IconRadiusTopRight = createReactComponent("outline", "radius-top-right", "RadiusTopRight", __iconNode$xo); const __iconNode$xn = [["path", { "d": "M22 17c0 -5.523 -4.477 -10 -10 -10c-.308 0 -.613 .014 -.914 .041m-3.208 .845a10 10 0 0 0 -5.878 9.114", "key": "svg-0" }], ["path", { "d": "M11.088 11.069a6 6 0 0 0 -5.088 5.931", "key": "svg-1" }], ["path", { "d": "M14 17a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconRainbowOff = createReactComponent("outline", "rainbow-off", "RainbowOff", __iconNode$xn); const __iconNode$xm = [["path", { "d": "M22 17c0 -5.523 -4.477 -10 -10 -10c-5.523 0 -10 4.477 -10 10", "key": "svg-0" }], ["path", { "d": "M18 17a6 6 0 1 0 -12 0", "key": "svg-1" }], ["path", { "d": "M14 17a2 2 0 1 0 -4 0", "key": "svg-2" }]]; const IconRainbow = createReactComponent("outline", "rainbow", "Rainbow", __iconNode$xm); const __iconNode$xl = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M7 15v-6", "key": "svg-1" }], ["path", { "d": "M15.5 12h3", "key": "svg-2" }], ["path", { "d": "M17 10.5v3", "key": "svg-3" }], ["path", { "d": "M10 10.5a1.5 1.5 0 0 1 3 0c0 .443 -.313 .989 -.612 1.393l-2.388 3.107h3", "key": "svg-4" }]]; const IconRating12Plus = createReactComponent("outline", "rating-12-plus", "Rating12Plus", __iconNode$xl); const __iconNode$xk = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M7 15v-6", "key": "svg-1" }], ["path", { "d": "M15.5 12h3", "key": "svg-2" }], ["path", { "d": "M17 10.5v3", "key": "svg-3" }], ["path", { "d": "M12.5 15v-6m-2.5 0v4h3", "key": "svg-4" }]]; const IconRating14Plus = createReactComponent("outline", "rating-14-plus", "Rating14Plus", __iconNode$xk); const __iconNode$xj = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 13.5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0", "key": "svg-1" }], ["path", { "d": "M7 15v-6", "key": "svg-2" }], ["path", { "d": "M15.5 12h3", "key": "svg-3" }], ["path", { "d": "M17 10.5v3", "key": "svg-4" }], ["path", { "d": "M10 13.5v-3a1.5 1.5 0 0 1 1.5 -1.5h1", "key": "svg-5" }]]; const IconRating16Plus = createReactComponent("outline", "rating-16-plus", "Rating16Plus", __iconNode$xj); const __iconNode$xi = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 10.5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0", "key": "svg-1" }], ["path", { "d": "M10 13.5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0", "key": "svg-2" }], ["path", { "d": "M7 15v-6", "key": "svg-3" }], ["path", { "d": "M15.5 12h3", "key": "svg-4" }], ["path", { "d": "M17 10.5v3", "key": "svg-5" }]]; const IconRating18Plus = createReactComponent("outline", "rating-18-plus", "Rating18Plus", __iconNode$xi); const __iconNode$xh = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M13 15v-6", "key": "svg-1" }], ["path", { "d": "M15.5 12h3", "key": "svg-2" }], ["path", { "d": "M17 10.5v3", "key": "svg-3" }], ["path", { "d": "M7 10.5a1.5 1.5 0 0 1 3 0c0 .443 -.313 .989 -.612 1.393l-2.388 3.107h3", "key": "svg-4" }]]; const IconRating21Plus = createReactComponent("outline", "rating-21-plus", "Rating21Plus", __iconNode$xh); const __iconNode$xg = [["path", { "d": "M8 3v2", "key": "svg-0" }], ["path", { "d": "M12 3v2", "key": "svg-1" }], ["path", { "d": "M16 3v2", "key": "svg-2" }], ["path", { "d": "M9 12v6a3 3 0 0 0 6 0v-6h-6", "key": "svg-3" }], ["path", { "d": "M8 5h8l-1 4h-6l-1 -4", "key": "svg-4" }], ["path", { "d": "M12 17v1", "key": "svg-5" }]]; const IconRazorElectric = createReactComponent("outline", "razor-electric", "RazorElectric", __iconNode$xg); const __iconNode$xf = [["path", { "d": "M7 3h10v4h-10l0 -4", "key": "svg-0" }], ["path", { "d": "M12 7v4", "key": "svg-1" }], ["path", { "d": "M12 11a2 2 0 0 1 2 2v6a2 2 0 1 1 -4 0v-6a2 2 0 0 1 2 -2", "key": "svg-2" }]]; const IconRazor = createReactComponent("outline", "razor", "Razor", __iconNode$xf); const __iconNode$xe = [["path", { "d": "M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2", "key": "svg-0" }], ["path", { "d": "M14 8h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5m2 0v1.5m0 -9v1.5", "key": "svg-1" }]]; const IconReceipt2 = createReactComponent("outline", "receipt-2", "Receipt2", __iconNode$xe); const __iconNode$xd = [["path", { "d": "M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2", "key": "svg-0" }], ["path", { "d": "M9 7h4.09c1.055 0 1.91 .895 1.91 2s-.855 2 -1.91 2c1.055 0 1.91 .895 1.91 2s-.855 2 -1.91 2h-4.09", "key": "svg-1" }], ["path", { "d": "M10 11h4", "key": "svg-2" }], ["path", { "d": "M10 6v10v-9", "key": "svg-3" }], ["path", { "d": "M13 6v1", "key": "svg-4" }], ["path", { "d": "M13 15v1", "key": "svg-5" }]]; const IconReceiptBitcoin = createReactComponent("outline", "receipt-bitcoin", "ReceiptBitcoin", __iconNode$xd); const __iconNode$xc = [["path", { "d": "M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2", "key": "svg-0" }], ["path", { "d": "M14.8 8a2 2 0 0 0 -1.8 -1h-2a2 2 0 1 0 0 4h2a2 2 0 1 1 0 4h-2a2 2 0 0 1 -1.8 -1", "key": "svg-1" }], ["path", { "d": "M12 6v10", "key": "svg-2" }]]; const IconReceiptDollar = createReactComponent("outline", "receipt-dollar", "ReceiptDollar", __iconNode$xc); const __iconNode$xb = [["path", { "d": "M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2", "key": "svg-0" }], ["path", { "d": "M15 7.8c-.523 -.502 -1.172 -.8 -1.875 -.8c-1.727 0 -3.125 1.791 -3.125 4s1.398 4 3.125 4c.703 0 1.352 -.298 1.874 -.8", "key": "svg-1" }], ["path", { "d": "M9 11h4", "key": "svg-2" }]]; const IconReceiptEuro = createReactComponent("outline", "receipt-euro", "ReceiptEuro", __iconNode$xb); const __iconNode$xa = [["path", { "d": "M5 21v-16m2 -2h10a2 2 0 0 1 2 2v10m0 4.01v1.99l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2", "key": "svg-0" }], ["path", { "d": "M11 7l4 0", "key": "svg-1" }], ["path", { "d": "M9 11l2 0", "key": "svg-2" }], ["path", { "d": "M13 15l2 0", "key": "svg-3" }], ["path", { "d": "M15 11l0 .01", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconReceiptOff = createReactComponent("outline", "receipt-off", "ReceiptOff", __iconNode$xa); const __iconNode$x9 = [["path", { "d": "M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2", "key": "svg-0" }], ["path", { "d": "M15 9a2 2 0 1 0 -4 0v4a2 2 0 0 1 -2 2h6", "key": "svg-1" }], ["path", { "d": "M9 12h4", "key": "svg-2" }]]; const IconReceiptPound = createReactComponent("outline", "receipt-pound", "ReceiptPound", __iconNode$x9); const __iconNode$x8 = [["path", { "d": "M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2", "key": "svg-0" }], ["path", { "d": "M15 14v-2a2 2 0 0 0 -2 -2h-4l2 -2m0 4l-2 -2", "key": "svg-1" }]]; const IconReceiptRefund = createReactComponent("outline", "receipt-refund", "ReceiptRefund", __iconNode$x8); const __iconNode$x7 = [["path", { "d": "M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2", "key": "svg-0" }], ["path", { "d": "M15 7h-6h1a3 3 0 0 1 0 6h-1l3 3", "key": "svg-1" }], ["path", { "d": "M9 10h6", "key": "svg-2" }]]; const IconReceiptRupee = createReactComponent("outline", "receipt-rupee", "ReceiptRupee", __iconNode$x7); const __iconNode$x6 = [["path", { "d": "M9 14l6 -6", "key": "svg-0" }], ["path", { "d": "M9 8.5a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-1" }], ["path", { "d": "M14 13.5a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-2" }], ["path", { "d": "M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2", "key": "svg-3" }]]; const IconReceiptTax = createReactComponent("outline", "receipt-tax", "ReceiptTax", __iconNode$x6); const __iconNode$x5 = [["path", { "d": "M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2", "key": "svg-0" }], ["path", { "d": "M9 11h6", "key": "svg-1" }], ["path", { "d": "M9 14h6", "key": "svg-2" }], ["path", { "d": "M9 7l3 4.5", "key": "svg-3" }], ["path", { "d": "M15 7l-3 4.5v4.5", "key": "svg-4" }]]; const IconReceiptYen = createReactComponent("outline", "receipt-yen", "ReceiptYen", __iconNode$x5); const __iconNode$x4 = [["path", { "d": "M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2", "key": "svg-0" }], ["path", { "d": "M9 12h6", "key": "svg-1" }], ["path", { "d": "M9 7l3 4.5", "key": "svg-2" }], ["path", { "d": "M15 7l-3 4.5v4.5", "key": "svg-3" }]]; const IconReceiptYuan = createReactComponent("outline", "receipt-yuan", "ReceiptYuan", __iconNode$x4); const __iconNode$x3 = [["path", { "d": "M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2m4 -14h6m-6 4h6m-2 4h2", "key": "svg-0" }]]; const IconReceipt = createReactComponent("outline", "receipt", "Receipt", __iconNode$x3); const __iconNode$x2 = [["path", { "d": "M7.038 4.5a9 9 0 0 0 -2.495 2.47", "key": "svg-0" }], ["path", { "d": "M3.186 10.209a9 9 0 0 0 0 3.508", "key": "svg-1" }], ["path", { "d": "M4.5 16.962a9 9 0 0 0 2.47 2.495", "key": "svg-2" }], ["path", { "d": "M10.209 20.814a9 9 0 0 0 3.5 0", "key": "svg-3" }], ["path", { "d": "M16.962 19.5a9 9 0 0 0 2.495 -2.47", "key": "svg-4" }], ["path", { "d": "M20.814 13.791a9 9 0 0 0 0 -3.508", "key": "svg-5" }], ["path", { "d": "M19.5 7.038a9 9 0 0 0 -2.47 -2.495", "key": "svg-6" }], ["path", { "d": "M13.791 3.186a9 9 0 0 0 -3.508 -.02", "key": "svg-7" }], ["path", { "d": "M12 8l-2 4h4l-2 4", "key": "svg-8" }], ["path", { "d": "M12 21a9 9 0 0 0 0 -18", "key": "svg-9" }]]; const IconRecharging = createReactComponent("outline", "recharging", "Recharging", __iconNode$x2); const __iconNode$x1 = [["path", { "d": "M4 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M18.569 14.557a3 3 0 1 0 -4.113 -4.149", "key": "svg-1" }], ["path", { "d": "M7 15h8", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconRecordMailOff = createReactComponent("outline", "record-mail-off", "RecordMailOff", __iconNode$x1); const __iconNode$x0 = [["path", { "d": "M4 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M14 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M7 15l10 0", "key": "svg-2" }]]; const IconRecordMail = createReactComponent("outline", "record-mail", "RecordMail", __iconNode$x0); const __iconNode$w$ = [["path", { "d": "M9 18h6a6 6 0 0 0 6 -6v-5a1 1 0 0 0 -1 -1h-16a1 1 0 0 0 -1 1v5a6 6 0 0 0 6 6", "key": "svg-0" }]]; const IconRectangleRoundedBottom = createReactComponent("outline", "rectangle-rounded-bottom", "RectangleRoundedBottom", __iconNode$w$); const __iconNode$w_ = [["path", { "d": "M9 6h6a6 6 0 0 1 6 6v5a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-5a6 6 0 0 1 6 -6", "key": "svg-0" }]]; const IconRectangleRoundedTop = createReactComponent("outline", "rectangle-rounded-top", "RectangleRoundedTop", __iconNode$w_); const __iconNode$wZ = [["path", { "d": "M5 5a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2l0 -14", "key": "svg-0" }]]; const IconRectangleVertical = createReactComponent("outline", "rectangle-vertical", "RectangleVertical", __iconNode$wZ); const __iconNode$wY = [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10", "key": "svg-0" }]]; const IconRectangle = createReactComponent("outline", "rectangle", "Rectangle", __iconNode$wY); const __iconNode$wX = [["path", { "d": "M8.18 8.18l-4.18 2.093c-.619 .355 -1 1.01 -1 1.718v5.018c0 .709 .381 1.363 1 1.717l4 2.008a2.016 2.016 0 0 0 2 0l7.146 -3.578m2.67 -1.337l.184 -.093c.619 -.355 1 -1.01 1 -1.718v-5.018a1.98 1.98 0 0 0 -1 -1.717l-4 -2.008a2.016 2.016 0 0 0 -2 0l-3.146 1.575", "key": "svg-0" }], ["path", { "d": "M9 21v-7.5", "key": "svg-1" }], ["path", { "d": "M9 13.5l3.048 -1.458m2.71 -1.296l5.742 -2.746", "key": "svg-2" }], ["path", { "d": "M3.5 11l5.5 2.5", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconRectangularPrismOff = createReactComponent("outline", "rectangular-prism-off", "RectangularPrismOff", __iconNode$wX); const __iconNode$wW = [["path", { "d": "M21 12.5v-3.509a1.98 1.98 0 0 0 -1 -1.717l-4 -2.008a2.016 2.016 0 0 0 -2 0l-10 5.007c-.619 .355 -1 1.01 -1 1.718v5.018c0 .709 .381 1.363 1 1.717l4 2.008a2.016 2.016 0 0 0 2 0l2.062 -1.032", "key": "svg-0" }], ["path", { "d": "M9 21v-7.5", "key": "svg-1" }], ["path", { "d": "M9 13.5l11.5 -5.5", "key": "svg-2" }], ["path", { "d": "M3.5 11l5.5 2.5", "key": "svg-3" }], ["path", { "d": "M16 19h6", "key": "svg-4" }], ["path", { "d": "M19 16v6", "key": "svg-5" }]]; const IconRectangularPrismPlus = createReactComponent("outline", "rectangular-prism-plus", "RectangularPrismPlus", __iconNode$wW); const __iconNode$wV = [["path", { "d": "M21 14.008v-5.018a1.98 1.98 0 0 0 -1 -1.717l-4 -2.008a2.016 2.016 0 0 0 -2 0l-10 5.008c-.619 .355 -1 1.01 -1 1.718v5.018c0 .709 .381 1.363 1 1.717l4 2.008a2.016 2.016 0 0 0 2 0l10 -5.008c.619 -.355 1 -1.01 1 -1.718", "key": "svg-0" }], ["path", { "d": "M9 21v-7.5", "key": "svg-1" }], ["path", { "d": "M9 13.5l11.5 -5.5", "key": "svg-2" }], ["path", { "d": "M3.5 11l5.5 2.5", "key": "svg-3" }]]; const IconRectangularPrism = createReactComponent("outline", "rectangular-prism", "RectangularPrism", __iconNode$wV); const __iconNode$wU = [["path", { "d": "M12 17l-2 2l2 2m-2 -2h9m1.896 -2.071a2 2 0 0 0 -.146 -.679l-.55 -1", "key": "svg-0" }], ["path", { "d": "M8.536 11l-.732 -2.732l-2.732 .732m2.732 -.732l-4.5 7.794a2 2 0 0 0 1.506 2.89l1.141 .024", "key": "svg-1" }], ["path", { "d": "M15.464 11l2.732 .732l.732 -2.732m-.732 2.732l-4.5 -7.794a2 2 0 0 0 -3.256 -.14l-.591 .976", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconRecycleOff = createReactComponent("outline", "recycle-off", "RecycleOff", __iconNode$wU); const __iconNode$wT = [["path", { "d": "M12 17l-2 2l2 2", "key": "svg-0" }], ["path", { "d": "M10 19h9a2 2 0 0 0 1.75 -2.75l-.55 -1", "key": "svg-1" }], ["path", { "d": "M8.536 11l-.732 -2.732l-2.732 .732", "key": "svg-2" }], ["path", { "d": "M7.804 8.268l-4.5 7.794a2 2 0 0 0 1.506 2.89l1.141 .024", "key": "svg-3" }], ["path", { "d": "M15.464 11l2.732 .732l.732 -2.732", "key": "svg-4" }], ["path", { "d": "M18.196 11.732l-4.5 -7.794a2 2 0 0 0 -3.256 -.14l-.591 .976", "key": "svg-5" }]]; const IconRecycle = createReactComponent("outline", "recycle", "Recycle", __iconNode$wT); const __iconNode$wS = [["path", { "d": "M20 11a8.1 8.1 0 0 0 -15.5 -2m-.5 -4v4h4", "key": "svg-0" }], ["path", { "d": "M4 13a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4", "key": "svg-1" }], ["path", { "d": "M12 9l0 3", "key": "svg-2" }], ["path", { "d": "M12 15l.01 0", "key": "svg-3" }]]; const IconRefreshAlert = createReactComponent("outline", "refresh-alert", "RefreshAlert", __iconNode$wS); const __iconNode$wR = [["path", { "d": "M20 11a8.1 8.1 0 0 0 -15.5 -2m-.5 -4v4h4", "key": "svg-0" }], ["path", { "d": "M4 13a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4", "key": "svg-1" }], ["path", { "d": "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }]]; const IconRefreshDot = createReactComponent("outline", "refresh-dot", "RefreshDot", __iconNode$wR); const __iconNode$wQ = [["path", { "d": "M20 11a8.1 8.1 0 0 0 -11.271 -6.305m-2.41 1.624a8.083 8.083 0 0 0 -1.819 2.681m-.5 -4v4h4", "key": "svg-0" }], ["path", { "d": "M4 13a8.1 8.1 0 0 0 13.671 4.691m2.329 -1.691v-1h-1", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconRefreshOff = createReactComponent("outline", "refresh-off", "RefreshOff", __iconNode$wQ); const __iconNode$wP = [["path", { "d": "M20 11a8.1 8.1 0 0 0 -15.5 -2m-.5 -4v4h4", "key": "svg-0" }], ["path", { "d": "M4 13a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4", "key": "svg-1" }]]; const IconRefresh = createReactComponent("outline", "refresh", "Refresh", __iconNode$wP); const __iconNode$wO = [["path", { "d": "M6.5 15a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0 -5", "key": "svg-0" }], ["path", { "d": "M17 7.875l3 -1.687", "key": "svg-1" }], ["path", { "d": "M17 7.875v3.375", "key": "svg-2" }], ["path", { "d": "M17 7.875l-3 -1.687", "key": "svg-3" }], ["path", { "d": "M17 7.875l3 1.688", "key": "svg-4" }], ["path", { "d": "M17 4.5v3.375", "key": "svg-5" }], ["path", { "d": "M17 7.875l-3 1.688", "key": "svg-6" }], ["path", { "d": "M3 3l18 18", "key": "svg-7" }]]; const IconRegexOff = createReactComponent("outline", "regex-off", "RegexOff", __iconNode$wO); const __iconNode$wN = [["path", { "d": "M6.5 15a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0 -5", "key": "svg-0" }], ["path", { "d": "M17 7.875l3 -1.687", "key": "svg-1" }], ["path", { "d": "M17 7.875v3.375", "key": "svg-2" }], ["path", { "d": "M17 7.875l-3 -1.687", "key": "svg-3" }], ["path", { "d": "M17 7.875l3 1.688", "key": "svg-4" }], ["path", { "d": "M17 4.5v3.375", "key": "svg-5" }], ["path", { "d": "M17 7.875l-3 1.688", "key": "svg-6" }]]; const IconRegex = createReactComponent("outline", "regex", "Regex", __iconNode$wN); const __iconNode$wM = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 15v-6h2a2 2 0 1 1 0 4h-2", "key": "svg-1" }], ["path", { "d": "M14 15l-2 -2", "key": "svg-2" }]]; const IconRegistered = createReactComponent("outline", "registered", "Registered", __iconNode$wM); const __iconNode$wL = [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10", "key": "svg-0" }], ["path", { "d": "M15 14v-4l3 4v-4", "key": "svg-1" }], ["path", { "d": "M6 14v-4l3 4v-4", "key": "svg-2" }], ["path", { "d": "M12 10.5l0 .01", "key": "svg-3" }], ["path", { "d": "M12 13.5l0 .01", "key": "svg-4" }]]; const IconRelationManyToMany = createReactComponent("outline", "relation-many-to-many", "RelationManyToMany", __iconNode$wL); const __iconNode$wK = [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10", "key": "svg-0" }], ["path", { "d": "M7 10h1v4", "key": "svg-1" }], ["path", { "d": "M14 14v-4l3 4v-4", "key": "svg-2" }], ["path", { "d": "M11 10.5l0 .01", "key": "svg-3" }], ["path", { "d": "M11 13.5l0 .01", "key": "svg-4" }]]; const IconRelationOneToMany = createReactComponent("outline", "relation-one-to-many", "RelationOneToMany", __iconNode$wK); const __iconNode$wJ = [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10", "key": "svg-0" }], ["path", { "d": "M8 10h1v4", "key": "svg-1" }], ["path", { "d": "M15 10h1v4", "key": "svg-2" }], ["path", { "d": "M12 10.5l0 .01", "key": "svg-3" }], ["path", { "d": "M12 13.5l0 .01", "key": "svg-4" }]]; const IconRelationOneToOne = createReactComponent("outline", "relation-one-to-one", "RelationOneToOne", __iconNode$wJ); const __iconNode$wI = [["path", { "d": "M19.933 13.041a8 8 0 1 1 -9.925 -8.788c3.899 -1 7.935 1.007 9.425 4.747", "key": "svg-0" }], ["path", { "d": "M20 4v5h-5", "key": "svg-1" }]]; const IconReload = createReactComponent("outline", "reload", "Reload", __iconNode$wI); const __iconNode$wH = [["path", { "d": "M3 16a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-0" }], ["path", { "d": "M10 16a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-1" }], ["path", { "d": "M17 16a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-2" }], ["path", { "d": "M5 11v-3a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v3", "key": "svg-3" }], ["path", { "d": "M16.5 8.5l2.5 2.5l2.5 -2.5", "key": "svg-4" }]]; const IconReorder = createReactComponent("outline", "reorder", "Reorder", __iconNode$wH); const __iconNode$wG = [["path", { "d": "M4 12v-3c0 -1.336 .873 -2.468 2.08 -2.856m3.92 -.144h10m-3 -3l3 3l-3 3", "key": "svg-0" }], ["path", { "d": "M20 12v3a3 3 0 0 1 -.133 .886m-1.99 1.984a3 3 0 0 1 -.877 .13h-13m3 3l-3 -3l3 -3", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconRepeatOff = createReactComponent("outline", "repeat-off", "RepeatOff", __iconNode$wG); const __iconNode$wF = [["path", { "d": "M4 12v-3a3 3 0 0 1 3 -3h13m-3 -3l3 3l-3 3", "key": "svg-0" }], ["path", { "d": "M20 12v3a3 3 0 0 1 -3 3h-13m3 3l-3 -3l3 -3", "key": "svg-1" }], ["path", { "d": "M11 11l1 -1v4", "key": "svg-2" }]]; const IconRepeatOnce = createReactComponent("outline", "repeat-once", "RepeatOnce", __iconNode$wF); const __iconNode$wE = [["path", { "d": "M4 12v-3a3 3 0 0 1 3 -3h13m-3 -3l3 3l-3 3", "key": "svg-0" }], ["path", { "d": "M20 12v3a3 3 0 0 1 -3 3h-13m3 3l-3 -3l3 -3", "key": "svg-1" }]]; const IconRepeat = createReactComponent("outline", "repeat", "Repeat", __iconNode$wE); const __iconNode$wD = [["path", { "d": "M7 3h1a1 1 0 0 1 1 1v1m-.303 3.717a1 1 0 0 1 -.697 .283h-4a1 1 0 0 1 -1 -1v-4c0 -.28 .115 -.532 .3 -.714", "key": "svg-0" }], ["path", { "d": "M19 15h1a1 1 0 0 1 1 1v1m-.303 3.717a1 1 0 0 1 -.697 .283h-4a1 1 0 0 1 -1 -1v-4c0 -.28 .115 -.532 .3 -.714", "key": "svg-1" }], ["path", { "d": "M21 11v-3a2 2 0 0 0 -2 -2h-6l3 3m0 -6l-3 3", "key": "svg-2" }], ["path", { "d": "M3 13v3a2 2 0 0 0 2 2h6l-3 -3m0 6l3 -3", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconReplaceOff = createReactComponent("outline", "replace-off", "ReplaceOff", __iconNode$wD); const __iconNode$wC = [["path", { "d": "M21 11v-3c0 -.53 -.211 -1.039 -.586 -1.414c-.375 -.375 -.884 -.586 -1.414 -.586h-6m0 0l3 3m-3 -3l3 -3", "key": "svg-0" }], ["path", { "d": "M3 13.013v3c0 .53 .211 1.039 .586 1.414c.375 .375 .884 .586 1.414 .586h6m0 0l-3 -3m3 3l-3 3", "key": "svg-1" }], ["path", { "d": "M16 16.502c0 .53 .211 1.039 .586 1.414c.375 .375 .884 .586 1.414 .586c.53 0 1.039 -.211 1.414 -.586c.375 -.375 .586 -.884 .586 -1.414c0 -.53 -.211 -1.039 -.586 -1.414c-.375 -.375 -.884 -.586 -1.414 -.586c-.53 0 -1.039 .211 -1.414 .586c-.375 .375 -.586 .884 -.586 1.414", "key": "svg-2" }], ["path", { "d": "M4 4.502c0 .53 .211 1.039 .586 1.414c.375 .375 .884 .586 1.414 .586c.53 0 1.039 -.211 1.414 -.586c.375 -.375 .586 -.884 .586 -1.414c0 -.53 -.211 -1.039 -.586 -1.414c-.375 -.375 -.884 -.586 -1.414 -.586c-.53 0 -1.039 .211 -1.414 .586c-.375 .375 -.586 .884 -.586 1.414", "key": "svg-3" }], ["path", { "d": "M21 21.499c0 -.53 -.211 -1.039 -.586 -1.414c-.375 -.375 -.884 -.586 -1.414 -.586h-2c-.53 0 -1.039 .211 -1.414 .586c-.375 .375 -.586 .884 -.586 1.414", "key": "svg-4" }], ["path", { "d": "M9 9.499c0 -.53 -.211 -1.039 -.586 -1.414c-.375 -.375 -.884 -.586 -1.414 -.586h-2c-.53 0 -1.039 .211 -1.414 .586c-.375 .375 -.586 .884 -.586 1.414", "key": "svg-5" }]]; const IconReplaceUser = createReactComponent("outline", "replace-user", "ReplaceUser", __iconNode$wC); const __iconNode$wB = [["path", { "d": "M3 4a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", "key": "svg-0" }], ["path", { "d": "M15 16a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", "key": "svg-1" }], ["path", { "d": "M21 11v-3a2 2 0 0 0 -2 -2h-6l3 3m0 -6l-3 3", "key": "svg-2" }], ["path", { "d": "M3 13v3a2 2 0 0 0 2 2h6l-3 -3m0 6l3 -3", "key": "svg-3" }]]; const IconReplace = createReactComponent("outline", "replace", "Replace", __iconNode$wB); const __iconNode$wA = [["path", { "d": "M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2", "key": "svg-0" }], ["path", { "d": "M9 5a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2", "key": "svg-1" }], ["path", { "d": "M9 17v-5", "key": "svg-2" }], ["path", { "d": "M12 17v-1", "key": "svg-3" }], ["path", { "d": "M15 17v-3", "key": "svg-4" }]]; const IconReportAnalytics = createReactComponent("outline", "report-analytics", "ReportAnalytics", __iconNode$wA); const __iconNode$wz = [["path", { "d": "M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2", "key": "svg-0" }], ["path", { "d": "M9 5a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2", "key": "svg-1" }], ["path", { "d": "M10 14l4 0", "key": "svg-2" }], ["path", { "d": "M12 12l0 4", "key": "svg-3" }]]; const IconReportMedical = createReactComponent("outline", "report-medical", "ReportMedical", __iconNode$wz); const __iconNode$wy = [["path", { "d": "M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2", "key": "svg-0" }], ["path", { "d": "M9 5a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2", "key": "svg-1" }], ["path", { "d": "M14 11h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-2" }], ["path", { "d": "M12 17v1m0 -8v1", "key": "svg-3" }]]; const IconReportMoney = createReactComponent("outline", "report-money", "ReportMoney", __iconNode$wy); const __iconNode$wx = [["path", { "d": "M5.576 5.595a2 2 0 0 0 -.576 1.405v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2m0 -4v-8a2 2 0 0 0 -2 -2h-2", "key": "svg-0" }], ["path", { "d": "M9 5a2 2 0 0 1 2 -2h2a2 2 0 1 1 0 4h-2", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconReportOff = createReactComponent("outline", "report-off", "ReportOff", __iconNode$wx); const __iconNode$ww = [["path", { "d": "M8 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h5.697", "key": "svg-0" }], ["path", { "d": "M18 12v-5a2 2 0 0 0 -2 -2h-2", "key": "svg-1" }], ["path", { "d": "M8 5a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2", "key": "svg-2" }], ["path", { "d": "M8 11h4", "key": "svg-3" }], ["path", { "d": "M8 15h3", "key": "svg-4" }], ["path", { "d": "M14 17.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0", "key": "svg-5" }], ["path", { "d": "M18.5 19.5l2.5 2.5", "key": "svg-6" }]]; const IconReportSearch = createReactComponent("outline", "report-search", "ReportSearch", __iconNode$ww); const __iconNode$wv = [["path", { "d": "M8 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h5.697", "key": "svg-0" }], ["path", { "d": "M18 14v4h4", "key": "svg-1" }], ["path", { "d": "M18 11v-4a2 2 0 0 0 -2 -2h-2", "key": "svg-2" }], ["path", { "d": "M8 5a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2", "key": "svg-3" }], ["path", { "d": "M14 18a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-4" }], ["path", { "d": "M8 11h4", "key": "svg-5" }], ["path", { "d": "M8 15h3", "key": "svg-6" }]]; const IconReport = createReactComponent("outline", "report", "Report", __iconNode$wv); const __iconNode$wu = [["path", { "d": "M9 20h6", "key": "svg-0" }], ["path", { "d": "M12 14v6", "key": "svg-1" }], ["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -6", "key": "svg-2" }], ["path", { "d": "M9 9h6", "key": "svg-3" }]]; const IconReservedLine = createReactComponent("outline", "reserved-line", "ReservedLine", __iconNode$wu); const __iconNode$wt = [["path", { "d": "M4 11v8a1 1 0 0 0 1 1h8m-9 -14v-1a1 1 0 0 1 1 -1h1m5 0h2m5 0h1a1 1 0 0 1 1 1v1m0 5v2m0 5v1a1 1 0 0 1 -1 1h-1", "key": "svg-0" }], ["path", { "d": "M4 12h7a1 1 0 0 1 1 1v7", "key": "svg-1" }]]; const IconResize = createReactComponent("outline", "resize", "Resize", __iconNode$wt); const __iconNode$ws = [["path", { "d": "M3.06 13a9 9 0 1 0 .49 -4.087", "key": "svg-0" }], ["path", { "d": "M3 4.001v5h5", "key": "svg-1" }], ["path", { "d": "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }]]; const IconRestore = createReactComponent("outline", "restore", "Restore", __iconNode$ws); const __iconNode$wr = [["path", { "d": "M7 9l-3 -3l3 -3", "key": "svg-0" }], ["path", { "d": "M15.997 17.918a6.002 6.002 0 0 0 -.997 -11.918h-11", "key": "svg-1" }], ["path", { "d": "M6 14v6", "key": "svg-2" }], ["path", { "d": "M9 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0", "key": "svg-3" }]]; const IconRewindBackward10 = createReactComponent("outline", "rewind-backward-10", "RewindBackward10", __iconNode$wr); const __iconNode$wq = [["path", { "d": "M8 20h2a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2v-3h3", "key": "svg-0" }], ["path", { "d": "M15 18a6 6 0 1 0 0 -12h-11", "key": "svg-1" }], ["path", { "d": "M5 14v6", "key": "svg-2" }], ["path", { "d": "M7 9l-3 -3l3 -3", "key": "svg-3" }]]; const IconRewindBackward15 = createReactComponent("outline", "rewind-backward-15", "RewindBackward15", __iconNode$wq); const __iconNode$wp = [["path", { "d": "M19.007 16.466a6 6 0 0 0 -4.007 -10.466h-11", "key": "svg-0" }], ["path", { "d": "M7 9l-3 -3l3 -3", "key": "svg-1" }], ["path", { "d": "M12 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0", "key": "svg-2" }], ["path", { "d": "M6 14h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2", "key": "svg-3" }]]; const IconRewindBackward20 = createReactComponent("outline", "rewind-backward-20", "RewindBackward20", __iconNode$wp); const __iconNode$wo = [["path", { "d": "M19.007 16.466a6 6 0 0 0 -4.007 -10.466h-11", "key": "svg-0" }], ["path", { "d": "M12 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0", "key": "svg-1" }], ["path", { "d": "M6 14h1.5a1.5 1.5 0 0 1 0 3h-.5h.5a1.5 1.5 0 0 1 0 3h-1.5", "key": "svg-2" }], ["path", { "d": "M7 9l-3 -3l3 -3", "key": "svg-3" }]]; const IconRewindBackward30 = createReactComponent("outline", "rewind-backward-30", "RewindBackward30", __iconNode$wo); const __iconNode$wn = [["path", { "d": "M19.007 16.466a6 6 0 0 0 -4.007 -10.466h-11", "key": "svg-0" }], ["path", { "d": "M12 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0", "key": "svg-1" }], ["path", { "d": "M6 14v2a1 1 0 0 0 1 1h1", "key": "svg-2" }], ["path", { "d": "M9 14v6", "key": "svg-3" }], ["path", { "d": "M7 9l-3 -3l3 -3", "key": "svg-4" }]]; const IconRewindBackward40 = createReactComponent("outline", "rewind-backward-40", "RewindBackward40", __iconNode$wn); const __iconNode$wm = [["path", { "d": "M15 18a6 6 0 1 0 0 -12h-11", "key": "svg-0" }], ["path", { "d": "M7 9l-3 -3l3 -3", "key": "svg-1" }], ["path", { "d": "M8 20h2a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2v-3h3", "key": "svg-2" }]]; const IconRewindBackward5 = createReactComponent("outline", "rewind-backward-5", "RewindBackward5", __iconNode$wm); const __iconNode$wl = [["path", { "d": "M19.007 16.466a6 6 0 0 0 -4.007 -10.466h-11", "key": "svg-0" }], ["path", { "d": "M12 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0", "key": "svg-1" }], ["path", { "d": "M6 20h1.5a1.5 1.5 0 0 0 0 -3h-1.5v-3h3", "key": "svg-2" }], ["path", { "d": "M7 9l-3 -3l3 -3", "key": "svg-3" }]]; const IconRewindBackward50 = createReactComponent("outline", "rewind-backward-50", "RewindBackward50", __iconNode$wl); const __iconNode$wk = [["path", { "d": "M19.007 16.466a6 6 0 0 0 -4.007 -10.466h-11", "key": "svg-0" }], ["path", { "d": "M7 9l-3 -3l3 -3", "key": "svg-1" }], ["path", { "d": "M12 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0", "key": "svg-2" }], ["path", { "d": "M9 14h-2a1 1 0 0 0 -1 1v4a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2", "key": "svg-3" }]]; const IconRewindBackward60 = createReactComponent("outline", "rewind-backward-60", "RewindBackward60", __iconNode$wk); const __iconNode$wj = [["path", { "d": "M17 9l3 -3l-3 -3", "key": "svg-0" }], ["path", { "d": "M8 17.918a5.997 5.997 0 0 1 -5 -5.918a6 6 0 0 1 6 -6h11", "key": "svg-1" }], ["path", { "d": "M12 14v6", "key": "svg-2" }], ["path", { "d": "M15 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0", "key": "svg-3" }]]; const IconRewindForward10 = createReactComponent("outline", "rewind-forward-10", "RewindForward10", __iconNode$wj); const __iconNode$wi = [["path", { "d": "M17 9l3 -3l-3 -3", "key": "svg-0" }], ["path", { "d": "M9 18a6 6 0 1 1 0 -12h11", "key": "svg-1" }], ["path", { "d": "M16 20h2a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2v-3h3", "key": "svg-2" }], ["path", { "d": "M13 14v6", "key": "svg-3" }]]; const IconRewindForward15 = createReactComponent("outline", "rewind-forward-15", "RewindForward15", __iconNode$wi); const __iconNode$wh = [["path", { "d": "M5.007 16.478a6 6 0 0 1 3.993 -10.478h11", "key": "svg-0" }], ["path", { "d": "M15 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0", "key": "svg-1" }], ["path", { "d": "M17 9l3 -3l-3 -3", "key": "svg-2" }], ["path", { "d": "M9 14h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2", "key": "svg-3" }]]; const IconRewindForward20 = createReactComponent("outline", "rewind-forward-20", "RewindForward20", __iconNode$wh); const __iconNode$wg = [["path", { "d": "M5.007 16.478a6 6 0 0 1 3.993 -10.478h11", "key": "svg-0" }], ["path", { "d": "M15 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0", "key": "svg-1" }], ["path", { "d": "M17 9l3 -3l-3 -3", "key": "svg-2" }], ["path", { "d": "M9 14h1.5a1.5 1.5 0 0 1 0 3h-.5h.5a1.5 1.5 0 0 1 0 3h-1.5", "key": "svg-3" }]]; const IconRewindForward30 = createReactComponent("outline", "rewind-forward-30", "RewindForward30", __iconNode$wg); const __iconNode$wf = [["path", { "d": "M5.007 16.478a6 6 0 0 1 3.993 -10.478h11", "key": "svg-0" }], ["path", { "d": "M15 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0", "key": "svg-1" }], ["path", { "d": "M17 9l3 -3l-3 -3", "key": "svg-2" }], ["path", { "d": "M9 14v2a1 1 0 0 0 1 1h1", "key": "svg-3" }], ["path", { "d": "M12 14v6", "key": "svg-4" }]]; const IconRewindForward40 = createReactComponent("outline", "rewind-forward-40", "RewindForward40", __iconNode$wf); const __iconNode$we = [["path", { "d": "M9 18a6 6 0 1 1 0 -12h11", "key": "svg-0" }], ["path", { "d": "M13 20h2a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2v-3h3", "key": "svg-1" }], ["path", { "d": "M17 9l3 -3l-3 -3", "key": "svg-2" }]]; const IconRewindForward5 = createReactComponent("outline", "rewind-forward-5", "RewindForward5", __iconNode$we); const __iconNode$wd = [["path", { "d": "M5.007 16.478a6 6 0 0 1 3.993 -10.478h11", "key": "svg-0" }], ["path", { "d": "M15 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0", "key": "svg-1" }], ["path", { "d": "M17 9l3 -3l-3 -3", "key": "svg-2" }], ["path", { "d": "M9 20h1.5a1.5 1.5 0 0 0 0 -3h-1.5v-3h3", "key": "svg-3" }]]; const IconRewindForward50 = createReactComponent("outline", "rewind-forward-50", "RewindForward50", __iconNode$wd); const __iconNode$wc = [["path", { "d": "M5.007 16.478a6 6 0 0 1 3.993 -10.478h11", "key": "svg-0" }], ["path", { "d": "M15 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0", "key": "svg-1" }], ["path", { "d": "M17 9l3 -3l-3 -3", "key": "svg-2" }], ["path", { "d": "M12 14h-2a1 1 0 0 0 -1 1v4a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2", "key": "svg-3" }]]; const IconRewindForward60 = createReactComponent("outline", "rewind-forward-60", "RewindForward60", __iconNode$wc); const __iconNode$wb = [["path", { "d": "M7 21s9.286 -9.841 9.286 -13.841a3.864 3.864 0 0 0 -1.182 -3.008a4.13 4.13 0 0 0 -3.104 -1.144a4.13 4.13 0 0 0 -3.104 1.143a3.864 3.864 0 0 0 -1.182 3.01c0 4 9.286 13.84 9.286 13.84", "key": "svg-0" }]]; const IconRibbonHealth = createReactComponent("outline", "ribbon-health", "RibbonHealth", __iconNode$wb); const __iconNode$wa = [["path", { "d": "M4 17a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M14 17a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M7 15v-11", "key": "svg-2" }], ["path", { "d": "M17 15v-11", "key": "svg-3" }], ["path", { "d": "M3 4h18", "key": "svg-4" }]]; const IconRings = createReactComponent("outline", "rings", "Rings", __iconNode$wa); const __iconNode$w9 = [["path", { "d": "M3 7q 4.5 -3 9 0t 9 0", "key": "svg-0" }], ["path", { "d": "M3 17q 4.5 -3 9 0q .213 .142 .427 .27", "key": "svg-1" }], ["path", { "d": "M3 12q 4.5 -3 9 0q 2.006 1.338 4.012 1.482", "key": "svg-2" }], ["path", { "d": "M19 16v6", "key": "svg-3" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-4" }]]; const IconRippleDown = createReactComponent("outline", "ripple-down", "RippleDown", __iconNode$w9); const __iconNode$w8 = [["path", { "d": "M3 7c.915 -.61 1.83 -1.034 2.746 -1.272m4.212 .22c.68 .247 1.361 .598 2.042 1.052c3 2 6 2 9 0", "key": "svg-0" }], ["path", { "d": "M3 17c3 -2 6 -2 9 0c2.092 1.395 4.184 1.817 6.276 1.266", "key": "svg-1" }], ["path", { "d": "M3 12c3 -2 6 -2 9 0m5.482 1.429c1.173 -.171 2.345 -.647 3.518 -1.429", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconRippleOff = createReactComponent("outline", "ripple-off", "RippleOff", __iconNode$w8); const __iconNode$w7 = [["path", { "d": "M3 7q 4.5 -3 9 0t 9 0", "key": "svg-0" }], ["path", { "d": "M3 17q 4.5 -3 9 0q .218 .144 .434 .275", "key": "svg-1" }], ["path", { "d": "M3 12q 4.5 -3 9 0q 1.941 1.294 3.882 1.472", "key": "svg-2" }], ["path", { "d": "M19 22v-6", "key": "svg-3" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-4" }]]; const IconRippleUp = createReactComponent("outline", "ripple-up", "RippleUp", __iconNode$w7); const __iconNode$w6 = [["path", { "d": "M3 7c3 -2 6 -2 9 0s6 2 9 0", "key": "svg-0" }], ["path", { "d": "M3 17c3 -2 6 -2 9 0s6 2 9 0", "key": "svg-1" }], ["path", { "d": "M3 12c3 -2 6 -2 9 0s6 2 9 0", "key": "svg-2" }]]; const IconRipple = createReactComponent("outline", "ripple", "Ripple", __iconNode$w6); const __iconNode$w5 = [["path", { "d": "M4 19l3.332 -11.661", "key": "svg-0" }], ["path", { "d": "M16 5l2.806 9.823", "key": "svg-1" }], ["path", { "d": "M12 8v-2", "key": "svg-2" }], ["path", { "d": "M12 13v-1", "key": "svg-3" }], ["path", { "d": "M12 18v-2", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconRoadOff = createReactComponent("outline", "road-off", "RoadOff", __iconNode$w5); const __iconNode$w4 = [["path", { "d": "M13.446 2.6l7.955 7.954a2.045 2.045 0 0 1 0 2.892l-7.955 7.955a2.045 2.045 0 0 1 -2.892 0l-7.955 -7.955a2.045 2.045 0 0 1 0 -2.892l7.955 -7.955a2.045 2.045 0 0 1 2.892 0", "key": "svg-0" }], ["path", { "d": "M9 14v-2c0 -.59 .414 -1 1 -1h5", "key": "svg-1" }], ["path", { "d": "M13 9l2 2l-2 2", "key": "svg-2" }]]; const IconRoadSign = createReactComponent("outline", "road-sign", "RoadSign", __iconNode$w4); const __iconNode$w3 = [["path", { "d": "M4 19l4 -14", "key": "svg-0" }], ["path", { "d": "M16 5l4 14", "key": "svg-1" }], ["path", { "d": "M12 8v-2", "key": "svg-2" }], ["path", { "d": "M12 13v-2", "key": "svg-3" }], ["path", { "d": "M12 18v-2", "key": "svg-4" }]]; const IconRoad = createReactComponent("outline", "road", "Road", __iconNode$w3); const __iconNode$w2 = [["path", { "d": "M6 5h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M9 16c1 .667 2 1 3 1s2 -.333 3 -1", "key": "svg-1" }], ["path", { "d": "M9 7l-1 -4", "key": "svg-2" }], ["path", { "d": "M15 7l1 -4", "key": "svg-3" }], ["path", { "d": "M9 12v-1", "key": "svg-4" }], ["path", { "d": "M15 12v-1", "key": "svg-5" }]]; const IconRobotFace = createReactComponent("outline", "robot-face", "RobotFace", __iconNode$w2); const __iconNode$w1 = [["path", { "d": "M8 4h8a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2m-4 0h-4a2 2 0 0 1 -2 -2v-4", "key": "svg-0" }], ["path", { "d": "M12 2v2", "key": "svg-1" }], ["path", { "d": "M9 12v9", "key": "svg-2" }], ["path", { "d": "M15 15v6", "key": "svg-3" }], ["path", { "d": "M5 16l4 -2", "key": "svg-4" }], ["path", { "d": "M9 18h6", "key": "svg-5" }], ["path", { "d": "M14 8v.01", "key": "svg-6" }], ["path", { "d": "M3 3l18 18", "key": "svg-7" }]]; const IconRobotOff = createReactComponent("outline", "robot-off", "RobotOff", __iconNode$w1); const __iconNode$w0 = [["path", { "d": "M6 6a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2l0 -4", "key": "svg-0" }], ["path", { "d": "M12 2v2", "key": "svg-1" }], ["path", { "d": "M9 12v9", "key": "svg-2" }], ["path", { "d": "M15 12v9", "key": "svg-3" }], ["path", { "d": "M5 16l4 -2", "key": "svg-4" }], ["path", { "d": "M15 14l4 2", "key": "svg-5" }], ["path", { "d": "M9 18h6", "key": "svg-6" }], ["path", { "d": "M10 8v.01", "key": "svg-7" }], ["path", { "d": "M14 8v.01", "key": "svg-8" }]]; const IconRobot = createReactComponent("outline", "robot", "Robot", __iconNode$w0); const __iconNode$v$ = [["path", { "d": "M9.29 9.275a9.03 9.03 0 0 0 -.29 .725a6 6 0 0 0 -5 3a8 8 0 0 1 7 7a6 6 0 0 0 3 -5c.241 -.085 .478 -.18 .708 -.283m2.428 -1.61a9 9 0 0 0 2.864 -6.107a3 3 0 0 0 -3 -3a9 9 0 0 0 -6.107 2.864", "key": "svg-0" }], ["path", { "d": "M7 14a6 6 0 0 0 -3 6a6 6 0 0 0 6 -3", "key": "svg-1" }], ["path", { "d": "M14 9a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconRocketOff = createReactComponent("outline", "rocket-off", "RocketOff", __iconNode$v$); const __iconNode$v_ = [["path", { "d": "M4 13a8 8 0 0 1 7 7a6 6 0 0 0 3 -5a9 9 0 0 0 6 -8a3 3 0 0 0 -3 -3a9 9 0 0 0 -8 6a6 6 0 0 0 -5 3", "key": "svg-0" }], ["path", { "d": "M7 14a6 6 0 0 0 -3 6a6 6 0 0 0 6 -3", "key": "svg-1" }], ["path", { "d": "M14 9a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }]]; const IconRocket = createReactComponent("outline", "rocket", "Rocket", __iconNode$v_); const __iconNode$vZ = [["path", { "d": "M5.905 5h3.418a1 1 0 0 1 .928 .629l1.143 2.856a3 3 0 0 0 2.207 1.83l4.717 .926a2.084 2.084 0 0 1 1.682 2.045v.714a1 1 0 0 1 -1 1h-13.895a1 1 0 0 1 -1 -1.1l.8 -8a1 1 0 0 1 1 -.9", "key": "svg-0" }], ["path", { "d": "M6 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M14 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }]]; const IconRollerSkating = createReactComponent("outline", "roller-skating", "RollerSkating", __iconNode$vZ); const __iconNode$vY = [["path", { "d": "M3 21a5.55 5.55 0 0 0 5.265 -3.795l.735 -2.205a8.759 8.759 0 0 1 2.35 -3.652m2.403 -1.589a8.76 8.76 0 0 1 3.572 -.759h3.675", "key": "svg-0" }], ["path", { "d": "M20 9v7m0 4v1", "key": "svg-1" }], ["path", { "d": "M8 21v-3", "key": "svg-2" }], ["path", { "d": "M12 21v-9", "key": "svg-3" }], ["path", { "d": "M16 9.5v2.5m0 4v5", "key": "svg-4" }], ["path", { "d": "M15 3h5v3h-5l0 -3", "key": "svg-5" }], ["path", { "d": "M9.446 5.415l.554 -.415l2 2.5l-.285 .213m-2.268 1.702l-1.447 1.085l-1.8 -.5l-.2 -2l1.139 -.854", "key": "svg-6" }], ["path", { "d": "M3 3l18 18", "key": "svg-7" }]]; const IconRollercoasterOff = createReactComponent("outline", "rollercoaster-off", "RollercoasterOff", __iconNode$vY); const __iconNode$vX = [["path", { "d": "M3 21a5.55 5.55 0 0 0 5.265 -3.795l.735 -2.205a8.775 8.775 0 0 1 8.325 -6h3.675", "key": "svg-0" }], ["path", { "d": "M20 9v12", "key": "svg-1" }], ["path", { "d": "M8 21v-3", "key": "svg-2" }], ["path", { "d": "M12 21v-10", "key": "svg-3" }], ["path", { "d": "M16 9.5v11.5", "key": "svg-4" }], ["path", { "d": "M15 3h5v3h-5l0 -3", "key": "svg-5" }], ["path", { "d": "M6 8l4 -3l2 2.5l-4 3l-1.8 -.5l-.2 -2", "key": "svg-6" }]]; const IconRollercoaster = createReactComponent("outline", "rollercoaster", "Rollercoaster", __iconNode$vX); const __iconNode$vW = [["path", { "d": "M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55l0 -1", "key": "svg-0" }], ["path", { "d": "M12 8.5v7", "key": "svg-1" }], ["path", { "d": "M9 10l6 4", "key": "svg-2" }], ["path", { "d": "M9 14l6 -4", "key": "svg-3" }]]; const IconRosetteAsterisk = createReactComponent("outline", "rosette-asterisk", "RosetteAsterisk", __iconNode$vW); const __iconNode$vV = [["path", { "d": "M9 12l2 2l1.5 -1.5m2 -2l.5 -.5", "key": "svg-0" }], ["path", { "d": "M8.887 4.89a2.2 2.2 0 0 0 .863 -.53l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.528 .858m-.757 3.248a2.193 2.193 0 0 1 -1.555 .644h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1c0 -.604 .244 -1.152 .638 -1.55", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconRosetteDiscountCheckOff = createReactComponent("outline", "rosette-discount-check-off", "RosetteDiscountCheckOff", __iconNode$vV); const __iconNode$vU = [["path", { "d": "M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1", "key": "svg-0" }], ["path", { "d": "M9 12l2 2l4 -4", "key": "svg-1" }]]; const IconRosetteDiscountCheck = createReactComponent("outline", "rosette-discount-check", "RosetteDiscountCheck", __iconNode$vU); const __iconNode$vT = [["path", { "d": "M9 15l3 -3m2 -2l1 -1", "key": "svg-0" }], ["path", { "d": "M9.148 9.145a.498 .498 0 0 0 .352 .855a.5 .5 0 0 0 .35 -.142", "key": "svg-1" }], ["path", { "d": "M14.148 14.145a.498 .498 0 0 0 .352 .855a.5 .5 0 0 0 .35 -.142", "key": "svg-2" }], ["path", { "d": "M8.887 4.89a2.2 2.2 0 0 0 .863 -.53l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.528 .858m-.757 3.248a2.193 2.193 0 0 1 -1.555 .644h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1c0 -.604 .244 -1.152 .638 -1.55", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconRosetteDiscountOff = createReactComponent("outline", "rosette-discount-off", "RosetteDiscountOff", __iconNode$vT); const __iconNode$vS = [["path", { "d": "M9 15l6 -6", "key": "svg-0" }], ["path", { "d": "M9 9.5a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-1" }], ["path", { "d": "M14 14.5a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-2" }], ["path", { "d": "M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7a2.2 2.2 0 0 0 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1a2.2 2.2 0 0 0 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1", "key": "svg-3" }]]; const IconRosetteDiscount = createReactComponent("outline", "rosette-discount", "RosetteDiscount", __iconNode$vS); const __iconNode$vR = [["path", { "d": "M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1", "key": "svg-1" }]]; const IconRosetteNumber0 = createReactComponent("outline", "rosette-number-0", "RosetteNumber0", __iconNode$vR); const __iconNode$vQ = [["path", { "d": "M10 10l2 -2v8", "key": "svg-0" }], ["path", { "d": "M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1", "key": "svg-1" }]]; const IconRosetteNumber1 = createReactComponent("outline", "rosette-number-1", "RosetteNumber1", __iconNode$vQ); const __iconNode$vP = [["path", { "d": "M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1", "key": "svg-1" }]]; const IconRosetteNumber2 = createReactComponent("outline", "rosette-number-2", "RosetteNumber2", __iconNode$vP); const __iconNode$vO = [["path", { "d": "M10 9a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1", "key": "svg-0" }], ["path", { "d": "M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1", "key": "svg-1" }]]; const IconRosetteNumber3 = createReactComponent("outline", "rosette-number-3", "RosetteNumber3", __iconNode$vO); const __iconNode$vN = [["path", { "d": "M10 8v3a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M14 8v8", "key": "svg-1" }], ["path", { "d": "M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1", "key": "svg-2" }]]; const IconRosetteNumber4 = createReactComponent("outline", "rosette-number-4", "RosetteNumber4", __iconNode$vN); const __iconNode$vM = [["path", { "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4", "key": "svg-0" }], ["path", { "d": "M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1", "key": "svg-1" }]]; const IconRosetteNumber5 = createReactComponent("outline", "rosette-number-5", "RosetteNumber5", __iconNode$vM); const __iconNode$vL = [["path", { "d": "M14 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3", "key": "svg-0" }], ["path", { "d": "M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1", "key": "svg-1" }]]; const IconRosetteNumber6 = createReactComponent("outline", "rosette-number-6", "RosetteNumber6", __iconNode$vL); const __iconNode$vK = [["path", { "d": "M10 8h4l-2 8", "key": "svg-0" }], ["path", { "d": "M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1", "key": "svg-1" }]]; const IconRosetteNumber7 = createReactComponent("outline", "rosette-number-7", "RosetteNumber7", __iconNode$vK); const __iconNode$vJ = [["path", { "d": "M12 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1", "key": "svg-0" }], ["path", { "d": "M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1", "key": "svg-1" }]]; const IconRosetteNumber8 = createReactComponent("outline", "rosette-number-8", "RosetteNumber8", __iconNode$vJ); const __iconNode$vI = [["path", { "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1", "key": "svg-1" }]]; const IconRosetteNumber9 = createReactComponent("outline", "rosette-number-9", "RosetteNumber9", __iconNode$vI); const __iconNode$vH = [["path", { "d": "M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1", "key": "svg-0" }]]; const IconRosette = createReactComponent("outline", "rosette", "Rosette", __iconNode$vH); const __iconNode$vG = [["path", { "d": "M15 4.55a8 8 0 0 0 -6 14.9m0 -4.45v5h-5", "key": "svg-0" }], ["path", { "d": "M18.37 7.16l0 .01", "key": "svg-1" }], ["path", { "d": "M13 19.94l0 .01", "key": "svg-2" }], ["path", { "d": "M16.84 18.37l0 .01", "key": "svg-3" }], ["path", { "d": "M19.37 15.1l0 .01", "key": "svg-4" }], ["path", { "d": "M19.94 11l0 .01", "key": "svg-5" }]]; const IconRotate2 = createReactComponent("outline", "rotate-2", "Rotate2", __iconNode$vG); const __iconNode$vF = [["path", { "d": "M12 16h4v4", "key": "svg-0" }], ["path", { "d": "M19.458 11.042c.86 -2.366 .722 -4.58 -.6 -5.9c-2.272 -2.274 -7.185 -1.045 -10.973 2.743c-3.788 3.788 -5.017 8.701 -2.744 10.974c2.227 2.226 6.987 1.093 10.74 -2.515", "key": "svg-1" }]]; const IconRotate360 = createReactComponent("outline", "rotate-360", "Rotate360", __iconNode$vF); const __iconNode$vE = [["path", { "d": "M12 3a7 7 0 0 1 7 7v4l-3 -3", "key": "svg-0" }], ["path", { "d": "M22 11l-3 3", "key": "svg-1" }], ["path", { "d": "M8 15.5l-5 -3l5 -3l5 3v5.5l-5 3l0 -5.5", "key": "svg-2" }], ["path", { "d": "M3 12.5v5.5l5 3", "key": "svg-3" }], ["path", { "d": "M8 15.545l5 -3.03", "key": "svg-4" }]]; const IconRotate3d = createReactComponent("outline", "rotate-3d", "Rotate3d", __iconNode$vE); const __iconNode$vD = [["path", { "d": "M9 4.55a8 8 0 0 1 6 14.9m0 -4.45v5h5", "key": "svg-0" }], ["path", { "d": "M5.63 7.16l0 .01", "key": "svg-1" }], ["path", { "d": "M4.06 11l0 .01", "key": "svg-2" }], ["path", { "d": "M4.63 15.1l0 .01", "key": "svg-3" }], ["path", { "d": "M7.16 18.37l0 .01", "key": "svg-4" }], ["path", { "d": "M11 19.94l0 .01", "key": "svg-5" }]]; const IconRotateClockwise2 = createReactComponent("outline", "rotate-clockwise-2", "RotateClockwise2", __iconNode$vD); const __iconNode$vC = [["path", { "d": "M4.05 11a8 8 0 1 1 .5 4m-.5 5v-5h5", "key": "svg-0" }]]; const IconRotateClockwise = createReactComponent("outline", "rotate-clockwise", "RotateClockwise", __iconNode$vC); const __iconNode$vB = [["path", { "d": "M19.95 11a8 8 0 1 0 -.5 4m.5 5v-5h-5", "key": "svg-0" }], ["path", { "d": "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }]]; const IconRotateDot = createReactComponent("outline", "rotate-dot", "RotateDot", __iconNode$vB); const __iconNode$vA = [["path", { "d": "M10.09 4.01l.496 -.495a2 2 0 0 1 2.828 0l7.071 7.07a2 2 0 0 1 0 2.83l-7.07 7.07a2 2 0 0 1 -2.83 0l-7.07 -7.07a2 2 0 0 1 0 -2.83l3.535 -3.535h-3.988", "key": "svg-0" }], ["path", { "d": "M7.05 11.038v-3.988", "key": "svg-1" }]]; const IconRotateRectangle = createReactComponent("outline", "rotate-rectangle", "RotateRectangle", __iconNode$vA); const __iconNode$vz = [["path", { "d": "M19.95 11a8 8 0 1 0 -.5 4m.5 5v-5h-5", "key": "svg-0" }]]; const IconRotate = createReactComponent("outline", "rotate", "Rotate", __iconNode$vz); const __iconNode$vy = [["path", { "d": "M3 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M19 7a2 2 0 1 0 0 -4a2 2 0 0 0 0 4", "key": "svg-1" }], ["path", { "d": "M14 5a2 2 0 0 0 -2 2v10a2 2 0 0 1 -2 2", "key": "svg-2" }]]; const IconRoute2 = createReactComponent("outline", "route-2", "Route2", __iconNode$vy); const __iconNode$vx = [["path", { "d": "M8 3h-5v5", "key": "svg-0" }], ["path", { "d": "M16 3h5v5", "key": "svg-1" }], ["path", { "d": "M3 3l7.536 7.536a5 5 0 0 1 1.464 3.534v6.93", "key": "svg-2" }], ["path", { "d": "M18 6.01v-.01", "key": "svg-3" }], ["path", { "d": "M16 8.02v-.01", "key": "svg-4" }], ["path", { "d": "M14 10v.01", "key": "svg-5" }]]; const IconRouteAltLeft = createReactComponent("outline", "route-alt-left", "RouteAltLeft", __iconNode$vx); const __iconNode$vw = [["path", { "d": "M16 3h5v5", "key": "svg-0" }], ["path", { "d": "M8 3h-5v5", "key": "svg-1" }], ["path", { "d": "M21 3l-7.536 7.536a5 5 0 0 0 -1.464 3.534v6.93", "key": "svg-2" }], ["path", { "d": "M6 6.01v-.01", "key": "svg-3" }], ["path", { "d": "M8 8.02v-.01", "key": "svg-4" }], ["path", { "d": "M10 10v.01", "key": "svg-5" }]]; const IconRouteAltRight = createReactComponent("outline", "route-alt-right", "RouteAltRight", __iconNode$vw); const __iconNode$vv = [["path", { "d": "M4 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M16 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M12 19h4.5c.71 0 1.372 -.212 1.924 -.576m1.545 -2.459a3.5 3.5 0 0 0 -3.469 -3.965h-.499m-4 0h-3.501a3.5 3.5 0 0 1 -2.477 -5.972m2.477 -1.028h3.5", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconRouteOff = createReactComponent("outline", "route-off", "RouteOff", __iconNode$vv); const __iconNode$vu = [["path", { "d": "M4 8v-2a2 2 0 0 1 2 -2h2", "key": "svg-0" }], ["path", { "d": "M4 16v2a2 2 0 0 0 2 2h2", "key": "svg-1" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2", "key": "svg-2" }], ["path", { "d": "M16 20h2a2 2 0 0 0 2 -2v-2", "key": "svg-3" }], ["path", { "d": "M7 12v-3h3", "key": "svg-4" }], ["path", { "d": "M14 9h3v3", "key": "svg-5" }], ["path", { "d": "M7 9l4.414 4.414a2 2 0 0 1 .586 1.414v2.172", "key": "svg-6" }], ["path", { "d": "M17 9l-4.414 4.414a2 2 0 0 0 -.586 1.414v2.172", "key": "svg-7" }]]; const IconRouteScan = createReactComponent("outline", "route-scan", "RouteScan", __iconNode$vu); const __iconNode$vt = [["path", { "d": "M14 5a2 2 0 0 0 -2 2v10a2 2 0 0 1 -2 2", "key": "svg-0" }], ["path", { "d": "M3 17h4v4h-4l0 -4", "key": "svg-1" }], ["path", { "d": "M17 3h4v4h-4l0 -4", "key": "svg-2" }]]; const IconRouteSquare2 = createReactComponent("outline", "route-square-2", "RouteSquare2", __iconNode$vt); const __iconNode$vs = [["path", { "d": "M3 17h4v4h-4l0 -4", "key": "svg-0" }], ["path", { "d": "M17 3h4v4h-4l0 -4", "key": "svg-1" }], ["path", { "d": "M11 19h5.5a3.5 3.5 0 0 0 0 -7h-8a3.5 3.5 0 0 1 0 -7h4.5", "key": "svg-2" }]]; const IconRouteSquare = createReactComponent("outline", "route-square", "RouteSquare", __iconNode$vs); const __iconNode$vr = [["path", { "d": "M3 17l4 4", "key": "svg-0" }], ["path", { "d": "M7 17l-4 4", "key": "svg-1" }], ["path", { "d": "M17 3l4 4", "key": "svg-2" }], ["path", { "d": "M21 3l-4 4", "key": "svg-3" }], ["path", { "d": "M14 5a2 2 0 0 0 -2 2v10a2 2 0 0 1 -2 2", "key": "svg-4" }]]; const IconRouteX2 = createReactComponent("outline", "route-x-2", "RouteX2", __iconNode$vr); const __iconNode$vq = [["path", { "d": "M3 17l4 4", "key": "svg-0" }], ["path", { "d": "M7 17l-4 4", "key": "svg-1" }], ["path", { "d": "M17 3l4 4", "key": "svg-2" }], ["path", { "d": "M21 3l-4 4", "key": "svg-3" }], ["path", { "d": "M11 19h5.5a3.5 3.5 0 0 0 0 -7h-8a3.5 3.5 0 0 1 0 -7h4.5", "key": "svg-4" }]]; const IconRouteX = createReactComponent("outline", "route-x", "RouteX", __iconNode$vq); const __iconNode$vp = [["path", { "d": "M3 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M19 7a2 2 0 1 0 0 -4a2 2 0 0 0 0 4", "key": "svg-1" }], ["path", { "d": "M11 19h5.5a3.5 3.5 0 0 0 0 -7h-8a3.5 3.5 0 0 1 0 -7h4.5", "key": "svg-2" }]]; const IconRoute = createReactComponent("outline", "route", "Route", __iconNode$vp); const __iconNode$vo = [["path", { "d": "M17 13h2a2 2 0 0 1 2 2v2m-.588 3.417c-.362 .36 -.861 .583 -1.412 .583h-14a2 2 0 0 1 -2 -2v-4a2 2 0 0 1 2 -2h8", "key": "svg-0" }], ["path", { "d": "M17 17v.01", "key": "svg-1" }], ["path", { "d": "M13 17v.01", "key": "svg-2" }], ["path", { "d": "M12.226 8.2a4 4 0 0 1 6.024 .55", "key": "svg-3" }], ["path", { "d": "M9.445 5.407a8 8 0 0 1 12.055 1.093", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconRouterOff = createReactComponent("outline", "router-off", "RouterOff", __iconNode$vo); const __iconNode$vn = [["path", { "d": "M3 15a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2l0 -4", "key": "svg-0" }], ["path", { "d": "M17 17l0 .01", "key": "svg-1" }], ["path", { "d": "M13 17l0 .01", "key": "svg-2" }], ["path", { "d": "M15 13l0 -2", "key": "svg-3" }], ["path", { "d": "M11.75 8.75a4 4 0 0 1 6.5 0", "key": "svg-4" }], ["path", { "d": "M8.5 6.5a8 8 0 0 1 13 0", "key": "svg-5" }]]; const IconRouter = createReactComponent("outline", "router", "Router", __iconNode$vn); const __iconNode$vm = [["path", { "d": "M20 6v4a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1", "key": "svg-0" }], ["path", { "d": "M12 15l0 4", "key": "svg-1" }], ["path", { "d": "M14 17l-4 0", "key": "svg-2" }]]; const IconRowInsertBottom = createReactComponent("outline", "row-insert-bottom", "RowInsertBottom", __iconNode$vm); const __iconNode$vl = [["path", { "d": "M4 18v-4a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1", "key": "svg-0" }], ["path", { "d": "M12 9v-4", "key": "svg-1" }], ["path", { "d": "M10 7l4 0", "key": "svg-2" }]]; const IconRowInsertTop = createReactComponent("outline", "row-insert-top", "RowInsertTop", __iconNode$vl); const __iconNode$vk = [["path", { "d": "M20 6v4a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1", "key": "svg-0" }], ["path", { "d": "M10 16l4 4", "key": "svg-1" }], ["path", { "d": "M10 20l4 -4", "key": "svg-2" }]]; const IconRowRemove = createReactComponent("outline", "row-remove", "RowRemove", __iconNode$vk); const __iconNode$vj = [["path", { "d": "M4 19a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M4 4a16 16 0 0 1 16 16", "key": "svg-1" }], ["path", { "d": "M4 11a9 9 0 0 1 9 9", "key": "svg-2" }]]; const IconRss = createReactComponent("outline", "rss", "Rss", __iconNode$vj); const __iconNode$vi = [["path", { "d": "M8.273 8.273c.805 2.341 2.857 5.527 -1.484 5.527c-2.368 0 -3.789 0 -3.789 4.05h14.85", "key": "svg-0" }], ["path", { "d": "M5 21h14", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }], ["path", { "d": "M8.712 4.722a3.99 3.99 0 0 1 3.288 -1.722a4 4 0 0 1 4 4c0 .992 -.806 2.464 -1.223 3.785m6.198 6.196c-.182 -2.883 -1.332 -3.153 -3.172 -3.178", "key": "svg-3" }]]; const IconRubberStampOff = createReactComponent("outline", "rubber-stamp-off", "RubberStampOff", __iconNode$vi); const __iconNode$vh = [["path", { "d": "M21 17.85h-18c0 -4.05 1.421 -4.05 3.79 -4.05c5.21 0 1.21 -4.59 1.21 -6.8a4 4 0 1 1 8 0c0 2.21 -4 6.8 1.21 6.8c2.369 0 3.79 0 3.79 4.05", "key": "svg-0" }], ["path", { "d": "M5 21h14", "key": "svg-1" }]]; const IconRubberStamp = createReactComponent("outline", "rubber-stamp", "RubberStamp", __iconNode$vh); const __iconNode$vg = [["path", { "d": "M12.03 7.97l4.97 -4.97l4 4l-5 5m-2 2l-7 7l-4 -4l7 -7", "key": "svg-0" }], ["path", { "d": "M16 7l-1.5 -1.5", "key": "svg-1" }], ["path", { "d": "M10 13l-1.5 -1.5", "key": "svg-2" }], ["path", { "d": "M7 16l-1.5 -1.5", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconRuler2Off = createReactComponent("outline", "ruler-2-off", "Ruler2Off", __iconNode$vg); const __iconNode$vf = [["path", { "d": "M17 3l4 4l-14 14l-4 -4l14 -14", "key": "svg-0" }], ["path", { "d": "M16 7l-1.5 -1.5", "key": "svg-1" }], ["path", { "d": "M13 10l-1.5 -1.5", "key": "svg-2" }], ["path", { "d": "M10 13l-1.5 -1.5", "key": "svg-3" }], ["path", { "d": "M7 16l-1.5 -1.5", "key": "svg-4" }]]; const IconRuler2 = createReactComponent("outline", "ruler-2", "Ruler2", __iconNode$vf); const __iconNode$ve = [["path", { "d": "M19.875 8c.621 0 1.125 .512 1.125 1.143v5.714c0 .631 -.504 1.143 -1.125 1.143h-15.875a1 1 0 0 1 -1 -1v-5.857c0 -.631 .504 -1.143 1.125 -1.143h15.75", "key": "svg-0" }], ["path", { "d": "M9 8v2", "key": "svg-1" }], ["path", { "d": "M6 8v3", "key": "svg-2" }], ["path", { "d": "M12 8v3", "key": "svg-3" }], ["path", { "d": "M18 8v3", "key": "svg-4" }], ["path", { "d": "M15 8v2", "key": "svg-5" }]]; const IconRuler3 = createReactComponent("outline", "ruler-3", "Ruler3", __iconNode$ve); const __iconNode$vd = [["path", { "d": "M12 19.875c0 .621 -.512 1.125 -1.143 1.125h-5.714a1.134 1.134 0 0 1 -1.143 -1.125v-15.875a1 1 0 0 1 1 -1h5.857c.631 0 1.143 .504 1.143 1.125l0 15.75", "key": "svg-0" }], ["path", { "d": "M12 9h-2", "key": "svg-1" }], ["path", { "d": "M12 6h-3", "key": "svg-2" }], ["path", { "d": "M12 12h-3", "key": "svg-3" }], ["path", { "d": "M12 18h-3", "key": "svg-4" }], ["path", { "d": "M12 15h-2", "key": "svg-5" }], ["path", { "d": "M21 3h-4", "key": "svg-6" }], ["path", { "d": "M19 3v18", "key": "svg-7" }], ["path", { "d": "M21 21h-4", "key": "svg-8" }]]; const IconRulerMeasure2 = createReactComponent("outline", "ruler-measure-2", "RulerMeasure2", __iconNode$vd); const __iconNode$vc = [["path", { "d": "M19.875 12c.621 0 1.125 .512 1.125 1.143v5.714c0 .631 -.504 1.143 -1.125 1.143h-15.875a1 1 0 0 1 -1 -1v-5.857c0 -.631 .504 -1.143 1.125 -1.143h15.75", "key": "svg-0" }], ["path", { "d": "M9 12v2", "key": "svg-1" }], ["path", { "d": "M6 12v3", "key": "svg-2" }], ["path", { "d": "M12 12v3", "key": "svg-3" }], ["path", { "d": "M18 12v3", "key": "svg-4" }], ["path", { "d": "M15 12v2", "key": "svg-5" }], ["path", { "d": "M3 3v4", "key": "svg-6" }], ["path", { "d": "M3 5h18", "key": "svg-7" }], ["path", { "d": "M21 3v4", "key": "svg-8" }]]; const IconRulerMeasure = createReactComponent("outline", "ruler-measure", "RulerMeasure", __iconNode$vc); const __iconNode$vb = [["path", { "d": "M8 4h11a1 1 0 0 1 1 1v5a1 1 0 0 1 -1 1h-4m-3.713 .299a1 1 0 0 0 -.287 .701v7a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1v-14c0 -.284 .118 -.54 .308 -.722", "key": "svg-0" }], ["path", { "d": "M4 8h2", "key": "svg-1" }], ["path", { "d": "M4 12h3", "key": "svg-2" }], ["path", { "d": "M4 16h2", "key": "svg-3" }], ["path", { "d": "M12 4v3", "key": "svg-4" }], ["path", { "d": "M16 4v2", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconRulerOff = createReactComponent("outline", "ruler-off", "RulerOff", __iconNode$vb); const __iconNode$va = [["path", { "d": "M5 4h14a1 1 0 0 1 1 1v5a1 1 0 0 1 -1 1h-7a1 1 0 0 0 -1 1v7a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1", "key": "svg-0" }], ["path", { "d": "M4 8l2 0", "key": "svg-1" }], ["path", { "d": "M4 12l3 0", "key": "svg-2" }], ["path", { "d": "M4 16l2 0", "key": "svg-3" }], ["path", { "d": "M8 4l0 2", "key": "svg-4" }], ["path", { "d": "M12 4l0 3", "key": "svg-5" }], ["path", { "d": "M16 4l0 2", "key": "svg-6" }]]; const IconRuler = createReactComponent("outline", "ruler", "Ruler", __iconNode$va); const __iconNode$v9 = [["path", { "d": "M12 4a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M4 17l5 1l.75 -1.5", "key": "svg-1" }], ["path", { "d": "M15 21l0 -4l-4 -3l1 -6", "key": "svg-2" }], ["path", { "d": "M7 12l0 -3l5 -1l3 3l3 1", "key": "svg-3" }]]; const IconRun = createReactComponent("outline", "run", "Run", __iconNode$v9); const __iconNode$v8 = [["path", { "d": "M5 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M15 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M9 17h6", "key": "svg-2" }], ["path", { "d": "M19 17h1a1 1 0 0 0 1 -1v-4.528a2 2 0 0 0 -.211 -.894l-.96 -1.92a3 3 0 0 0 -2.683 -1.658h-11.146a3 3 0 0 0 -3 3v6a1 1 0 0 0 1 1h1", "key": "svg-3" }], ["path", { "d": "M3 12h18", "key": "svg-4" }], ["path", { "d": "M15 12v-5", "key": "svg-5" }], ["path", { "d": "M6 5.5a1.5 1.5 0 0 1 1.5 -1.5h7a1.5 1.5 0 0 1 1.5 1.5a1.5 1.5 0 0 1 -1.5 1.5h-7a1.5 1.5 0 0 1 -1.5 -1.5", "key": "svg-6" }]]; const IconRvTruck = createReactComponent("outline", "rv-truck", "RvTruck", __iconNode$v8); const __iconNode$v7 = [["path", { "d": "M7 5a2 2 0 1 1 -4 0a2 2 0 0 1 4 0", "key": "svg-0" }], ["path", { "d": "M5 7v9.5a3.5 3.5 0 0 0 7 0v-9a3.5 3.5 0 0 1 7 0v13.5", "key": "svg-1" }], ["path", { "d": "M16 18l3 3l3 -3", "key": "svg-2" }]]; const IconSTurnDown = createReactComponent("outline", "s-turn-down", "STurnDown", __iconNode$v7); const __iconNode$v6 = [["path", { "d": "M19 7a2 2 0 1 1 0 -4a2 2 0 0 1 0 4", "key": "svg-0" }], ["path", { "d": "M17 5h-9.5a3.5 3.5 0 0 0 0 7h9a3.5 3.5 0 0 1 0 7h-13.5", "key": "svg-1" }], ["path", { "d": "M6 16l-3 3l3 3", "key": "svg-2" }]]; const IconSTurnLeft = createReactComponent("outline", "s-turn-left", "STurnLeft", __iconNode$v6); const __iconNode$v5 = [["path", { "d": "M3 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M7 5h9.5a3.5 3.5 0 0 1 0 7h-9a3.5 3.5 0 0 0 0 7h13.5", "key": "svg-1" }], ["path", { "d": "M18 16l3 3l-3 3", "key": "svg-2" }]]; const IconSTurnRight = createReactComponent("outline", "s-turn-right", "STurnRight", __iconNode$v5); const __iconNode$v4 = [["path", { "d": "M7 19a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-0" }], ["path", { "d": "M5 17v-9.5a3.5 3.5 0 0 1 7 0v9a3.5 3.5 0 0 0 7 0v-13.5", "key": "svg-1" }], ["path", { "d": "M16 6l3 -3l3 3", "key": "svg-2" }]]; const IconSTurnUp = createReactComponent("outline", "s-turn-up", "STurnUp", __iconNode$v4); const __iconNode$v3 = [["path", { "d": "M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1", "key": "svg-0" }], ["path", { "d": "M4 18l-1 -3h18l-1 3", "key": "svg-1" }], ["path", { "d": "M12 11v4", "key": "svg-2" }], ["path", { "d": "M7 3c1.333 2.667 1.333 5.333 0 8h10c1.333 -2.667 1.333 -5.333 0 -8", "key": "svg-3" }], ["path", { "d": "M6 3h12", "key": "svg-4" }]]; const IconSailboat2 = createReactComponent("outline", "sailboat-2", "Sailboat2", __iconNode$v3); const __iconNode$v2 = [["path", { "d": "M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1", "key": "svg-0" }], ["path", { "d": "M4 18l-1 -3h12m4 0h2l-.506 1.517", "key": "svg-1" }], ["path", { "d": "M11 11v1h1m4 0h2l-7 -9v4", "key": "svg-2" }], ["path", { "d": "M7.713 7.718l-1.713 4.282", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconSailboatOff = createReactComponent("outline", "sailboat-off", "SailboatOff", __iconNode$v2); const __iconNode$v1 = [["path", { "d": "M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1", "key": "svg-0" }], ["path", { "d": "M4 18l-1 -3h18l-1 3", "key": "svg-1" }], ["path", { "d": "M11 12h7l-7 -9v9", "key": "svg-2" }], ["path", { "d": "M8 7l-2 5", "key": "svg-3" }]]; const IconSailboat = createReactComponent("outline", "sailboat", "Sailboat", __iconNode$v1); const __iconNode$v0 = [["path", { "d": "M4 11h16a1 1 0 0 1 1 1v.5c0 1.5 -2.517 5.573 -4 6.5v1a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-1c-1.687 -1.054 -4 -5 -4 -6.5v-.5a1 1 0 0 1 1 -1", "key": "svg-0" }], ["path", { "d": "M18.5 11c.351 -1.017 .426 -2.236 .5 -3.714v-1.286h-2.256c-2.83 0 -4.616 .804 -5.64 2.076", "key": "svg-1" }], ["path", { "d": "M5.255 11.008a12.204 12.204 0 0 1 -.255 -2.008v-1h1.755c.98 0 1.801 .124 2.479 .35", "key": "svg-2" }], ["path", { "d": "M8 8l1 -4l4 2.5", "key": "svg-3" }], ["path", { "d": "M13 11v-.5a2.5 2.5 0 1 0 -5 0v.5", "key": "svg-4" }]]; const IconSalad = createReactComponent("outline", "salad", "Salad", __iconNode$v0); const __iconNode$u$ = [["path", { "d": "M12 13v.01", "key": "svg-0" }], ["path", { "d": "M10 16v.01", "key": "svg-1" }], ["path", { "d": "M14 16v.01", "key": "svg-2" }], ["path", { "d": "M7.5 8h9l-.281 -2.248a2 2 0 0 0 -1.985 -1.752h-4.468a2 2 0 0 0 -1.986 1.752l-.28 2.248", "key": "svg-3" }], ["path", { "d": "M7.5 8l-1.612 9.671a2 2 0 0 0 1.973 2.329h8.278a2 2 0 0 0 1.973 -2.329l-1.612 -9.671", "key": "svg-4" }]]; const IconSalt = createReactComponent("outline", "salt", "Salt", __iconNode$u$); const __iconNode$u_ = [["path", { "d": "M19.953 8.017l1.047 6.983v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-2l1.245 -8.297a2 2 0 0 1 1.977 -1.703h3.778", "key": "svg-0" }], ["path", { "d": "M3 15h18", "key": "svg-1" }], ["path", { "d": "M13 3l5.5 1.5", "key": "svg-2" }], ["path", { "d": "M15.75 3.75l-2 7", "key": "svg-3" }], ["path", { "d": "M7 10.5c1.667 -.667 3.333 -.667 5 0c1.667 .667 3.333 .667 5 0", "key": "svg-4" }]]; const IconSandbox = createReactComponent("outline", "sandbox", "Sandbox", __iconNode$u_); const __iconNode$uZ = [["path", { "d": "M7.707 3.707l5.586 5.586m-1.293 2.707l-1.293 1.293a1 1 0 0 1 -1.414 0l-5.586 -5.586a1 1 0 0 1 0 -1.414l1.293 -1.293", "key": "svg-0" }], ["path", { "d": "M6 10l-3 3l3 3l3 -3", "key": "svg-1" }], ["path", { "d": "M10 6l3 -3l3 3l-3 3", "key": "svg-2" }], ["path", { "d": "M12 12l1.5 1.5", "key": "svg-3" }], ["path", { "d": "M14.5 17c.69 0 1.316 -.28 1.769 -.733", "key": "svg-4" }], ["path", { "d": "M15 21c1.654 0 3.151 -.67 4.237 -1.752m1.507 -2.507a6 6 0 0 0 .256 -1.741", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconSatelliteOff = createReactComponent("outline", "satellite-off", "SatelliteOff", __iconNode$uZ); const __iconNode$uY = [["path", { "d": "M3.707 6.293l2.586 -2.586a1 1 0 0 1 1.414 0l5.586 5.586a1 1 0 0 1 0 1.414l-2.586 2.586a1 1 0 0 1 -1.414 0l-5.586 -5.586a1 1 0 0 1 0 -1.414", "key": "svg-0" }], ["path", { "d": "M6 10l-3 3l3 3l3 -3", "key": "svg-1" }], ["path", { "d": "M10 6l3 -3l3 3l-3 3", "key": "svg-2" }], ["path", { "d": "M12 12l1.5 1.5", "key": "svg-3" }], ["path", { "d": "M14.5 17a2.5 2.5 0 0 0 2.5 -2.5", "key": "svg-4" }], ["path", { "d": "M15 21a6 6 0 0 0 6 -6", "key": "svg-5" }]]; const IconSatellite = createReactComponent("outline", "satellite", "Satellite", __iconNode$uY); const __iconNode$uX = [["path", { "d": "M5.5 5.5a2.5 2.5 0 0 0 -2.5 2.5c0 7.18 5.82 13 13 13a2.5 2.5 0 1 0 0 -5a8 8 0 0 1 -8 -8a2.5 2.5 0 0 0 -2.5 -2.5", "key": "svg-0" }], ["path", { "d": "M5.195 5.519l-1.243 -1.989a1 1 0 0 1 .848 -1.53h1.392a1 1 0 0 1 .848 1.53l-1.245 1.99", "key": "svg-1" }], ["path", { "d": "M18.482 18.225l1.989 -1.243a1 1 0 0 1 1.53 .848v1.392a1 1 0 0 1 -1.53 .848l-1.991 -1.245", "key": "svg-2" }]]; const IconSausage = createReactComponent("outline", "sausage", "Sausage", __iconNode$uX); const __iconNode$uW = [["path", { "d": "M7 20h10", "key": "svg-0" }], ["path", { "d": "M9.452 5.425l2.548 -.425l6 1", "key": "svg-1" }], ["path", { "d": "M12 3v5m0 4v8", "key": "svg-2" }], ["path", { "d": "M9 12l-3 -6l-3 6a3 3 0 0 0 6 0", "key": "svg-3" }], ["path", { "d": "M18.873 14.871a3 3 0 0 0 2.127 -2.871l-3 -6l-2.677 5.355", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconScaleOff = createReactComponent("outline", "scale-off", "ScaleOff", __iconNode$uW); const __iconNode$uV = [["path", { "d": "M7 3h10a4 4 0 0 1 4 4v10m-1.173 2.83a3.987 3.987 0 0 1 -2.827 1.17h-10a4 4 0 0 1 -4 -4v-10c0 -1.104 .447 -2.103 1.17 -2.827", "key": "svg-0" }], ["path", { "d": "M11.062 7.062c.31 -.041 .622 -.062 .938 -.062c1.956 0 3.724 .802 5 2.095a142.85 142.85 0 0 0 -2 1.905m-3.723 .288a3 3 0 0 0 -1.315 .71l-2.956 -2.903a6.977 6.977 0 0 1 1.142 -.942", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconScaleOutlineOff = createReactComponent("outline", "scale-outline-off", "ScaleOutlineOff", __iconNode$uV); const __iconNode$uU = [["path", { "d": "M3 7a4 4 0 0 1 4 -4h10a4 4 0 0 1 4 4v10a4 4 0 0 1 -4 4h-10a4 4 0 0 1 -4 -4v-10", "key": "svg-0" }], ["path", { "d": "M12 7c1.956 0 3.724 .802 5 2.095l-2.956 2.904a3 3 0 0 0 -2.038 -.799a3 3 0 0 0 -2.038 .798l-2.956 -2.903a6.979 6.979 0 0 1 5 -2.095", "key": "svg-1" }]]; const IconScaleOutline = createReactComponent("outline", "scale-outline", "ScaleOutline", __iconNode$uU); const __iconNode$uT = [["path", { "d": "M7 20l10 0", "key": "svg-0" }], ["path", { "d": "M6 6l6 -1l6 1", "key": "svg-1" }], ["path", { "d": "M12 3l0 17", "key": "svg-2" }], ["path", { "d": "M9 12l-3 -6l-3 6a3 3 0 0 0 6 0", "key": "svg-3" }], ["path", { "d": "M21 12l-3 -6l-3 6a3 3 0 0 0 6 0", "key": "svg-4" }]]; const IconScale = createReactComponent("outline", "scale", "Scale", __iconNode$uT); const __iconNode$uS = [["path", { "d": "M4 8v-2a2 2 0 0 1 2 -2h2", "key": "svg-0" }], ["path", { "d": "M4 16v2a2 2 0 0 0 2 2h2", "key": "svg-1" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2", "key": "svg-2" }], ["path", { "d": "M16 20h2a2 2 0 0 0 2 -2v-2", "key": "svg-3" }], ["path", { "d": "M7 12c3.333 -4.667 6.667 -4.667 10 0", "key": "svg-4" }], ["path", { "d": "M7 12c3.333 4.667 6.667 4.667 10 0", "key": "svg-5" }], ["path", { "d": "M12 12h-.01", "key": "svg-6" }]]; const IconScanEye = createReactComponent("outline", "scan-eye", "ScanEye", __iconNode$uS); const __iconNode$uR = [["path", { "d": "M4 8v-2a2 2 0 0 1 2 -2h2", "key": "svg-0" }], ["path", { "d": "M4 16v2a2 2 0 0 0 2 2h2", "key": "svg-1" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2", "key": "svg-2" }], ["path", { "d": "M16 20h2a2 2 0 0 0 2 -2v-2", "key": "svg-3" }], ["path", { "d": "M9 16v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6", "key": "svg-4" }], ["path", { "d": "M9 13h6", "key": "svg-5" }]]; const IconScanLetterA = createReactComponent("outline", "scan-letter-a", "ScanLetterA", __iconNode$uR); const __iconNode$uQ = [["path", { "d": "M4 8v-2a2 2 0 0 1 2 -2h2", "key": "svg-0" }], ["path", { "d": "M4 16v2a2 2 0 0 0 2 2h2", "key": "svg-1" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2", "key": "svg-2" }], ["path", { "d": "M16 20h2a2 2 0 0 0 2 -2v-2", "key": "svg-3" }], ["path", { "d": "M9 8h6", "key": "svg-4" }], ["path", { "d": "M12 8v8", "key": "svg-5" }]]; const IconScanLetterT = createReactComponent("outline", "scan-letter-t", "ScanLetterT", __iconNode$uQ); const __iconNode$uP = [["path", { "d": "M4 7v-1a2 2 0 0 1 2 -2h2", "key": "svg-0" }], ["path", { "d": "M4 17v1a2 2 0 0 0 2 2h2", "key": "svg-1" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v1", "key": "svg-2" }], ["path", { "d": "M16 20h2a2 2 0 0 0 2 -2v-1", "key": "svg-3" }], ["path", { "d": "M12 17l3 -8l-8 3l3.5 1.5l1.5 3.5", "key": "svg-4" }]]; const IconScanPosition = createReactComponent("outline", "scan-position", "ScanPosition", __iconNode$uP); const __iconNode$uO = [["path", { "d": "M4 8v-2a2 2 0 0 1 2 -2h2", "key": "svg-0" }], ["path", { "d": "M4 16v2a2 2 0 0 0 2 2h2", "key": "svg-1" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2", "key": "svg-2" }], ["path", { "d": "M16 20h2a2 2 0 0 0 2 -2v-2", "key": "svg-3" }], ["path", { "d": "M11 12h6", "key": "svg-4" }], ["path", { "d": "M8 8h5", "key": "svg-5" }], ["path", { "d": "M9 16h5", "key": "svg-6" }]]; const IconScanTraces = createReactComponent("outline", "scan-traces", "ScanTraces", __iconNode$uO); const __iconNode$uN = [["path", { "d": "M4 7v-1a2 2 0 0 1 2 -2h2", "key": "svg-0" }], ["path", { "d": "M4 17v1a2 2 0 0 0 2 2h2", "key": "svg-1" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v1", "key": "svg-2" }], ["path", { "d": "M16 20h2a2 2 0 0 0 2 -2v-1", "key": "svg-3" }], ["path", { "d": "M5 12l14 0", "key": "svg-4" }]]; const IconScan = createReactComponent("outline", "scan", "Scan", __iconNode$uN); const __iconNode$uM = [["path", { "d": "M6 2h4v4m-4 0h-1v-1", "key": "svg-0" }], ["path", { "d": "M15 11v-1h5v4h-2", "key": "svg-1" }], ["path", { "d": "M5 18h5v4h-5l0 -4", "key": "svg-2" }], ["path", { "d": "M5 10h5v4h-5l0 -4", "key": "svg-3" }], ["path", { "d": "M10 12h2", "key": "svg-4" }], ["path", { "d": "M7.5 7.5v2.5", "key": "svg-5" }], ["path", { "d": "M7.5 14v4", "key": "svg-6" }], ["path", { "d": "M3 3l18 18", "key": "svg-7" }]]; const IconSchemaOff = createReactComponent("outline", "schema-off", "SchemaOff", __iconNode$uM); const __iconNode$uL = [["path", { "d": "M5 2h5v4h-5l0 -4", "key": "svg-0" }], ["path", { "d": "M15 10h5v4h-5l0 -4", "key": "svg-1" }], ["path", { "d": "M5 18h5v4h-5l0 -4", "key": "svg-2" }], ["path", { "d": "M5 10h5v4h-5l0 -4", "key": "svg-3" }], ["path", { "d": "M10 12h5", "key": "svg-4" }], ["path", { "d": "M7.5 6v4", "key": "svg-5" }], ["path", { "d": "M7.5 14v4", "key": "svg-6" }]]; const IconSchema = createReactComponent("outline", "schema", "Schema", __iconNode$uL); const __iconNode$uK = [["path", { "d": "M4 17a3 3 0 0 0 3 3", "key": "svg-0" }], ["path", { "d": "M14.805 6.37l2.783 -2.784a2 2 0 1 1 2.829 2.828l-2.784 2.786", "key": "svg-1" }], ["path", { "d": "M16.505 7.495a5.105 5.105 0 0 1 .176 7.035l-.176 .184l-1.867 1.867a3.48 3.48 0 0 0 -1.013 2.234l-.008 .23v.934c0 .327 -.13 .64 -.36 .871a.51 .51 0 0 1 -.652 .06l-.07 -.06l-9.385 -9.384a.51 .51 0 0 1 0 -.722c.198 -.198 .456 -.322 .732 -.353l.139 -.008h.933c.848 0 1.663 -.309 2.297 -.864l.168 -.157l1.867 -1.867l.16 -.153a5.105 5.105 0 0 1 7.059 .153", "key": "svg-2" }]]; const IconSchoolBell = createReactComponent("outline", "school-bell", "SchoolBell", __iconNode$uK); const __iconNode$uJ = [["path", { "d": "M22 9l-10 -4l-2.136 .854m-2.864 1.146l-5 2l10 4l.697 -.279m2.878 -1.151l6.425 -2.57v6", "key": "svg-0" }], ["path", { "d": "M6 10.6v5.4c0 1.657 2.686 3 6 3c2.334 0 4.357 -.666 5.35 -1.64m.65 -3.36v-3.4", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconSchoolOff = createReactComponent("outline", "school-off", "SchoolOff", __iconNode$uJ); const __iconNode$uI = [["path", { "d": "M22 9l-10 -4l-10 4l10 4l10 -4v6", "key": "svg-0" }], ["path", { "d": "M6 10.6v5.4a6 3 0 0 0 12 0v-5.4", "key": "svg-1" }]]; const IconSchool = createReactComponent("outline", "school", "School", __iconNode$uI); const __iconNode$uH = [["path", { "d": "M4.432 4.442a3 3 0 1 0 4.114 4.146", "key": "svg-0" }], ["path", { "d": "M3 17a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M8.6 15.4l3.4 -3.4m2 -2l5 -5", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconScissorsOff = createReactComponent("outline", "scissors-off", "ScissorsOff", __iconNode$uH); const __iconNode$uG = [["path", { "d": "M3 7a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M3 17a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M8.6 8.6l10.4 10.4", "key": "svg-2" }], ["path", { "d": "M8.6 15.4l10.4 -10.4", "key": "svg-3" }]]; const IconScissors = createReactComponent("outline", "scissors", "Scissors", __iconNode$uG); const __iconNode$uF = [["path", { "d": "M16 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M4 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M8 17h5a6 6 0 0 1 5 -5v-5a2 2 0 0 0 -2 -2h-1", "key": "svg-2" }], ["path", { "d": "M10 4l-2 4h3l-2 4", "key": "svg-3" }]]; const IconScooterElectric = createReactComponent("outline", "scooter-electric", "ScooterElectric", __iconNode$uF); const __iconNode$uE = [["path", { "d": "M16 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M4 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M8 17h5a6 6 0 0 1 5 -5v-5a2 2 0 0 0 -2 -2h-1", "key": "svg-2" }]]; const IconScooter = createReactComponent("outline", "scooter", "Scooter", __iconNode$uE); const __iconNode$uD = [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10", "key": "svg-0" }], ["path", { "d": "M12 5v2", "key": "svg-1" }], ["path", { "d": "M12 10v1", "key": "svg-2" }], ["path", { "d": "M12 14v1", "key": "svg-3" }], ["path", { "d": "M12 18v1", "key": "svg-4" }], ["path", { "d": "M7 3v2", "key": "svg-5" }], ["path", { "d": "M17 3v2", "key": "svg-6" }], ["path", { "d": "M15 10.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0", "key": "svg-7" }], ["path", { "d": "M6 9h1.5a1.5 1.5 0 0 1 0 3h-.5h.5a1.5 1.5 0 0 1 0 3h-1.5", "key": "svg-8" }]]; const IconScoreboard = createReactComponent("outline", "scoreboard", "Scoreboard", __iconNode$uD); const __iconNode$uC = [["path", { "d": "M21 12v3a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h9", "key": "svg-0" }], ["path", { "d": "M7 20l10 0", "key": "svg-1" }], ["path", { "d": "M9 16l0 4", "key": "svg-2" }], ["path", { "d": "M15 16l0 4", "key": "svg-3" }], ["path", { "d": "M17 8l4 -4m-4 0l4 4", "key": "svg-4" }]]; const IconScreenShareOff = createReactComponent("outline", "screen-share-off", "ScreenShareOff", __iconNode$uC); const __iconNode$uB = [["path", { "d": "M21 12v3a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h9", "key": "svg-0" }], ["path", { "d": "M7 20l10 0", "key": "svg-1" }], ["path", { "d": "M9 16l0 4", "key": "svg-2" }], ["path", { "d": "M15 16l0 4", "key": "svg-3" }], ["path", { "d": "M17 4h4v4", "key": "svg-4" }], ["path", { "d": "M16 9l5 -5", "key": "svg-5" }]]; const IconScreenShare = createReactComponent("outline", "screen-share", "ScreenShare", __iconNode$uB); const __iconNode$uA = [["path", { "d": "M7 19a2 2 0 0 1 -2 -2", "key": "svg-0" }], ["path", { "d": "M5 13v-2", "key": "svg-1" }], ["path", { "d": "M5 7a2 2 0 0 1 2 -2", "key": "svg-2" }], ["path", { "d": "M11 5h2", "key": "svg-3" }], ["path", { "d": "M17 5a2 2 0 0 1 2 2", "key": "svg-4" }], ["path", { "d": "M19 11v2", "key": "svg-5" }], ["path", { "d": "M19 17v4", "key": "svg-6" }], ["path", { "d": "M21 19h-4", "key": "svg-7" }], ["path", { "d": "M13 19h-2", "key": "svg-8" }]]; const IconScreenshot = createReactComponent("outline", "screenshot", "Screenshot", __iconNode$uA); const __iconNode$uz = [["path", { "d": "M3 15c2 3 4 4 7 4c1.95 0 4.324 -1.268 5.746 -3.256m1.181 -2.812a5.97 5.97 0 0 0 .073 -.932c0 -4 -3 -7 -6 -7c-.642 0 -1.239 .069 -1.78 .201m-2.492 1.515c-.47 .617 -.728 1.386 -.728 2.284c0 2.5 2 5 6 5c.597 0 1.203 -.055 1.808 -.156m3.102 -.921c2.235 -.953 4.152 -2.423 5.09 -3.923", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconScribbleOff = createReactComponent("outline", "scribble-off", "ScribbleOff", __iconNode$uz); const __iconNode$uy = [["path", { "d": "M3 15c2 3 4 4 7 4s7 -3 7 -7s-3 -7 -6 -7s-5 1.5 -5 4s2 5 6 5s8.408 -2.453 10 -5", "key": "svg-0" }]]; const IconScribble = createReactComponent("outline", "scribble", "Scribble", __iconNode$uy); const __iconNode$ux = [["path", { "d": "M17 19h4", "key": "svg-0" }], ["path", { "d": "M14 20h-8a3 3 0 0 1 0 -6h11a3 3 0 0 0 -3 3m7 -2v-9a2 2 0 0 0 -2 -2h-10a2 2 0 0 0 -2 2v8", "key": "svg-1" }]]; const IconScriptMinus = createReactComponent("outline", "script-minus", "ScriptMinus", __iconNode$ux); const __iconNode$uw = [["path", { "d": "M17 19h4", "key": "svg-0" }], ["path", { "d": "M14 20h-8a3 3 0 0 1 0 -6h11a3 3 0 0 0 -3 3m7 -3v-8a2 2 0 0 0 -2 -2h-10a2 2 0 0 0 -2 2v8", "key": "svg-1" }], ["path", { "d": "M19 17v4", "key": "svg-2" }]]; const IconScriptPlus = createReactComponent("outline", "script-plus", "ScriptPlus", __iconNode$uw); const __iconNode$uv = [["path", { "d": "M14 20h-8a3 3 0 0 1 0 -6h11a3 3 0 0 0 -3 3m7 -3v-8a2 2 0 0 0 -2 -2h-10a2 2 0 0 0 -2 2v8", "key": "svg-0" }], ["path", { "d": "M17 17l4 4m0 -4l-4 4", "key": "svg-1" }]]; const IconScriptX = createReactComponent("outline", "script-x", "ScriptX", __iconNode$uv); const __iconNode$uu = [["path", { "d": "M17 20h-11a3 3 0 0 1 0 -6h11a3 3 0 0 0 0 6h1a3 3 0 0 0 3 -3v-11a2 2 0 0 0 -2 -2h-10a2 2 0 0 0 -2 2v8", "key": "svg-0" }]]; const IconScript = createReactComponent("outline", "script", "Script", __iconNode$uu); const __iconNode$ut = [["path", { "d": "M8 11a4 4 0 1 1 8 0v5h-8l0 -5", "key": "svg-0" }], ["path", { "d": "M8 16v3a2 2 0 0 0 2 2h4a2 2 0 0 0 2 -2v-3", "key": "svg-1" }], ["path", { "d": "M9 4h6", "key": "svg-2" }], ["path", { "d": "M12 7v-3", "key": "svg-3" }], ["path", { "d": "M7 4a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-4" }], ["path", { "d": "M11.5 4a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-5" }]]; const IconScubaDivingTank = createReactComponent("outline", "scuba-diving-tank", "ScubaDivingTank", __iconNode$ut); const __iconNode$us = [["path", { "d": "M19 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-0" }], ["path", { "d": "M2 2l3 3l1.5 4l3.5 2l6 2l1 4l2.5 3", "key": "svg-1" }], ["path", { "d": "M11 8l4.5 1.5", "key": "svg-2" }]]; const IconScubaDiving = createReactComponent("outline", "scuba-diving", "ScubaDiving", __iconNode$us); const __iconNode$ur = [["path", { "d": "M11 7h5a1 1 0 0 1 1 1v4.5c0 .154 -.014 .304 -.04 .45m-2 2.007c-.15 .028 -.305 .043 -.463 .043h-.5a2 2 0 0 1 -2 -2a2 2 0 1 0 -4 0a2 2 0 0 1 -2 2h-.5a2.5 2.5 0 0 1 -2.5 -2.5v-4.5a1 1 0 0 1 1 -1h3", "key": "svg-0" }], ["path", { "d": "M10 17a2 2 0 0 0 2 2h3.5a5.475 5.475 0 0 0 2.765 -.744m2 -2c.47 -.81 .739 -1.752 .739 -2.756v-9.5", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconScubaMaskOff = createReactComponent("outline", "scuba-mask-off", "ScubaMaskOff", __iconNode$ur); const __iconNode$uq = [["path", { "d": "M4 7h12a1 1 0 0 1 1 1v4.5a2.5 2.5 0 0 1 -2.5 2.5h-.5a2 2 0 0 1 -2 -2a2 2 0 1 0 -4 0a2 2 0 0 1 -2 2h-.5a2.5 2.5 0 0 1 -2.5 -2.5v-4.5a1 1 0 0 1 1 -1", "key": "svg-0" }], ["path", { "d": "M10 17a2 2 0 0 0 2 2h3.5a5.5 5.5 0 0 0 5.5 -5.5v-9.5", "key": "svg-1" }]]; const IconScubaMask = createReactComponent("outline", "scuba-mask", "ScubaMask", __iconNode$uq); const __iconNode$up = [["path", { "d": "M7 8h-3a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3", "key": "svg-0" }], ["path", { "d": "M17 8v8", "key": "svg-1" }], ["path", { "d": "M21 8l-3 4l3 4", "key": "svg-2" }], ["path", { "d": "M17 12h1", "key": "svg-3" }], ["path", { "d": "M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2", "key": "svg-4" }]]; const IconSdk = createReactComponent("outline", "sdk", "Sdk", __iconNode$up); const __iconNode$uo = [["path", { "d": "M5.039 5.062a7 7 0 0 0 9.91 9.89m1.584 -2.434a7 7 0 0 0 -9.038 -9.057", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconSearchOff = createReactComponent("outline", "search-off", "SearchOff", __iconNode$uo); const __iconNode$un = [["path", { "d": "M3 10a7 7 0 1 0 14 0a7 7 0 1 0 -14 0", "key": "svg-0" }], ["path", { "d": "M21 21l-6 -6", "key": "svg-1" }]]; const IconSearch = createReactComponent("outline", "search", "Search", __iconNode$un); const __iconNode$um = [["path", { "d": "M9.172 19a3 3 0 1 0 2.828 -4", "key": "svg-0" }], ["path", { "d": "M14.83 5a3 3 0 1 0 -2.83 4", "key": "svg-1" }], ["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }]]; const IconSectionSign = createReactComponent("outline", "section-sign", "SectionSign", __iconNode$um); const __iconNode$ul = [["path", { "d": "M20 20h.01", "key": "svg-0" }], ["path", { "d": "M4 20h.01", "key": "svg-1" }], ["path", { "d": "M8 20h.01", "key": "svg-2" }], ["path", { "d": "M12 20h.01", "key": "svg-3" }], ["path", { "d": "M16 20h.01", "key": "svg-4" }], ["path", { "d": "M20 4h.01", "key": "svg-5" }], ["path", { "d": "M4 4h.01", "key": "svg-6" }], ["path", { "d": "M8 4h.01", "key": "svg-7" }], ["path", { "d": "M12 4h.01", "key": "svg-8" }], ["path", { "d": "M16 4l0 .01", "key": "svg-9" }], ["path", { "d": "M4 9a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1l0 -6", "key": "svg-10" }]]; const IconSection = createReactComponent("outline", "section", "Section", __iconNode$ul); const __iconNode$uk = [["path", { "d": "M11.412 7.407a6.025 6.025 0 0 0 -2.82 -2.82m-4.592 -.587h-1v2a6 6 0 0 0 6 6h3", "key": "svg-0" }], ["path", { "d": "M12 14a6 6 0 0 1 .255 -1.736m1.51 -2.514a5.981 5.981 0 0 1 4.235 -1.75h3v1c0 2.158 -1.14 4.05 -2.85 5.107m-3.15 .893h-3", "key": "svg-1" }], ["path", { "d": "M12 20v-8", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconSeedlingOff = createReactComponent("outline", "seedling-off", "SeedlingOff", __iconNode$uk); const __iconNode$uj = [["path", { "d": "M12 10a6 6 0 0 0 -6 -6h-3v2a6 6 0 0 0 6 6h3", "key": "svg-0" }], ["path", { "d": "M12 14a6 6 0 0 1 6 -6h3v1a6 6 0 0 1 -6 6h-3", "key": "svg-1" }], ["path", { "d": "M12 20l0 -10", "key": "svg-2" }]]; const IconSeedling = createReactComponent("outline", "seedling", "Seedling", __iconNode$uj); const __iconNode$ui = [["path", { "d": "M11 3h3q -2.25 5 .75 11", "key": "svg-0" }], ["path", { "d": "M8 17a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-1" }], ["path", { "d": "M12 17.01v.01", "key": "svg-2" }]]; const IconSegway = createReactComponent("outline", "segway", "Segway", __iconNode$ui); const __iconNode$uh = [["path", { "d": "M8 9a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1l0 -6", "key": "svg-0" }], ["path", { "d": "M12 20v.01", "key": "svg-1" }], ["path", { "d": "M16 20v.01", "key": "svg-2" }], ["path", { "d": "M8 20v.01", "key": "svg-3" }], ["path", { "d": "M4 20v.01", "key": "svg-4" }], ["path", { "d": "M4 16v.01", "key": "svg-5" }], ["path", { "d": "M4 12v.01", "key": "svg-6" }], ["path", { "d": "M4 8v.01", "key": "svg-7" }], ["path", { "d": "M4 4v.01", "key": "svg-8" }], ["path", { "d": "M8 4v.01", "key": "svg-9" }], ["path", { "d": "M12 4v.01", "key": "svg-10" }], ["path", { "d": "M16 4v.01", "key": "svg-11" }], ["path", { "d": "M20 4v.01", "key": "svg-12" }], ["path", { "d": "M20 8v.01", "key": "svg-13" }], ["path", { "d": "M20 12v.01", "key": "svg-14" }], ["path", { "d": "M20 16v.01", "key": "svg-15" }], ["path", { "d": "M20 20v.01", "key": "svg-16" }]]; const IconSelectAll = createReactComponent("outline", "select-all", "SelectAll", __iconNode$uh); const __iconNode$ug = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M9 11l3 3l3 -3", "key": "svg-1" }]]; const IconSelect = createReactComponent("outline", "select", "Select", __iconNode$ug); const __iconNode$uf = [["path", { "d": "M8 9l4 -4l4 4", "key": "svg-0" }], ["path", { "d": "M16 15l-4 4l-4 -4", "key": "svg-1" }]]; const IconSelector = createReactComponent("outline", "selector", "Selector", __iconNode$uf); const __iconNode$ue = [["path", { "d": "M4.698 4.034l16.302 7.966l-16.302 7.966a.503 .503 0 0 1 -.546 -.124a.555 .555 0 0 1 -.12 -.568l2.468 -7.274l-2.468 -7.274a.555 .555 0 0 1 .12 -.568a.503 .503 0 0 1 .546 -.124", "key": "svg-0" }], ["path", { "d": "M6.5 12h14.5", "key": "svg-1" }]]; const IconSend2 = createReactComponent("outline", "send-2", "Send2", __iconNode$ue); const __iconNode$ud = [["path", { "d": "M10 14l2 -2m2 -2l7 -7", "key": "svg-0" }], ["path", { "d": "M10.718 6.713l10.282 -3.713l-3.715 10.289m-1.063 2.941l-1.722 4.77a.55 .55 0 0 1 -1 0l-3.5 -7l-7 -3.5a.55 .55 0 0 1 0 -1l4.772 -1.723", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconSendOff = createReactComponent("outline", "send-off", "SendOff", __iconNode$ud); const __iconNode$uc = [["path", { "d": "M10 14l11 -11", "key": "svg-0" }], ["path", { "d": "M21 3l-6.5 18a.55 .55 0 0 1 -1 0l-3.5 -7l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5", "key": "svg-1" }]]; const IconSend = createReactComponent("outline", "send", "Send", __iconNode$uc); const __iconNode$ub = [["path", { "d": "M7 8h-3a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3", "key": "svg-0" }], ["path", { "d": "M14 16h-4v-8h4", "key": "svg-1" }], ["path", { "d": "M11 12h2", "key": "svg-2" }], ["path", { "d": "M17 9a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -6", "key": "svg-3" }]]; const IconSeo = createReactComponent("outline", "seo", "Seo", __iconNode$ub); const __iconNode$ua = [["path", { "d": "M4 12l16 0", "key": "svg-0" }], ["path", { "d": "M8 8l4 -4l4 4", "key": "svg-1" }], ["path", { "d": "M16 16l-4 4l-4 -4", "key": "svg-2" }]]; const IconSeparatorHorizontal = createReactComponent("outline", "separator-horizontal", "SeparatorHorizontal", __iconNode$ua); const __iconNode$u9 = [["path", { "d": "M12 4l0 16", "key": "svg-0" }], ["path", { "d": "M8 8l-4 4l4 4", "key": "svg-1" }], ["path", { "d": "M16 16l4 -4l-4 -4", "key": "svg-2" }]]; const IconSeparatorVertical = createReactComponent("outline", "separator-vertical", "SeparatorVertical", __iconNode$u9); const __iconNode$u8 = [["path", { "d": "M3 12l0 .01", "key": "svg-0" }], ["path", { "d": "M7 12l10 0", "key": "svg-1" }], ["path", { "d": "M21 12l0 .01", "key": "svg-2" }]]; const IconSeparator = createReactComponent("outline", "separator", "Separator", __iconNode$u8); const __iconNode$u7 = [["path", { "d": "M3 7a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-2", "key": "svg-0" }], ["path", { "d": "M3 15a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3l0 -2", "key": "svg-1" }], ["path", { "d": "M7 8l0 .01", "key": "svg-2" }], ["path", { "d": "M7 16l0 .01", "key": "svg-3" }], ["path", { "d": "M11 8h6", "key": "svg-4" }], ["path", { "d": "M11 16h6", "key": "svg-5" }]]; const IconServer2 = createReactComponent("outline", "server-2", "Server2", __iconNode$u7); const __iconNode$u6 = [["path", { "d": "M3 7a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3", "key": "svg-0" }], ["path", { "d": "M15 20h-9a3 3 0 0 1 -3 -3v-2a3 3 0 0 1 3 -3h12", "key": "svg-1" }], ["path", { "d": "M7 8v.01", "key": "svg-2" }], ["path", { "d": "M7 16v.01", "key": "svg-3" }], ["path", { "d": "M20 15l-2 3h3l-2 3", "key": "svg-4" }]]; const IconServerBolt = createReactComponent("outline", "server-bolt", "ServerBolt", __iconNode$u6); const __iconNode$u5 = [["path", { "d": "M3 7a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-2", "key": "svg-0" }], ["path", { "d": "M12 20h-6a3 3 0 0 1 -3 -3v-2a3 3 0 0 1 3 -3h10.5", "key": "svg-1" }], ["path", { "d": "M16 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M18 14.5v1.5", "key": "svg-3" }], ["path", { "d": "M18 20v1.5", "key": "svg-4" }], ["path", { "d": "M21.032 16.25l-1.299 .75", "key": "svg-5" }], ["path", { "d": "M16.27 19l-1.3 .75", "key": "svg-6" }], ["path", { "d": "M14.97 16.25l1.3 .75", "key": "svg-7" }], ["path", { "d": "M19.733 19l1.3 .75", "key": "svg-8" }], ["path", { "d": "M7 8v.01", "key": "svg-9" }], ["path", { "d": "M7 16v.01", "key": "svg-10" }]]; const IconServerCog = createReactComponent("outline", "server-cog", "ServerCog", __iconNode$u5); const __iconNode$u4 = [["path", { "d": "M12 12h-6a3 3 0 0 1 -3 -3v-2c0 -1.083 .574 -2.033 1.435 -2.56m3.565 -.44h10a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-2", "key": "svg-0" }], ["path", { "d": "M16 12h2a3 3 0 0 1 3 3v2m-1.448 2.568a2.986 2.986 0 0 1 -1.552 .432h-12a3 3 0 0 1 -3 -3v-2a3 3 0 0 1 3 -3h6", "key": "svg-1" }], ["path", { "d": "M7 8v.01", "key": "svg-2" }], ["path", { "d": "M7 16v.01", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconServerOff = createReactComponent("outline", "server-off", "ServerOff", __iconNode$u4); const __iconNode$u3 = [["path", { "d": "M19 22.5a4.75 4.75 0 0 1 3.5 -3.5a4.75 4.75 0 0 1 -3.5 -3.5a4.75 4.75 0 0 1 -3.5 3.5a4.75 4.75 0 0 1 3.5 3.5", "key": "svg-0" }], ["path", { "d": "M3 7a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3l0 -2", "key": "svg-1" }], ["path", { "d": "M12 20h-6a3 3 0 0 1 -3 -3v-2a3 3 0 0 1 3 -3h10.5", "key": "svg-2" }], ["path", { "d": "M7 8v.01", "key": "svg-3" }], ["path", { "d": "M7 16v.01", "key": "svg-4" }]]; const IconServerSpark = createReactComponent("outline", "server-spark", "ServerSpark", __iconNode$u3); const __iconNode$u2 = [["path", { "d": "M3 7a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3", "key": "svg-0" }], ["path", { "d": "M3 15a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3l0 -2", "key": "svg-1" }], ["path", { "d": "M7 8l0 .01", "key": "svg-2" }], ["path", { "d": "M7 16l0 .01", "key": "svg-3" }]]; const IconServer = createReactComponent("outline", "server", "Server", __iconNode$u2); const __iconNode$u1 = [["path", { "d": "M8 19l3.03 1.748a2 2 0 0 0 1.94 0l6 -3.843a2 2 0 0 0 1.03 -1.753v-6.152l-8 3l-8 3v-6.405c0 -.728 .394 -1.399 1.03 -1.752l6 -3.582a2.05 2.05 0 0 1 2 0l2.97 1.739", "key": "svg-0" }]]; const IconServerless = createReactComponent("outline", "serverless", "Serverless", __iconNode$u1); const __iconNode$u0 = [["path", { "d": "M9 9h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-0" }], ["path", { "d": "M13 15v-6l3 4l3 -4v6", "key": "svg-1" }]]; const IconServicemark = createReactComponent("outline", "servicemark", "Servicemark", __iconNode$u0); const __iconNode$t$ = [["path", { "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-0" }], ["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }]]; const IconSettings2 = createReactComponent("outline", "settings-2", "Settings2", __iconNode$t$); const __iconNode$t_ = [["path", { "d": "M10.325 4.317c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543 -.826 3.31 -2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065", "key": "svg-0" }], ["path", { "d": "M9 14v-2.5a1.5 1.5 0 0 1 3 0v2.5", "key": "svg-1" }], ["path", { "d": "M9 13h3", "key": "svg-2" }], ["path", { "d": "M15 10v4", "key": "svg-3" }]]; const IconSettingsAi = createReactComponent("outline", "settings-ai", "SettingsAi", __iconNode$t_); const __iconNode$tZ = [["path", { "d": "M10.325 4.317c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543 -.826 3.31 -2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065", "key": "svg-0" }], ["path", { "d": "M10 9v6l5 -3l-5 -3", "key": "svg-1" }]]; const IconSettingsAutomation = createReactComponent("outline", "settings-automation", "SettingsAutomation", __iconNode$tZ); const __iconNode$tY = [["path", { "d": "M13.256 20.473c-.855 .907 -2.583 .643 -2.931 -.79a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.07 .26 1.488 1.29 1.254 2.15", "key": "svg-0" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-1" }], ["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-2" }]]; const IconSettingsBolt = createReactComponent("outline", "settings-bolt", "SettingsBolt", __iconNode$tY); const __iconNode$tX = [["path", { "d": "M12.29 20.977c-.818 .132 -1.724 -.3 -1.965 -1.294a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c.983 .238 1.416 1.126 1.298 1.937", "key": "svg-0" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M17 21l4 -4", "key": "svg-2" }], ["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-3" }]]; const IconSettingsCancel = createReactComponent("outline", "settings-cancel", "SettingsCancel", __iconNode$tX); const __iconNode$tW = [["path", { "d": "M11.445 20.913a1.665 1.665 0 0 1 -1.12 -1.23a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.31 .318 1.643 1.79 .997 2.694", "key": "svg-0" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-1" }], ["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-2" }]]; const IconSettingsCheck = createReactComponent("outline", "settings-check", "SettingsCheck", __iconNode$tW); const __iconNode$tV = [["path", { "d": "M11.482 20.924a1.666 1.666 0 0 1 -1.157 -1.241a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.312 .318 1.644 1.794 .995 2.697", "key": "svg-0" }], ["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-1" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-2" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-3" }]]; const IconSettingsCode = createReactComponent("outline", "settings-code", "SettingsCode", __iconNode$tV); const __iconNode$tU = [["path", { "d": "M12.003 21c-.732 .001 -1.465 -.438 -1.678 -1.317a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c.886 .215 1.325 .957 1.318 1.694", "key": "svg-0" }], ["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-1" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-3" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-4" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-5" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-6" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-7" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-8" }]]; const IconSettingsCog = createReactComponent("outline", "settings-cog", "SettingsCog", __iconNode$tU); const __iconNode$tT = [["path", { "d": "M13.038 20.666c-.902 .665 -2.393 .337 -2.713 -.983a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 .402 2.248", "key": "svg-0" }], ["path", { "d": "M15 12a3 3 0 1 0 -1.724 2.716", "key": "svg-1" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-2" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-3" }]]; const IconSettingsDollar = createReactComponent("outline", "settings-dollar", "SettingsDollar", __iconNode$tT); const __iconNode$tS = [["path", { "d": "M12.52 20.924c-.87 .262 -1.93 -.152 -2.195 -1.241a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.088 .264 1.502 1.323 1.242 2.192", "key": "svg-0" }], ["path", { "d": "M19 16v6", "key": "svg-1" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-2" }], ["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-3" }]]; const IconSettingsDown = createReactComponent("outline", "settings-down", "SettingsDown", __iconNode$tS); const __iconNode$tR = [["path", { "d": "M15.004 18.401a1.724 1.724 0 0 0 -1.329 1.282c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.079 .262 1.495 1.305 1.248 2.17", "key": "svg-0" }], ["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-1" }], ["path", { "d": "M19 16v3", "key": "svg-2" }], ["path", { "d": "M19 22v.01", "key": "svg-3" }]]; const IconSettingsExclamation = createReactComponent("outline", "settings-exclamation", "SettingsExclamation", __iconNode$tR); const __iconNode$tQ = [["path", { "d": "M11.231 20.828a1.668 1.668 0 0 1 -.906 -1.145a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c.509 .123 .87 .421 1.084 .792", "key": "svg-0" }], ["path", { "d": "M14.882 11.165a3.001 3.001 0 1 0 -4.31 3.474", "key": "svg-1" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-2" }]]; const IconSettingsHeart = createReactComponent("outline", "settings-heart", "SettingsHeart", __iconNode$tQ); const __iconNode$tP = [["path", { "d": "M12.488 20.933c-.863 .243 -1.902 -.174 -2.163 -1.25a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35c-.535 .13 -.976 .507 -1.187 1.016c-.049 .118 -.084 .185 -.106 .309", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }], ["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-2" }]]; const IconSettingsMinus = createReactComponent("outline", "settings-minus", "SettingsMinus", __iconNode$tP); const __iconNode$tO = [["path", { "d": "M9.451 5.437c.418 -.218 .75 -.609 .874 -1.12c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35c-.486 .118 -.894 .44 -1.123 .878m-.188 3.803c-.517 .523 -1.349 .734 -2.125 .262a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.472 -.774 -.262 -1.604 .259 -2.121", "key": "svg-0" }], ["path", { "d": "M9.889 9.869a3 3 0 1 0 4.226 4.26m.592 -3.424a3.012 3.012 0 0 0 -1.419 -1.415", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconSettingsOff = createReactComponent("outline", "settings-off", "SettingsOff", __iconNode$tO); const __iconNode$tN = [["path", { "d": "M13.004 20.69c-.905 .632 -2.363 .296 -2.679 -1.007a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.314 .319 1.645 1.798 .992 2.701", "key": "svg-0" }], ["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-1" }], ["path", { "d": "M17 17v5", "key": "svg-2" }], ["path", { "d": "M21 17v5", "key": "svg-3" }]]; const IconSettingsPause = createReactComponent("outline", "settings-pause", "SettingsPause", __iconNode$tN); const __iconNode$tM = [["path", { "d": "M12.578 20.905c-.88 .299 -1.983 -.109 -2.253 -1.222a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c.574 .14 .96 .5 1.16 .937", "key": "svg-0" }], ["path", { "d": "M14.99 12.256a3 3 0 1 0 -2.33 2.671", "key": "svg-1" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-2" }], ["path", { "d": "M19 18v.01", "key": "svg-3" }]]; const IconSettingsPin = createReactComponent("outline", "settings-pin", "SettingsPin", __iconNode$tM); const __iconNode$tL = [["path", { "d": "M12.483 20.935c-.862 .239 -1.898 -.178 -2.158 -1.252a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.08 .262 1.496 1.308 1.247 2.173", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }], ["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-3" }]]; const IconSettingsPlus = createReactComponent("outline", "settings-plus", "SettingsPlus", __iconNode$tL); const __iconNode$tK = [["path", { "d": "M14.69 18.498c-.508 .21 -.885 .65 -1.015 1.185c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572a1.67 1.67 0 0 1 1.179 .982", "key": "svg-0" }], ["path", { "d": "M14.95 12.553a3 3 0 1 0 -1.211 1.892", "key": "svg-1" }], ["path", { "d": "M19 22v.01", "key": "svg-2" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-3" }]]; const IconSettingsQuestion = createReactComponent("outline", "settings-question", "SettingsQuestion", __iconNode$tK); const __iconNode$tJ = [["path", { "d": "M11.646 20.965a1.67 1.67 0 0 1 -1.321 -1.282a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c.728 .177 1.154 .71 1.279 1.303", "key": "svg-0" }], ["path", { "d": "M14.985 11.694a3 3 0 1 0 -3.29 3.29", "key": "svg-1" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-3" }]]; const IconSettingsSearch = createReactComponent("outline", "settings-search", "SettingsSearch", __iconNode$tJ); const __iconNode$tI = [["path", { "d": "M12.004 21c-.732 .002 -1.466 -.437 -1.679 -1.317a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.306 .317 1.64 1.78 1.004 2.684", "key": "svg-0" }], ["path", { "d": "M12 15a3 3 0 1 0 0 -6a3 3 0 0 0 0 6", "key": "svg-1" }], ["path", { "d": "M16 22l5 -5", "key": "svg-2" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-3" }]]; const IconSettingsShare = createReactComponent("outline", "settings-share", "SettingsShare", __iconNode$tI); const __iconNode$tH = [["path", { "d": "M11.992 21c-.728 -.003 -1.455 -.442 -1.667 -1.317a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c.882 .214 1.32 .95 1.317 1.684", "key": "svg-0" }], ["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-1" }], ["path", { "d": "M19 22.5a4.75 4.75 0 0 1 3.5 -3.5a4.75 4.75 0 0 1 -3.5 -3.5a4.75 4.75 0 0 1 -3.5 3.5a4.75 4.75 0 0 1 3.5 3.5", "key": "svg-2" }]]; const IconSettingsSpark = createReactComponent("outline", "settings-spark", "SettingsSpark", __iconNode$tH); const __iconNode$tG = [["path", { "d": "M10.325 19.683a1.723 1.723 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572a1.67 1.67 0 0 1 1.106 .831", "key": "svg-0" }], ["path", { "d": "M14.89 11.195a3.001 3.001 0 1 0 -4.457 3.364", "key": "svg-1" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-2" }]]; const IconSettingsStar = createReactComponent("outline", "settings-star", "SettingsStar", __iconNode$tG); const __iconNode$tF = [["path", { "d": "M12.501 20.93c-.866 .25 -1.914 -.166 -2.176 -1.247a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.074 .26 1.49 1.296 1.252 2.158", "key": "svg-0" }], ["path", { "d": "M19 22v-6", "key": "svg-1" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-2" }], ["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-3" }]]; const IconSettingsUp = createReactComponent("outline", "settings-up", "SettingsUp", __iconNode$tF); const __iconNode$tE = [["path", { "d": "M13.675 19.683c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.66 1.66 0 0 0 -.324 .114", "key": "svg-0" }], ["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-1" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-2" }], ["path", { "d": "M17 22l5 -5", "key": "svg-3" }]]; const IconSettingsX = createReactComponent("outline", "settings-x", "SettingsX", __iconNode$tE); const __iconNode$tD = [["path", { "d": "M10.325 4.317c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543 -.826 3.31 -2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065", "key": "svg-0" }], ["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-1" }]]; const IconSettings = createReactComponent("outline", "settings", "Settings", __iconNode$tD); const __iconNode$tC = [["path", { "d": "M5.634 5.638a9 9 0 0 0 12.728 12.727m1.68 -2.32a9 9 0 0 0 -12.086 -12.088", "key": "svg-0" }], ["path", { "d": "M16 12h2", "key": "svg-1" }], ["path", { "d": "M13 15h2", "key": "svg-2" }], ["path", { "d": "M13 18h1", "key": "svg-3" }], ["path", { "d": "M13 9h4", "key": "svg-4" }], ["path", { "d": "M13 6h1", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconShadowOff = createReactComponent("outline", "shadow-off", "ShadowOff", __iconNode$tC); const __iconNode$tB = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M13 12h5", "key": "svg-1" }], ["path", { "d": "M13 15h4", "key": "svg-2" }], ["path", { "d": "M13 18h1", "key": "svg-3" }], ["path", { "d": "M13 9h4", "key": "svg-4" }], ["path", { "d": "M13 6h1", "key": "svg-5" }]]; const IconShadow = createReactComponent("outline", "shadow", "Shadow", __iconNode$tB); const __iconNode$tA = [["path", { "d": "M3 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M17 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M17 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M3 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M6.5 17.5l11 -11m-12.5 .5v10m14 -10v10", "key": "svg-4" }]]; const IconShape2 = createReactComponent("outline", "shape-2", "Shape2", __iconNode$tA); const __iconNode$tz = [["path", { "d": "M3 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M17 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M17 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M3 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M7 5h10m-12 2v10m14 -10v10", "key": "svg-4" }]]; const IconShape3 = createReactComponent("outline", "shape-3", "Shape3", __iconNode$tz); const __iconNode$ty = [["path", { "d": "M3.575 3.597a2 2 0 0 0 2.849 2.808", "key": "svg-0" }], ["path", { "d": "M17 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M3 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M17.574 17.598a2 2 0 0 0 2.826 2.83", "key": "svg-3" }], ["path", { "d": "M5 7v10", "key": "svg-4" }], ["path", { "d": "M9 5h8", "key": "svg-5" }], ["path", { "d": "M7 19h10", "key": "svg-6" }], ["path", { "d": "M19 7v8", "key": "svg-7" }], ["path", { "d": "M3 3l18 18", "key": "svg-8" }]]; const IconShapeOff = createReactComponent("outline", "shape-off", "ShapeOff", __iconNode$ty); const __iconNode$tx = [["path", { "d": "M3 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M17 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M3 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M17 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M5 7l0 10", "key": "svg-4" }], ["path", { "d": "M7 5l10 0", "key": "svg-5" }], ["path", { "d": "M7 19l10 0", "key": "svg-6" }], ["path", { "d": "M19 7l0 10", "key": "svg-7" }]]; const IconShape = createReactComponent("outline", "shape", "Shape", __iconNode$tx); const __iconNode$tw = [["path", { "d": "M8 9h-1a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-8a2 2 0 0 0 -2 -2h-1", "key": "svg-0" }], ["path", { "d": "M12 14v-11", "key": "svg-1" }], ["path", { "d": "M9 6l3 -3l3 3", "key": "svg-2" }]]; const IconShare2 = createReactComponent("outline", "share-2", "Share2", __iconNode$tw); const __iconNode$tv = [["path", { "d": "M13 4v4c-6.575 1.028 -9.02 6.788 -10 12c-.037 .206 5.384 -5.962 10 -6v4l8 -7l-8 -7", "key": "svg-0" }]]; const IconShare3 = createReactComponent("outline", "share-3", "Share3", __iconNode$tv); const __iconNode$tu = [["path", { "d": "M3 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M15 6a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M15.861 15.896a3 3 0 0 0 4.265 4.22m.578 -3.417a3.012 3.012 0 0 0 -1.507 -1.45", "key": "svg-2" }], ["path", { "d": "M8.7 10.7l1.336 -.688m2.624 -1.352l2.64 -1.36", "key": "svg-3" }], ["path", { "d": "M8.7 13.3l6.6 3.4", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconShareOff = createReactComponent("outline", "share-off", "ShareOff", __iconNode$tu); const __iconNode$tt = [["path", { "d": "M3 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M15 6a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M8.7 10.7l6.6 -3.4", "key": "svg-3" }], ["path", { "d": "M8.7 13.3l6.6 3.4", "key": "svg-4" }]]; const IconShare = createReactComponent("outline", "share", "Share", __iconNode$tt); const __iconNode$ts = [["path", { "d": "M18 18a3 3 0 0 0 3 -3v-8a3 3 0 0 0 -3 -3h-12a3 3 0 0 0 -3 3v8a3 3 0 0 0 3 3", "key": "svg-0" }], ["path", { "d": "M9 20h6l-3 -5l-3 5", "key": "svg-1" }]]; const IconShareplay = createReactComponent("outline", "shareplay", "Shareplay", __iconNode$ts); const __iconNode$tr = [["path", { "d": "M13.342 20.566c-.436 .17 -.884 .315 -1.342 .434a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 .117 6.34", "key": "svg-0" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-1" }]]; const IconShieldBolt = createReactComponent("outline", "shield-bolt", "ShieldBolt", __iconNode$tr); const __iconNode$tq = [["path", { "d": "M12.277 20.925c-.092 .026 -.184 .051 -.277 .075a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 .145 6.232", "key": "svg-0" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M17 21l4 -4", "key": "svg-2" }]]; const IconShieldCancel = createReactComponent("outline", "shield-cancel", "ShieldCancel", __iconNode$tq); const __iconNode$tp = [["path", { "d": "M11.46 20.846a12 12 0 0 1 -7.96 -14.846a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 -.09 7.06", "key": "svg-0" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-1" }]]; const IconShieldCheck = createReactComponent("outline", "shield-check", "ShieldCheck", __iconNode$tp); const __iconNode$to = [["path", { "d": "M12 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3", "key": "svg-0" }], ["path", { "d": "M12 3v18", "key": "svg-1" }], ["path", { "d": "M3.5 12h17", "key": "svg-2" }]]; const IconShieldCheckered = createReactComponent("outline", "shield-checkered", "ShieldCheckered", __iconNode$to); const __iconNode$tn = [["path", { "d": "M12 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3", "key": "svg-0" }], ["path", { "d": "M4 14l8 -3l8 3", "key": "svg-1" }]]; const IconShieldChevron = createReactComponent("outline", "shield-chevron", "ShieldChevron", __iconNode$tn); const __iconNode$tm = [["path", { "d": "M12 21a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 -.078 7.024", "key": "svg-0" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-1" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-2" }]]; const IconShieldCode = createReactComponent("outline", "shield-code", "ShieldCode", __iconNode$tm); const __iconNode$tl = [["path", { "d": "M12 21a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3c.568 1.933 .635 3.957 .223 5.89", "key": "svg-0" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-2" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-3" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-4" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-5" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-6" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-7" }]]; const IconShieldCog = createReactComponent("outline", "shield-cog", "ShieldCog", __iconNode$tl); const __iconNode$tk = [["path", { "d": "M13.018 20.687c-.333 .119 -.673 .223 -1.018 .313a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3c.433 1.472 .575 2.998 .436 4.495", "key": "svg-0" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-1" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-2" }]]; const IconShieldDollar = createReactComponent("outline", "shield-dollar", "ShieldDollar", __iconNode$tk); const __iconNode$tj = [["path", { "d": "M12.444 20.876c-.147 .044 -.295 .085 -.444 .124a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 .117 6.343", "key": "svg-0" }], ["path", { "d": "M19 16v6", "key": "svg-1" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-2" }]]; const IconShieldDown = createReactComponent("outline", "shield-down", "ShieldDown", __iconNode$tj); const __iconNode$ti = [["path", { "d": "M15.04 19.745c-.942 .551 -1.964 .976 -3.04 1.255a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 .195 6.015", "key": "svg-0" }], ["path", { "d": "M19 16v3", "key": "svg-1" }], ["path", { "d": "M19 22v.01", "key": "svg-2" }]]; const IconShieldExclamation = createReactComponent("outline", "shield-exclamation", "ShieldExclamation", __iconNode$ti); const __iconNode$th = [["path", { "d": "M12 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3", "key": "svg-0" }], ["path", { "d": "M12 3v18", "key": "svg-1" }]]; const IconShieldHalf = createReactComponent("outline", "shield-half", "ShieldHalf", __iconNode$th); const __iconNode$tg = [["path", { "d": "M12 21a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12.01 12.01 0 0 1 .378 5", "key": "svg-0" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-1" }]]; const IconShieldHeart = createReactComponent("outline", "shield-heart", "ShieldHeart", __iconNode$tg); const __iconNode$tf = [["path", { "d": "M12 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3", "key": "svg-0" }], ["path", { "d": "M11 11a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }], ["path", { "d": "M12 12l0 2.5", "key": "svg-2" }]]; const IconShieldLock = createReactComponent("outline", "shield-lock", "ShieldLock", __iconNode$tf); const __iconNode$te = [["path", { "d": "M12.46 20.871c-.153 .046 -.306 .089 -.46 .129a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 -.916 9.015", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }]]; const IconShieldMinus = createReactComponent("outline", "shield-minus", "ShieldMinus", __iconNode$te); const __iconNode$td = [["path", { "d": "M17.67 17.667a12 12 0 0 1 -5.67 3.333a12 12 0 0 1 -8.5 -15c.794 .036 1.583 -.006 2.357 -.124m3.128 -.926a11.997 11.997 0 0 0 3.015 -1.95a12 12 0 0 0 8.5 3a12 12 0 0 1 -1.116 9.376", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconShieldOff = createReactComponent("outline", "shield-off", "ShieldOff", __iconNode$td); const __iconNode$tc = [["path", { "d": "M13.004 20.692c-.329 .117 -.664 .22 -1.004 .308a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 -.081 7.034", "key": "svg-0" }], ["path", { "d": "M17 17v5", "key": "svg-1" }], ["path", { "d": "M21 17v5", "key": "svg-2" }]]; const IconShieldPause = createReactComponent("outline", "shield-pause", "ShieldPause", __iconNode$tc); const __iconNode$tb = [["path", { "d": "M12.597 20.829a12 12 0 0 1 -.597 .171a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3c.506 1.72 .614 3.512 .342 5.248", "key": "svg-0" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-1" }], ["path", { "d": "M19 18v.01", "key": "svg-2" }]]; const IconShieldPin = createReactComponent("outline", "shield-pin", "ShieldPin", __iconNode$tb); const __iconNode$ta = [["path", { "d": "M12.462 20.87c-.153 .047 -.307 .09 -.462 .13a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 .11 6.37", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }]]; const IconShieldPlus = createReactComponent("outline", "shield-plus", "ShieldPlus", __iconNode$ta); const __iconNode$t9 = [["path", { "d": "M15.065 19.732c-.95 .557 -1.98 .986 -3.065 1.268a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3c.51 1.738 .617 3.55 .333 5.303", "key": "svg-0" }], ["path", { "d": "M19 22v.01", "key": "svg-1" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-2" }]]; const IconShieldQuestion = createReactComponent("outline", "shield-question", "ShieldQuestion", __iconNode$t9); const __iconNode$t8 = [["path", { "d": "M12 21a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3c.539 1.832 .627 3.747 .283 5.588", "key": "svg-0" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-2" }]]; const IconShieldSearch = createReactComponent("outline", "shield-search", "ShieldSearch", __iconNode$t8); const __iconNode$t7 = [["path", { "d": "M12 21a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 .193 6.025", "key": "svg-0" }], ["path", { "d": "M16 22l5 -5", "key": "svg-1" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-2" }]]; const IconShieldShare = createReactComponent("outline", "shield-share", "ShieldShare", __iconNode$t7); const __iconNode$t6 = [["path", { "d": "M11.143 20.743a12 12 0 0 1 -7.643 -14.743a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3c.504 1.716 .614 3.505 .343 5.237", "key": "svg-0" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-1" }]]; const IconShieldStar = createReactComponent("outline", "shield-star", "ShieldStar", __iconNode$t6); const __iconNode$t5 = [["path", { "d": "M12.442 20.876a13.12 13.12 0 0 1 -.442 .124a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 .119 6.336", "key": "svg-0" }], ["path", { "d": "M19 22v-6", "key": "svg-1" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-2" }]]; const IconShieldUp = createReactComponent("outline", "shield-up", "ShieldUp", __iconNode$t5); const __iconNode$t4 = [["path", { "d": "M13.252 20.601c-.408 .155 -.826 .288 -1.252 .399a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 -.19 7.357", "key": "svg-0" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-1" }], ["path", { "d": "M17 22l5 -5", "key": "svg-2" }]]; const IconShieldX = createReactComponent("outline", "shield-x", "ShieldX", __iconNode$t4); const __iconNode$t3 = [["path", { "d": "M12 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3", "key": "svg-0" }]]; const IconShield = createReactComponent("outline", "shield", "Shield", __iconNode$t3); const __iconNode$t2 = [["path", { "d": "M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1", "key": "svg-0" }], ["path", { "d": "M4 18l-1 -5h10m4 0h4l-1.334 2.668", "key": "svg-1" }], ["path", { "d": "M5 13v-6h2m4 0h2l4 6", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconShipOff = createReactComponent("outline", "ship-off", "ShipOff", __iconNode$t2); const __iconNode$t1 = [["path", { "d": "M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1", "key": "svg-0" }], ["path", { "d": "M4 18l-1 -5h18l-2 4", "key": "svg-1" }], ["path", { "d": "M5 13v-6h8l4 6", "key": "svg-2" }], ["path", { "d": "M7 7v-4h-1", "key": "svg-3" }]]; const IconShip = createReactComponent("outline", "ship", "Ship", __iconNode$t1); const __iconNode$t0 = [["path", { "d": "M8.243 4.252l.757 -.252c0 .43 .09 .837 .252 1.206m1.395 1.472a3 3 0 0 0 4.353 -2.678l6 2v5h-3v3m0 4v1a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-8h-3v-5l2.26 -.753", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconShirtOff = createReactComponent("outline", "shirt-off", "ShirtOff", __iconNode$t0); const __iconNode$s$ = [["path", { "d": "M15 4l6 2v5h-3v8a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-8h-3v-5l6 -2a3 3 0 0 0 6 0", "key": "svg-0" }], ["path", { "d": "M10.5 11h2.5l-1.5 5", "key": "svg-1" }]]; const IconShirtSport = createReactComponent("outline", "shirt-sport", "ShirtSport", __iconNode$s$); const __iconNode$s_ = [["path", { "d": "M15 4l6 2v5h-3v8a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-8h-3v-5l6 -2a3 3 0 0 0 6 0", "key": "svg-0" }]]; const IconShirt = createReactComponent("outline", "shirt", "Shirt", __iconNode$s_); const __iconNode$sZ = [["path", { "d": "M13.846 9.868l4.08 .972a4 4 0 0 1 3.074 3.89v2.27m-3 1h-14a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h2", "key": "svg-0" }], ["path", { "d": "M8 18v-1a4 4 0 0 0 -4 -4h-1", "key": "svg-1" }], ["path", { "d": "M10 12l.663 -1.327", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconShoeOff = createReactComponent("outline", "shoe-off", "ShoeOff", __iconNode$sZ); const __iconNode$sY = [["path", { "d": "M4 6h5.426a1 1 0 0 1 .863 .496l1.064 1.823a3 3 0 0 0 1.896 1.407l4.677 1.114a4 4 0 0 1 3.074 3.89v2.27a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1", "key": "svg-0" }], ["path", { "d": "M14 13l1 -2", "key": "svg-1" }], ["path", { "d": "M8 18v-1a4 4 0 0 0 -4 -4h-1", "key": "svg-2" }], ["path", { "d": "M10 12l1.5 -3", "key": "svg-3" }]]; const IconShoe = createReactComponent("outline", "shoe", "Shoe", __iconNode$sY); const __iconNode$sX = [["path", { "d": "M11.5 21h-2.926a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304l-.5 3.248", "key": "svg-0" }], ["path", { "d": "M9 11v-5a3 3 0 0 1 6 0v5", "key": "svg-1" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-2" }]]; const IconShoppingBagCheck = createReactComponent("outline", "shopping-bag-check", "ShoppingBagCheck", __iconNode$sX); const __iconNode$sW = [["path", { "d": "M12.5 21h-3.926a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304l-.416 2.7", "key": "svg-0" }], ["path", { "d": "M9 11v-5a3 3 0 0 1 6 0v5", "key": "svg-1" }], ["path", { "d": "M16 21l5 -5", "key": "svg-2" }], ["path", { "d": "M21 21v.01", "key": "svg-3" }], ["path", { "d": "M16 16v.01", "key": "svg-4" }]]; const IconShoppingBagDiscount = createReactComponent("outline", "shopping-bag-discount", "ShoppingBagDiscount", __iconNode$sW); const __iconNode$sV = [["path", { "d": "M11 21h-2.426a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304l-.109 .707", "key": "svg-0" }], ["path", { "d": "M9 11v-5a3 3 0 0 1 6 0v5", "key": "svg-1" }], ["path", { "d": "M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39", "key": "svg-2" }]]; const IconShoppingBagEdit = createReactComponent("outline", "shopping-bag-edit", "ShoppingBagEdit", __iconNode$sV); const __iconNode$sU = [["path", { "d": "M15 21h-6.426a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304l-.258 1.678", "key": "svg-0" }], ["path", { "d": "M9 11v-5a3 3 0 0 1 6 0v5", "key": "svg-1" }], ["path", { "d": "M19 16v3", "key": "svg-2" }], ["path", { "d": "M19 22v.01", "key": "svg-3" }]]; const IconShoppingBagExclamation = createReactComponent("outline", "shopping-bag-exclamation", "ShoppingBagExclamation", __iconNode$sU); const __iconNode$sT = [["path", { "d": "M11.5 21h-2.926a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304c-.057 .368 -.1 .644 -.127 .828", "key": "svg-0" }], ["path", { "d": "M9 11v-5a3 3 0 0 1 6 0v5", "key": "svg-1" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-2" }]]; const IconShoppingBagHeart = createReactComponent("outline", "shopping-bag-heart", "ShoppingBagHeart", __iconNode$sT); const __iconNode$sS = [["path", { "d": "M12.5 21h-3.926a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304l-.73 4.744", "key": "svg-0" }], ["path", { "d": "M9 11v-5a3 3 0 0 1 6 0v5", "key": "svg-1" }], ["path", { "d": "M16 19h6", "key": "svg-2" }]]; const IconShoppingBagMinus = createReactComponent("outline", "shopping-bag-minus", "ShoppingBagMinus", __iconNode$sS); const __iconNode$sR = [["path", { "d": "M12.5 21h-3.926a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304l-.263 1.708", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }], ["path", { "d": "M9 11v-5a3 3 0 0 1 6 0v5", "key": "svg-3" }]]; const IconShoppingBagPlus = createReactComponent("outline", "shopping-bag-plus", "ShoppingBagPlus", __iconNode$sR); const __iconNode$sQ = [["path", { "d": "M11.5 21h-2.926a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304l-.117 .761", "key": "svg-0" }], ["path", { "d": "M9 11v-5a3 3 0 0 1 6 0v5", "key": "svg-1" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-3" }]]; const IconShoppingBagSearch = createReactComponent("outline", "shopping-bag-search", "ShoppingBagSearch", __iconNode$sQ); const __iconNode$sP = [["path", { "d": "M13 21h-4.426a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304l-.506 3.287", "key": "svg-0" }], ["path", { "d": "M9 11v-5a3 3 0 0 1 6 0v5", "key": "svg-1" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-2" }], ["path", { "d": "M17 22l5 -5", "key": "svg-3" }]]; const IconShoppingBagX = createReactComponent("outline", "shopping-bag-x", "ShoppingBagX", __iconNode$sP); const __iconNode$sO = [["path", { "d": "M6.331 8h11.339a2 2 0 0 1 1.977 2.304l-1.255 8.152a3 3 0 0 1 -2.966 2.544h-6.852a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304", "key": "svg-0" }], ["path", { "d": "M9 11v-5a3 3 0 0 1 6 0v5", "key": "svg-1" }]]; const IconShoppingBag = createReactComponent("outline", "shopping-bag", "ShoppingBag", __iconNode$sO); const __iconNode$sN = [["path", { "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M13.5 17h-7.5v-14h-2", "key": "svg-1" }], ["path", { "d": "M6 5l14 1l-.858 6.004m-2.642 .996h-10.5", "key": "svg-2" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-3" }]]; const IconShoppingCartBolt = createReactComponent("outline", "shopping-cart-bolt", "ShoppingCartBolt", __iconNode$sN); const __iconNode$sM = [["path", { "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M12 17h-6v-14h-2", "key": "svg-1" }], ["path", { "d": "M6 5l14 1l-.857 5.998m-3.643 1.002h-9.5", "key": "svg-2" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-3" }], ["path", { "d": "M17 21l4 -4", "key": "svg-4" }]]; const IconShoppingCartCancel = createReactComponent("outline", "shopping-cart-cancel", "ShoppingCartCancel", __iconNode$sM); const __iconNode$sL = [["path", { "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M11.5 17h-5.5v-14h-2", "key": "svg-1" }], ["path", { "d": "M6 5l14 1l-1 7h-13", "key": "svg-2" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-3" }]]; const IconShoppingCartCheck = createReactComponent("outline", "shopping-cart-check", "ShoppingCartCheck", __iconNode$sL); const __iconNode$sK = [["path", { "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M11.5 17h-5.5v-14h-2", "key": "svg-1" }], ["path", { "d": "M6 5l14 1l-1 7h-13", "key": "svg-2" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-3" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-4" }]]; const IconShoppingCartCode = createReactComponent("outline", "shopping-cart-code", "ShoppingCartCode", __iconNode$sK); const __iconNode$sJ = [["path", { "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M12 17h-6v-14h-2", "key": "svg-1" }], ["path", { "d": "M6 5l14 1l-.79 5.526m-3.21 1.474h-10", "key": "svg-2" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-4" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-5" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-6" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-7" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-8" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-9" }]]; const IconShoppingCartCog = createReactComponent("outline", "shopping-cart-cog", "ShoppingCartCog", __iconNode$sJ); const __iconNode$sI = [["path", { "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M11.5 17h-5.5v-14h-2", "key": "svg-1" }], ["path", { "d": "M6 5l14 1l-1 7h-13", "key": "svg-2" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-3" }]]; const IconShoppingCartCopy = createReactComponent("outline", "shopping-cart-copy", "ShoppingCartCopy", __iconNode$sI); const __iconNode$sH = [["path", { "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M12.5 17h-6.5v-14h-2", "key": "svg-1" }], ["path", { "d": "M6 5l14 1l-.859 6.011m-6.141 .989h-7", "key": "svg-2" }], ["path", { "d": "M16 21l5 -5", "key": "svg-3" }], ["path", { "d": "M21 21v.01", "key": "svg-4" }], ["path", { "d": "M16 16v.01", "key": "svg-5" }]]; const IconShoppingCartDiscount = createReactComponent("outline", "shopping-cart-discount", "ShoppingCartDiscount", __iconNode$sH); const __iconNode$sG = [["path", { "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M13 17h-7v-14h-2", "key": "svg-1" }], ["path", { "d": "M6 5l14 1l-.575 4.022m-4.925 2.978h-8.5", "key": "svg-2" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-3" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-4" }]]; const IconShoppingCartDollar = createReactComponent("outline", "shopping-cart-dollar", "ShoppingCartDollar", __iconNode$sG); const __iconNode$sF = [["path", { "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M12.5 17h-6.5v-14h-2", "key": "svg-1" }], ["path", { "d": "M6 5l14 1l-.859 6.011m-2.641 .989h-10.5", "key": "svg-2" }], ["path", { "d": "M19 16v6", "key": "svg-3" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-4" }]]; const IconShoppingCartDown = createReactComponent("outline", "shopping-cart-down", "ShoppingCartDown", __iconNode$sF); const __iconNode$sE = [["path", { "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M15 17h-9v-14h-2", "key": "svg-1" }], ["path", { "d": "M6 5l14 1l-.854 5.976m-2.646 1.024h-10.5", "key": "svg-2" }], ["path", { "d": "M19 16v3", "key": "svg-3" }], ["path", { "d": "M19 22v.01", "key": "svg-4" }]]; const IconShoppingCartExclamation = createReactComponent("outline", "shopping-cart-exclamation", "ShoppingCartExclamation", __iconNode$sE); const __iconNode$sD = [["path", { "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M10 17h-4v-14h-2", "key": "svg-1" }], ["path", { "d": "M6 5l14 1l-.717 5.016m-7.783 1.984h-5.5", "key": "svg-2" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-3" }]]; const IconShoppingCartHeart = createReactComponent("outline", "shopping-cart-heart", "ShoppingCartHeart", __iconNode$sD); const __iconNode$sC = [["path", { "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M12.5 17h-6.5v-14h-2", "key": "svg-1" }], ["path", { "d": "M6 5l14 1l-1 7h-13", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }]]; const IconShoppingCartMinus = createReactComponent("outline", "shopping-cart-minus", "ShoppingCartMinus", __iconNode$sC); const __iconNode$sB = [["path", { "d": "M4 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M17 17a2 2 0 1 0 2 2", "key": "svg-1" }], ["path", { "d": "M17 17h-11v-11", "key": "svg-2" }], ["path", { "d": "M9.239 5.231l10.761 .769l-1 7h-2m-4 0h-7", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconShoppingCartOff = createReactComponent("outline", "shopping-cart-off", "ShoppingCartOff", __iconNode$sB); const __iconNode$sA = [["path", { "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M13 17h-7v-14h-2", "key": "svg-1" }], ["path", { "d": "M6 5l14 1l-1 7h-13", "key": "svg-2" }], ["path", { "d": "M17 17v5", "key": "svg-3" }], ["path", { "d": "M21 17v5", "key": "svg-4" }]]; const IconShoppingCartPause = createReactComponent("outline", "shopping-cart-pause", "ShoppingCartPause", __iconNode$sA); const __iconNode$sz = [["path", { "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M12 17h-6v-14h-2", "key": "svg-1" }], ["path", { "d": "M6 5l14 1l-.716 5.011m-5.284 1.989h-8", "key": "svg-2" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-3" }], ["path", { "d": "M19 18v.01", "key": "svg-4" }]]; const IconShoppingCartPin = createReactComponent("outline", "shopping-cart-pin", "ShoppingCartPin", __iconNode$sz); const __iconNode$sy = [["path", { "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M12.5 17h-6.5v-14h-2", "key": "svg-1" }], ["path", { "d": "M6 5l14 1l-.86 6.017m-2.64 .983h-10.5", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }], ["path", { "d": "M19 16v6", "key": "svg-4" }]]; const IconShoppingCartPlus = createReactComponent("outline", "shopping-cart-plus", "ShoppingCartPlus", __iconNode$sy); const __iconNode$sx = [["path", { "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M13.5 17h-7.5v-14h-2", "key": "svg-1" }], ["path", { "d": "M6 5l14 1l-.714 5m-4.786 2h-8.5", "key": "svg-2" }], ["path", { "d": "M19 22v.01", "key": "svg-3" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-4" }]]; const IconShoppingCartQuestion = createReactComponent("outline", "shopping-cart-question", "ShoppingCartQuestion", __iconNode$sx); const __iconNode$sw = [["path", { "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M11 17h-5v-14h-2", "key": "svg-1" }], ["path", { "d": "M6 5l14 1l-.718 5.023m-6.282 1.977h-7", "key": "svg-2" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-3" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-4" }]]; const IconShoppingCartSearch = createReactComponent("outline", "shopping-cart-search", "ShoppingCartSearch", __iconNode$sw); const __iconNode$sv = [["path", { "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M12.5 17h-6.5v-14h-2", "key": "svg-1" }], ["path", { "d": "M6 5l14 1l-1 7h-13", "key": "svg-2" }], ["path", { "d": "M16 22l5 -5", "key": "svg-3" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-4" }]]; const IconShoppingCartShare = createReactComponent("outline", "shopping-cart-share", "ShoppingCartShare", __iconNode$sv); const __iconNode$su = [["path", { "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M9.5 17h-3.5v-14h-2", "key": "svg-1" }], ["path", { "d": "M6 5l14 1l-.615 4.302m-6.885 2.698h-6.5", "key": "svg-2" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-3" }]]; const IconShoppingCartStar = createReactComponent("outline", "shopping-cart-star", "ShoppingCartStar", __iconNode$su); const __iconNode$st = [["path", { "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M12.5 17h-6.5v-14h-2", "key": "svg-1" }], ["path", { "d": "M6 5l14 1l-.854 5.977m-2.646 1.023h-10.5", "key": "svg-2" }], ["path", { "d": "M19 22v-6", "key": "svg-3" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-4" }]]; const IconShoppingCartUp = createReactComponent("outline", "shopping-cart-up", "ShoppingCartUp", __iconNode$st); const __iconNode$ss = [["path", { "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M13 17h-7v-14h-2", "key": "svg-1" }], ["path", { "d": "M6 5l14 1l-1 7h-13", "key": "svg-2" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-3" }], ["path", { "d": "M17 22l5 -5", "key": "svg-4" }]]; const IconShoppingCartX = createReactComponent("outline", "shopping-cart-x", "ShoppingCartX", __iconNode$ss); const __iconNode$sr = [["path", { "d": "M4 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M15 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M17 17h-11v-14h-2", "key": "svg-2" }], ["path", { "d": "M6 5l14 1l-1 7h-13", "key": "svg-3" }]]; const IconShoppingCart = createReactComponent("outline", "shopping-cart", "ShoppingCart", __iconNode$sr); const __iconNode$sq = [["path", { "d": "M5 3h4", "key": "svg-0" }], ["path", { "d": "M7 3v12", "key": "svg-1" }], ["path", { "d": "M4 15h6v3a3 3 0 0 1 -6 0v-3", "key": "svg-2" }], ["path", { "d": "M14 21v-3a3 3 0 0 1 6 0v3", "key": "svg-3" }], ["path", { "d": "M17 21v-18", "key": "svg-4" }]]; const IconShovelPitchforks = createReactComponent("outline", "shovel-pitchforks", "ShovelPitchforks", __iconNode$sq); const __iconNode$sp = [["path", { "d": "M17 4l3 3", "key": "svg-0" }], ["path", { "d": "M18.5 5.5l-8 8", "key": "svg-1" }], ["path", { "d": "M8.276 11.284l4.44 4.44a.968 .968 0 0 1 0 1.369l-2.704 2.704a4.108 4.108 0 0 1 -5.809 -5.81l2.704 -2.703a.968 .968 0 0 1 1.37 0l-.001 0", "key": "svg-2" }]]; const IconShovel = createReactComponent("outline", "shovel", "Shovel", __iconNode$sp); const __iconNode$so = [["path", { "d": "M4 11a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1l0 -3", "key": "svg-0" }], ["path", { "d": "M17 10v-4a2 2 0 0 0 -2 -2h-6a2 2 0 0 0 -2 2v4m5 5v5m4 -5v2m-8 -2v3", "key": "svg-1" }]]; const IconShredder = createReactComponent("outline", "shredder", "Shredder", __iconNode$so); const __iconNode$sn = [["path", { "d": "M16 21h-4", "key": "svg-0" }], ["path", { "d": "M14 21v-10", "key": "svg-1" }], ["path", { "d": "M14 6v-3", "key": "svg-2" }], ["path", { "d": "M18 6h-10l-2 2.5l2 2.5h10l0 -5", "key": "svg-3" }]]; const IconSignLeft = createReactComponent("outline", "sign-left", "SignLeft", __iconNode$sn); const __iconNode$sm = [["path", { "d": "M8 21h4", "key": "svg-0" }], ["path", { "d": "M10 21v-10", "key": "svg-1" }], ["path", { "d": "M10 6v-3", "key": "svg-2" }], ["path", { "d": "M6 6h10l2 2.5l-2 2.5h-10l0 -5", "key": "svg-3" }]]; const IconSignRight = createReactComponent("outline", "sign-right", "SignRight", __iconNode$sm); const __iconNode$sl = [["path", { "d": "M19 8h-3a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h3v-4h-1", "key": "svg-0" }], ["path", { "d": "M5 8h4a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h4", "key": "svg-1" }]]; const IconSignal2g = createReactComponent("outline", "signal-2g", "Signal2g", __iconNode$sl); const __iconNode$sk = [["path", { "d": "M17 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1", "key": "svg-0" }], ["path", { "d": "M6 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5", "key": "svg-1" }]]; const IconSignal3g = createReactComponent("outline", "signal-3g", "Signal3g", __iconNode$sk); const __iconNode$sj = [["path", { "d": "M17 12h4", "key": "svg-0" }], ["path", { "d": "M3 8v3a1 1 0 0 0 1 1h3", "key": "svg-1" }], ["path", { "d": "M7 8v8", "key": "svg-2" }], ["path", { "d": "M19 10v4", "key": "svg-3" }], ["path", { "d": "M14 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1", "key": "svg-4" }]]; const IconSignal4gPlus = createReactComponent("outline", "signal-4g-plus", "Signal4gPlus", __iconNode$sj); const __iconNode$si = [["path", { "d": "M6 8v3a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M10 8v8", "key": "svg-1" }], ["path", { "d": "M17 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1", "key": "svg-2" }]]; const IconSignal4g = createReactComponent("outline", "signal-4g", "Signal4g", __iconNode$si); const __iconNode$sh = [["path", { "d": "M18 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1", "key": "svg-0" }], ["path", { "d": "M6 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4", "key": "svg-1" }]]; const IconSignal5g = createReactComponent("outline", "signal-5g", "Signal5g", __iconNode$sh); const __iconNode$sg = [["path", { "d": "M18 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1", "key": "svg-0" }], ["path", { "d": "M10 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3", "key": "svg-1" }]]; const IconSignal6g = createReactComponent("outline", "signal-6g", "Signal6g", __iconNode$sg); const __iconNode$sf = [["path", { "d": "M14 8h-4v8h4", "key": "svg-0" }], ["path", { "d": "M10 12h2.5", "key": "svg-1" }]]; const IconSignalE = createReactComponent("outline", "signal-e", "SignalE", __iconNode$sf); const __iconNode$se = [["path", { "d": "M14 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1", "key": "svg-0" }]]; const IconSignalG = createReactComponent("outline", "signal-g", "SignalG", __iconNode$se); const __iconNode$sd = [["path", { "d": "M7 16v-8", "key": "svg-0" }], ["path", { "d": "M11 8v8", "key": "svg-1" }], ["path", { "d": "M7 12h4", "key": "svg-2" }], ["path", { "d": "M14 12h4", "key": "svg-3" }], ["path", { "d": "M16 10v4", "key": "svg-4" }]]; const IconSignalHPlus = createReactComponent("outline", "signal-h-plus", "SignalHPlus", __iconNode$sd); const __iconNode$sc = [["path", { "d": "M10 16v-8", "key": "svg-0" }], ["path", { "d": "M14 8v8", "key": "svg-1" }], ["path", { "d": "M10 12h4", "key": "svg-2" }]]; const IconSignalH = createReactComponent("outline", "signal-h", "SignalH", __iconNode$sc); const __iconNode$sb = [["path", { "d": "M21 8h-4v8h4", "key": "svg-0" }], ["path", { "d": "M17 12h2.5", "key": "svg-1" }], ["path", { "d": "M4 8v8h4", "key": "svg-2" }], ["path", { "d": "M10 8h4", "key": "svg-3" }], ["path", { "d": "M12 8v8", "key": "svg-4" }]]; const IconSignalLte = createReactComponent("outline", "signal-lte", "SignalLte", __iconNode$sb); const __iconNode$sa = [["path", { "d": "M3 17c3.333 -3.333 5 -6 5 -8c0 -.394 -.017 -.735 -.05 -1.033m-1.95 -1.967c-1 0 -2.032 1.085 -2 3c.034 2.048 1.658 4.877 2.5 6c1.5 2 2.5 2.5 3.5 1l2 -3c.333 2.667 1.333 4 3 4c.219 0 .708 -.341 1.231 -.742m3.769 -.258c.303 .245 .64 .677 1 1", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconSignatureOff = createReactComponent("outline", "signature-off", "SignatureOff", __iconNode$sa); const __iconNode$s9 = [["path", { "d": "M3 17c3.333 -3.333 5 -6 5 -8c0 -3 -1 -3 -2 -3s-2.032 1.085 -2 3c.034 2.048 1.658 4.877 2.5 6c1.5 2 2.5 2.5 3.5 1l2 -3c.333 2.667 1.333 4 3 4c.53 0 2.639 -2 3 -2c.517 0 1.517 .667 3 2", "key": "svg-0" }]]; const IconSignature = createReactComponent("outline", "signature", "Signature", __iconNode$s9); const __iconNode$s8 = [["path", { "d": "M3 17a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2l0 -2", "key": "svg-0" }], ["path", { "d": "M19 15a2 2 0 0 1 2 2m-.591 3.42c-.362 .358 -.86 .58 -1.409 .58h-2a2 2 0 0 1 -2 -2v-2c0 -.549 .221 -1.046 .579 -1.407", "key": "svg-1" }], ["path", { "d": "M9 5a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2", "key": "svg-2" }], ["path", { "d": "M6 15v-1a2 2 0 0 1 2 -2h4m4 0a2 2 0 0 1 2 2", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconSitemapOff = createReactComponent("outline", "sitemap-off", "SitemapOff", __iconNode$s8); const __iconNode$s7 = [["path", { "d": "M3 17a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2l0 -2", "key": "svg-0" }], ["path", { "d": "M15 17a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2l0 -2", "key": "svg-1" }], ["path", { "d": "M9 5a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2l0 -2", "key": "svg-2" }], ["path", { "d": "M6 15v-1a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v1", "key": "svg-3" }], ["path", { "d": "M12 9l0 3", "key": "svg-4" }]]; const IconSitemap = createReactComponent("outline", "sitemap", "Sitemap", __iconNode$s7); const __iconNode$s6 = [["path", { "d": "M5 15a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M15 15a2 2 0 0 0 2 2m2 -2a2 2 0 0 0 -2 -2", "key": "svg-1" }], ["path", { "d": "M3 9c0 .552 .895 1 2 1h5m4 0h5c1.105 0 2 -.448 2 -1", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconSkateboardOff = createReactComponent("outline", "skateboard-off", "SkateboardOff", __iconNode$s6); const __iconNode$s5 = [["path", { "d": "M5 15a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M15 15a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M3 9a2 1 0 0 0 2 1h14a2 1 0 0 0 2 -1", "key": "svg-2" }]]; const IconSkateboard = createReactComponent("outline", "skateboard", "Skateboard", __iconNode$s5); const __iconNode$s4 = [["path", { "d": "M16 4a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-0" }], ["path", { "d": "M5.5 15h3.5l.75 -1.5", "key": "svg-1" }], ["path", { "d": "M14 19v-5l-2.5 -3l2.5 -4", "key": "svg-2" }], ["path", { "d": "M8 8l3 -1h4l1 3h3", "key": "svg-3" }], ["path", { "d": "M17.5 21a.5 .5 0 1 0 0 -1a.5 .5 0 0 0 0 1", "fill": "currentColor", "key": "svg-4" }], ["path", { "d": "M3 18c0 .552 .895 1 2 1h14c1.105 0 2 -.448 2 -1", "key": "svg-5" }], ["path", { "d": "M6.5 21a.5 .5 0 1 0 0 -1a.5 .5 0 0 0 0 1", "fill": "currentColor", "key": "svg-6" }]]; const IconSkateboarding = createReactComponent("outline", "skateboarding", "Skateboarding", __iconNode$s4); const __iconNode$s3 = [["path", { "d": "M4 5.205v13.59a1 1 0 0 0 1.184 .983l14 -2.625a1 1 0 0 0 .816 -.983v-8.34a1 1 0 0 0 -.816 -.983l-14 -2.625a1 1 0 0 0 -1.184 .983", "key": "svg-0" }]]; const IconSkewX = createReactComponent("outline", "skew-x", "SkewX", __iconNode$s3); const __iconNode$s2 = [["path", { "d": "M4.326 19h15.348a1 1 0 0 0 .962 -1.275l-3.429 -12a1 1 0 0 0 -.961 -.725h-8.492a1 1 0 0 0 -.961 .725l-3.429 12a1 1 0 0 0 .962 1.275", "key": "svg-0" }]]; const IconSkewY = createReactComponent("outline", "skew-y", "SkewY", __iconNode$s2); const __iconNode$s1 = [["path", { "d": "M11 3a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-0" }], ["path", { "d": "M17 17.5l-5 -4.5v-6l5 4", "key": "svg-1" }], ["path", { "d": "M7 17.5l5 -4.5", "key": "svg-2" }], ["path", { "d": "M15.103 21.58l6.762 -14.502a2 2 0 0 0 -.968 -2.657", "key": "svg-3" }], ["path", { "d": "M8.897 21.58l-6.762 -14.503a2 2 0 0 1 .968 -2.657", "key": "svg-4" }], ["path", { "d": "M7 11l5 -4", "key": "svg-5" }]]; const IconSkiJumping = createReactComponent("outline", "ski-jumping", "SkiJumping", __iconNode$s1); const __iconNode$s0 = [["path", { "d": "M12 4c4.418 0 8 3.358 8 7.5c0 1.901 -.755 3.637 -2 4.96l0 2.54a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-2.54c-1.245 -1.322 -2 -3.058 -2 -4.96c0 -4.142 3.582 -7.5 8 -7.5", "key": "svg-0" }], ["path", { "d": "M10 17v3", "key": "svg-1" }], ["path", { "d": "M14 17v3", "key": "svg-2" }], ["path", { "d": "M8 11a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-3" }], ["path", { "d": "M14 11a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-4" }]]; const IconSkull = createReactComponent("outline", "skull", "Skull", __iconNode$s0); const __iconNode$r$ = [["path", { "d": "M17 5l-10 14", "key": "svg-0" }]]; const IconSlash = createReactComponent("outline", "slash", "Slash", __iconNode$r$); const __iconNode$r_ = [["path", { "d": "M14 5l-10 14", "key": "svg-0" }], ["path", { "d": "M20 5l-10 14", "key": "svg-1" }]]; const IconSlashes = createReactComponent("outline", "slashes", "Slashes", __iconNode$r_); const __iconNode$rZ = [["path", { "d": "M3 19h15a4 4 0 0 0 4 -4", "key": "svg-0" }], ["path", { "d": "M16 15h-9a4 4 0 0 1 -4 -4v-6l1.243 1.243a6 6 0 0 0 4.242 1.757h3.515v2a2 2 0 0 0 2 2h.5a1.5 1.5 0 0 0 1.5 -1.5a1.5 1.5 0 0 1 3 0v1.5a3 3 0 0 1 -3 3", "key": "svg-1" }], ["path", { "d": "M15 15v4", "key": "svg-2" }], ["path", { "d": "M7 15v4", "key": "svg-3" }]]; const IconSleigh = createReactComponent("outline", "sleigh", "Sleigh", __iconNode$rZ); const __iconNode$rY = [["path", { "d": "M3 19l15 -15l3 3l-6 6l2 2a14 14 0 0 1 -14 4", "key": "svg-0" }]]; const IconSlice = createReactComponent("outline", "slice", "Slice", __iconNode$rY); const __iconNode$rX = [["path", { "d": "M15 6l.01 0", "key": "svg-0" }], ["path", { "d": "M3 6a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3l0 -8", "key": "svg-1" }], ["path", { "d": "M3 13l4 -4a3 5 0 0 1 3 0l4 4", "key": "svg-2" }], ["path", { "d": "M13 12l2 -2a3 5 0 0 1 3 0l3 3", "key": "svg-3" }], ["path", { "d": "M8 21l.01 0", "key": "svg-4" }], ["path", { "d": "M12 21l.01 0", "key": "svg-5" }], ["path", { "d": "M16 21l.01 0", "key": "svg-6" }]]; const IconSlideshow = createReactComponent("outline", "slideshow", "Slideshow", __iconNode$rX); const __iconNode$rW = [["path", { "d": "M7.097 7.125l-2.037 1.585a2.665 2.665 0 0 0 -1.029 2.105v7.2a2 2 0 0 0 2 2h12c.559 0 1.064 -.229 1.427 -.598m.572 -3.417v-5.185c0 -.823 -.38 -1.6 -1.03 -2.105l-5.333 -4.148a2.666 2.666 0 0 0 -3.274 0l-1.029 .8", "key": "svg-0" }], ["path", { "d": "M15.332 15.345c-2.213 .976 -5.335 .86 -7.332 -.345", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconSmartHomeOff = createReactComponent("outline", "smart-home-off", "SmartHomeOff", __iconNode$rW); const __iconNode$rV = [["path", { "d": "M19 8.71l-5.333 -4.148a2.666 2.666 0 0 0 -3.274 0l-5.334 4.148a2.665 2.665 0 0 0 -1.029 2.105v7.2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-7.2c0 -.823 -.38 -1.6 -1.03 -2.105", "key": "svg-0" }], ["path", { "d": "M16 15c-2.21 1.333 -5.792 1.333 -8 0", "key": "svg-1" }]]; const IconSmartHome = createReactComponent("outline", "smart-home", "SmartHome", __iconNode$rV); const __iconNode$rU = [["path", { "d": "M8 13l0 4", "key": "svg-0" }], ["path", { "d": "M16 5v.5a2 2 0 0 0 2 2a2 2 0 0 1 2 2v.5", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }], ["path", { "d": "M17 13h3a1 1 0 0 1 1 1v2c0 .28 -.115 .533 -.3 .714m-3.7 .286h-13a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h9", "key": "svg-3" }]]; const IconSmokingNo = createReactComponent("outline", "smoking-no", "SmokingNo", __iconNode$rU); const __iconNode$rT = [["path", { "d": "M3 14a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1l0 -2", "key": "svg-0" }], ["path", { "d": "M8 13l0 4", "key": "svg-1" }], ["path", { "d": "M16 5v.5a2 2 0 0 0 2 2a2 2 0 0 1 2 2v.5", "key": "svg-2" }]]; const IconSmoking = createReactComponent("outline", "smoking", "Smoking", __iconNode$rT); const __iconNode$rS = [["path", { "d": "M15 3a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-0" }], ["path", { "d": "M7 19l4 -2.5l-.5 -1.5", "key": "svg-1" }], ["path", { "d": "M16 21l-1 -6l-4.5 -3l3.5 -6", "key": "svg-2" }], ["path", { "d": "M7 9l1.5 -3h5.5l2 4l3 1", "key": "svg-3" }], ["path", { "d": "M3 17c.399 1.154 .899 1.805 1.5 1.951c6 1.464 10.772 2.262 13.5 2.927c1.333 .325 2.333 0 3 -.976", "key": "svg-4" }]]; const IconSnowboarding = createReactComponent("outline", "snowboarding", "Snowboarding", __iconNode$rS); const __iconNode$rR = [["path", { "d": "M10 4l2 1l2 -1", "key": "svg-0" }], ["path", { "d": "M12 2v6m1.196 1.186l1.804 1.034", "key": "svg-1" }], ["path", { "d": "M17.928 6.268l.134 2.232l1.866 1.232", "key": "svg-2" }], ["path", { "d": "M20.66 7l-5.629 3.25l-.031 .75", "key": "svg-3" }], ["path", { "d": "M19.928 14.268l-1.015 .67", "key": "svg-4" }], ["path", { "d": "M14.212 14.226l-2.171 1.262", "key": "svg-5" }], ["path", { "d": "M14 20l-2 -1l-2 1", "key": "svg-6" }], ["path", { "d": "M12 22v-6.5l-3 -1.72", "key": "svg-7" }], ["path", { "d": "M6.072 17.732l-.134 -2.232l-1.866 -1.232", "key": "svg-8" }], ["path", { "d": "M3.34 17l5.629 -3.25l-.01 -3.458", "key": "svg-9" }], ["path", { "d": "M4.072 9.732l1.866 -1.232l.134 -2.232", "key": "svg-10" }], ["path", { "d": "M3.34 7l5.629 3.25l.802 -.466", "key": "svg-11" }], ["path", { "d": "M3 3l18 18", "key": "svg-12" }]]; const IconSnowflakeOff = createReactComponent("outline", "snowflake-off", "SnowflakeOff", __iconNode$rR); const __iconNode$rQ = [["path", { "d": "M10 4l2 1l2 -1", "key": "svg-0" }], ["path", { "d": "M12 2v6.5l3 1.72", "key": "svg-1" }], ["path", { "d": "M17.928 6.268l.134 2.232l1.866 1.232", "key": "svg-2" }], ["path", { "d": "M20.66 7l-5.629 3.25l.01 3.458", "key": "svg-3" }], ["path", { "d": "M19.928 14.268l-1.866 1.232l-.134 2.232", "key": "svg-4" }], ["path", { "d": "M20.66 17l-5.629 -3.25l-2.99 1.738", "key": "svg-5" }], ["path", { "d": "M14 20l-2 -1l-2 1", "key": "svg-6" }], ["path", { "d": "M12 22v-6.5l-3 -1.72", "key": "svg-7" }], ["path", { "d": "M6.072 17.732l-.134 -2.232l-1.866 -1.232", "key": "svg-8" }], ["path", { "d": "M3.34 17l5.629 -3.25l-.01 -3.458", "key": "svg-9" }], ["path", { "d": "M4.072 9.732l1.866 -1.232l.134 -2.232", "key": "svg-10" }], ["path", { "d": "M3.34 7l5.629 3.25l2.99 -1.738", "key": "svg-11" }]]; const IconSnowflake = createReactComponent("outline", "snowflake", "Snowflake", __iconNode$rQ); const __iconNode$rP = [["path", { "d": "M12 3a4 4 0 0 1 2.906 6.75a6 6 0 1 1 -5.81 0a4 4 0 0 1 2.904 -6.75", "key": "svg-0" }], ["path", { "d": "M17.5 11.5l2.5 -1.5", "key": "svg-1" }], ["path", { "d": "M6.5 11.5l-2.5 -1.5", "key": "svg-2" }], ["path", { "d": "M12 13h.01", "key": "svg-3" }], ["path", { "d": "M12 16h.01", "key": "svg-4" }]]; const IconSnowman = createReactComponent("outline", "snowman", "Snowman", __iconNode$rP); const __iconNode$rO = [["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M3 9h3v6h-3l0 -6", "key": "svg-1" }], ["path", { "d": "M18 9h3v6h-3l0 -6", "key": "svg-2" }], ["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10", "key": "svg-3" }], ["path", { "d": "M12 5l0 14", "key": "svg-4" }]]; const IconSoccerField = createReactComponent("outline", "soccer-field", "SoccerField", __iconNode$rO); const __iconNode$rN = [["path", { "d": "M10 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M3 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M17.57 17.602a2 2 0 0 0 2.83 2.827", "key": "svg-2" }], ["path", { "d": "M11.113 11.133a3 3 0 1 0 3.765 3.715", "key": "svg-3" }], ["path", { "d": "M12 7v1", "key": "svg-4" }], ["path", { "d": "M6.7 17.8l2.8 -2", "key": "svg-5" }], ["path", { "d": "M17.3 17.8l-2.8 -2", "key": "svg-6" }], ["path", { "d": "M3 3l18 18", "key": "svg-7" }]]; const IconSocialOff = createReactComponent("outline", "social-off", "SocialOff", __iconNode$rN); const __iconNode$rM = [["path", { "d": "M10 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M3 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M17 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M9 14a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-3" }], ["path", { "d": "M12 7l0 4", "key": "svg-4" }], ["path", { "d": "M6.7 17.8l2.8 -2", "key": "svg-5" }], ["path", { "d": "M17.3 17.8l-2.8 -2", "key": "svg-6" }]]; const IconSocial = createReactComponent("outline", "social", "Social", __iconNode$rM); const __iconNode$rL = [["path", { "d": "M13 3v6l4.798 5.142a4 4 0 0 1 -5.441 5.86l-6.736 -6.41a2 2 0 0 1 -.621 -1.451v-9.141h8", "key": "svg-0" }], ["path", { "d": "M7.895 15.768c.708 -.721 1.105 -1.677 1.105 -2.768a4 4 0 0 0 -4 -4", "key": "svg-1" }]]; const IconSock = createReactComponent("outline", "sock", "Sock", __iconNode$rL); const __iconNode$rK = [["path", { "d": "M18 14v-1a2 2 0 1 1 4 0v5m-3 1h-16a1 1 0 0 1 -1 -1v-5a2 2 0 1 1 4 0v1h8", "key": "svg-0" }], ["path", { "d": "M4 11v-3c0 -1.082 .573 -2.03 1.432 -2.558m3.568 -.442h8a3 3 0 0 1 3 3v3", "key": "svg-1" }], ["path", { "d": "M12 5v3m0 4v2", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconSofaOff = createReactComponent("outline", "sofa-off", "SofaOff", __iconNode$rK); const __iconNode$rJ = [["path", { "d": "M4 11a2 2 0 0 1 2 2v1h12v-1a2 2 0 1 1 4 0v5a1 1 0 0 1 -1 1h-18a1 1 0 0 1 -1 -1v-5a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M4 11v-3a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v3", "key": "svg-1" }], ["path", { "d": "M12 5v9", "key": "svg-2" }]]; const IconSofa = createReactComponent("outline", "sofa", "Sofa", __iconNode$rJ); const __iconNode$rI = [["path", { "d": "M4 6.28v11.44a1 1 0 0 0 1.243 .97l6 -1.5a1 1 0 0 0 .757 -.97v-8.44a1 1 0 0 0 -.757 -.97l-6 -1.5a1 1 0 0 0 -1.243 .97", "key": "svg-0" }], ["path", { "d": "M8 6v12", "key": "svg-1" }], ["path", { "d": "M12 12h-8", "key": "svg-2" }], ["path", { "d": "M20 7l-3 5h4l-3 5", "key": "svg-3" }]]; const IconSolarElectricity = createReactComponent("outline", "solar-electricity", "SolarElectricity", __iconNode$rI); const __iconNode$rH = [["path", { "d": "M8 2a4 4 0 1 0 8 0", "key": "svg-0" }], ["path", { "d": "M4 3h1", "key": "svg-1" }], ["path", { "d": "M19 3h1", "key": "svg-2" }], ["path", { "d": "M12 9v1", "key": "svg-3" }], ["path", { "d": "M17.2 7.2l.707 .707", "key": "svg-4" }], ["path", { "d": "M6.8 7.2l-.7 .7", "key": "svg-5" }], ["path", { "d": "M4.28 21h15.44a1 1 0 0 0 .97 -1.243l-1.5 -6a1 1 0 0 0 -.97 -.757h-12.44a1 1 0 0 0 -.97 .757l-1.5 6a1 1 0 0 0 .97 1.243", "key": "svg-6" }], ["path", { "d": "M4 17h16", "key": "svg-7" }], ["path", { "d": "M10 13l-1 8", "key": "svg-8" }], ["path", { "d": "M14 13l1 8", "key": "svg-9" }]]; const IconSolarPanel2 = createReactComponent("outline", "solar-panel-2", "SolarPanel2", __iconNode$rH); const __iconNode$rG = [["path", { "d": "M4.28 14h15.44a1 1 0 0 0 .97 -1.243l-1.5 -6a1 1 0 0 0 -.97 -.757h-12.44a1 1 0 0 0 -.97 .757l-1.5 6a1 1 0 0 0 .97 1.243", "key": "svg-0" }], ["path", { "d": "M4 10h16", "key": "svg-1" }], ["path", { "d": "M10 6l-1 8", "key": "svg-2" }], ["path", { "d": "M14 6l1 8", "key": "svg-3" }], ["path", { "d": "M12 14v4", "key": "svg-4" }], ["path", { "d": "M7 18h10", "key": "svg-5" }]]; const IconSolarPanel = createReactComponent("outline", "solar-panel", "SolarPanel", __iconNode$rG); const __iconNode$rF = [["path", { "d": "M11 12h2", "key": "svg-0" }], ["path", { "d": "M4 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M16 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-2" }]]; const IconSort09 = createReactComponent("outline", "sort-0-9", "Sort09", __iconNode$rF); const __iconNode$rE = [["path", { "d": "M4 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M16 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M11 12h2", "key": "svg-2" }]]; const IconSort90 = createReactComponent("outline", "sort-9-0", "Sort90", __iconNode$rE); const __iconNode$rD = [["path", { "d": "M16 8h4l-4 8h4", "key": "svg-0" }], ["path", { "d": "M4 16v-6a2 2 0 1 1 4 0v6", "key": "svg-1" }], ["path", { "d": "M4 13h4", "key": "svg-2" }], ["path", { "d": "M11 12h2", "key": "svg-3" }]]; const IconSortAZ = createReactComponent("outline", "sort-a-z", "SortAZ", __iconNode$rD); const __iconNode$rC = [["path", { "d": "M14 9l3 -3l3 3", "key": "svg-0" }], ["path", { "d": "M5 5.5a.5 .5 0 0 1 .5 -.5h4a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-4a.5 .5 0 0 1 -.5 -.5l0 -4", "key": "svg-1" }], ["path", { "d": "M5 14.5a.5 .5 0 0 1 .5 -.5h4a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-4a.5 .5 0 0 1 -.5 -.5l0 -4", "key": "svg-2" }], ["path", { "d": "M17 6v12", "key": "svg-3" }]]; const IconSortAscending2 = createReactComponent("outline", "sort-ascending-2", "SortAscending2", __iconNode$rC); const __iconNode$rB = [["path", { "d": "M15 10v-5c0 -1.38 .62 -2 2 -2s2 .62 2 2v5m0 -3h-4", "key": "svg-0" }], ["path", { "d": "M19 21h-4l4 -7h-4", "key": "svg-1" }], ["path", { "d": "M4 15l3 3l3 -3", "key": "svg-2" }], ["path", { "d": "M7 6v12", "key": "svg-3" }]]; const IconSortAscendingLetters = createReactComponent("outline", "sort-ascending-letters", "SortAscendingLetters", __iconNode$rB); const __iconNode$rA = [["path", { "d": "M4 15l3 3l3 -3", "key": "svg-0" }], ["path", { "d": "M7 6v12", "key": "svg-1" }], ["path", { "d": "M17 3a2 2 0 0 1 2 2v3a2 2 0 1 1 -4 0v-3a2 2 0 0 1 2 -2", "key": "svg-2" }], ["path", { "d": "M15 16a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M19 16v3a2 2 0 0 1 -2 2h-1.5", "key": "svg-4" }]]; const IconSortAscendingNumbers = createReactComponent("outline", "sort-ascending-numbers", "SortAscendingNumbers", __iconNode$rA); const __iconNode$rz = [["path", { "d": "M4 15l3 3l3 -3", "key": "svg-0" }], ["path", { "d": "M7 6v12", "key": "svg-1" }], ["path", { "d": "M14 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-4", "key": "svg-2" }], ["path", { "d": "M17 14l-3.5 6h7l-3.5 -6", "key": "svg-3" }]]; const IconSortAscendingShapes = createReactComponent("outline", "sort-ascending-shapes", "SortAscendingShapes", __iconNode$rz); const __iconNode$ry = [["path", { "d": "M4 15l3 3l3 -3", "key": "svg-0" }], ["path", { "d": "M7 6v12", "key": "svg-1" }], ["path", { "d": "M14 5.667c0 -.369 .298 -.667 .667 -.667h2.666c.369 0 .667 .298 .667 .667v2.666a.667 .667 0 0 1 -.667 .667h-2.666a.667 .667 0 0 1 -.667 -.667v-2.666", "key": "svg-2" }], ["path", { "d": "M14 13.167c0 -.645 .522 -1.167 1.167 -1.167h4.666c.645 0 1.167 .522 1.167 1.167v4.666c0 .645 -.522 1.167 -1.167 1.167h-4.666a1.167 1.167 0 0 1 -1.167 -1.167v-4.666", "key": "svg-3" }]]; const IconSortAscendingSmallBig = createReactComponent("outline", "sort-ascending-small-big", "SortAscendingSmallBig", __iconNode$ry); const __iconNode$rx = [["path", { "d": "M4 6l7 0", "key": "svg-0" }], ["path", { "d": "M4 12l7 0", "key": "svg-1" }], ["path", { "d": "M4 18l9 0", "key": "svg-2" }], ["path", { "d": "M15 9l3 -3l3 3", "key": "svg-3" }], ["path", { "d": "M18 6l0 12", "key": "svg-4" }]]; const IconSortAscending = createReactComponent("outline", "sort-ascending", "SortAscending", __iconNode$rx); const __iconNode$rw = [["path", { "d": "M5 5.5a.5 .5 0 0 1 .5 -.5h4a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-4a.5 .5 0 0 1 -.5 -.5l0 -4", "key": "svg-0" }], ["path", { "d": "M5 14.5a.5 .5 0 0 1 .5 -.5h4a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-4a.5 .5 0 0 1 -.5 -.5l0 -4", "key": "svg-1" }], ["path", { "d": "M14 15l3 3l3 -3", "key": "svg-2" }], ["path", { "d": "M17 18v-12", "key": "svg-3" }]]; const IconSortDescending2 = createReactComponent("outline", "sort-descending-2", "SortDescending2", __iconNode$rw); const __iconNode$rv = [["path", { "d": "M15 21v-5c0 -1.38 .62 -2 2 -2s2 .62 2 2v5m0 -3h-4", "key": "svg-0" }], ["path", { "d": "M19 10h-4l4 -7h-4", "key": "svg-1" }], ["path", { "d": "M4 15l3 3l3 -3", "key": "svg-2" }], ["path", { "d": "M7 6v12", "key": "svg-3" }]]; const IconSortDescendingLetters = createReactComponent("outline", "sort-descending-letters", "SortDescendingLetters", __iconNode$rv); const __iconNode$ru = [["path", { "d": "M4 15l3 3l3 -3", "key": "svg-0" }], ["path", { "d": "M7 6v12", "key": "svg-1" }], ["path", { "d": "M17 14a2 2 0 0 1 2 2v3a2 2 0 1 1 -4 0v-3a2 2 0 0 1 2 -2", "key": "svg-2" }], ["path", { "d": "M15 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M19 5v3a2 2 0 0 1 -2 2h-1.5", "key": "svg-4" }]]; const IconSortDescendingNumbers = createReactComponent("outline", "sort-descending-numbers", "SortDescendingNumbers", __iconNode$ru); const __iconNode$rt = [["path", { "d": "M4 15l3 3l3 -3", "key": "svg-0" }], ["path", { "d": "M7 6v12", "key": "svg-1" }], ["path", { "d": "M14 15a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-4", "key": "svg-2" }], ["path", { "d": "M17 4l-3.5 6h7l-3.5 -6", "key": "svg-3" }]]; const IconSortDescendingShapes = createReactComponent("outline", "sort-descending-shapes", "SortDescendingShapes", __iconNode$rt); const __iconNode$rs = [["path", { "d": "M10 15l-3 3l-3 -3", "key": "svg-0" }], ["path", { "d": "M7 6v12", "key": "svg-1" }], ["path", { "d": "M14 18.333c0 .369 .298 .667 .667 .667h2.666a.667 .667 0 0 0 .667 -.667v-2.666a.667 .667 0 0 0 -.667 -.667h-2.666a.667 .667 0 0 0 -.667 .667v2.666", "key": "svg-2" }], ["path", { "d": "M14 10.833c0 .645 .522 1.167 1.167 1.167h4.666c.645 0 1.167 -.522 1.167 -1.167v-4.666c0 -.645 -.522 -1.167 -1.167 -1.167h-4.666c-.645 0 -1.167 .522 -1.167 1.167v4.666", "key": "svg-3" }]]; const IconSortDescendingSmallBig = createReactComponent("outline", "sort-descending-small-big", "SortDescendingSmallBig", __iconNode$rs); const __iconNode$rr = [["path", { "d": "M4 6l9 0", "key": "svg-0" }], ["path", { "d": "M4 12l7 0", "key": "svg-1" }], ["path", { "d": "M4 18l7 0", "key": "svg-2" }], ["path", { "d": "M15 15l3 3l3 -3", "key": "svg-3" }], ["path", { "d": "M18 6l0 12", "key": "svg-4" }]]; const IconSortDescending = createReactComponent("outline", "sort-descending", "SortDescending", __iconNode$rr); const __iconNode$rq = [["path", { "d": "M4 8h4l-4 8h4", "key": "svg-0" }], ["path", { "d": "M16 16v-6a2 2 0 1 1 4 0v6", "key": "svg-1" }], ["path", { "d": "M16 13h4", "key": "svg-2" }], ["path", { "d": "M11 12h2", "key": "svg-3" }]]; const IconSortZA = createReactComponent("outline", "sort-z-a", "SortZA", __iconNode$rq); const __iconNode$rp = [["path", { "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M17 15c.345 .6 1.258 1 2 1a2 2 0 1 0 0 -4a2 2 0 1 1 0 -4c.746 0 1.656 .394 2 1", "key": "svg-1" }], ["path", { "d": "M3 15c.345 .6 1.258 1 2 1a2 2 0 1 0 0 -4a2 2 0 1 1 0 -4c.746 0 1.656 .394 2 1", "key": "svg-2" }]]; const IconSos = createReactComponent("outline", "sos", "Sos", __iconNode$rp); const __iconNode$ro = [["path", { "d": "M3 19h16", "key": "svg-0" }], ["path", { "d": "M15 11h6c0 1.691 -.525 3.26 -1.42 4.552m-2.034 2.032a7.963 7.963 0 0 1 -4.546 1.416h-2a8 8 0 0 1 -8 -8h8", "key": "svg-1" }], ["path", { "d": "M12 5v3", "key": "svg-2" }], ["path", { "d": "M15 5v3", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconSoupOff = createReactComponent("outline", "soup-off", "SoupOff", __iconNode$ro); const __iconNode$rn = [["path", { "d": "M4 11h16a1 1 0 0 1 1 1v.5c0 1.5 -2.517 5.573 -4 6.5v1a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-1c-1.687 -1.054 -4 -5 -4 -6.5v-.5a1 1 0 0 1 1 -1", "key": "svg-0" }], ["path", { "d": "M12 4a2.4 2.4 0 0 0 -1 2a2.4 2.4 0 0 0 1 2", "key": "svg-1" }], ["path", { "d": "M16 4a2.4 2.4 0 0 0 -1 2a2.4 2.4 0 0 0 1 2", "key": "svg-2" }], ["path", { "d": "M8 4a2.4 2.4 0 0 0 -1 2a2.4 2.4 0 0 0 1 2", "key": "svg-3" }]]; const IconSoup = createReactComponent("outline", "soup", "Soup", __iconNode$rn); const __iconNode$rm = [["path", { "d": "M14.5 4h2.5a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-5", "key": "svg-0" }], ["path", { "d": "M6 5l-2 2l2 2", "key": "svg-1" }], ["path", { "d": "M10 9l2 -2l-2 -2", "key": "svg-2" }]]; const IconSourceCode = createReactComponent("outline", "source-code", "SourceCode", __iconNode$rm); const __iconNode$rl = [["path", { "d": "M4 10v3a1 1 0 0 0 1 1h9m4 0h1a1 1 0 0 0 1 -1v-3", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconSpaceOff = createReactComponent("outline", "space-off", "SpaceOff", __iconNode$rl); const __iconNode$rk = [["path", { "d": "M4 10v3a1 1 0 0 0 1 1h14a1 1 0 0 0 1 -1v-3", "key": "svg-0" }]]; const IconSpace = createReactComponent("outline", "space", "Space", __iconNode$rk); const __iconNode$rj = [["path", { "d": "M6.045 9.777a6 6 0 1 0 5.951 .023", "key": "svg-0" }], ["path", { "d": "M11.997 20.196a6 6 0 1 0 -2.948 -5.97", "key": "svg-1" }], ["path", { "d": "M17.95 9.785q .05 -.386 .05 -.785a6 6 0 1 0 -3.056 5.23", "key": "svg-2" }]]; const IconSpaces = createReactComponent("outline", "spaces", "Spaces", __iconNode$rj); const __iconNode$ri = [["path", { "d": "M20 20h-2a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h2", "key": "svg-0" }], ["path", { "d": "M4 20h2a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2", "key": "svg-1" }], ["path", { "d": "M12 8v8", "key": "svg-2" }]]; const IconSpacingHorizontal = createReactComponent("outline", "spacing-horizontal", "SpacingHorizontal", __iconNode$ri); const __iconNode$rh = [["path", { "d": "M4 20v-2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v2", "key": "svg-0" }], ["path", { "d": "M4 4v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2", "key": "svg-1" }], ["path", { "d": "M16 12h-8", "key": "svg-2" }]]; const IconSpacingVertical = createReactComponent("outline", "spacing-vertical", "SpacingVertical", __iconNode$rh); const __iconNode$rg = [["path", { "d": "M12 3l4.919 4.5c.61 .587 1.177 1.177 1.703 1.771a5.527 5.527 0 0 1 .264 6.979c-1.18 1.56 -3.338 1.92 -4.886 .75v1l1 3h-6l1 -3v-1c-1.54 1.07 -3.735 .772 -4.886 -.75a5.527 5.527 0 0 1 .264 -6.979a30.883 30.883 0 0 1 1.703 -1.771a1541.72 1541.72 0 0 1 4.919 -4.5", "key": "svg-0" }]]; const IconSpade = createReactComponent("outline", "spade", "Spade", __iconNode$rg); const __iconNode$rf = [["path", { "d": "M13 7a9.3 9.3 0 0 0 1.516 -.546c.911 -.438 1.494 -1.015 1.937 -1.932c.207 -.428 .382 -.928 .547 -1.522c.165 .595 .34 1.095 .547 1.521c.443 .918 1.026 1.495 1.937 1.933c.426 .205 .925 .38 1.516 .546a9.3 9.3 0 0 0 -1.516 .547c-.911 .438 -1.494 1.015 -1.937 1.932a9 9 0 0 0 -.547 1.521c-.165 -.594 -.34 -1.095 -.547 -1.521c-.443 -.918 -1.026 -1.494 -1.937 -1.932a9 9 0 0 0 -1.516 -.547", "key": "svg-0" }], ["path", { "d": "M3 14a21 21 0 0 0 1.652 -.532c2.542 -.953 3.853 -2.238 4.816 -4.806a20 20 0 0 0 .532 -1.662a20 20 0 0 0 .532 1.662c.963 2.567 2.275 3.853 4.816 4.806q .75 .28 1.652 .532a21 21 0 0 0 -1.652 .532c-2.542 .953 -3.854 2.238 -4.816 4.806a20 20 0 0 0 -.532 1.662a20 20 0 0 0 -.532 -1.662c-.963 -2.568 -2.275 -3.853 -4.816 -4.806a21 21 0 0 0 -1.652 -.532", "key": "svg-1" }]]; const IconSparkles2 = createReactComponent("outline", "sparkles-2", "Sparkles2", __iconNode$rf); const __iconNode$re = [["path", { "d": "M16 18a2 2 0 0 1 2 2a2 2 0 0 1 2 -2a2 2 0 0 1 -2 -2a2 2 0 0 1 -2 2m0 -12a2 2 0 0 1 2 2a2 2 0 0 1 2 -2a2 2 0 0 1 -2 -2a2 2 0 0 1 -2 2m-7 12a6 6 0 0 1 6 -6a6 6 0 0 1 -6 -6a6 6 0 0 1 -6 6a6 6 0 0 1 6 6", "key": "svg-0" }]]; const IconSparkles = createReactComponent("outline", "sparkles", "Sparkles", __iconNode$re); const __iconNode$rd = [["path", { "d": "M18 8a3 3 0 0 1 0 6", "key": "svg-0" }], ["path", { "d": "M10 8v11a1 1 0 0 1 -1 1h-1a1 1 0 0 1 -1 -1v-5", "key": "svg-1" }], ["path", { "d": "M12 8l4.524 -3.77a.9 .9 0 0 1 1.476 .692v12.156a.9 .9 0 0 1 -1.476 .692l-4.524 -3.77h-8a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h8", "key": "svg-2" }]]; const IconSpeakerphone = createReactComponent("outline", "speakerphone", "Speakerphone", __iconNode$rd); const __iconNode$rc = [["path", { "d": "M2 17h14.4a3 3 0 0 0 2.5 -1.34l3.1 -4.66h-6.23a4 4 0 0 0 -1.49 .29l-3.56 1.42a4 4 0 0 1 -1.49 .29h-5.73l-1.5 4", "key": "svg-0" }], ["path", { "d": "M6 13l1.5 -5", "key": "svg-1" }], ["path", { "d": "M6 8h8l2 3", "key": "svg-2" }]]; const IconSpeedboat = createReactComponent("outline", "speedboat", "Speedboat", __iconNode$rc); const __iconNode$rb = [["path", { "d": "M3 12c0 1.657 4.03 3 9 3c.987 0 1.936 -.053 2.825 -.15m3.357 -.67c1.735 -.547 2.818 -1.32 2.818 -2.18", "key": "svg-0" }], ["path", { "d": "M20.051 16.027a9 9 0 0 0 -12.083 -12.075m-2.34 1.692a9 9 0 0 0 12.74 12.716", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconSphereOff = createReactComponent("outline", "sphere-off", "SphereOff", __iconNode$rb); const __iconNode$ra = [["path", { "d": "M3 12c0 1.657 4.03 3 9 3c1.116 0 2.185 -.068 3.172 -.192m5.724 -2.35a1.1 1.1 0 0 0 .104 -.458", "key": "svg-0" }], ["path", { "d": "M20.984 12.546a9 9 0 1 0 -8.442 8.438", "key": "svg-1" }], ["path", { "d": "M16 19h6", "key": "svg-2" }], ["path", { "d": "M19 16v6", "key": "svg-3" }]]; const IconSpherePlus = createReactComponent("outline", "sphere-plus", "SpherePlus", __iconNode$ra); const __iconNode$r9 = [["path", { "d": "M3 12c0 1.657 4.03 3 9 3s9 -1.343 9 -3", "key": "svg-0" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-1" }]]; const IconSphere = createReactComponent("outline", "sphere", "Sphere", __iconNode$r9); const __iconNode$r8 = [["path", { "d": "M5 4v2l5 5", "key": "svg-0" }], ["path", { "d": "M2.5 9.5l1.5 1.5h6", "key": "svg-1" }], ["path", { "d": "M4 19v-2l6 -6", "key": "svg-2" }], ["path", { "d": "M19 4v2l-5 5", "key": "svg-3" }], ["path", { "d": "M21.5 9.5l-1.5 1.5h-6", "key": "svg-4" }], ["path", { "d": "M20 19v-2l-6 -6", "key": "svg-5" }], ["path", { "d": "M8 15a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-6" }], ["path", { "d": "M10 9a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-7" }]]; const IconSpider = createReactComponent("outline", "spider", "Spider", __iconNode$r8); const __iconNode$r7 = [["path", { "d": "M10 12.057a1.9 1.9 0 0 0 .614 .743c.682 .459 1.509 .374 2.164 -.02m1.103 -2.92a3.298 3.298 0 0 0 -1.749 -2.059a3.6 3.6 0 0 0 -.507 -.195m-3.385 .634a4.154 4.154 0 0 0 -1.347 1.646c-1.095 2.432 .29 5.248 2.71 6.246c1.955 .806 4.097 .35 5.65 -.884m1.745 -2.268l.043 -.103c1.36 -3.343 -.557 -7.134 -3.896 -8.41c-1.593 -.61 -3.27 -.599 -4.79 -.113m-2.579 1.408a7.574 7.574 0 0 0 -2.268 3.128c-1.63 4.253 .823 9.024 5.082 10.576c3.211 1.17 6.676 .342 9.124 -1.738m1.869 -2.149a9.354 9.354 0 0 0 1.417 -4.516", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconSpiralOff = createReactComponent("outline", "spiral-off", "SpiralOff", __iconNode$r7); const __iconNode$r6 = [["path", { "d": "M10 12.057a1.9 1.9 0 0 0 .614 .743c1.06 .713 2.472 .112 3.043 -.919c.839 -1.513 -.022 -3.368 -1.525 -4.08c-2 -.95 -4.371 .154 -5.24 2.086c-1.095 2.432 .29 5.248 2.71 6.246c2.931 1.208 6.283 -.418 7.438 -3.255c1.36 -3.343 -.557 -7.134 -3.896 -8.41c-3.855 -1.474 -8.2 .68 -9.636 4.422c-1.63 4.253 .823 9.024 5.082 10.576c4.778 1.74 10.118 -.941 11.833 -5.59a9.354 9.354 0 0 0 .577 -2.813", "key": "svg-0" }]]; const IconSpiral = createReactComponent("outline", "spiral", "Spiral", __iconNode$r6); const __iconNode$r5 = [["path", { "d": "M10 10a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M10 14a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M4 12a8 8 0 1 0 16 0a8 8 0 1 0 -16 0", "key": "svg-2" }]]; const IconSportBillard = createReactComponent("outline", "sport-billard", "SportBillard", __iconNode$r5); const __iconNode$r4 = [["path", { "d": "M4 12a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v7a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2l0 -7", "key": "svg-0" }], ["path", { "d": "M6 10v-4a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4", "key": "svg-1" }], ["path", { "d": "M15 7h.01", "key": "svg-2" }], ["path", { "d": "M18 9h.01", "key": "svg-3" }], ["path", { "d": "M18 5h.01", "key": "svg-4" }], ["path", { "d": "M21 3h.01", "key": "svg-5" }], ["path", { "d": "M21 7h.01", "key": "svg-6" }], ["path", { "d": "M21 11h.01", "key": "svg-7" }], ["path", { "d": "M10 7h1", "key": "svg-8" }]]; const IconSpray = createReactComponent("outline", "spray", "Spray", __iconNode$r4); const __iconNode$r3 = [["path", { "d": "M3 11h8m4 0h6", "key": "svg-0" }], ["path", { "d": "M5 11v-4c0 -.571 .16 -1.105 .437 -1.56m2.563 -1.44h8a3 3 0 0 1 3 3v4", "key": "svg-1" }], ["path", { "d": "M4 17a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M14.88 14.877a3 3 0 1 0 4.239 4.247m.59 -3.414a3.012 3.012 0 0 0 -1.425 -1.422", "key": "svg-3" }], ["path", { "d": "M10 17h4", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconSpyOff = createReactComponent("outline", "spy-off", "SpyOff", __iconNode$r3); const __iconNode$r2 = [["path", { "d": "M3 11h18", "key": "svg-0" }], ["path", { "d": "M5 11v-4a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v4", "key": "svg-1" }], ["path", { "d": "M4 17a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M14 17a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-3" }], ["path", { "d": "M10 17h4", "key": "svg-4" }]]; const IconSpy = createReactComponent("outline", "spy", "Spy", __iconNode$r2); const __iconNode$r1 = [["path", { "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M17 8v8h4", "key": "svg-1" }], ["path", { "d": "M13 15l1 1", "key": "svg-2" }], ["path", { "d": "M3 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1", "key": "svg-3" }]]; const IconSql = createReactComponent("outline", "sql", "Sql", __iconNode$r1); const __iconNode$r0 = [["path", { "d": "M8 12l4 4l4 -4", "key": "svg-0" }], ["path", { "d": "M12 8v8", "key": "svg-1" }], ["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-2" }]]; const IconSquareArrowDown = createReactComponent("outline", "square-arrow-down", "SquareArrowDown", __iconNode$r0); const __iconNode$q$ = [["path", { "d": "M12 8l-4 4l4 4", "key": "svg-0" }], ["path", { "d": "M16 12h-8", "key": "svg-1" }], ["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-2" }]]; const IconSquareArrowLeft = createReactComponent("outline", "square-arrow-left", "SquareArrowLeft", __iconNode$q$); const __iconNode$q_ = [["path", { "d": "M12 16l4 -4l-4 -4", "key": "svg-0" }], ["path", { "d": "M8 12h8", "key": "svg-1" }], ["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-2" }]]; const IconSquareArrowRight = createReactComponent("outline", "square-arrow-right", "SquareArrowRight", __iconNode$q_); const __iconNode$qZ = [["path", { "d": "M16 12l-4 -4l-4 4", "key": "svg-0" }], ["path", { "d": "M12 16v-8", "key": "svg-1" }], ["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-2" }]]; const IconSquareArrowUp = createReactComponent("outline", "square-arrow-up", "SquareArrowUp", __iconNode$qZ); const __iconNode$qY = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M12 8.5v7", "key": "svg-1" }], ["path", { "d": "M9 10l6 4", "key": "svg-2" }], ["path", { "d": "M9 14l6 -4", "key": "svg-3" }]]; const IconSquareAsterisk = createReactComponent("outline", "square-asterisk", "SquareAsterisk", __iconNode$qY); const __iconNode$qX = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M9 12l2 2l4 -4", "key": "svg-1" }]]; const IconSquareCheck = createReactComponent("outline", "square-check", "SquareCheck", __iconNode$qX); const __iconNode$qW = [["path", { "d": "M15 11l-3 3l-3 -3", "key": "svg-0" }], ["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-1" }]]; const IconSquareChevronDown = createReactComponent("outline", "square-chevron-down", "SquareChevronDown", __iconNode$qW); const __iconNode$qV = [["path", { "d": "M13 15l-3 -3l3 -3", "key": "svg-0" }], ["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-1" }]]; const IconSquareChevronLeft = createReactComponent("outline", "square-chevron-left", "SquareChevronLeft", __iconNode$qV); const __iconNode$qU = [["path", { "d": "M11 9l3 3l-3 3", "key": "svg-0" }], ["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-1" }]]; const IconSquareChevronRight = createReactComponent("outline", "square-chevron-right", "SquareChevronRight", __iconNode$qU); const __iconNode$qT = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M9 13l3 -3l3 3", "key": "svg-1" }]]; const IconSquareChevronUp = createReactComponent("outline", "square-chevron-up", "SquareChevronUp", __iconNode$qT); const __iconNode$qS = [["path", { "d": "M15 8l-3 3l-3 -3", "key": "svg-0" }], ["path", { "d": "M15 13l-3 3l-3 -3", "key": "svg-1" }], ["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-2" }]]; const IconSquareChevronsDown = createReactComponent("outline", "square-chevrons-down", "SquareChevronsDown", __iconNode$qS); const __iconNode$qR = [["path", { "d": "M16 15l-3 -3l3 -3", "key": "svg-0" }], ["path", { "d": "M11 15l-3 -3l3 -3", "key": "svg-1" }], ["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-2" }]]; const IconSquareChevronsLeft = createReactComponent("outline", "square-chevrons-left", "SquareChevronsLeft", __iconNode$qR); const __iconNode$qQ = [["path", { "d": "M8 9l3 3l-3 3", "key": "svg-0" }], ["path", { "d": "M13 9l3 3l-3 3", "key": "svg-1" }], ["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-2" }]]; const IconSquareChevronsRight = createReactComponent("outline", "square-chevrons-right", "SquareChevronsRight", __iconNode$qQ); const __iconNode$qP = [["path", { "d": "M9 16l3 -3l3 3", "key": "svg-0" }], ["path", { "d": "M9 11l3 -3l3 3", "key": "svg-1" }], ["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-2" }]]; const IconSquareChevronsUp = createReactComponent("outline", "square-chevrons-up", "SquareChevronsUp", __iconNode$qP); const __iconNode$qO = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2l0 -14", "key": "svg-0" }]]; const IconSquareDashed = createReactComponent("outline", "square-dashed", "SquareDashed", __iconNode$qO); const __iconNode$qN = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }]]; const IconSquareDot = createReactComponent("outline", "square-dot", "SquareDot", __iconNode$qN); const __iconNode$qM = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M13 10.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0", "key": "svg-1" }], ["path", { "d": "M8 12h2", "key": "svg-2" }], ["path", { "d": "M10 9h-2v6", "key": "svg-3" }]]; const IconSquareF0 = createReactComponent("outline", "square-f0", "SquareF0", __iconNode$qM); const __iconNode$qL = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M13 11l2 -2v6", "key": "svg-1" }], ["path", { "d": "M8 12h2", "key": "svg-2" }], ["path", { "d": "M10 9h-2v6", "key": "svg-3" }]]; const IconSquareF1 = createReactComponent("outline", "square-f1", "SquareF1", __iconNode$qL); const __iconNode$qK = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M13 9h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2", "key": "svg-1" }], ["path", { "d": "M8 12h2", "key": "svg-2" }], ["path", { "d": "M10 9h-2v6", "key": "svg-3" }]]; const IconSquareF2 = createReactComponent("outline", "square-f2", "SquareF2", __iconNode$qK); const __iconNode$qJ = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M13 9.5a.5 .5 0 0 1 .5 -.5h1a1.5 1.5 0 0 1 0 3h-.5h.5a1.5 1.5 0 0 1 0 3h-1a.5 .5 0 0 1 -.5 -.5", "key": "svg-1" }], ["path", { "d": "M8 12h2", "key": "svg-2" }], ["path", { "d": "M10 9h-2v6", "key": "svg-3" }]]; const IconSquareF3 = createReactComponent("outline", "square-f3", "SquareF3", __iconNode$qJ); const __iconNode$qI = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M13 9v2a1 1 0 0 0 1 1h1", "key": "svg-1" }], ["path", { "d": "M16 9v6", "key": "svg-2" }], ["path", { "d": "M8 12h2", "key": "svg-3" }], ["path", { "d": "M10 9h-2v6", "key": "svg-4" }]]; const IconSquareF4 = createReactComponent("outline", "square-f4", "SquareF4", __iconNode$qI); const __iconNode$qH = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M13 14.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2v-3h3", "key": "svg-1" }], ["path", { "d": "M8 12h2", "key": "svg-2" }], ["path", { "d": "M10 9h-2v6", "key": "svg-3" }]]; const IconSquareF5 = createReactComponent("outline", "square-f5", "SquareF5", __iconNode$qH); const __iconNode$qG = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M16 9.75a.75 .75 0 0 0 -.75 -.75h-1.25a1 1 0 0 0 -1 1v4a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2", "key": "svg-1" }], ["path", { "d": "M8 12h2", "key": "svg-2" }], ["path", { "d": "M10 9h-2v6", "key": "svg-3" }]]; const IconSquareF6 = createReactComponent("outline", "square-f6", "SquareF6", __iconNode$qG); const __iconNode$qF = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M13 9h3l-1.5 6", "key": "svg-1" }], ["path", { "d": "M8 12h2", "key": "svg-2" }], ["path", { "d": "M10 9h-2v6", "key": "svg-3" }]]; const IconSquareF7 = createReactComponent("outline", "square-f7", "SquareF7", __iconNode$qF); const __iconNode$qE = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M14.5 12h-.5a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1", "key": "svg-1" }], ["path", { "d": "M8 12h2", "key": "svg-2" }], ["path", { "d": "M10 9h-2v6", "key": "svg-3" }]]; const IconSquareF8 = createReactComponent("outline", "square-f8", "SquareF8", __iconNode$qE); const __iconNode$qD = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M13 14.25c0 .414 .336 .75 .75 .75h1.5a.75 .75 0 0 0 .75 -.75v-4.5a.75 .75 0 0 0 -.75 -.75h-1.5a.75 .75 0 0 0 -.75 .75v1.5c0 .414 .336 .75 .75 .75h2.25", "key": "svg-1" }], ["path", { "d": "M8 12h2", "key": "svg-2" }], ["path", { "d": "M10 9h-2v6", "key": "svg-3" }]]; const IconSquareF9 = createReactComponent("outline", "square-f9", "SquareF9", __iconNode$qD); const __iconNode$qC = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M9 15l6 -6", "key": "svg-1" }]]; const IconSquareForbid2 = createReactComponent("outline", "square-forbid-2", "SquareForbid2", __iconNode$qC); const __iconNode$qB = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M9 9l6 6", "key": "svg-1" }]]; const IconSquareForbid = createReactComponent("outline", "square-forbid", "SquareForbid", __iconNode$qB); const __iconNode$qA = [["path", { "d": "M12 4v16", "key": "svg-0" }], ["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-1" }], ["path", { "d": "M12 13l7.5 -7.5", "key": "svg-2" }], ["path", { "d": "M12 18l8 -8", "key": "svg-3" }], ["path", { "d": "M15 20l5 -5", "key": "svg-4" }], ["path", { "d": "M12 8l4 -4", "key": "svg-5" }]]; const IconSquareHalf = createReactComponent("outline", "square-half", "SquareHalf", __iconNode$qA); const __iconNode$qz = [["path", { "d": "M12 10a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M12.5 11.5l-4 4l1.5 1.5", "key": "svg-1" }], ["path", { "d": "M12 15l-1.5 -1.5", "key": "svg-2" }], ["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-3" }]]; const IconSquareKey = createReactComponent("outline", "square-key", "SquareKey", __iconNode$qz); const __iconNode$qy = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M10 16v-6a2 2 0 1 1 4 0v6", "key": "svg-1" }], ["path", { "d": "M10 13h4", "key": "svg-2" }]]; const IconSquareLetterA = createReactComponent("outline", "square-letter-a", "SquareLetterA", __iconNode$qy); const __iconNode$qx = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M10 16h2a2 2 0 1 0 0 -4h-2h2a2 2 0 1 0 0 -4h-2v8", "key": "svg-1" }]]; const IconSquareLetterB = createReactComponent("outline", "square-letter-b", "SquareLetterB", __iconNode$qx); const __iconNode$qw = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M14 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0", "key": "svg-1" }]]; const IconSquareLetterC = createReactComponent("outline", "square-letter-c", "SquareLetterC", __iconNode$qw); const __iconNode$qv = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2", "key": "svg-1" }]]; const IconSquareLetterD = createReactComponent("outline", "square-letter-d", "SquareLetterD", __iconNode$qv); const __iconNode$qu = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M14 8h-4v8h4", "key": "svg-1" }], ["path", { "d": "M10 12h2.5", "key": "svg-2" }]]; const IconSquareLetterE = createReactComponent("outline", "square-letter-e", "SquareLetterE", __iconNode$qu); const __iconNode$qt = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M10 12h3", "key": "svg-1" }], ["path", { "d": "M14 8h-4v8", "key": "svg-2" }]]; const IconSquareLetterF = createReactComponent("outline", "square-letter-f", "SquareLetterF", __iconNode$qt); const __iconNode$qs = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M14 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1", "key": "svg-1" }]]; const IconSquareLetterG = createReactComponent("outline", "square-letter-g", "SquareLetterG", __iconNode$qs); const __iconNode$qr = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M10 16v-8m4 0v8", "key": "svg-1" }], ["path", { "d": "M10 12h4", "key": "svg-2" }]]; const IconSquareLetterH = createReactComponent("outline", "square-letter-h", "SquareLetterH", __iconNode$qr); const __iconNode$qq = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M12 8v8", "key": "svg-1" }]]; const IconSquareLetterI = createReactComponent("outline", "square-letter-i", "SquareLetterI", __iconNode$qq); const __iconNode$qp = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M10 8h4v6a2 2 0 1 1 -4 0", "key": "svg-1" }]]; const IconSquareLetterJ = createReactComponent("outline", "square-letter-j", "SquareLetterJ", __iconNode$qp); const __iconNode$qo = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M10 8v8", "key": "svg-1" }], ["path", { "d": "M14 8l-2.5 4l2.5 4", "key": "svg-2" }], ["path", { "d": "M10 12h1.5", "key": "svg-3" }]]; const IconSquareLetterK = createReactComponent("outline", "square-letter-k", "SquareLetterK", __iconNode$qo); const __iconNode$qn = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M10 8v8h4", "key": "svg-1" }]]; const IconSquareLetterL = createReactComponent("outline", "square-letter-l", "SquareLetterL", __iconNode$qn); const __iconNode$qm = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M9 16v-8l3 5l3 -5v8", "key": "svg-1" }]]; const IconSquareLetterM = createReactComponent("outline", "square-letter-m", "SquareLetterM", __iconNode$qm); const __iconNode$ql = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M10 16v-8l4 8v-8", "key": "svg-1" }]]; const IconSquareLetterN = createReactComponent("outline", "square-letter-n", "SquareLetterN", __iconNode$ql); const __iconNode$qk = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2", "key": "svg-1" }]]; const IconSquareLetterO = createReactComponent("outline", "square-letter-o", "SquareLetterO", __iconNode$qk); const __iconNode$qj = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M10 12h2a2 2 0 1 0 0 -4h-2v8", "key": "svg-1" }]]; const IconSquareLetterP = createReactComponent("outline", "square-letter-p", "SquareLetterP", __iconNode$qj); const __iconNode$qi = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2", "key": "svg-1" }], ["path", { "d": "M13 15l1 1", "key": "svg-2" }]]; const IconSquareLetterQ = createReactComponent("outline", "square-letter-q", "SquareLetterQ", __iconNode$qi); const __iconNode$qh = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M10 12h2a2 2 0 1 0 0 -4h-2v8m4 0l-3 -4", "key": "svg-1" }]]; const IconSquareLetterR = createReactComponent("outline", "square-letter-r", "SquareLetterR", __iconNode$qh); const __iconNode$qg = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1", "key": "svg-1" }]]; const IconSquareLetterS = createReactComponent("outline", "square-letter-s", "SquareLetterS", __iconNode$qg); const __iconNode$qf = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M10 8h4", "key": "svg-1" }], ["path", { "d": "M12 8v8", "key": "svg-2" }]]; const IconSquareLetterT = createReactComponent("outline", "square-letter-t", "SquareLetterT", __iconNode$qf); const __iconNode$qe = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M10 8v6a2 2 0 1 0 4 0v-6", "key": "svg-1" }]]; const IconSquareLetterU = createReactComponent("outline", "square-letter-u", "SquareLetterU", __iconNode$qe); const __iconNode$qd = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M10 8l2 8l2 -8", "key": "svg-1" }]]; const IconSquareLetterV = createReactComponent("outline", "square-letter-v", "SquareLetterV", __iconNode$qd); const __iconNode$qc = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M9 8l1 8l2 -5l2 5l1 -8", "key": "svg-1" }]]; const IconSquareLetterW = createReactComponent("outline", "square-letter-w", "SquareLetterW", __iconNode$qc); const __iconNode$qb = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M10 8l4 8", "key": "svg-1" }], ["path", { "d": "M10 16l4 -8", "key": "svg-2" }]]; const IconSquareLetterX = createReactComponent("outline", "square-letter-x", "SquareLetterX", __iconNode$qb); const __iconNode$qa = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M10 8l2 5l2 -5", "key": "svg-1" }], ["path", { "d": "M12 16v-3", "key": "svg-2" }]]; const IconSquareLetterY = createReactComponent("outline", "square-letter-y", "SquareLetterY", __iconNode$qa); const __iconNode$q9 = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M10 8h4l-4 8h4", "key": "svg-1" }]]; const IconSquareLetterZ = createReactComponent("outline", "square-letter-z", "SquareLetterZ", __iconNode$q9); const __iconNode$q8 = [["path", { "d": "M12.5 21h-7.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }]]; const IconSquareMinus2 = createReactComponent("outline", "square-minus-2", "SquareMinus2", __iconNode$q8); const __iconNode$q7 = [["path", { "d": "M9 12h6", "key": "svg-0" }], ["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-1" }]]; const IconSquareMinus = createReactComponent("outline", "square-minus", "SquareMinus", __iconNode$q7); const __iconNode$q6 = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0", "key": "svg-1" }]]; const IconSquareNumber0 = createReactComponent("outline", "square-number-0", "SquareNumber0", __iconNode$q6); const __iconNode$q5 = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M10 10l2 -2v8", "key": "svg-1" }]]; const IconSquareNumber1 = createReactComponent("outline", "square-number-1", "SquareNumber1", __iconNode$q5); const __iconNode$q4 = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-1" }]]; const IconSquareNumber2 = createReactComponent("outline", "square-number-2", "SquareNumber2", __iconNode$q4); const __iconNode$q3 = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M10 9a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1", "key": "svg-1" }]]; const IconSquareNumber3 = createReactComponent("outline", "square-number-3", "SquareNumber3", __iconNode$q3); const __iconNode$q2 = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M10 8v3a1 1 0 0 0 1 1h3", "key": "svg-1" }], ["path", { "d": "M14 8v8", "key": "svg-2" }]]; const IconSquareNumber4 = createReactComponent("outline", "square-number-4", "SquareNumber4", __iconNode$q2); const __iconNode$q1 = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4", "key": "svg-1" }]]; const IconSquareNumber5 = createReactComponent("outline", "square-number-5", "SquareNumber5", __iconNode$q1); const __iconNode$q0 = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M14 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3", "key": "svg-1" }]]; const IconSquareNumber6 = createReactComponent("outline", "square-number-6", "SquareNumber6", __iconNode$q0); const __iconNode$p$ = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M10 8h4l-2 8", "key": "svg-1" }]]; const IconSquareNumber7 = createReactComponent("outline", "square-number-7", "SquareNumber7", __iconNode$p$); const __iconNode$p_ = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M12 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1", "key": "svg-1" }]]; const IconSquareNumber8 = createReactComponent("outline", "square-number-8", "SquareNumber8", __iconNode$p_); const __iconNode$pZ = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-1" }]]; const IconSquareNumber9 = createReactComponent("outline", "square-number-9", "SquareNumber9", __iconNode$pZ); const __iconNode$pY = [["path", { "d": "M8 4h10a2 2 0 0 1 2 2v10m-.584 3.412a2 2 0 0 1 -1.416 .588h-12a2 2 0 0 1 -2 -2v-12c0 -.552 .224 -1.052 .586 -1.414", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconSquareOff = createReactComponent("outline", "square-off", "SquareOff", __iconNode$pY); const __iconNode$pX = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M9 15.037l6 -6", "key": "svg-1" }], ["path", { "d": "M9 9.068v.014", "key": "svg-2" }], ["path", { "d": "M15 15.082v.016", "key": "svg-3" }]]; const IconSquarePercentage = createReactComponent("outline", "square-percentage", "SquarePercentage", __iconNode$pX); const __iconNode$pW = [["path", { "d": "M12.5 21h-7.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7.5", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }]]; const IconSquarePlus2 = createReactComponent("outline", "square-plus-2", "SquarePlus2", __iconNode$pW); const __iconNode$pV = [["path", { "d": "M9 12h6", "key": "svg-0" }], ["path", { "d": "M12 9v6", "key": "svg-1" }], ["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-2" }]]; const IconSquarePlus = createReactComponent("outline", "square-plus", "SquarePlus", __iconNode$pV); const __iconNode$pU = [["path", { "d": "M13 12h1c1 0 1 1 2.016 3.527c.984 2.473 .984 3.473 1.984 3.473h1", "key": "svg-0" }], ["path", { "d": "M12 19c1.5 0 3 -2 4 -3.5s2.5 -3.5 4 -3.5", "key": "svg-1" }], ["path", { "d": "M3 12h1l3 8l3 -16h10", "key": "svg-2" }]]; const IconSquareRoot2 = createReactComponent("outline", "square-root-2", "SquareRoot2", __iconNode$pU); const __iconNode$pT = [["path", { "d": "M3 12h2l4 8l4 -16h8", "key": "svg-0" }]]; const IconSquareRoot = createReactComponent("outline", "square-root", "SquareRoot", __iconNode$pT); const __iconNode$pS = [["path", { "d": "M13.446 2.6l7.955 7.954a2.045 2.045 0 0 1 0 2.892l-7.955 7.955a2.045 2.045 0 0 1 -2.892 0l-7.955 -7.955a2.045 2.045 0 0 1 0 -2.892l7.955 -7.955a2.045 2.045 0 0 1 2.892 0", "key": "svg-0" }], ["path", { "d": "M12 8.5v7", "key": "svg-1" }], ["path", { "d": "M9 10l6 4", "key": "svg-2" }], ["path", { "d": "M9 14l6 -4", "key": "svg-3" }]]; const IconSquareRotatedAsterisk = createReactComponent("outline", "square-rotated-asterisk", "SquareRotatedAsterisk", __iconNode$pS); const __iconNode$pR = [["path", { "d": "M13.446 2.6l7.955 7.954a2.045 2.045 0 0 1 0 2.892l-7.955 7.955a2.045 2.045 0 0 1 -2.892 0l-7.955 -7.955a2.045 2.045 0 0 1 0 -2.892l7.955 -7.955a2.045 2.045 0 0 1 2.892 0", "key": "svg-0" }], ["path", { "d": "M9.5 9.5l5 5", "key": "svg-1" }]]; const IconSquareRotatedForbid2 = createReactComponent("outline", "square-rotated-forbid-2", "SquareRotatedForbid2", __iconNode$pR); const __iconNode$pQ = [["path", { "d": "M13.446 2.6l7.955 7.954a2.045 2.045 0 0 1 0 2.892l-7.955 7.955a2.045 2.045 0 0 1 -2.892 0l-7.955 -7.955a2.045 2.045 0 0 1 0 -2.892l7.955 -7.955a2.045 2.045 0 0 1 2.892 0", "key": "svg-0" }], ["path", { "d": "M9.5 14.5l5 -5", "key": "svg-1" }]]; const IconSquareRotatedForbid = createReactComponent("outline", "square-rotated-forbid", "SquareRotatedForbid", __iconNode$pQ); const __iconNode$pP = [["path", { "d": "M16.964 16.952l-3.462 3.461c-.782 .783 -2.222 .783 -3 0l-6.911 -6.91c-.783 -.783 -.783 -2.223 0 -3l3.455 -3.456m2 -2l1.453 -1.452c.782 -.783 2.222 -.783 3 0l6.911 6.91c.783 .783 .783 2.223 0 3l-1.448 1.45", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconSquareRotatedOff = createReactComponent("outline", "square-rotated-off", "SquareRotatedOff", __iconNode$pP); const __iconNode$pO = [["path", { "d": "M13.446 2.6l7.955 7.954a2.045 2.045 0 0 1 0 2.892l-7.955 7.955a2.045 2.045 0 0 1 -2.892 0l-7.955 -7.955a2.045 2.045 0 0 1 0 -2.892l7.955 -7.955a2.045 2.045 0 0 1 2.892 0", "key": "svg-0" }]]; const IconSquareRotated = createReactComponent("outline", "square-rotated", "SquareRotated", __iconNode$pO); const __iconNode$pN = [["path", { "d": "M8 12l4 4l4 -4", "key": "svg-0" }], ["path", { "d": "M12 8v8", "key": "svg-1" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-2" }]]; const IconSquareRoundedArrowDown = createReactComponent("outline", "square-rounded-arrow-down", "SquareRoundedArrowDown", __iconNode$pN); const __iconNode$pM = [["path", { "d": "M12 8l-4 4l4 4", "key": "svg-0" }], ["path", { "d": "M16 12h-8", "key": "svg-1" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-2" }]]; const IconSquareRoundedArrowLeft = createReactComponent("outline", "square-rounded-arrow-left", "SquareRoundedArrowLeft", __iconNode$pM); const __iconNode$pL = [["path", { "d": "M12 16l4 -4l-4 -4", "key": "svg-0" }], ["path", { "d": "M8 12h8", "key": "svg-1" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-2" }]]; const IconSquareRoundedArrowRight = createReactComponent("outline", "square-rounded-arrow-right", "SquareRoundedArrowRight", __iconNode$pL); const __iconNode$pK = [["path", { "d": "M16 12l-4 -4l-4 4", "key": "svg-0" }], ["path", { "d": "M12 16v-8", "key": "svg-1" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-2" }]]; const IconSquareRoundedArrowUp = createReactComponent("outline", "square-rounded-arrow-up", "SquareRoundedArrowUp", __iconNode$pK); const __iconNode$pJ = [["path", { "d": "M9 12l2 2l4 -4", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }]]; const IconSquareRoundedCheck = createReactComponent("outline", "square-rounded-check", "SquareRoundedCheck", __iconNode$pJ); const __iconNode$pI = [["path", { "d": "M15 11l-3 3l-3 -3", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }]]; const IconSquareRoundedChevronDown = createReactComponent("outline", "square-rounded-chevron-down", "SquareRoundedChevronDown", __iconNode$pI); const __iconNode$pH = [["path", { "d": "M13 15l-3 -3l3 -3", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }]]; const IconSquareRoundedChevronLeft = createReactComponent("outline", "square-rounded-chevron-left", "SquareRoundedChevronLeft", __iconNode$pH); const __iconNode$pG = [["path", { "d": "M11 9l3 3l-3 3", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }]]; const IconSquareRoundedChevronRight = createReactComponent("outline", "square-rounded-chevron-right", "SquareRoundedChevronRight", __iconNode$pG); const __iconNode$pF = [["path", { "d": "M9 13l3 -3l3 3", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }]]; const IconSquareRoundedChevronUp = createReactComponent("outline", "square-rounded-chevron-up", "SquareRoundedChevronUp", __iconNode$pF); const __iconNode$pE = [["path", { "d": "M15 9l-3 3l-3 -3", "key": "svg-0" }], ["path", { "d": "M15 13l-3 3l-3 -3", "key": "svg-1" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-2" }]]; const IconSquareRoundedChevronsDown = createReactComponent("outline", "square-rounded-chevrons-down", "SquareRoundedChevronsDown", __iconNode$pE); const __iconNode$pD = [["path", { "d": "M15 15l-3 -3l3 -3", "key": "svg-0" }], ["path", { "d": "M11 15l-3 -3l3 -3", "key": "svg-1" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-2" }]]; const IconSquareRoundedChevronsLeft = createReactComponent("outline", "square-rounded-chevrons-left", "SquareRoundedChevronsLeft", __iconNode$pD); const __iconNode$pC = [["path", { "d": "M9 9l3 3l-3 3", "key": "svg-0" }], ["path", { "d": "M13 9l3 3l-3 3", "key": "svg-1" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-2" }]]; const IconSquareRoundedChevronsRight = createReactComponent("outline", "square-rounded-chevrons-right", "SquareRoundedChevronsRight", __iconNode$pC); const __iconNode$pB = [["path", { "d": "M9 15l3 -3l3 3", "key": "svg-0" }], ["path", { "d": "M9 11l3 -3l3 3", "key": "svg-1" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-2" }]]; const IconSquareRoundedChevronsUp = createReactComponent("outline", "square-rounded-chevrons-up", "SquareRoundedChevronsUp", __iconNode$pB); const __iconNode$pA = [["path", { "d": "M10 16v-6a2 2 0 1 1 4 0v6", "key": "svg-0" }], ["path", { "d": "M10 13h4", "key": "svg-1" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-2" }]]; const IconSquareRoundedLetterA = createReactComponent("outline", "square-rounded-letter-a", "SquareRoundedLetterA", __iconNode$pA); const __iconNode$pz = [["path", { "d": "M10 16h2a2 2 0 1 0 0 -4h-2h2a2 2 0 1 0 0 -4h-2v8", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }]]; const IconSquareRoundedLetterB = createReactComponent("outline", "square-rounded-letter-b", "SquareRoundedLetterB", __iconNode$pz); const __iconNode$py = [["path", { "d": "M14 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }]]; const IconSquareRoundedLetterC = createReactComponent("outline", "square-rounded-letter-c", "SquareRoundedLetterC", __iconNode$py); const __iconNode$px = [["path", { "d": "M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }]]; const IconSquareRoundedLetterD = createReactComponent("outline", "square-rounded-letter-d", "SquareRoundedLetterD", __iconNode$px); const __iconNode$pw = [["path", { "d": "M14 8h-4v8h4", "key": "svg-0" }], ["path", { "d": "M10 12h2.5", "key": "svg-1" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-2" }]]; const IconSquareRoundedLetterE = createReactComponent("outline", "square-rounded-letter-e", "SquareRoundedLetterE", __iconNode$pw); const __iconNode$pv = [["path", { "d": "M10 12h3", "key": "svg-0" }], ["path", { "d": "M14 8h-4v8", "key": "svg-1" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-2" }]]; const IconSquareRoundedLetterF = createReactComponent("outline", "square-rounded-letter-f", "SquareRoundedLetterF", __iconNode$pv); const __iconNode$pu = [["path", { "d": "M14 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }]]; const IconSquareRoundedLetterG = createReactComponent("outline", "square-rounded-letter-g", "SquareRoundedLetterG", __iconNode$pu); const __iconNode$pt = [["path", { "d": "M10 16v-8m4 0v8", "key": "svg-0" }], ["path", { "d": "M10 12h4", "key": "svg-1" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-2" }]]; const IconSquareRoundedLetterH = createReactComponent("outline", "square-rounded-letter-h", "SquareRoundedLetterH", __iconNode$pt); const __iconNode$ps = [["path", { "d": "M12 8v8", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }]]; const IconSquareRoundedLetterI = createReactComponent("outline", "square-rounded-letter-i", "SquareRoundedLetterI", __iconNode$ps); const __iconNode$pr = [["path", { "d": "M10 8h4v6a2 2 0 1 1 -4 0", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }]]; const IconSquareRoundedLetterJ = createReactComponent("outline", "square-rounded-letter-j", "SquareRoundedLetterJ", __iconNode$pr); const __iconNode$pq = [["path", { "d": "M10 8v8", "key": "svg-0" }], ["path", { "d": "M14 8l-2.5 4l2.5 4", "key": "svg-1" }], ["path", { "d": "M10 12h1.5", "key": "svg-2" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-3" }]]; const IconSquareRoundedLetterK = createReactComponent("outline", "square-rounded-letter-k", "SquareRoundedLetterK", __iconNode$pq); const __iconNode$pp = [["path", { "d": "M10 8v8h4", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }]]; const IconSquareRoundedLetterL = createReactComponent("outline", "square-rounded-letter-l", "SquareRoundedLetterL", __iconNode$pp); const __iconNode$po = [["path", { "d": "M9 16v-8l3 5l3 -5v8", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }]]; const IconSquareRoundedLetterM = createReactComponent("outline", "square-rounded-letter-m", "SquareRoundedLetterM", __iconNode$po); const __iconNode$pn = [["path", { "d": "M10 16v-8l4 8v-8", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }]]; const IconSquareRoundedLetterN = createReactComponent("outline", "square-rounded-letter-n", "SquareRoundedLetterN", __iconNode$pn); const __iconNode$pm = [["path", { "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }]]; const IconSquareRoundedLetterO = createReactComponent("outline", "square-rounded-letter-o", "SquareRoundedLetterO", __iconNode$pm); const __iconNode$pl = [["path", { "d": "M10 12h2a2 2 0 1 0 0 -4h-2v8", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }]]; const IconSquareRoundedLetterP = createReactComponent("outline", "square-rounded-letter-p", "SquareRoundedLetterP", __iconNode$pl); const __iconNode$pk = [["path", { "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M13 15l1 1", "key": "svg-1" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-2" }]]; const IconSquareRoundedLetterQ = createReactComponent("outline", "square-rounded-letter-q", "SquareRoundedLetterQ", __iconNode$pk); const __iconNode$pj = [["path", { "d": "M10 12h2a2 2 0 1 0 0 -4h-2v8m4 0l-3 -4", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }]]; const IconSquareRoundedLetterR = createReactComponent("outline", "square-rounded-letter-r", "SquareRoundedLetterR", __iconNode$pj); const __iconNode$pi = [["path", { "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }]]; const IconSquareRoundedLetterS = createReactComponent("outline", "square-rounded-letter-s", "SquareRoundedLetterS", __iconNode$pi); const __iconNode$ph = [["path", { "d": "M10 8h4", "key": "svg-0" }], ["path", { "d": "M12 8v8", "key": "svg-1" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-2" }]]; const IconSquareRoundedLetterT = createReactComponent("outline", "square-rounded-letter-t", "SquareRoundedLetterT", __iconNode$ph); const __iconNode$pg = [["path", { "d": "M10 8v6a2 2 0 1 0 4 0v-6", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }]]; const IconSquareRoundedLetterU = createReactComponent("outline", "square-rounded-letter-u", "SquareRoundedLetterU", __iconNode$pg); const __iconNode$pf = [["path", { "d": "M10 8l2 8l2 -8", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }]]; const IconSquareRoundedLetterV = createReactComponent("outline", "square-rounded-letter-v", "SquareRoundedLetterV", __iconNode$pf); const __iconNode$pe = [["path", { "d": "M9 8l1 8l2 -5l2 5l1 -8", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }]]; const IconSquareRoundedLetterW = createReactComponent("outline", "square-rounded-letter-w", "SquareRoundedLetterW", __iconNode$pe); const __iconNode$pd = [["path", { "d": "M10 8l4 8", "key": "svg-0" }], ["path", { "d": "M10 16l4 -8", "key": "svg-1" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-2" }]]; const IconSquareRoundedLetterX = createReactComponent("outline", "square-rounded-letter-x", "SquareRoundedLetterX", __iconNode$pd); const __iconNode$pc = [["path", { "d": "M10 8l2 5l2 -5", "key": "svg-0" }], ["path", { "d": "M12 16v-3", "key": "svg-1" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-2" }]]; const IconSquareRoundedLetterY = createReactComponent("outline", "square-rounded-letter-y", "SquareRoundedLetterY", __iconNode$pc); const __iconNode$pb = [["path", { "d": "M10 8h4l-4 8h4", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }]]; const IconSquareRoundedLetterZ = createReactComponent("outline", "square-rounded-letter-z", "SquareRoundedLetterZ", __iconNode$pb); const __iconNode$pa = [["path", { "d": "M12.5 21c-.18 .002 -.314 0 -.5 0c-7.2 0 -9 -1.8 -9 -9s1.8 -9 9 -9s9 1.8 9 9c0 1.136 -.046 2.138 -.152 3.02", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }]]; const IconSquareRoundedMinus2 = createReactComponent("outline", "square-rounded-minus-2", "SquareRoundedMinus2", __iconNode$pa); const __iconNode$p9 = [["path", { "d": "M9 12h6", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }]]; const IconSquareRoundedMinus = createReactComponent("outline", "square-rounded-minus", "SquareRoundedMinus", __iconNode$p9); const __iconNode$p8 = [["path", { "d": "M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }]]; const IconSquareRoundedNumber0 = createReactComponent("outline", "square-rounded-number-0", "SquareRoundedNumber0", __iconNode$p8); const __iconNode$p7 = [["path", { "d": "M10 10l2 -2v8", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }]]; const IconSquareRoundedNumber1 = createReactComponent("outline", "square-rounded-number-1", "SquareRoundedNumber1", __iconNode$p7); const __iconNode$p6 = [["path", { "d": "M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }]]; const IconSquareRoundedNumber2 = createReactComponent("outline", "square-rounded-number-2", "SquareRoundedNumber2", __iconNode$p6); const __iconNode$p5 = [["path", { "d": "M10 9a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }]]; const IconSquareRoundedNumber3 = createReactComponent("outline", "square-rounded-number-3", "SquareRoundedNumber3", __iconNode$p5); const __iconNode$p4 = [["path", { "d": "M10 8v3a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M14 8v8", "key": "svg-1" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-2" }]]; const IconSquareRoundedNumber4 = createReactComponent("outline", "square-rounded-number-4", "SquareRoundedNumber4", __iconNode$p4); const __iconNode$p3 = [["path", { "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }]]; const IconSquareRoundedNumber5 = createReactComponent("outline", "square-rounded-number-5", "SquareRoundedNumber5", __iconNode$p3); const __iconNode$p2 = [["path", { "d": "M14 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }]]; const IconSquareRoundedNumber6 = createReactComponent("outline", "square-rounded-number-6", "SquareRoundedNumber6", __iconNode$p2); const __iconNode$p1 = [["path", { "d": "M10 8h4l-2 8", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }]]; const IconSquareRoundedNumber7 = createReactComponent("outline", "square-rounded-number-7", "SquareRoundedNumber7", __iconNode$p1); const __iconNode$p0 = [["path", { "d": "M12 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }]]; const IconSquareRoundedNumber8 = createReactComponent("outline", "square-rounded-number-8", "SquareRoundedNumber8", __iconNode$p0); const __iconNode$o$ = [["path", { "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }]]; const IconSquareRoundedNumber9 = createReactComponent("outline", "square-rounded-number-9", "SquareRoundedNumber9", __iconNode$o$); const __iconNode$o_ = [["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-0" }], ["path", { "d": "M9 15.075l6 -6", "key": "svg-1" }], ["path", { "d": "M9 9.105v.015", "key": "svg-2" }], ["path", { "d": "M15 15.12v.015", "key": "svg-3" }]]; const IconSquareRoundedPercentage = createReactComponent("outline", "square-rounded-percentage", "SquareRoundedPercentage", __iconNode$o_); const __iconNode$oZ = [["path", { "d": "M12.54 20.996c-.176 .004 -.356 .004 -.54 .004c-7.2 0 -9 -1.8 -9 -9s1.8 -9 9 -9s9 1.8 9 9c0 .185 -.001 .366 -.004 .544", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }]]; const IconSquareRoundedPlus2 = createReactComponent("outline", "square-rounded-plus-2", "SquareRoundedPlus2", __iconNode$oZ); const __iconNode$oY = [["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-0" }], ["path", { "d": "M15 12h-6", "key": "svg-1" }], ["path", { "d": "M12 9v6", "key": "svg-2" }]]; const IconSquareRoundedPlus = createReactComponent("outline", "square-rounded-plus", "SquareRoundedPlus", __iconNode$oY); const __iconNode$oX = [["path", { "d": "M10 10l4 4m0 -4l-4 4", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }]]; const IconSquareRoundedX = createReactComponent("outline", "square-rounded-x", "SquareRoundedX", __iconNode$oX); const __iconNode$oW = [["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-0" }]]; const IconSquareRounded = createReactComponent("outline", "square-rounded", "SquareRounded", __iconNode$oW); const __iconNode$oV = [["path", { "d": "M22 12h-20", "key": "svg-0" }], ["path", { "d": "M4 14v-8a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8", "key": "svg-1" }], ["path", { "d": "M18 20a2 2 0 0 0 2 -2", "key": "svg-2" }], ["path", { "d": "M4 18a2 2 0 0 0 2 2", "key": "svg-3" }], ["path", { "d": "M14 20l-4 0", "key": "svg-4" }]]; const IconSquareToggleHorizontal = createReactComponent("outline", "square-toggle-horizontal", "SquareToggleHorizontal", __iconNode$oV); const __iconNode$oU = [["path", { "d": "M12 2l0 20", "key": "svg-0" }], ["path", { "d": "M14 20h-8a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h8", "key": "svg-1" }], ["path", { "d": "M20 6a2 2 0 0 0 -2 -2", "key": "svg-2" }], ["path", { "d": "M18 20a2 2 0 0 0 2 -2", "key": "svg-3" }], ["path", { "d": "M20 10l0 4", "key": "svg-4" }]]; const IconSquareToggle = createReactComponent("outline", "square-toggle", "SquareToggle", __iconNode$oU); const __iconNode$oT = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M9 9l6 6m0 -6l-6 6", "key": "svg-1" }]]; const IconSquareX = createReactComponent("outline", "square-x", "SquareX", __iconNode$oT); const __iconNode$oS = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }]]; const IconSquare = createReactComponent("outline", "square", "Square", __iconNode$oS); const __iconNode$oR = [["path", { "d": "M8 10a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2l0 -8", "key": "svg-0" }], ["path", { "d": "M16 8v-2a2 2 0 0 0 -2 -2h-8a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h2", "key": "svg-1" }], ["path", { "d": "M8.586 19.414l10.827 -10.827", "key": "svg-2" }]]; const IconSquaresDiagonal = createReactComponent("outline", "squares-diagonal", "SquaresDiagonal", __iconNode$oR); const __iconNode$oQ = [["path", { "d": "M8 10a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2l0 -8", "key": "svg-0" }], ["path", { "d": "M8 14.5l6.492 -6.492", "key": "svg-1" }], ["path", { "d": "M13.496 20l6.504 -6.504l-6.504 6.504", "key": "svg-2" }], ["path", { "d": "M8.586 19.414l10.827 -10.827", "key": "svg-3" }], ["path", { "d": "M16 8v-2a2 2 0 0 0 -2 -2h-8a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h2", "key": "svg-4" }]]; const IconSquaresSelected = createReactComponent("outline", "squares-selected", "SquaresSelected", __iconNode$oQ); const __iconNode$oP = [["path", { "d": "M8 10a2 2 0 0 1 2 -2h9a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-9a2 2 0 0 1 -2 -2l0 -9", "key": "svg-0" }], ["path", { "d": "M16 8v-3a2 2 0 0 0 -2 -2h-9a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h3", "key": "svg-1" }]]; const IconSquares = createReactComponent("outline", "squares", "Squares", __iconNode$oP); const __iconNode$oO = [["path", { "d": "M12 4l-8 4l8 4l8 -4l-8 -4", "key": "svg-0" }], ["path", { "d": "M4 12l8 4l8 -4", "key": "svg-1" }], ["path", { "d": "M4 16l8 4l8 -4", "key": "svg-2" }]]; const IconStack2 = createReactComponent("outline", "stack-2", "Stack2", __iconNode$oO); const __iconNode$oN = [["path", { "d": "M12 2l-8 4l8 4l8 -4l-8 -4", "key": "svg-0" }], ["path", { "d": "M4 10l8 4l8 -4", "key": "svg-1" }], ["path", { "d": "M4 18l8 4l8 -4", "key": "svg-2" }], ["path", { "d": "M4 14l8 4l8 -4", "key": "svg-3" }]]; const IconStack3 = createReactComponent("outline", "stack-3", "Stack3", __iconNode$oN); const __iconNode$oM = [["path", { "d": "M4 8l8 4l8 -4l-8 -4l-8 4", "key": "svg-0" }], ["path", { "d": "M12 16l-4 -2l-4 2l8 4l8 -4l-4 -2l-4 2", "fill": "currentColor", "key": "svg-1" }], ["path", { "d": "M8 10l-4 2l4 2m8 0l4 -2l-4 -2", "key": "svg-2" }]]; const IconStackBack = createReactComponent("outline", "stack-back", "StackBack", __iconNode$oM); const __iconNode$oL = [["path", { "d": "M14 12l6 -3l-8 -4l-8 4l6 3", "key": "svg-0" }], ["path", { "d": "M10 12l-6 3l8 4l8 -4l-6 -3l-2 1l-2 -1", "fill": "currentColor", "key": "svg-1" }]]; const IconStackBackward = createReactComponent("outline", "stack-backward", "StackBackward", __iconNode$oL); const __iconNode$oK = [["path", { "d": "M12 5l-8 4l8 4l8 -4l-8 -4", "fill": "currentColor", "key": "svg-0" }], ["path", { "d": "M10 12l-6 3l8 4l8 -4l-6 -3", "key": "svg-1" }]]; const IconStackForward = createReactComponent("outline", "stack-forward", "StackForward", __iconNode$oK); const __iconNode$oJ = [["path", { "d": "M12 4l-8 4l8 4l8 -4l-8 -4", "fill": "currentColor", "key": "svg-0" }], ["path", { "d": "M8 14l-4 2l8 4l8 -4l-4 -2", "key": "svg-1" }], ["path", { "d": "M8 10l-4 2l8 4l8 -4l-4 -2", "key": "svg-2" }]]; const IconStackFront = createReactComponent("outline", "stack-front", "StackFront", __iconNode$oJ); const __iconNode$oI = [["path", { "d": "M16 10l4 -2l-8 -4l-8 4l4 2", "key": "svg-0" }], ["path", { "d": "M12 12l-4 -2l-4 2l8 4l8 -4l-4 -2l-4 2", "fill": "currentColor", "key": "svg-1" }], ["path", { "d": "M8 14l-4 2l8 4l8 -4l-4 -2", "key": "svg-2" }]]; const IconStackMiddle = createReactComponent("outline", "stack-middle", "StackMiddle", __iconNode$oI); const __iconNode$oH = [["path", { "d": "M7 9.5l-3 1.5l8 4l8 -4l-3 -1.5", "key": "svg-0" }], ["path", { "d": "M4 15l8 4l8 -4", "key": "svg-1" }], ["path", { "d": "M12 11v-7", "key": "svg-2" }], ["path", { "d": "M9 7l3 -3l3 3", "key": "svg-3" }]]; const IconStackPop = createReactComponent("outline", "stack-pop", "StackPop", __iconNode$oH); const __iconNode$oG = [["path", { "d": "M6 10l-2 1l8 4l8 -4l-2 -1", "key": "svg-0" }], ["path", { "d": "M4 15l8 4l8 -4", "key": "svg-1" }], ["path", { "d": "M12 4v7", "key": "svg-2" }], ["path", { "d": "M15 8l-3 3l-3 -3", "key": "svg-3" }]]; const IconStackPush = createReactComponent("outline", "stack-push", "StackPush", __iconNode$oG); const __iconNode$oF = [["path", { "d": "M12 6l-8 4l8 4l8 -4l-8 -4", "key": "svg-0" }], ["path", { "d": "M4 14l8 4l8 -4", "key": "svg-1" }]]; const IconStack = createReactComponent("outline", "stack", "Stack", __iconNode$oF); const __iconNode$oE = [["path", { "d": "M22 21h-5v-5h-5v-5h-5v-5h-5", "key": "svg-0" }], ["path", { "d": "M18 3v7", "key": "svg-1" }], ["path", { "d": "M15 7l3 3l3 -3", "key": "svg-2" }]]; const IconStairsDown = createReactComponent("outline", "stairs-down", "StairsDown", __iconNode$oE); const __iconNode$oD = [["path", { "d": "M22 6h-5v5h-5v5h-5v5h-5", "key": "svg-0" }], ["path", { "d": "M6 10v-7", "key": "svg-1" }], ["path", { "d": "M3 6l3 -3l3 3", "key": "svg-2" }]]; const IconStairsUp = createReactComponent("outline", "stairs-up", "StairsUp", __iconNode$oD); const __iconNode$oC = [["path", { "d": "M22 5h-5v5h-5v5h-5v5h-5", "key": "svg-0" }]]; const IconStairs = createReactComponent("outline", "stairs", "Stairs", __iconNode$oC); const __iconNode$oB = [["path", { "d": "M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l.007 15.748", "key": "svg-0" }]]; const IconStarHalf = createReactComponent("outline", "star-half", "StarHalf", __iconNode$oB); const __iconNode$oA = [["path", { "d": "M3 3l18 18", "key": "svg-0" }], ["path", { "d": "M10.012 6.016l1.981 -4.014l3.086 6.253l6.9 1l-4.421 4.304m.012 4.01l.588 3.426l-6.158 -3.245l-6.172 3.245l1.179 -6.873l-5 -4.867l6.327 -.917", "key": "svg-1" }]]; const IconStarOff = createReactComponent("outline", "star-off", "StarOff", __iconNode$oA); const __iconNode$oz = [["path", { "d": "M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873l-6.158 -3.245", "key": "svg-0" }]]; const IconStar = createReactComponent("outline", "star", "Star", __iconNode$oz); const __iconNode$oy = [["path", { "d": "M17.373 13.371l.076 -.154a.392 .392 0 0 1 .702 0l.907 1.831m.367 .39c.498 .071 1.245 .18 2.24 .324a.39 .39 0 0 1 .217 .665c-.326 .316 -.57 .553 -.732 .712m-.611 3.405a.39 .39 0 0 1 -.567 .411l-2.172 -1.138l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l1.601 -.232", "key": "svg-0" }], ["path", { "d": "M6.2 19.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-1" }], ["path", { "d": "M9.557 5.556l1 -.146l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.014 .187m-4.153 -.166l-.744 .39a.392 .392 0 0 1 -.568 -.41l.188 -1.093", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconStarsOff = createReactComponent("outline", "stars-off", "StarsOff", __iconNode$oy); const __iconNode$ox = [["path", { "d": "M17.8 19.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-0" }], ["path", { "d": "M6.2 19.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-1" }], ["path", { "d": "M12 9.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-2" }]]; const IconStars = createReactComponent("outline", "stars", "Stars", __iconNode$ox); const __iconNode$ow = [["path", { "d": "M4 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M16 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M6 12v-2a6 6 0 1 1 12 0v2", "key": "svg-2" }], ["path", { "d": "M15 9l3 3l3 -3", "key": "svg-3" }]]; const IconStatusChange = createReactComponent("outline", "status-change", "StatusChange", __iconNode$ow); const __iconNode$ov = [["path", { "d": "M11 4a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M3 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }], ["path", { "d": "M19 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }], ["path", { "d": "M11 20a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-3" }], ["path", { "d": "M5.5 5.5l3 3", "key": "svg-4" }], ["path", { "d": "M15.5 15.5l3 3", "key": "svg-5" }], ["path", { "d": "M18.5 5.5l-3 3", "key": "svg-6" }], ["path", { "d": "M8.5 15.5l-3 3", "key": "svg-7" }]]; const IconSteam = createReactComponent("outline", "steam", "Steam", __iconNode$ov); const __iconNode$ou = [["path", { "d": "M20.04 16.048a9 9 0 0 0 -12.083 -12.09m-2.32 1.678a9 9 0 1 0 12.737 12.719", "key": "svg-0" }], ["path", { "d": "M10.595 10.576a2 2 0 1 0 2.827 2.83", "key": "svg-1" }], ["path", { "d": "M12 14v7", "key": "svg-2" }], ["path", { "d": "M10 12l-6.75 -2", "key": "svg-3" }], ["path", { "d": "M15.542 11.543l5.208 -1.543", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconSteeringWheelOff = createReactComponent("outline", "steering-wheel-off", "SteeringWheelOff", __iconNode$ou); const __iconNode$ot = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M12 14l0 7", "key": "svg-2" }], ["path", { "d": "M10 12l-6.75 -2", "key": "svg-3" }], ["path", { "d": "M14 12l6.75 -2", "key": "svg-4" }]]; const IconSteeringWheel = createReactComponent("outline", "steering-wheel", "SteeringWheel", __iconNode$ot); const __iconNode$os = [["path", { "d": "M12 3l0 12", "key": "svg-0" }], ["path", { "d": "M16 11l-4 4", "key": "svg-1" }], ["path", { "d": "M8 11l4 4", "key": "svg-2" }], ["path", { "d": "M11 20a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-3" }]]; const IconStepInto = createReactComponent("outline", "step-into", "StepInto", __iconNode$os); const __iconNode$or = [["path", { "d": "M12 3l0 12", "key": "svg-0" }], ["path", { "d": "M16 7l-4 -4", "key": "svg-1" }], ["path", { "d": "M8 7l4 -4", "key": "svg-2" }], ["path", { "d": "M11 20a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-3" }]]; const IconStepOut = createReactComponent("outline", "step-out", "StepOut", __iconNode$or); const __iconNode$oq = [["path", { "d": "M8 3h-2l-3 9", "key": "svg-0" }], ["path", { "d": "M16 3h2l3 9", "key": "svg-1" }], ["path", { "d": "M3 12v7a1 1 0 0 0 1 1h4.586a1 1 0 0 0 .707 -.293l2 -2a1 1 0 0 1 1.414 0l2 2a1 1 0 0 0 .707 .293h4.586a1 1 0 0 0 1 -1v-7h-18", "key": "svg-2" }], ["path", { "d": "M7 16h1", "key": "svg-3" }], ["path", { "d": "M16 16h1", "key": "svg-4" }]]; const IconStereoGlasses = createReactComponent("outline", "stereo-glasses", "StereoGlasses", __iconNode$oq); const __iconNode$op = [["path", { "d": "M4.172 4.179a2 2 0 0 0 -1.172 1.821v3.5a5.5 5.5 0 0 0 9.856 3.358m1.144 -2.858v-4a2 2 0 0 0 -2 -2h-1", "key": "svg-0" }], ["path", { "d": "M8 15a6 6 0 0 0 10.714 3.712m1.216 -2.798c.046 -.3 .07 -.605 .07 -.914v-3", "key": "svg-1" }], ["path", { "d": "M11 3v2", "key": "svg-2" }], ["path", { "d": "M18 10a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconStethoscopeOff = createReactComponent("outline", "stethoscope-off", "StethoscopeOff", __iconNode$op); const __iconNode$oo = [["path", { "d": "M6 4h-1a2 2 0 0 0 -2 2v3.5a5.5 5.5 0 0 0 11 0v-3.5a2 2 0 0 0 -2 -2h-1", "key": "svg-0" }], ["path", { "d": "M8 15a6 6 0 1 0 12 0v-3", "key": "svg-1" }], ["path", { "d": "M11 3v2", "key": "svg-2" }], ["path", { "d": "M6 3v2", "key": "svg-3" }], ["path", { "d": "M18 10a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-4" }]]; const IconStethoscope = createReactComponent("outline", "stethoscope", "Stethoscope", __iconNode$oo); const __iconNode$on = [["path", { "d": "M6 4h12a2 2 0 0 1 2 2v7h-5a2 2 0 0 0 -2 2v5h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M20 13v.172a2 2 0 0 1 -.586 1.414l-4.828 4.828a2 2 0 0 1 -1.414 .586h-.172", "key": "svg-1" }]]; const IconSticker2 = createReactComponent("outline", "sticker-2", "Sticker2", __iconNode$on); const __iconNode$om = [["path", { "d": "M20 12l-2 .5a6 6 0 0 1 -6.5 -6.5l.5 -2l8 8", "key": "svg-0" }], ["path", { "d": "M20 12a8 8 0 1 1 -8 -8", "key": "svg-1" }]]; const IconSticker = createReactComponent("outline", "sticker", "Sticker", __iconNode$om); const __iconNode$ol = [["path", { "d": "M5 13a7 7 0 1 0 14 0a7 7 0 0 0 -14 0", "key": "svg-0" }], ["path", { "d": "M14.5 10.5l-2.5 2.5", "key": "svg-1" }], ["path", { "d": "M17 8l1 -1", "key": "svg-2" }], ["path", { "d": "M14 3h-4", "key": "svg-3" }]]; const IconStopwatch = createReactComponent("outline", "stopwatch", "Stopwatch", __iconNode$ol); const __iconNode$ok = [["path", { "d": "M9.884 9.874a3 3 0 1 0 4.24 4.246m.57 -3.441a3.012 3.012 0 0 0 -1.41 -1.39", "key": "svg-0" }], ["path", { "d": "M7.037 7.063a7 7 0 0 0 9.907 9.892m1.585 -2.426a7 7 0 0 0 -9.058 -9.059", "key": "svg-1" }], ["path", { "d": "M5.369 14.236c-1.605 -3.428 -1.597 -6.673 -1 -9.849", "key": "svg-2" }], ["path", { "d": "M18.63 9.76a14.323 14.323 0 0 1 1.368 6.251m-.37 3.608c-.087 .46 -.187 .92 -.295 1.377", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconStormOff = createReactComponent("outline", "storm-off", "StormOff", __iconNode$ok); const __iconNode$oj = [["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M5 12a7 7 0 1 0 14 0a7 7 0 1 0 -14 0", "key": "svg-1" }], ["path", { "d": "M5.369 14.236c-1.839 -3.929 -1.561 -7.616 -.704 -11.236", "key": "svg-2" }], ["path", { "d": "M18.63 9.76c1.837 3.928 1.561 7.615 .703 11.236", "key": "svg-3" }]]; const IconStorm = createReactComponent("outline", "storm", "Storm", __iconNode$oj); const __iconNode$oi = [["path", { "d": "M11 4a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-0" }], ["path", { "d": "M6.5 21l3.5 -5", "key": "svg-1" }], ["path", { "d": "M5 11l7 -2", "key": "svg-2" }], ["path", { "d": "M16 21l-4 -7v-5l7 -4", "key": "svg-3" }]]; const IconStretching2 = createReactComponent("outline", "stretching-2", "Stretching2", __iconNode$oi); const __iconNode$oh = [["path", { "d": "M15 5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M5 20l5 -.5l1 -2", "key": "svg-1" }], ["path", { "d": "M18 20v-5h-5.5l2.5 -6.5l-5.5 1l1.5 2", "key": "svg-2" }]]; const IconStretching = createReactComponent("outline", "stretching", "Stretching", __iconNode$oh); const __iconNode$og = [["path", { "d": "M5 12l14 0", "key": "svg-0" }], ["path", { "d": "M16 6.5a4 2 0 0 0 -4 -1.5h-1a3.5 3.5 0 0 0 0 7h2a3.5 3.5 0 0 1 0 7h-1.5a4 2 0 0 1 -4 -1.5", "key": "svg-1" }]]; const IconStrikethrough = createReactComponent("outline", "strikethrough", "Strikethrough", __iconNode$og); const __iconNode$of = [["path", { "d": "M4 19h1.341a7 7 0 0 0 6.845 -5.533l.628 -2.934a7 7 0 0 1 6.846 -5.533h1.34", "key": "svg-0" }]]; const IconStrokeCurved = createReactComponent("outline", "stroke-curved", "StrokeCurved", __iconNode$of); const __iconNode$oe = [["path", { "d": "M4 19h6a2 2 0 0 0 2 -2v-10a2 2 0 0 1 2 -2h7", "key": "svg-0" }]]; const IconStrokeDynamic = createReactComponent("outline", "stroke-dynamic", "StrokeDynamic", __iconNode$oe); const __iconNode$od = [["path", { "d": "M4 19l16 -14", "key": "svg-0" }]]; const IconStrokeStraight = createReactComponent("outline", "stroke-straight", "StrokeStraight", __iconNode$od); const __iconNode$oc = [["path", { "d": "M3 11v6h2l1 -1.5l3 1.5h10a3 3 0 0 0 0 -6h-10l-3 1.5l-1 -1.5h-2", "key": "svg-0" }], ["path", { "d": "M17 11l-1 -3h-5l-1 3", "key": "svg-1" }], ["path", { "d": "M13 8v-2a1 1 0 0 1 1 -1h1", "key": "svg-2" }]]; const IconSubmarine = createReactComponent("outline", "submarine", "Submarine", __iconNode$oc); const __iconNode$ob = [["path", { "d": "M5 7l8 10m-8 0l8 -10", "key": "svg-0" }], ["path", { "d": "M21 20h-4l3.5 -4a1.73 1.73 0 0 0 -3.5 -2", "key": "svg-1" }]]; const IconSubscript = createReactComponent("outline", "subscript", "Subscript", __iconNode$ob); const __iconNode$oa = [["path", { "d": "M6 9l6 0", "key": "svg-0" }], ["path", { "d": "M4 5l4 0", "key": "svg-1" }], ["path", { "d": "M6 5v11a1 1 0 0 0 1 1h5", "key": "svg-2" }], ["path", { "d": "M12 8a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1l0 -2", "key": "svg-3" }], ["path", { "d": "M12 16a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1l0 -2", "key": "svg-4" }]]; const IconSubtask = createReactComponent("outline", "subtask", "Subtask", __iconNode$oa); const __iconNode$o9 = [["path", { "d": "M11.5 19h-5.5a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4", "key": "svg-0" }], ["path", { "d": "M7 15h5", "key": "svg-1" }], ["path", { "d": "M17 12h-3", "key": "svg-2" }], ["path", { "d": "M11 12h-1", "key": "svg-3" }], ["path", { "d": "M19 22.5a4.75 4.75 0 0 1 3.5 -3.5a4.75 4.75 0 0 1 -3.5 -3.5a4.75 4.75 0 0 1 -3.5 3.5a4.75 4.75 0 0 1 3.5 3.5", "key": "svg-4" }]]; const IconSubtitlesAi = createReactComponent("outline", "subtitles-ai", "SubtitlesAi", __iconNode$o9); const __iconNode$o8 = [["path", { "d": "M11.5 19h-5.5a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v3", "key": "svg-0" }], ["path", { "d": "M7 15h5", "key": "svg-1" }], ["path", { "d": "M17 12h-3", "key": "svg-2" }], ["path", { "d": "M11 12h-1", "key": "svg-3" }], ["path", { "d": "M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39", "key": "svg-4" }]]; const IconSubtitlesEdit = createReactComponent("outline", "subtitles-edit", "SubtitlesEdit", __iconNode$o8); const __iconNode$o7 = [["path", { "d": "M9 5h9a3 3 0 0 1 3 3v8a3 3 0 0 1 -.13 .874m-2.006 2a3 3 0 0 1 -.864 .126h-12a3 3 0 0 1 -3 -3v-8c0 -1.35 .893 -2.493 2.12 -2.869", "key": "svg-0" }], ["path", { "d": "M7 15h5", "key": "svg-1" }], ["path", { "d": "M17 12h-1", "key": "svg-2" }], ["path", { "d": "M12 12h-2", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconSubtitlesOff = createReactComponent("outline", "subtitles-off", "SubtitlesOff", __iconNode$o7); const __iconNode$o6 = [["path", { "d": "M18 5a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3l12 0", "key": "svg-0" }], ["path", { "d": "M7 15h5", "key": "svg-1" }], ["path", { "d": "M15 15h2", "key": "svg-2" }], ["path", { "d": "M17 12h-3", "key": "svg-3" }], ["path", { "d": "M11 12h-1", "key": "svg-4" }]]; const IconSubtitles = createReactComponent("outline", "subtitles", "Subtitles", __iconNode$o6); const __iconNode$o5 = [["path", { "d": "M18 18a1 1 0 0 1 -1 1h-11l6 -7m-3 -7h8a1 1 0 0 1 1 1v2", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconSumOff = createReactComponent("outline", "sum-off", "SumOff", __iconNode$o5); const __iconNode$o4 = [["path", { "d": "M18 16v2a1 1 0 0 1 -1 1h-11l6 -7l-6 -7h11a1 1 0 0 1 1 1v2", "key": "svg-0" }]]; const IconSum = createReactComponent("outline", "sum", "Sum", __iconNode$o4); const __iconNode$o3 = [["path", { "d": "M8 12a4 4 0 0 0 4 4m0 -8a4 4 0 0 0 -4 4", "key": "svg-0" }], ["path", { "d": "M3 12h1", "key": "svg-1" }], ["path", { "d": "M12 3v1", "key": "svg-2" }], ["path", { "d": "M12 20v1", "key": "svg-3" }], ["path", { "d": "M5.6 5.6l.7 .7", "key": "svg-4" }], ["path", { "d": "M6.3 17.7l-.7 .7", "key": "svg-5" }], ["path", { "d": "M20 7l-3 5h4l-3 5", "key": "svg-6" }]]; const IconSunElectricity = createReactComponent("outline", "sun-electricity", "SunElectricity", __iconNode$o3); const __iconNode$o2 = [["path", { "d": "M14.828 14.828a4 4 0 1 0 -5.656 -5.656a4 4 0 0 0 5.656 5.656", "key": "svg-0" }], ["path", { "d": "M6.343 17.657l-1.414 1.414", "key": "svg-1" }], ["path", { "d": "M6.343 6.343l-1.414 -1.414", "key": "svg-2" }], ["path", { "d": "M17.657 6.343l1.414 -1.414", "key": "svg-3" }], ["path", { "d": "M17.657 17.657l1.414 1.414", "key": "svg-4" }], ["path", { "d": "M4 12h-2", "key": "svg-5" }], ["path", { "d": "M12 4v-2", "key": "svg-6" }], ["path", { "d": "M20 12h2", "key": "svg-7" }], ["path", { "d": "M12 20v2", "key": "svg-8" }]]; const IconSunHigh = createReactComponent("outline", "sun-high", "SunHigh", __iconNode$o2); const __iconNode$o1 = [["path", { "d": "M8 12a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-0" }], ["path", { "d": "M4 12h.01", "key": "svg-1" }], ["path", { "d": "M12 4v.01", "key": "svg-2" }], ["path", { "d": "M20 12h.01", "key": "svg-3" }], ["path", { "d": "M12 20v.01", "key": "svg-4" }], ["path", { "d": "M6.31 6.31l-.01 -.01", "key": "svg-5" }], ["path", { "d": "M17.71 6.31l-.01 -.01", "key": "svg-6" }], ["path", { "d": "M17.7 17.7l.01 .01", "key": "svg-7" }], ["path", { "d": "M6.3 17.7l.01 .01", "key": "svg-8" }]]; const IconSunLow = createReactComponent("outline", "sun-low", "SunLow", __iconNode$o1); const __iconNode$o0 = [["path", { "d": "M9.173 14.83a4 4 0 1 1 5.657 -5.657", "key": "svg-0" }], ["path", { "d": "M11.294 12.707l.174 .247a7.5 7.5 0 0 0 8.845 2.492a9 9 0 0 1 -14.671 2.914", "key": "svg-1" }], ["path", { "d": "M3 12h1", "key": "svg-2" }], ["path", { "d": "M12 3v1", "key": "svg-3" }], ["path", { "d": "M5.6 5.6l.7 .7", "key": "svg-4" }], ["path", { "d": "M3 21l18 -18", "key": "svg-5" }]]; const IconSunMoon = createReactComponent("outline", "sun-moon", "SunMoon", __iconNode$o0); const __iconNode$n$ = [["path", { "d": "M3 3l18 18", "key": "svg-0" }], ["path", { "d": "M16 12a4 4 0 0 0 -4 -4m-2.834 1.177a4 4 0 0 0 5.66 5.654", "key": "svg-1" }], ["path", { "d": "M3 12h1m8 -9v1m8 8h1m-9 8v1m-6.4 -15.4l.7 .7m12.1 -.7l-.7 .7m0 11.4l.7 .7m-12.1 -.7l-.7 .7", "key": "svg-2" }]]; const IconSunOff = createReactComponent("outline", "sun-off", "SunOff", __iconNode$n$); const __iconNode$n_ = [["path", { "d": "M14.468 10a4 4 0 1 0 -5.466 5.46", "key": "svg-0" }], ["path", { "d": "M2 12h1", "key": "svg-1" }], ["path", { "d": "M11 3v1", "key": "svg-2" }], ["path", { "d": "M11 20v1", "key": "svg-3" }], ["path", { "d": "M4.6 5.6l.7 .7", "key": "svg-4" }], ["path", { "d": "M17.4 5.6l-.7 .7", "key": "svg-5" }], ["path", { "d": "M5.3 17.7l-.7 .7", "key": "svg-6" }], ["path", { "d": "M15 13h5a2 2 0 1 0 0 -4", "key": "svg-7" }], ["path", { "d": "M12 16h5.714l.253 0a2 2 0 0 1 2.033 2a2 2 0 0 1 -2 2h-.286", "key": "svg-8" }]]; const IconSunWind = createReactComponent("outline", "sun-wind", "SunWind", __iconNode$n_); const __iconNode$nZ = [["path", { "d": "M8 12a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-0" }], ["path", { "d": "M3 12h1m8 -9v1m8 8h1m-9 8v1m-6.4 -15.4l.7 .7m12.1 -.7l-.7 .7m0 11.4l.7 .7m-12.1 -.7l-.7 .7", "key": "svg-1" }]]; const IconSun = createReactComponent("outline", "sun", "Sun", __iconNode$nZ); const __iconNode$nY = [["path", { "d": "M8 4h-2l-3 10", "key": "svg-0" }], ["path", { "d": "M16 4h2l3 10", "key": "svg-1" }], ["path", { "d": "M10 16h4", "key": "svg-2" }], ["path", { "d": "M21 16.5a3.5 3.5 0 0 1 -7 0v-2.5h7v2.5", "key": "svg-3" }], ["path", { "d": "M10 16.5a3.5 3.5 0 0 1 -7 0v-2.5h7v2.5", "key": "svg-4" }], ["path", { "d": "M4 14l4.5 4.5", "key": "svg-5" }], ["path", { "d": "M15 14l4.5 4.5", "key": "svg-6" }]]; const IconSunglasses = createReactComponent("outline", "sunglasses", "Sunglasses", __iconNode$nY); const __iconNode$nX = [["path", { "d": "M3 17h1m16 0h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7m-9.7 5.7a4 4 0 0 1 8 0", "key": "svg-0" }], ["path", { "d": "M3 21l18 0", "key": "svg-1" }], ["path", { "d": "M12 9v-6l3 3m-6 0l3 -3", "key": "svg-2" }]]; const IconSunrise = createReactComponent("outline", "sunrise", "Sunrise", __iconNode$nX); const __iconNode$nW = [["path", { "d": "M3 13h1", "key": "svg-0" }], ["path", { "d": "M20 13h1", "key": "svg-1" }], ["path", { "d": "M5.6 6.6l.7 .7", "key": "svg-2" }], ["path", { "d": "M18.4 6.6l-.7 .7", "key": "svg-3" }], ["path", { "d": "M8 13a4 4 0 1 1 8 0", "key": "svg-4" }], ["path", { "d": "M3 17h18", "key": "svg-5" }], ["path", { "d": "M7 20h5", "key": "svg-6" }], ["path", { "d": "M16 20h1", "key": "svg-7" }], ["path", { "d": "M12 5v-1", "key": "svg-8" }]]; const IconSunset2 = createReactComponent("outline", "sunset-2", "Sunset2", __iconNode$nW); const __iconNode$nV = [["path", { "d": "M3 17h1m16 0h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7m-9.7 5.7a4 4 0 0 1 8 0", "key": "svg-0" }], ["path", { "d": "M3 21l18 0", "key": "svg-1" }], ["path", { "d": "M12 3v6l3 -3m-6 0l3 3", "key": "svg-2" }]]; const IconSunset = createReactComponent("outline", "sunset", "Sunset", __iconNode$nV); const __iconNode$nU = [["path", { "d": "M5 7l8 10m-8 0l8 -10", "key": "svg-0" }], ["path", { "d": "M21 11h-4l3.5 -4a1.73 1.73 0 0 0 -3.5 -2", "key": "svg-1" }]]; const IconSuperscript = createReactComponent("outline", "superscript", "Superscript", __iconNode$nU); const __iconNode$nT = [["path", { "d": "M21 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1", "key": "svg-0" }], ["path", { "d": "M7 8h-3a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3", "key": "svg-1" }], ["path", { "d": "M10 8l1.5 8h1l1.5 -8", "key": "svg-2" }]]; const IconSvg = createReactComponent("outline", "svg", "Svg", __iconNode$nT); const __iconNode$nS = [["path", { "d": "M15 9a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M6 11l4 -2l3.5 3l-1.5 2", "key": "svg-1" }], ["path", { "d": "M3 16.75a2.4 2.4 0 0 0 1 .25a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 1 -.25", "key": "svg-2" }]]; const IconSwimming = createReactComponent("outline", "swimming", "Swimming", __iconNode$nS); const __iconNode$nR = [["path", { "d": "M12 4a4 4 0 1 1 0 8a4 4 0 0 1 0 -8", "key": "svg-0" }], ["path", { "d": "M12 12v8", "key": "svg-1" }], ["path", { "d": "M9 17l3 3l3 -3", "key": "svg-2" }]]; const IconSwipeDown = createReactComponent("outline", "swipe-down", "SwipeDown", __iconNode$nR); const __iconNode$nQ = [["path", { "d": "M20 12a4 4 0 1 0 -8 0a4 4 0 0 0 8 0", "key": "svg-0" }], ["path", { "d": "M12 12h-8", "key": "svg-1" }], ["path", { "d": "M7 15l-3 -3l3 -3", "key": "svg-2" }]]; const IconSwipeLeft = createReactComponent("outline", "swipe-left", "SwipeLeft", __iconNode$nQ); const __iconNode$nP = [["path", { "d": "M4 12a4 4 0 1 1 8 0a4 4 0 0 1 -8 0", "key": "svg-0" }], ["path", { "d": "M12 12h8", "key": "svg-1" }], ["path", { "d": "M17 15l3 -3l-3 -3", "key": "svg-2" }]]; const IconSwipeRight = createReactComponent("outline", "swipe-right", "SwipeRight", __iconNode$nP); const __iconNode$nO = [["path", { "d": "M8 16a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-0" }], ["path", { "d": "M12 12v-8", "key": "svg-1" }], ["path", { "d": "M9 7l3 -3l3 3", "key": "svg-2" }]]; const IconSwipeUp = createReactComponent("outline", "swipe-up", "SwipeUp", __iconNode$nO); const __iconNode$nN = [["path", { "d": "M15 16.572v2.42a2.01 2.01 0 0 1 -2.009 2.008h-7.981a2.01 2.01 0 0 1 -2.01 -2.009v-7.981a2.01 2.01 0 0 1 2.009 -2.01h2.954", "key": "svg-0" }], ["path", { "d": "M9.167 4.511a2.04 2.04 0 0 1 2.496 -1.441l7.826 2.097a2.04 2.04 0 0 1 1.441 2.496l-2.097 7.826a2.04 2.04 0 0 1 -2.496 1.441l-7.827 -2.097a2.04 2.04 0 0 1 -1.441 -2.496l2.098 -7.827l0 .001", "key": "svg-1" }]]; const IconSwipe = createReactComponent("outline", "swipe", "Swipe", __iconNode$nN); const __iconNode$nM = [["path", { "d": "M3 17h5l1.67 -2.386m3.66 -5.227l1.67 -2.387h6", "key": "svg-0" }], ["path", { "d": "M18 4l3 3l-3 3", "key": "svg-1" }], ["path", { "d": "M3 7h5l7 10h6", "key": "svg-2" }], ["path", { "d": "M18 20l3 -3l-3 -3", "key": "svg-3" }]]; const IconSwitch2 = createReactComponent("outline", "switch-2", "Switch2", __iconNode$nM); const __iconNode$nL = [["path", { "d": "M3 17h2.397a5 5 0 0 0 4.096 -2.133l.177 -.253m3.66 -5.227l.177 -.254a5 5 0 0 1 4.096 -2.133h3.397", "key": "svg-0" }], ["path", { "d": "M18 4l3 3l-3 3", "key": "svg-1" }], ["path", { "d": "M3 7h2.397a5 5 0 0 1 4.096 2.133l4.014 5.734a5 5 0 0 0 4.096 2.133h3.397", "key": "svg-2" }], ["path", { "d": "M18 20l3 -3l-3 -3", "key": "svg-3" }]]; const IconSwitch3 = createReactComponent("outline", "switch-3", "Switch3", __iconNode$nL); const __iconNode$nK = [["path", { "d": "M16 3l4 4l-4 4", "key": "svg-0" }], ["path", { "d": "M10 7l10 0", "key": "svg-1" }], ["path", { "d": "M8 13l-4 4l4 4", "key": "svg-2" }], ["path", { "d": "M4 17l9 0", "key": "svg-3" }]]; const IconSwitchHorizontal = createReactComponent("outline", "switch-horizontal", "SwitchHorizontal", __iconNode$nK); const __iconNode$nJ = [["path", { "d": "M3 8l4 -4l4 4", "key": "svg-0" }], ["path", { "d": "M7 4l0 9", "key": "svg-1" }], ["path", { "d": "M13 16l4 4l4 -4", "key": "svg-2" }], ["path", { "d": "M17 10l0 10", "key": "svg-3" }]]; const IconSwitchVertical = createReactComponent("outline", "switch-vertical", "SwitchVertical", __iconNode$nJ); const __iconNode$nI = [["path", { "d": "M15 4l4 0l0 4", "key": "svg-0" }], ["path", { "d": "M14.75 9.25l4.25 -5.25", "key": "svg-1" }], ["path", { "d": "M5 19l4 -4", "key": "svg-2" }], ["path", { "d": "M15 19l4 0l0 -4", "key": "svg-3" }], ["path", { "d": "M5 5l14 14", "key": "svg-4" }]]; const IconSwitch = createReactComponent("outline", "switch", "Switch", __iconNode$nI); const __iconNode$nH = [["path", { "d": "M11.938 7.937l3.062 -3.937h5v5l-3.928 3.055m-2.259 1.757l-2.813 2.188l-4 4l-3 -3l4 -4l2.19 -2.815", "key": "svg-0" }], ["path", { "d": "M6.5 11.5l6 6", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconSwordOff = createReactComponent("outline", "sword-off", "SwordOff", __iconNode$nH); const __iconNode$nG = [["path", { "d": "M20 4v5l-9 7l-4 4l-3 -3l4 -4l7 -9l5 0", "key": "svg-0" }], ["path", { "d": "M6.5 11.5l6 6", "key": "svg-1" }]]; const IconSword = createReactComponent("outline", "sword", "Sword", __iconNode$nG); const __iconNode$nF = [["path", { "d": "M21 3v5l-11 9l-4 4l-3 -3l4 -4l9 -11l5 0", "key": "svg-0" }], ["path", { "d": "M5 13l6 6", "key": "svg-1" }], ["path", { "d": "M14.32 17.32l3.68 3.68l3 -3l-3.365 -3.365", "key": "svg-2" }], ["path", { "d": "M10 5.5l-2 -2.5h-5v5l3 2.5", "key": "svg-3" }]]; const IconSwords = createReactComponent("outline", "swords", "Swords", __iconNode$nF); const __iconNode$nE = [["path", { "d": "M3 12v-7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-7", "key": "svg-0" }], ["path", { "d": "M3 10h18", "key": "svg-1" }], ["path", { "d": "M10 3v10", "key": "svg-2" }], ["path", { "d": "M2 17a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-4", "key": "svg-3" }]]; const IconTableAlias = createReactComponent("outline", "table-alias", "TableAlias", __iconNode$nE); const __iconNode$nD = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M10 10h11", "key": "svg-1" }], ["path", { "d": "M10 3v18", "key": "svg-2" }], ["path", { "d": "M9 3l-6 6", "key": "svg-3" }], ["path", { "d": "M10 7l-7 7", "key": "svg-4" }], ["path", { "d": "M10 12l-7 7", "key": "svg-5" }], ["path", { "d": "M10 17l-4 4", "key": "svg-6" }]]; const IconTableColumn = createReactComponent("outline", "table-column", "TableColumn", __iconNode$nD); const __iconNode$nC = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2l0 -14", "key": "svg-0" }], ["path", { "d": "M3 10h18", "key": "svg-1" }], ["path", { "d": "M10 3v18", "key": "svg-2" }]]; const IconTableDashed = createReactComponent("outline", "table-dashed", "TableDashed", __iconNode$nC); const __iconNode$nB = [["path", { "d": "M12.5 21h-7.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7.5", "key": "svg-0" }], ["path", { "d": "M3 10h18", "key": "svg-1" }], ["path", { "d": "M10 3v18", "key": "svg-2" }], ["path", { "d": "M19 16v6", "key": "svg-3" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-4" }]]; const IconTableDown = createReactComponent("outline", "table-down", "TableDown", __iconNode$nB); const __iconNode$nA = [["path", { "d": "M12.5 21h-7.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7.5", "key": "svg-0" }], ["path", { "d": "M3 10h18", "key": "svg-1" }], ["path", { "d": "M10 3v18", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }], ["path", { "d": "M19 16l3 3l-3 3", "key": "svg-4" }]]; const IconTableExport = createReactComponent("outline", "table-export", "TableExport", __iconNode$nA); const __iconNode$nz = [["path", { "d": "M11.5 21h-6.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6", "key": "svg-0" }], ["path", { "d": "M3 10h18", "key": "svg-1" }], ["path", { "d": "M10 3v18", "key": "svg-2" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-3" }]]; const IconTableHeart = createReactComponent("outline", "table-heart", "TableHeart", __iconNode$nz); const __iconNode$ny = [["path", { "d": "M12 21h-7a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v8", "key": "svg-0" }], ["path", { "d": "M3 10h18", "key": "svg-1" }], ["path", { "d": "M10 3v18", "key": "svg-2" }], ["path", { "d": "M19 22v-6", "key": "svg-3" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-4" }]]; const IconTableImport = createReactComponent("outline", "table-import", "TableImport", __iconNode$ny); const __iconNode$nx = [["path", { "d": "M12.5 21h-7.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10", "key": "svg-0" }], ["path", { "d": "M3 10h18", "key": "svg-1" }], ["path", { "d": "M10 3v18", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }]]; const IconTableMinus = createReactComponent("outline", "table-minus", "TableMinus", __iconNode$nx); const __iconNode$nw = [["path", { "d": "M7 3h12a2 2 0 0 1 2 2v12m-.585 3.413a1.994 1.994 0 0 1 -1.415 .587h-14a2 2 0 0 1 -2 -2v-14c0 -.55 .223 -1.05 .583 -1.412", "key": "svg-0" }], ["path", { "d": "M3 10h7m4 0h7", "key": "svg-1" }], ["path", { "d": "M10 3v3m0 4v11", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconTableOff = createReactComponent("outline", "table-off", "TableOff", __iconNode$nw); const __iconNode$nv = [["path", { "d": "M12 21h-7a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7", "key": "svg-0" }], ["path", { "d": "M3 10h18", "key": "svg-1" }], ["path", { "d": "M10 3v18", "key": "svg-2" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-4" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-5" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-6" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-7" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-8" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-9" }]]; const IconTableOptions = createReactComponent("outline", "table-options", "TableOptions", __iconNode$nv); const __iconNode$nu = [["path", { "d": "M12.5 21h-7.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7.5", "key": "svg-0" }], ["path", { "d": "M3 10h18", "key": "svg-1" }], ["path", { "d": "M10 3v18", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }], ["path", { "d": "M19 16v6", "key": "svg-4" }]]; const IconTablePlus = createReactComponent("outline", "table-plus", "TablePlus", __iconNode$nu); const __iconNode$nt = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M9 3l-6 6", "key": "svg-1" }], ["path", { "d": "M14 3l-7 7", "key": "svg-2" }], ["path", { "d": "M19 3l-7 7", "key": "svg-3" }], ["path", { "d": "M21 6l-4 4", "key": "svg-4" }], ["path", { "d": "M3 10h18", "key": "svg-5" }], ["path", { "d": "M10 10v11", "key": "svg-6" }]]; const IconTableRow = createReactComponent("outline", "table-row", "TableRow", __iconNode$nt); const __iconNode$ns = [["path", { "d": "M12 21h-7a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v8", "key": "svg-0" }], ["path", { "d": "M3 10h18", "key": "svg-1" }], ["path", { "d": "M10 3v18", "key": "svg-2" }], ["path", { "d": "M16 22l5 -5", "key": "svg-3" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-4" }]]; const IconTableShare = createReactComponent("outline", "table-share", "TableShare", __iconNode$ns); const __iconNode$nr = [["path", { "d": "M3 13v-8a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-8", "key": "svg-0" }], ["path", { "d": "M3 10h18", "key": "svg-1" }], ["path", { "d": "M10 3v11", "key": "svg-2" }], ["path", { "d": "M2 22l5 -5", "key": "svg-3" }], ["path", { "d": "M7 21.5v-4.5h-4.5", "key": "svg-4" }]]; const IconTableShortcut = createReactComponent("outline", "table-shortcut", "TableShortcut", __iconNode$nr); const __iconNode$nq = [["path", { "d": "M19 22.5a4.75 4.75 0 0 1 3.5 -3.5a4.75 4.75 0 0 1 -3.5 -3.5a4.75 4.75 0 0 1 -3.5 3.5a4.75 4.75 0 0 1 3.5 3.5", "key": "svg-0" }], ["path", { "d": "M12 21h-7a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7", "key": "svg-1" }], ["path", { "d": "M3 10h18", "key": "svg-2" }], ["path", { "d": "M10 3v18", "key": "svg-3" }]]; const IconTableSpark = createReactComponent("outline", "table-spark", "TableSpark", __iconNode$nq); const __iconNode$np = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-0" }], ["path", { "d": "M3 10h18", "key": "svg-1" }], ["path", { "d": "M10 3v18", "key": "svg-2" }]]; const IconTable = createReactComponent("outline", "table", "Table", __iconNode$np); const __iconNode$no = [["path", { "d": "M6.5 7.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M18.898 16.102l.699 -.699l.699 -.699c.941 -.941 .941 -2.467 0 -3.408l-7.71 -7.71c-.375 -.375 -.884 -.586 -1.414 -.586h-5.172c-1.657 0 -3 1.343 -3 3v5.172c0 .53 .211 1.039 .586 1.414l7.71 7.71c.471 .47 1.087 .706 1.704 .706", "key": "svg-1" }], ["path", { "d": "M16 19h6", "key": "svg-2" }]]; const IconTagMinus = createReactComponent("outline", "tag-minus", "TagMinus", __iconNode$no); const __iconNode$nn = [["path", { "d": "M7.149 7.144a.498 .498 0 0 0 .351 .856a.498 .498 0 0 0 .341 -.135", "key": "svg-0" }], ["path", { "d": "M3.883 3.875a2.99 2.99 0 0 0 -.883 2.125v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l2.796 -2.796m2.005 -2.005l.79 -.79a2.41 2.41 0 0 0 0 -3.41l-7.71 -7.71a2 2 0 0 0 -1.412 -.585h-4.173", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconTagOff = createReactComponent("outline", "tag-off", "TagOff", __iconNode$nn); const __iconNode$nm = [["path", { "d": "M6.5 7.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M21.002 13c0 -.617 -.235 -1.233 -.706 -1.704l-7.71 -7.71c-.375 -.375 -.884 -.586 -1.414 -.586h-5.172c-1.657 0 -3 1.343 -3 3v5.172c0 .53 .211 1.039 .586 1.414l7.71 7.71c.471 .47 1.087 .706 1.704 .706", "key": "svg-1" }], ["path", { "d": "M16 19h6", "key": "svg-2" }], ["path", { "d": "M19 16v6", "key": "svg-3" }]]; const IconTagPlus = createReactComponent("outline", "tag-plus", "TagPlus", __iconNode$nm); const __iconNode$nl = [["path", { "d": "M6.5 7.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3", "key": "svg-1" }], ["path", { "d": "M12.5 13.847l-1.5 1.153l.532 -1.857l-1.532 -1.143h1.902l.598 -1.8l.598 1.8h1.902l-1.532 1.143l.532 1.857l-1.5 -1.153", "key": "svg-2" }]]; const IconTagStarred = createReactComponent("outline", "tag-starred", "TagStarred", __iconNode$nl); const __iconNode$nk = [["path", { "d": "M6.5 7.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3", "key": "svg-1" }]]; const IconTag = createReactComponent("outline", "tag", "Tag", __iconNode$nk); const __iconNode$nj = [["path", { "d": "M16.296 12.296l-5.71 -5.71", "key": "svg-0" }], ["path", { "d": "M6 6h-1a2 2 0 0 0 -2 2v4.172a2 2 0 0 0 .586 1.414l5.71 5.71a2.41 2.41 0 0 0 3.408 0l3.278 -3.278", "key": "svg-1" }], ["path", { "d": "M18 19l.496 -.496", "key": "svg-2" }], ["path", { "d": "M20.384 16.367a4.822 4.822 0 0 0 -.792 -5.775l-4.592 -4.592", "key": "svg-3" }], ["path", { "d": "M7 10h-.01", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconTagsOff = createReactComponent("outline", "tags-off", "TagsOff", __iconNode$nj); const __iconNode$ni = [["path", { "d": "M3 8v4.172a2 2 0 0 0 .586 1.414l5.71 5.71a2.41 2.41 0 0 0 3.408 0l3.592 -3.592a2.41 2.41 0 0 0 0 -3.408l-5.71 -5.71a2 2 0 0 0 -1.414 -.586h-4.172a2 2 0 0 0 -2 2", "key": "svg-0" }], ["path", { "d": "M18 19l1.592 -1.592a4.82 4.82 0 0 0 0 -6.816l-4.592 -4.592", "key": "svg-1" }], ["path", { "d": "M7 10h-.01", "key": "svg-2" }]]; const IconTags = createReactComponent("outline", "tags", "Tags", __iconNode$ni); const __iconNode$nh = [["path", { "d": "M12 5l0 14", "key": "svg-0" }]]; const IconTallymark1 = createReactComponent("outline", "tallymark-1", "Tallymark1", __iconNode$nh); const __iconNode$ng = [["path", { "d": "M10 5l0 14", "key": "svg-0" }], ["path", { "d": "M14 5l0 14", "key": "svg-1" }]]; const IconTallymark2 = createReactComponent("outline", "tallymark-2", "Tallymark2", __iconNode$ng); const __iconNode$nf = [["path", { "d": "M8 5l0 14", "key": "svg-0" }], ["path", { "d": "M12 5l0 14", "key": "svg-1" }], ["path", { "d": "M16 5l0 14", "key": "svg-2" }]]; const IconTallymark3 = createReactComponent("outline", "tallymark-3", "Tallymark3", __iconNode$nf); const __iconNode$ne = [["path", { "d": "M6 5l0 14", "key": "svg-0" }], ["path", { "d": "M10 5l0 14", "key": "svg-1" }], ["path", { "d": "M14 5l0 14", "key": "svg-2" }], ["path", { "d": "M18 5l0 14", "key": "svg-3" }]]; const IconTallymark4 = createReactComponent("outline", "tallymark-4", "Tallymark4", __iconNode$ne); const __iconNode$nd = [["path", { "d": "M6 5l0 14", "key": "svg-0" }], ["path", { "d": "M10 5l0 14", "key": "svg-1" }], ["path", { "d": "M14 5l0 14", "key": "svg-2" }], ["path", { "d": "M18 5l0 14", "key": "svg-3" }], ["path", { "d": "M3 17l18 -10", "key": "svg-4" }]]; const IconTallymarks = createReactComponent("outline", "tallymarks", "Tallymarks", __iconNode$nd); const __iconNode$nc = [["path", { "d": "M2 15a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3", "key": "svg-0" }], ["path", { "d": "M6 12l1 -5h5l3 5", "key": "svg-1" }], ["path", { "d": "M21 9l-7.8 0", "key": "svg-2" }]]; const IconTank = createReactComponent("outline", "tank", "Tank", __iconNode$nc); const __iconNode$nb = [["path", { "d": "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M12 7a5 5 0 1 0 5 5", "key": "svg-1" }], ["path", { "d": "M13 3.055a9 9 0 1 0 7.941 7.945", "key": "svg-2" }], ["path", { "d": "M15 6v3h3l3 -3h-3v-3l-3 3", "key": "svg-3" }], ["path", { "d": "M15 9l-3 3", "key": "svg-4" }]]; const IconTargetArrow = createReactComponent("outline", "target-arrow", "TargetArrow", __iconNode$nb); const __iconNode$na = [["path", { "d": "M11.286 11.3a1 1 0 0 0 1.41 1.419", "key": "svg-0" }], ["path", { "d": "M8.44 8.49a5 5 0 0 0 7.098 7.044m1.377 -2.611a5 5 0 0 0 -5.846 -5.836", "key": "svg-1" }], ["path", { "d": "M5.649 5.623a9 9 0 1 0 12.698 12.758m1.683 -2.313a9 9 0 0 0 -12.076 -12.11", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconTargetOff = createReactComponent("outline", "target-off", "TargetOff", __iconNode$na); const __iconNode$n9 = [["path", { "d": "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M7 12a5 5 0 1 0 10 0a5 5 0 1 0 -10 0", "key": "svg-1" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-2" }]]; const IconTarget = createReactComponent("outline", "target", "Target", __iconNode$n9); const __iconNode$n8 = [["path", { "d": "M8.487 21h7.026a4 4 0 0 0 3.808 -5.224l-1.706 -5.306a5 5 0 0 0 -4.76 -3.47h-1.71a5 5 0 0 0 -4.76 3.47l-1.706 5.306a4 4 0 0 0 3.808 5.224", "key": "svg-0" }], ["path", { "d": "M15 3q -1 4 -3 4t -3 -4l6 0", "key": "svg-1" }], ["path", { "d": "M12 14h-3", "key": "svg-2" }], ["path", { "d": "M14 11.172a3 3 0 1 0 0 5.656", "key": "svg-3" }]]; const IconTaxEuro = createReactComponent("outline", "tax-euro", "TaxEuro", __iconNode$n8); const __iconNode$n7 = [["path", { "d": "M8.487 21h7.026a4 4 0 0 0 3.808 -5.224l-1.706 -5.306a5 5 0 0 0 -4.76 -3.47h-1.71a5 5 0 0 0 -4.76 3.47l-1.706 5.306a4 4 0 0 0 3.808 5.224", "key": "svg-0" }], ["path", { "d": "M15 3q -1 4 -3 4t -3 -4l6 0", "key": "svg-1" }], ["path", { "d": "M14 11h-1a2 2 0 0 0 -2 2v2c0 1.105 -.395 2 -1.5 2h4.5", "key": "svg-2" }], ["path", { "d": "M10 14h3", "key": "svg-3" }]]; const IconTaxPound = createReactComponent("outline", "tax-pound", "TaxPound", __iconNode$n7); const __iconNode$n6 = [["path", { "d": "M8.487 21h7.026a4 4 0 0 0 3.808 -5.224l-1.706 -5.306a5 5 0 0 0 -4.76 -3.47h-1.71a5 5 0 0 0 -4.76 3.47l-1.706 5.306a4 4 0 0 0 3.808 5.224", "key": "svg-0" }], ["path", { "d": "M15 3q -1 4 -3 4t -3 -4l6 0", "key": "svg-1" }], ["path", { "d": "M14 11h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-2" }], ["path", { "d": "M12 10v1", "key": "svg-3" }], ["path", { "d": "M12 17v1", "key": "svg-4" }]]; const IconTax = createReactComponent("outline", "tax", "Tax", __iconNode$n6); const __iconNode$n5 = [["path", { "d": "M10.29 3h3.42a2 2 0 0 1 1.988 1.78l1.555 14a2 2 0 0 1 -1.988 2.22h-6.53a2 2 0 0 1 -1.988 -2.22l1.555 -14a2 2 0 0 1 1.988 -1.78", "key": "svg-0" }], ["path", { "d": "M7.47 12.5l-4.257 -5.019a.899 .899 0 0 1 .69 -1.481h13.09a3 3 0 0 1 3.007 3v3c0 1.657 -1.346 3 -3.007 3", "key": "svg-1" }], ["path", { "d": "M7 17h10", "key": "svg-2" }]]; const IconTeapot = createReactComponent("outline", "teapot", "Teapot", __iconNode$n5); const __iconNode$n4 = [["path", { "d": "M6 21l6 -5l6 5", "key": "svg-0" }], ["path", { "d": "M12 13v8", "key": "svg-1" }], ["path", { "d": "M8.238 8.264l-4.183 2.51c-1.02 .614 -1.357 1.898 -.76 2.906l.165 .28c.52 .88 1.624 1.266 2.605 .91l6.457 -2.34m2.907 -1.055l4.878 -1.77a1.023 1.023 0 0 0 .565 -1.455l-2.62 -4.705a1.087 1.087 0 0 0 -1.447 -.42l-.056 .032l-6.016 3.61", "key": "svg-2" }], ["path", { "d": "M14 5l3 5.5", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconTelescopeOff = createReactComponent("outline", "telescope-off", "TelescopeOff", __iconNode$n4); const __iconNode$n3 = [["path", { "d": "M6 21l6 -5l6 5", "key": "svg-0" }], ["path", { "d": "M12 13v8", "key": "svg-1" }], ["path", { "d": "M3.294 13.678l.166 .281c.52 .88 1.624 1.265 2.605 .91l14.242 -5.165a1.023 1.023 0 0 0 .565 -1.456l-2.62 -4.705a1.087 1.087 0 0 0 -1.447 -.42l-.056 .032l-12.694 7.618c-1.02 .613 -1.357 1.897 -.76 2.905l-.001 0", "key": "svg-2" }], ["path", { "d": "M14 5l3 5.5", "key": "svg-3" }]]; const IconTelescope = createReactComponent("outline", "telescope", "Telescope", __iconNode$n3); const __iconNode$n2 = [["path", { "d": "M4 8a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M20 9a3 3 0 0 0 -3 -3h-1a3 3 0 0 0 -3 3v6a3 3 0 0 0 3 3h1a3 3 0 0 0 3 -3", "key": "svg-1" }]]; const IconTemperatureCelsius = createReactComponent("outline", "temperature-celsius", "TemperatureCelsius", __iconNode$n2); const __iconNode$n1 = [["path", { "d": "M4 8a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M13 12l5 0", "key": "svg-1" }], ["path", { "d": "M20 6h-6a1 1 0 0 0 -1 1v11", "key": "svg-2" }]]; const IconTemperatureFahrenheit = createReactComponent("outline", "temperature-fahrenheit", "TemperatureFahrenheit", __iconNode$n1); const __iconNode$n0 = [["path", { "d": "M8 13.5a4 4 0 1 0 4 0v-8.5a2 2 0 0 0 -4 0v8.5", "key": "svg-0" }], ["path", { "d": "M8 9l4 0", "key": "svg-1" }], ["path", { "d": "M16 9l6 0", "key": "svg-2" }]]; const IconTemperatureMinus = createReactComponent("outline", "temperature-minus", "TemperatureMinus", __iconNode$n0); const __iconNode$m$ = [["path", { "d": "M10 10v3.5a4 4 0 1 0 5.836 2.33m-1.836 -5.83v-5a2 2 0 1 0 -4 0v1", "key": "svg-0" }], ["path", { "d": "M13 9h1", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconTemperatureOff = createReactComponent("outline", "temperature-off", "TemperatureOff", __iconNode$m$); const __iconNode$m_ = [["path", { "d": "M8 13.5a4 4 0 1 0 4 0v-8.5a2 2 0 0 0 -4 0v8.5", "key": "svg-0" }], ["path", { "d": "M8 9l4 0", "key": "svg-1" }], ["path", { "d": "M16 9l6 0", "key": "svg-2" }], ["path", { "d": "M19 6l0 6", "key": "svg-3" }]]; const IconTemperaturePlus = createReactComponent("outline", "temperature-plus", "TemperaturePlus", __iconNode$m_); const __iconNode$mZ = [["path", { "d": "M4 13.5a4 4 0 1 0 4 0v-8.5a2 2 0 1 0 -4 0v8.5", "key": "svg-0" }], ["path", { "d": "M4 9h4", "key": "svg-1" }], ["path", { "d": "M14.75 4l1 2h2.25", "key": "svg-2" }], ["path", { "d": "M17 4l-3 5l2 3", "key": "svg-3" }], ["path", { "d": "M20.25 10l-1.25 2l1.25 2", "key": "svg-4" }], ["path", { "d": "M22 12h-6l-2 3", "key": "svg-5" }], ["path", { "d": "M18 18h-2.25l-1 2", "key": "svg-6" }], ["path", { "d": "M17 20l-3 -5h-1", "key": "svg-7" }], ["path", { "d": "M12 9l2.088 .008", "key": "svg-8" }]]; const IconTemperatureSnow = createReactComponent("outline", "temperature-snow", "TemperatureSnow", __iconNode$mZ); const __iconNode$mY = [["path", { "d": "M4 13.5a4 4 0 1 0 4 0v-8.5a2 2 0 1 0 -4 0v8.5", "key": "svg-0" }], ["path", { "d": "M4 9h4", "key": "svg-1" }], ["path", { "d": "M13 16a4 4 0 1 0 0 -8a4.07 4.07 0 0 0 -1 .124", "key": "svg-2" }], ["path", { "d": "M13 3v1", "key": "svg-3" }], ["path", { "d": "M21 12h1", "key": "svg-4" }], ["path", { "d": "M13 20v1", "key": "svg-5" }], ["path", { "d": "M19.4 5.6l-.7 .7", "key": "svg-6" }], ["path", { "d": "M18.7 17.7l.7 .7", "key": "svg-7" }]]; const IconTemperatureSun = createReactComponent("outline", "temperature-sun", "TemperatureSun", __iconNode$mY); const __iconNode$mX = [["path", { "d": "M10 13.5a4 4 0 1 0 4 0v-8.5a2 2 0 0 0 -4 0v8.5", "key": "svg-0" }], ["path", { "d": "M10 9l4 0", "key": "svg-1" }]]; const IconTemperature = createReactComponent("outline", "temperature", "Temperature", __iconNode$mX); const __iconNode$mW = [["path", { "d": "M8 4h11a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-7m-4 0h-3a1 1 0 0 1 -1 -1v-2c0 -.271 .108 -.517 .283 -.697", "key": "svg-0" }], ["path", { "d": "M4 13a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -6", "key": "svg-1" }], ["path", { "d": "M16 12h4", "key": "svg-2" }], ["path", { "d": "M14 16h2", "key": "svg-3" }], ["path", { "d": "M14 20h6", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconTemplateOff = createReactComponent("outline", "template-off", "TemplateOff", __iconNode$mW); const __iconNode$mV = [["path", { "d": "M4 5a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1l0 -2", "key": "svg-0" }], ["path", { "d": "M4 13a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -6", "key": "svg-1" }], ["path", { "d": "M14 12l6 0", "key": "svg-2" }], ["path", { "d": "M14 16l6 0", "key": "svg-3" }], ["path", { "d": "M14 20l6 0", "key": "svg-4" }]]; const IconTemplate = createReactComponent("outline", "template", "Template", __iconNode$mV); const __iconNode$mU = [["path", { "d": "M11 14l4 6h5m-2.863 -6.868l-5.137 -9.132l-1.44 2.559m-1.44 2.563l-6.12 10.878h6l4 -6", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconTentOff = createReactComponent("outline", "tent-off", "TentOff", __iconNode$mU); const __iconNode$mT = [["path", { "d": "M11 14l4 6h6l-9 -16l-9 16h6l4 -6", "key": "svg-0" }]]; const IconTent = createReactComponent("outline", "tent", "Tent", __iconNode$mT); const __iconNode$mS = [["path", { "d": "M8 9l3 3l-3 3", "key": "svg-0" }], ["path", { "d": "M13 15l3 0", "key": "svg-1" }], ["path", { "d": "M3 6a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2l0 -12", "key": "svg-2" }]]; const IconTerminal2 = createReactComponent("outline", "terminal-2", "Terminal2", __iconNode$mS); const __iconNode$mR = [["path", { "d": "M5 7l5 5l-5 5", "key": "svg-0" }], ["path", { "d": "M12 19l7 0", "key": "svg-1" }]]; const IconTerminal = createReactComponent("outline", "terminal", "Terminal", __iconNode$mR); const __iconNode$mQ = [["path", { "d": "M15 3v15a3 3 0 0 1 -6 0v-15", "key": "svg-0" }], ["path", { "d": "M9 12h6", "key": "svg-1" }], ["path", { "d": "M8 3h8", "key": "svg-2" }]]; const IconTestPipe2 = createReactComponent("outline", "test-pipe-2", "TestPipe2", __iconNode$mQ); const __iconNode$mP = [["path", { "d": "M20 8.04a803.533 803.533 0 0 0 -4 3.96m-2 2c-1.085 1.085 -3.125 3.14 -6.122 6.164a2.857 2.857 0 0 1 -4.041 -4.04c3.018 -3 5.073 -5.037 6.163 -6.124m2 -2c.872 -.872 2.191 -2.205 3.959 -4", "key": "svg-0" }], ["path", { "d": "M7 13h6", "key": "svg-1" }], ["path", { "d": "M19 15l1.5 1.6m-.74 3.173a2 2 0 0 1 -2.612 -2.608", "key": "svg-2" }], ["path", { "d": "M15 3l6 6", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconTestPipeOff = createReactComponent("outline", "test-pipe-off", "TestPipeOff", __iconNode$mP); const __iconNode$mO = [["path", { "d": "M20 8.04l-12.122 12.124a2.857 2.857 0 1 1 -4.041 -4.04l12.122 -12.124", "key": "svg-0" }], ["path", { "d": "M7 13h8", "key": "svg-1" }], ["path", { "d": "M19 15l1.5 1.6a2 2 0 1 1 -3 0l1.5 -1.6", "key": "svg-2" }], ["path", { "d": "M15 3l6 6", "key": "svg-3" }]]; const IconTestPipe = createReactComponent("outline", "test-pipe", "TestPipe", __iconNode$mO); const __iconNode$mN = [["path", { "d": "M9 8v-1h-6v1", "key": "svg-0" }], ["path", { "d": "M6 15v-8", "key": "svg-1" }], ["path", { "d": "M21 15l-5 -8", "key": "svg-2" }], ["path", { "d": "M16 15l5 -8", "key": "svg-3" }], ["path", { "d": "M14 11h-4v8h4", "key": "svg-4" }], ["path", { "d": "M10 15h3", "key": "svg-5" }]]; const IconTex = createReactComponent("outline", "tex", "Tex", __iconNode$mN); const __iconNode$mM = [["path", { "d": "M4 15h16", "key": "svg-0" }], ["path", { "d": "M4 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", "key": "svg-1" }], ["path", { "d": "M4 20h12", "key": "svg-2" }]]; const IconTextCaption = createReactComponent("outline", "text-caption", "TextCaption", __iconNode$mM); const __iconNode$mL = [["path", { "d": "M9 15v-7a3 3 0 0 1 6 0v7", "key": "svg-0" }], ["path", { "d": "M9 11h6", "key": "svg-1" }], ["path", { "d": "M5 19h14", "key": "svg-2" }]]; const IconTextColor = createReactComponent("outline", "text-color", "TextColor", __iconNode$mL); const __iconNode$mK = [["path", { "d": "M4 19v-10.5a3.5 3.5 0 1 1 7 0v10.5", "key": "svg-0" }], ["path", { "d": "M4 13h7", "key": "svg-1" }], ["path", { "d": "M21 12h-6", "key": "svg-2" }]]; const IconTextDecrease = createReactComponent("outline", "text-decrease", "TextDecrease", __iconNode$mK); const __iconNode$mJ = [["path", { "d": "M5 19h14", "key": "svg-0" }], ["path", { "d": "M17 21l2 -2l-2 -2", "key": "svg-1" }], ["path", { "d": "M16 4h-6.5a3.5 3.5 0 0 0 0 7h.5", "key": "svg-2" }], ["path", { "d": "M14 15v-11", "key": "svg-3" }], ["path", { "d": "M10 15v-11", "key": "svg-4" }]]; const IconTextDirectionLtr = createReactComponent("outline", "text-direction-ltr", "TextDirectionLtr", __iconNode$mJ); const __iconNode$mI = [["path", { "d": "M16 4h-6.5a3.5 3.5 0 0 0 0 7h.5", "key": "svg-0" }], ["path", { "d": "M14 15v-11", "key": "svg-1" }], ["path", { "d": "M10 15v-11", "key": "svg-2" }], ["path", { "d": "M5 19h14", "key": "svg-3" }], ["path", { "d": "M7 21l-2 -2l2 -2", "key": "svg-4" }]]; const IconTextDirectionRtl = createReactComponent("outline", "text-direction-rtl", "TextDirectionRtl", __iconNode$mI); const __iconNode$mH = [["path", { "d": "M14 9a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M4 12v-5a3 3 0 1 1 6 0v5", "key": "svg-1" }], ["path", { "d": "M4 9h6", "key": "svg-2" }], ["path", { "d": "M20 6v6", "key": "svg-3" }], ["path", { "d": "M4 16h12", "key": "svg-4" }], ["path", { "d": "M4 20h6", "key": "svg-5" }], ["path", { "d": "M14 20l2 2l5 -5", "key": "svg-6" }]]; const IconTextGrammar = createReactComponent("outline", "text-grammar", "TextGrammar", __iconNode$mH); const __iconNode$mG = [["path", { "d": "M4 19v-10.5a3.5 3.5 0 1 1 7 0v10.5", "key": "svg-0" }], ["path", { "d": "M4 13h7", "key": "svg-1" }], ["path", { "d": "M18 9v6", "key": "svg-2" }], ["path", { "d": "M21 12h-6", "key": "svg-3" }]]; const IconTextIncrease = createReactComponent("outline", "text-increase", "TextIncrease", __iconNode$mG); const __iconNode$mF = [["path", { "d": "M9 15l-5 -5c-1.367 -1.367 -1.367 -3.633 0 -5s3.633 -1.367 5 0l5 5", "key": "svg-0" }], ["path", { "d": "M5.5 11.5l5 -5", "key": "svg-1" }], ["path", { "d": "M21 12l-9 9", "key": "svg-2" }], ["path", { "d": "M21 12v4", "key": "svg-3" }], ["path", { "d": "M21 12h-4", "key": "svg-4" }]]; const IconTextOrientation = createReactComponent("outline", "text-orientation", "TextOrientation", __iconNode$mF); const __iconNode$mE = [["path", { "d": "M19 10h-14", "key": "svg-0" }], ["path", { "d": "M5 6h14", "key": "svg-1" }], ["path", { "d": "M14 14h-9", "key": "svg-2" }], ["path", { "d": "M5 18h6", "key": "svg-3" }], ["path", { "d": "M18 15v6", "key": "svg-4" }], ["path", { "d": "M15 18h6", "key": "svg-5" }]]; const IconTextPlus = createReactComponent("outline", "text-plus", "TextPlus", __iconNode$mE); const __iconNode$mD = [["path", { "d": "M4 8v-2a2 2 0 0 1 2 -2h2", "key": "svg-0" }], ["path", { "d": "M4 16v2a2 2 0 0 0 2 2h2", "key": "svg-1" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2", "key": "svg-2" }], ["path", { "d": "M16 20h2a2 2 0 0 0 2 -2v-2", "key": "svg-3" }], ["path", { "d": "M12 16v-7", "key": "svg-4" }], ["path", { "d": "M9 9h6", "key": "svg-5" }]]; const IconTextRecognition = createReactComponent("outline", "text-recognition", "TextRecognition", __iconNode$mD); const __iconNode$mC = [["path", { "d": "M3 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M17 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M3 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M17 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M5 7v10", "key": "svg-4" }], ["path", { "d": "M7 5h10", "key": "svg-5" }], ["path", { "d": "M7 19h10", "key": "svg-6" }], ["path", { "d": "M19 7v10", "key": "svg-7" }], ["path", { "d": "M10 10h4", "key": "svg-8" }], ["path", { "d": "M12 14v-4", "key": "svg-9" }]]; const IconTextResize = createReactComponent("outline", "text-resize", "TextResize", __iconNode$mC); const __iconNode$mB = [["path", { "d": "M4 8v-2a2 2 0 0 1 2 -2h2", "key": "svg-0" }], ["path", { "d": "M4 16v2a2 2 0 0 0 2 2h2", "key": "svg-1" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2", "key": "svg-2" }], ["path", { "d": "M16 20h2a2 2 0 0 0 2 -2v-2", "key": "svg-3" }], ["path", { "d": "M8 12h8", "key": "svg-4" }], ["path", { "d": "M8 9h6", "key": "svg-5" }], ["path", { "d": "M8 15h4", "key": "svg-6" }]]; const IconTextScan2 = createReactComponent("outline", "text-scan-2", "TextScan2", __iconNode$mB); const __iconNode$mA = [["path", { "d": "M3 7v-2h13v2", "key": "svg-0" }], ["path", { "d": "M10 5v14", "key": "svg-1" }], ["path", { "d": "M12 19h-4", "key": "svg-2" }], ["path", { "d": "M15 13v-1h6v1", "key": "svg-3" }], ["path", { "d": "M18 12v7", "key": "svg-4" }], ["path", { "d": "M17 19h2", "key": "svg-5" }]]; const IconTextSize = createReactComponent("outline", "text-size", "TextSize", __iconNode$mA); const __iconNode$mz = [["path", { "d": "M5 15v-7.5a3.5 3.5 0 0 1 7 0v7.5", "key": "svg-0" }], ["path", { "d": "M5 10h7", "key": "svg-1" }], ["path", { "d": "M10 18l3 3l7 -7", "key": "svg-2" }]]; const IconTextSpellcheck = createReactComponent("outline", "text-spellcheck", "TextSpellcheck", __iconNode$mz); const __iconNode$my = [["path", { "d": "M7 9h7a3 3 0 0 1 0 6h-4l2 -2", "key": "svg-0" }], ["path", { "d": "M12 17l-2 -2", "key": "svg-1" }], ["path", { "d": "M3 3v18", "key": "svg-2" }], ["path", { "d": "M21 3v18", "key": "svg-3" }]]; const IconTextWrapColumn = createReactComponent("outline", "text-wrap-column", "TextWrapColumn", __iconNode$my); const __iconNode$mx = [["path", { "d": "M4 6l10 0", "key": "svg-0" }], ["path", { "d": "M4 18l10 0", "key": "svg-1" }], ["path", { "d": "M4 12h17l-3 -3m0 6l3 -3", "key": "svg-2" }]]; const IconTextWrapDisabled = createReactComponent("outline", "text-wrap-disabled", "TextWrapDisabled", __iconNode$mx); const __iconNode$mw = [["path", { "d": "M4 6l16 0", "key": "svg-0" }], ["path", { "d": "M4 18l5 0", "key": "svg-1" }], ["path", { "d": "M4 12h13a3 3 0 0 1 0 6h-4l2 -2m0 4l-2 -2", "key": "svg-2" }]]; const IconTextWrap = createReactComponent("outline", "text-wrap", "TextWrap", __iconNode$mw); const __iconNode$mv = [["path", { "d": "M6 3l-3 3", "key": "svg-0" }], ["path", { "d": "M21 18l-3 3", "key": "svg-1" }], ["path", { "d": "M11 3l-8 8", "key": "svg-2" }], ["path", { "d": "M16 3l-13 13", "key": "svg-3" }], ["path", { "d": "M21 3l-18 18", "key": "svg-4" }], ["path", { "d": "M21 8l-13 13", "key": "svg-5" }], ["path", { "d": "M21 13l-8 8", "key": "svg-6" }]]; const IconTexture = createReactComponent("outline", "texture", "Texture", __iconNode$mv); const __iconNode$mu = [["path", { "d": "M4 20h16", "key": "svg-0" }], ["path", { "d": "M20 16v-10a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v10l4 -6c2.667 1.333 5.333 1.333 8 0l4 6", "key": "svg-1" }]]; const IconTheater = createReactComponent("outline", "theater", "Theater", __iconNode$mu); const __iconNode$mt = [["path", { "d": "M19 5a2.828 2.828 0 0 1 0 4l-8 8h-4v-4l8 -8a2.828 2.828 0 0 1 4 0", "key": "svg-0" }], ["path", { "d": "M16 7l-1.5 -1.5", "key": "svg-1" }], ["path", { "d": "M13 10l-1.5 -1.5", "key": "svg-2" }], ["path", { "d": "M10 13l-1.5 -1.5", "key": "svg-3" }], ["path", { "d": "M7 17l-3 3", "key": "svg-4" }]]; const IconThermometer = createReactComponent("outline", "thermometer", "Thermometer", __iconNode$mt); const __iconNode$ms = [["path", { "d": "M7 13v-6m-3 -3a1 1 0 0 0 -1 1v7a1 1 0 0 0 1 1h3a4 4 0 0 1 4 4v1a2 2 0 1 0 4 0v-3m2 -2h1a2 2 0 0 0 2 -2l-1 -5c-.295 -1.26 -1.11 -2.076 -2 -2h-7c-.57 0 -1.102 .159 -1.556 .434", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconThumbDownOff = createReactComponent("outline", "thumb-down-off", "ThumbDownOff", __iconNode$ms); const __iconNode$mr = [["path", { "d": "M7 13v-8a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v7a1 1 0 0 0 1 1h3a4 4 0 0 1 4 4v1a2 2 0 0 0 4 0v-5h3a2 2 0 0 0 2 -2l-1 -5a2 3 0 0 0 -2 -2h-7a3 3 0 0 0 -3 3", "key": "svg-0" }]]; const IconThumbDown = createReactComponent("outline", "thumb-down", "ThumbDown", __iconNode$mr); const __iconNode$mq = [["path", { "d": "M7 11v8a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-7a1 1 0 0 1 1 -1h3a3.987 3.987 0 0 0 2.828 -1.172m1.172 -2.828v-1a2 2 0 1 1 4 0v5h3a2 2 0 0 1 2 2c-.222 1.112 -.39 1.947 -.5 2.503m-.758 3.244c-.392 .823 -1.044 1.312 -1.742 1.253h-7a3 3 0 0 1 -3 -3", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconThumbUpOff = createReactComponent("outline", "thumb-up-off", "ThumbUpOff", __iconNode$mq); const __iconNode$mp = [["path", { "d": "M7 11v8a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-7a1 1 0 0 1 1 -1h3a4 4 0 0 0 4 -4v-1a2 2 0 0 1 4 0v5h3a2 2 0 0 1 2 2l-1 5a2 3 0 0 1 -2 2h-7a3 3 0 0 1 -3 -3", "key": "svg-0" }]]; const IconThumbUp = createReactComponent("outline", "thumb-up", "ThumbUp", __iconNode$mp); const __iconNode$mo = [["path", { "d": "M4 6a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M3 12h18", "key": "svg-1" }], ["path", { "d": "M12 3v18", "key": "svg-2" }], ["path", { "d": "M4 16l4 4", "key": "svg-3" }], ["path", { "d": "M4 20l4 -4", "key": "svg-4" }], ["path", { "d": "M16 4l4 4", "key": "svg-5" }], ["path", { "d": "M16 8l4 -4", "key": "svg-6" }], ["path", { "d": "M16 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-7" }]]; const IconTicTac = createReactComponent("outline", "tic-tac", "TicTac", __iconNode$mo); const __iconNode$mn = [["path", { "d": "M15 5v2", "key": "svg-0" }], ["path", { "d": "M15 17v2", "key": "svg-1" }], ["path", { "d": "M9 5h10a2 2 0 0 1 2 2v3a2 2 0 1 0 0 4v3m-2 2h-14a2 2 0 0 1 -2 -2v-3a2 2 0 1 0 0 -4v-3a2 2 0 0 1 2 -2", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconTicketOff = createReactComponent("outline", "ticket-off", "TicketOff", __iconNode$mn); const __iconNode$mm = [["path", { "d": "M15 5l0 2", "key": "svg-0" }], ["path", { "d": "M15 11l0 2", "key": "svg-1" }], ["path", { "d": "M15 17l0 2", "key": "svg-2" }], ["path", { "d": "M5 5h14a2 2 0 0 1 2 2v3a2 2 0 0 0 0 4v3a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-3a2 2 0 0 0 0 -4v-3a2 2 0 0 1 2 -2", "key": "svg-3" }]]; const IconTicket = createReactComponent("outline", "ticket", "Ticket", __iconNode$mm); const __iconNode$ml = [["path", { "d": "M12 22l4 -4l-2.5 -11l.993 -2.649a1 1 0 0 0 -.936 -1.351h-3.114a1 1 0 0 0 -.936 1.351l.993 2.649l-2.5 11l4 4", "key": "svg-0" }], ["path", { "d": "M10.5 7h3l5 5.5", "key": "svg-1" }]]; const IconTie = createReactComponent("outline", "tie", "Tie", __iconNode$ml); const __iconNode$mk = [["path", { "d": "M4 12c0 -1.657 1.592 -3 3.556 -3c1.963 0 3.11 1.5 4.444 3c1.333 1.5 2.48 3 4.444 3s3.556 -1.343 3.556 -3", "key": "svg-0" }]]; const IconTilde = createReactComponent("outline", "tilde", "Tilde", __iconNode$mk); const __iconNode$mj = [["path", { "d": "M8.56 3.69a9 9 0 0 0 -.577 .263", "key": "svg-0" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-1" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-2" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-3" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-4" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-5" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-6" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-7" }], ["path", { "d": "M10.57 10.602a2 2 0 0 0 2.862 2.795", "key": "svg-8" }], ["path", { "d": "M3 3l18 18", "key": "svg-9" }]]; const IconTiltShiftOff = createReactComponent("outline", "tilt-shift-off", "TiltShiftOff", __iconNode$mj); const __iconNode$mi = [["path", { "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95", "key": "svg-0" }], ["path", { "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44", "key": "svg-1" }], ["path", { "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92", "key": "svg-2" }], ["path", { "d": "M8.56 20.31a9 9 0 0 0 3.44 .69", "key": "svg-3" }], ["path", { "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95", "key": "svg-4" }], ["path", { "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44", "key": "svg-5" }], ["path", { "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", "key": "svg-6" }], ["path", { "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69", "key": "svg-7" }], ["path", { "d": "M10 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-8" }]]; const IconTiltShift = createReactComponent("outline", "tilt-shift", "TiltShift", __iconNode$mi); const __iconNode$mh = [["path", { "d": "M3 12v.01", "key": "svg-0" }], ["path", { "d": "M21 12v.01", "key": "svg-1" }], ["path", { "d": "M12 21v.01", "key": "svg-2" }], ["path", { "d": "M12 3v.01", "key": "svg-3" }], ["path", { "d": "M7.5 4.2v.01", "key": "svg-4" }], ["path", { "d": "M16.5 4.2v.01", "key": "svg-5" }], ["path", { "d": "M16.5 19.8v.01", "key": "svg-6" }], ["path", { "d": "M7.5 19.8v.01", "key": "svg-7" }], ["path", { "d": "M4.2 16.5v.01", "key": "svg-8" }], ["path", { "d": "M19.8 16.5v.01", "key": "svg-9" }], ["path", { "d": "M19.8 7.5v.01", "key": "svg-10" }], ["path", { "d": "M4.2 7.5v.01", "key": "svg-11" }], ["path", { "d": "M10 11v2a2 2 0 1 0 4 0v-2a2 2 0 1 0 -4 0", "key": "svg-12" }]]; const IconTimeDuration0 = createReactComponent("outline", "time-duration-0", "TimeDuration0", __iconNode$mh); const __iconNode$mg = [["path", { "d": "M9 9v6", "key": "svg-0" }], ["path", { "d": "M12 11v2a2 2 0 1 0 4 0v-2a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M3 12v.01", "key": "svg-2" }], ["path", { "d": "M21 12v.01", "key": "svg-3" }], ["path", { "d": "M12 21v.01", "key": "svg-4" }], ["path", { "d": "M7.5 4.2v.01", "key": "svg-5" }], ["path", { "d": "M16.5 19.8v.01", "key": "svg-6" }], ["path", { "d": "M7.5 19.8v.01", "key": "svg-7" }], ["path", { "d": "M4.2 16.5v.01", "key": "svg-8" }], ["path", { "d": "M19.8 16.5v.01", "key": "svg-9" }], ["path", { "d": "M4.2 7.5v.01", "key": "svg-10" }], ["path", { "d": "M19.81 7.527a8.994 8.994 0 0 0 -7.81 -4.527", "key": "svg-11" }]]; const IconTimeDuration10 = createReactComponent("outline", "time-duration-10", "TimeDuration10", __iconNode$mg); const __iconNode$mf = [["path", { "d": "M12 15h2a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2v-3h3", "key": "svg-0" }], ["path", { "d": "M9 9v6", "key": "svg-1" }], ["path", { "d": "M3 12v.01", "key": "svg-2" }], ["path", { "d": "M12 21v.01", "key": "svg-3" }], ["path", { "d": "M7.5 4.2v.01", "key": "svg-4" }], ["path", { "d": "M16.5 19.8v.01", "key": "svg-5" }], ["path", { "d": "M7.5 19.8v.01", "key": "svg-6" }], ["path", { "d": "M4.2 16.5v.01", "key": "svg-7" }], ["path", { "d": "M19.8 16.5v.01", "key": "svg-8" }], ["path", { "d": "M4.2 7.5v.01", "key": "svg-9" }], ["path", { "d": "M21 12a9 9 0 0 0 -9 -9", "key": "svg-10" }]]; const IconTimeDuration15 = createReactComponent("outline", "time-duration-15", "TimeDuration15", __iconNode$mf); const __iconNode$me = [["path", { "d": "M14 10.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0", "key": "svg-0" }], ["path", { "d": "M8 9h1.5a1.5 1.5 0 0 1 0 3h-.5h.5a1.5 1.5 0 0 1 0 3h-1.5", "key": "svg-1" }], ["path", { "d": "M3 12v.01", "key": "svg-2" }], ["path", { "d": "M7.5 4.2v.01", "key": "svg-3" }], ["path", { "d": "M7.5 19.8v.01", "key": "svg-4" }], ["path", { "d": "M4.2 16.5v.01", "key": "svg-5" }], ["path", { "d": "M4.2 7.5v.01", "key": "svg-6" }], ["path", { "d": "M12 21a9 9 0 0 0 0 -18", "key": "svg-7" }]]; const IconTimeDuration30 = createReactComponent("outline", "time-duration-30", "TimeDuration30", __iconNode$me); const __iconNode$md = [["path", { "d": "M13 15h2a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2v-3h3", "key": "svg-0" }], ["path", { "d": "M7 9v2a1 1 0 0 0 1 1h1", "key": "svg-1" }], ["path", { "d": "M10 9v6", "key": "svg-2" }], ["path", { "d": "M7.5 4.2v.01", "key": "svg-3" }], ["path", { "d": "M4.2 7.5v.01", "key": "svg-4" }], ["path", { "d": "M3 12a9 9 0 1 0 9 -9", "key": "svg-5" }]]; const IconTimeDuration45 = createReactComponent("outline", "time-duration-45", "TimeDuration45", __iconNode$md); const __iconNode$mc = [["path", { "d": "M10 15h2a1.5 1.5 0 0 0 0 -3h-2v-3h3.5", "key": "svg-0" }], ["path", { "d": "M3 12v.01", "key": "svg-1" }], ["path", { "d": "M21 12v.01", "key": "svg-2" }], ["path", { "d": "M12 21v.01", "key": "svg-3" }], ["path", { "d": "M7.5 4.2v.01", "key": "svg-4" }], ["path", { "d": "M16.5 19.8v.01", "key": "svg-5" }], ["path", { "d": "M7.5 19.8v.01", "key": "svg-6" }], ["path", { "d": "M4.2 16.5v.01", "key": "svg-7" }], ["path", { "d": "M19.8 16.5v.01", "key": "svg-8" }], ["path", { "d": "M19.8 7.5v.01", "key": "svg-9" }], ["path", { "d": "M4.2 7.5v.01", "key": "svg-10" }], ["path", { "d": "M16.5 4.206a9.042 9.042 0 0 0 -4.5 -1.206", "key": "svg-11" }]]; const IconTimeDuration5 = createReactComponent("outline", "time-duration-5", "TimeDuration5", __iconNode$mc); const __iconNode$mb = [["path", { "d": "M14 10.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0", "key": "svg-0" }], ["path", { "d": "M11 9h-2a1 1 0 0 0 -1 1v4a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2", "key": "svg-1" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-2" }]]; const IconTimeDuration60 = createReactComponent("outline", "time-duration-60", "TimeDuration60", __iconNode$mb); const __iconNode$ma = [["path", { "d": "M8 14.25c0 .414 .336 .75 .75 .75h1.5a.75 .75 0 0 0 .75 -.75v-4.5a.75 .75 0 0 0 -.75 -.75h-1.5a.75 .75 0 0 0 -.75 .75v1.5c0 .414 .336 .75 .75 .75h2.25", "key": "svg-0" }], ["path", { "d": "M14 10.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0", "key": "svg-1" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-2" }]]; const IconTimeDuration90 = createReactComponent("outline", "time-duration-90", "TimeDuration90", __iconNode$ma); const __iconNode$m9 = [["path", { "d": "M3 12v.01", "key": "svg-0" }], ["path", { "d": "M7.5 19.8v.01", "key": "svg-1" }], ["path", { "d": "M4.2 16.5v.01", "key": "svg-2" }], ["path", { "d": "M4.2 7.5v.01", "key": "svg-3" }], ["path", { "d": "M12 21a8.994 8.994 0 0 0 6.362 -2.634m1.685 -2.336a9 9 0 0 0 -8.047 -13.03", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconTimeDurationOff = createReactComponent("outline", "time-duration-off", "TimeDurationOff", __iconNode$m9); const __iconNode$m8 = [["path", { "d": "M10 20a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M10 20h-6", "key": "svg-1" }], ["path", { "d": "M14 20h6", "key": "svg-2" }], ["path", { "d": "M12 15l-2 -2h-3a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-3l-2 2", "key": "svg-3" }], ["path", { "d": "M12 6v2", "key": "svg-4" }], ["path", { "d": "M12 11v.01", "key": "svg-5" }]]; const IconTimelineEventExclamation = createReactComponent("outline", "timeline-event-exclamation", "TimelineEventExclamation", __iconNode$m8); const __iconNode$m7 = [["path", { "d": "M10 20a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M10 20h-6", "key": "svg-1" }], ["path", { "d": "M14 20h6", "key": "svg-2" }], ["path", { "d": "M12 15l-2 -2h-3a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-3l-2 2", "key": "svg-3" }], ["path", { "d": "M10 8h4", "key": "svg-4" }]]; const IconTimelineEventMinus = createReactComponent("outline", "timeline-event-minus", "TimelineEventMinus", __iconNode$m7); const __iconNode$m6 = [["path", { "d": "M10 20a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M10 20h-6", "key": "svg-1" }], ["path", { "d": "M14 20h6", "key": "svg-2" }], ["path", { "d": "M12 15l-2 -2h-3a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-3l-2 2", "key": "svg-3" }], ["path", { "d": "M10 8h4", "key": "svg-4" }], ["path", { "d": "M12 6v4", "key": "svg-5" }]]; const IconTimelineEventPlus = createReactComponent("outline", "timeline-event-plus", "TimelineEventPlus", __iconNode$m6); const __iconNode$m5 = [["path", { "d": "M10 20a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M10 20h-6", "key": "svg-1" }], ["path", { "d": "M14 20h6", "key": "svg-2" }], ["path", { "d": "M12 15l-2 -2h-3a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-3l-2 2", "key": "svg-3" }], ["path", { "d": "M9 6h6", "key": "svg-4" }], ["path", { "d": "M9 9h3", "key": "svg-5" }]]; const IconTimelineEventText = createReactComponent("outline", "timeline-event-text", "TimelineEventText", __iconNode$m5); const __iconNode$m4 = [["path", { "d": "M10 20a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M10 20h-6", "key": "svg-1" }], ["path", { "d": "M14 20h6", "key": "svg-2" }], ["path", { "d": "M12 15l-2 -2h-3a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-3l-2 2", "key": "svg-3" }], ["path", { "d": "M13.5 9.5l-3 -3", "key": "svg-4" }], ["path", { "d": "M10.5 9.5l3 -3", "key": "svg-5" }]]; const IconTimelineEventX = createReactComponent("outline", "timeline-event-x", "TimelineEventX", __iconNode$m4); const __iconNode$m3 = [["path", { "d": "M10 20a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M10 20h-6", "key": "svg-1" }], ["path", { "d": "M14 20h6", "key": "svg-2" }], ["path", { "d": "M12 15l-2 -2h-3a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-3l-2 2", "key": "svg-3" }]]; const IconTimelineEvent = createReactComponent("outline", "timeline-event", "TimelineEvent", __iconNode$m3); const __iconNode$m2 = [["path", { "d": "M4 16l6 -7l5 5l5 -6", "key": "svg-0" }], ["path", { "d": "M14 14a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }], ["path", { "d": "M9 9a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }], ["path", { "d": "M3 16a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-3" }], ["path", { "d": "M19 8a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-4" }]]; const IconTimeline = createReactComponent("outline", "timeline", "Timeline", __iconNode$m2); const __iconNode$m1 = [["path", { "d": "M20.884 10.554a9 9 0 1 0 -10.337 10.328", "key": "svg-0" }], ["path", { "d": "M3.6 9h16.8", "key": "svg-1" }], ["path", { "d": "M3.6 15h6.9", "key": "svg-2" }], ["path", { "d": "M11.5 3a17 17 0 0 0 -1.502 14.954", "key": "svg-3" }], ["path", { "d": "M12.5 3a17 17 0 0 1 2.52 7.603", "key": "svg-4" }], ["path", { "d": "M14 18a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-5" }], ["path", { "d": "M18 16.5v1.5l.5 .5", "key": "svg-6" }]]; const IconTimezone = createReactComponent("outline", "timezone", "Timezone", __iconNode$m1); const __iconNode$m0 = [["path", { "d": "M17 4v1.882c0 .685 .387 1.312 1 1.618s1 .933 1 1.618v8.882a3 3 0 0 1 -3 3h-8a3 3 0 0 1 -3 -3v-8.882c0 -.685 .387 -1.312 1 -1.618s1 -.933 1 -1.618v-1.882", "key": "svg-0" }], ["path", { "d": "M6 4h12l-12 0", "key": "svg-1" }], ["path", { "d": "M12 13h-3", "key": "svg-2" }], ["path", { "d": "M14 10.172a3 3 0 1 0 0 5.656", "key": "svg-3" }]]; const IconTipJarEuro = createReactComponent("outline", "tip-jar-euro", "TipJarEuro", __iconNode$m0); const __iconNode$l$ = [["path", { "d": "M17 4v1.882c0 .685 .387 1.312 1 1.618s1 .933 1 1.618v8.882a3 3 0 0 1 -3 3h-8a3 3 0 0 1 -3 -3v-8.882c0 -.685 .387 -1.312 1 -1.618s1 -.933 1 -1.618v-1.882", "key": "svg-0" }], ["path", { "d": "M6 4h12l-12 0", "key": "svg-1" }], ["path", { "d": "M14 10h-1a2 2 0 0 0 -2 2v2c0 1.105 -.395 2 -1.5 2h4.5", "key": "svg-2" }], ["path", { "d": "M10 13h3", "key": "svg-3" }]]; const IconTipJarPound = createReactComponent("outline", "tip-jar-pound", "TipJarPound", __iconNode$l$); const __iconNode$l_ = [["path", { "d": "M14 10h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-0" }], ["path", { "d": "M12 9v1", "key": "svg-1" }], ["path", { "d": "M12 16v1", "key": "svg-2" }], ["path", { "d": "M17 4v1.882c0 .685 .387 1.312 1 1.618s1 .933 1 1.618v8.882a3 3 0 0 1 -3 3h-8a3 3 0 0 1 -3 -3v-8.882c0 -.685 .387 -1.312 1 -1.618s1 -.933 1 -1.618v-1.882", "key": "svg-3" }], ["path", { "d": "M6 4h12l-12 0", "key": "svg-4" }]]; const IconTipJar = createReactComponent("outline", "tip-jar", "TipJar", __iconNode$l_); const __iconNode$lZ = [["path", { "d": "M3 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M15 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M7 18h8m4 0h2v-6a5 7 0 0 0 -5 -7h-1l1.5 7h4.5", "key": "svg-2" }], ["path", { "d": "M12 18v-13h3", "key": "svg-3" }], ["path", { "d": "M3 17l0 -5l9 0", "key": "svg-4" }]]; const IconTir = createReactComponent("outline", "tir", "Tir", __iconNode$lZ); const __iconNode$lY = [["path", { "d": "M6 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M2 12a6 6 0 0 1 6 -6h8a6 6 0 0 1 6 6a6 6 0 0 1 -6 6h-8a6 6 0 0 1 -6 -6", "key": "svg-1" }]]; const IconToggleLeft = createReactComponent("outline", "toggle-left", "ToggleLeft", __iconNode$lY); const __iconNode$lX = [["path", { "d": "M14 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M2 12a6 6 0 0 1 6 -6h8a6 6 0 0 1 6 6a6 6 0 0 1 -6 6h-8a6 6 0 0 1 -6 -6", "key": "svg-1" }]]; const IconToggleRight = createReactComponent("outline", "toggle-right", "ToggleRight", __iconNode$lX); const __iconNode$lW = [["path", { "d": "M4.27 4.28c-.768 1.27 -1.27 3.359 -1.27 5.72c0 3.866 1.343 7 3 7s3 -3.134 3 -7c0 -.34 -.01 -.672 -.03 -1", "key": "svg-0" }], ["path", { "d": "M21 10c0 -3.866 -1.343 -7 -3 -7", "key": "svg-1" }], ["path", { "d": "M7 3h11", "key": "svg-2" }], ["path", { "d": "M21 10v7m-1.513 2.496l-1.487 -.496l-3 2l-3 -3l-3 2v-10", "key": "svg-3" }], ["path", { "d": "M6 10h.01", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconToiletPaperOff = createReactComponent("outline", "toilet-paper-off", "ToiletPaperOff", __iconNode$lW); const __iconNode$lV = [["path", { "d": "M3 10a3 7 0 1 0 6 0a3 7 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M21 10c0 -3.866 -1.343 -7 -3 -7", "key": "svg-1" }], ["path", { "d": "M6 3h12", "key": "svg-2" }], ["path", { "d": "M21 10v10l-3 -1l-3 2l-3 -3l-3 2v-10", "key": "svg-3" }], ["path", { "d": "M6 10h.01", "key": "svg-4" }]]; const IconToiletPaper = createReactComponent("outline", "toilet-paper", "ToiletPaper", __iconNode$lV); const __iconNode$lU = [["path", { "d": "M1.499 8h3", "key": "svg-0" }], ["path", { "d": "M2.999 8v8", "key": "svg-1" }], ["path", { "d": "M8.5 8a1.5 1.5 0 0 1 1.5 1.5v5a1.5 1.5 0 0 1 -3 0v-5a1.5 1.5 0 0 1 1.5 -1.5", "key": "svg-2" }], ["path", { "d": "M13 16v-8l2 5l2 -5v8", "key": "svg-3" }], ["path", { "d": "M20 8v8h2.5", "key": "svg-4" }]]; const IconToml = createReactComponent("outline", "toml", "Toml", __iconNode$lU); const __iconNode$lT = [["path", { "d": "M7 10h3v-3l-3.5 -3.5a6 6 0 0 1 8 8l6 6a2 2 0 0 1 -3 3l-6 -6a6 6 0 0 1 -8 -8l3.5 3.5", "key": "svg-0" }]]; const IconTool = createReactComponent("outline", "tool", "Tool", __iconNode$lT); const __iconNode$lS = [["path", { "d": "M14.386 10.409c.53 -2.28 1.766 -4.692 4.614 -7.409v12m-4 0h-1c0 -.313 0 -.627 0 -.941", "key": "svg-0" }], ["path", { "d": "M19 19v2h-1v-3", "key": "svg-1" }], ["path", { "d": "M8 8v13", "key": "svg-2" }], ["path", { "d": "M5 5v2a3 3 0 0 0 4.546 2.572m1.454 -2.572v-3", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconToolsKitchen2Off = createReactComponent("outline", "tools-kitchen-2-off", "ToolsKitchen2Off", __iconNode$lS); const __iconNode$lR = [["path", { "d": "M19 3v12h-5c-.023 -3.681 .184 -7.406 5 -12m0 12v6h-1v-3m-10 -14v17m-3 -17v3a3 3 0 1 0 6 0v-3", "key": "svg-0" }]]; const IconToolsKitchen2 = createReactComponent("outline", "tools-kitchen-2", "ToolsKitchen2", __iconNode$lR); const __iconNode$lQ = [["path", { "d": "M7 4v17m-3 -17v3a3 3 0 1 0 6 0v-3", "key": "svg-0" }], ["path", { "d": "M14 8a3 4 0 1 0 6 0a3 4 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M17 12v9", "key": "svg-2" }]]; const IconToolsKitchen3 = createReactComponent("outline", "tools-kitchen-3", "ToolsKitchen3", __iconNode$lQ); const __iconNode$lP = [["path", { "d": "M7 3h5l-.5 4.5m-.4 3.595l-.1 .905h-6l-.875 -7.874", "key": "svg-0" }], ["path", { "d": "M7 18h2v3h-2v-3", "key": "svg-1" }], ["path", { "d": "M15.225 11.216c.42 -2.518 1.589 -5.177 4.775 -8.216v12h-1", "key": "svg-2" }], ["path", { "d": "M20 15v1m0 4v1h-1v-2", "key": "svg-3" }], ["path", { "d": "M8 12v6", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconToolsKitchenOff = createReactComponent("outline", "tools-kitchen-off", "ToolsKitchenOff", __iconNode$lP); const __iconNode$lO = [["path", { "d": "M4 3h8l-1 9h-6l-1 -9", "key": "svg-0" }], ["path", { "d": "M7 18h2v3h-2l0 -3", "key": "svg-1" }], ["path", { "d": "M20 3v12h-5c-.023 -3.681 .184 -7.406 5 -12", "key": "svg-2" }], ["path", { "d": "M20 15v6h-1v-3", "key": "svg-3" }], ["path", { "d": "M8 12l0 6", "key": "svg-4" }]]; const IconToolsKitchen = createReactComponent("outline", "tools-kitchen", "ToolsKitchen", __iconNode$lO); const __iconNode$lN = [["path", { "d": "M16 12l4 -4a2.828 2.828 0 1 0 -4 -4l-4 4m-2 2l-7 7v4h4l7 -7", "key": "svg-0" }], ["path", { "d": "M14.5 5.5l4 4", "key": "svg-1" }], ["path", { "d": "M12 8l-5 -5m-2 2l-2 2l5 5", "key": "svg-2" }], ["path", { "d": "M7 8l-1.5 1.5", "key": "svg-3" }], ["path", { "d": "M16 12l5 5m-2 2l-2 2l-5 -5", "key": "svg-4" }], ["path", { "d": "M16 17l-1.5 1.5", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconToolsOff = createReactComponent("outline", "tools-off", "ToolsOff", __iconNode$lN); const __iconNode$lM = [["path", { "d": "M3 21h4l13 -13a1.5 1.5 0 0 0 -4 -4l-13 13v4", "key": "svg-0" }], ["path", { "d": "M14.5 5.5l4 4", "key": "svg-1" }], ["path", { "d": "M12 8l-5 -5l-4 4l5 5", "key": "svg-2" }], ["path", { "d": "M7 8l-1.5 1.5", "key": "svg-3" }], ["path", { "d": "M16 12l5 5l-4 4l-5 -5", "key": "svg-4" }], ["path", { "d": "M16 17l-1.5 1.5", "key": "svg-5" }]]; const IconTools = createReactComponent("outline", "tools", "Tools", __iconNode$lM); const __iconNode$lL = [["path", { "d": "M10 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M12 13l-1.707 -1.707a1 1 0 0 0 -.707 -.293h-2.586a2 2 0 0 1 -2 -2v-3a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2.586a1 1 0 0 0 -.707 .293l-1.707 1.707", "key": "svg-1" }]]; const IconTooltip = createReactComponent("outline", "tooltip", "Tooltip", __iconNode$lL); const __iconNode$lK = [["path", { "d": "M14 10a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-0" }], ["path", { "d": "M6 10a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-1" }], ["path", { "d": "M22 10a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-2" }], ["path", { "d": "M2 16h20", "key": "svg-3" }], ["path", { "d": "M4 12v4", "key": "svg-4" }], ["path", { "d": "M12 12v4", "key": "svg-5" }], ["path", { "d": "M20 12v4", "key": "svg-6" }]]; const IconTopologyBus = createReactComponent("outline", "topology-bus", "TopologyBus", __iconNode$lK); const __iconNode$lJ = [["path", { "d": "M20 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-0" }], ["path", { "d": "M8 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-1" }], ["path", { "d": "M8 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-2" }], ["path", { "d": "M20 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-3" }], ["path", { "d": "M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-4" }], ["path", { "d": "M7.5 7.5l3 3", "key": "svg-5" }], ["path", { "d": "M6 8v8", "key": "svg-6" }], ["path", { "d": "M18 16v-8", "key": "svg-7" }], ["path", { "d": "M8 6h8", "key": "svg-8" }], ["path", { "d": "M16 18h-8", "key": "svg-9" }]]; const IconTopologyComplex = createReactComponent("outline", "topology-complex", "TopologyComplex", __iconNode$lJ); const __iconNode$lI = [["path", { "d": "M20 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-0" }], ["path", { "d": "M8 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-1" }], ["path", { "d": "M8 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-2" }], ["path", { "d": "M20 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-3" }], ["path", { "d": "M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-4" }], ["path", { "d": "M6 8v8", "key": "svg-5" }], ["path", { "d": "M18 16v-8", "key": "svg-6" }], ["path", { "d": "M8 6h8", "key": "svg-7" }], ["path", { "d": "M16 18h-8", "key": "svg-8" }], ["path", { "d": "M7.5 7.5l3 3", "key": "svg-9" }], ["path", { "d": "M13.5 13.5l3 3", "key": "svg-10" }], ["path", { "d": "M16.5 7.5l-3 3", "key": "svg-11" }], ["path", { "d": "M10.5 13.5l-3 3", "key": "svg-12" }]]; const IconTopologyFullHierarchy = createReactComponent("outline", "topology-full-hierarchy", "TopologyFullHierarchy", __iconNode$lI); const __iconNode$lH = [["path", { "d": "M20 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-0" }], ["path", { "d": "M8 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-1" }], ["path", { "d": "M8 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-2" }], ["path", { "d": "M20 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-3" }], ["path", { "d": "M6 8v8", "key": "svg-4" }], ["path", { "d": "M18 16v-8", "key": "svg-5" }], ["path", { "d": "M8 6h8", "key": "svg-6" }], ["path", { "d": "M16 18h-8", "key": "svg-7" }], ["path", { "d": "M7.5 7.5l9 9", "key": "svg-8" }], ["path", { "d": "M7.5 16.5l9 -9", "key": "svg-9" }]]; const IconTopologyFull = createReactComponent("outline", "topology-full", "TopologyFull", __iconNode$lH); const __iconNode$lG = [["path", { "d": "M14 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-0" }], ["path", { "d": "M7 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-1" }], ["path", { "d": "M21 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-2" }], ["path", { "d": "M7 18h10", "key": "svg-3" }], ["path", { "d": "M18 16l-5 -8", "key": "svg-4" }], ["path", { "d": "M11 8l-5 8", "key": "svg-5" }]]; const IconTopologyRing2 = createReactComponent("outline", "topology-ring-2", "TopologyRing2", __iconNode$lG); const __iconNode$lF = [["path", { "d": "M8 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-0" }], ["path", { "d": "M20 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-1" }], ["path", { "d": "M20 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-2" }], ["path", { "d": "M8 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-3" }], ["path", { "d": "M6 8v8", "key": "svg-4" }], ["path", { "d": "M18 16v-8", "key": "svg-5" }], ["path", { "d": "M8 6h8", "key": "svg-6" }], ["path", { "d": "M16 18h-8", "key": "svg-7" }]]; const IconTopologyRing3 = createReactComponent("outline", "topology-ring-3", "TopologyRing3", __iconNode$lF); const __iconNode$lE = [["path", { "d": "M14 20a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-0" }], ["path", { "d": "M14 4a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-1" }], ["path", { "d": "M6 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-2" }], ["path", { "d": "M22 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-3" }], ["path", { "d": "M13.5 5.5l5 5", "key": "svg-4" }], ["path", { "d": "M5.5 13.5l5 5", "key": "svg-5" }], ["path", { "d": "M13.5 18.5l5 -5", "key": "svg-6" }], ["path", { "d": "M10.5 5.5l-5 5", "key": "svg-7" }]]; const IconTopologyRing = createReactComponent("outline", "topology-ring", "TopologyRing", __iconNode$lE); const __iconNode$lD = [["path", { "d": "M14 20a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-0" }], ["path", { "d": "M14 4a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-1" }], ["path", { "d": "M6 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-2" }], ["path", { "d": "M22 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-3" }], ["path", { "d": "M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-4" }], ["path", { "d": "M6 12h4", "key": "svg-5" }], ["path", { "d": "M14 12h4", "key": "svg-6" }], ["path", { "d": "M12 6v4", "key": "svg-7" }], ["path", { "d": "M12 14v4", "key": "svg-8" }]]; const IconTopologyStar2 = createReactComponent("outline", "topology-star-2", "TopologyStar2", __iconNode$lD); const __iconNode$lC = [["path", { "d": "M10 19a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-0" }], ["path", { "d": "M18 5a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-1" }], ["path", { "d": "M10 5a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-2" }], ["path", { "d": "M6 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-3" }], ["path", { "d": "M18 19a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-4" }], ["path", { "d": "M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-5" }], ["path", { "d": "M22 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-6" }], ["path", { "d": "M6 12h4", "key": "svg-7" }], ["path", { "d": "M14 12h4", "key": "svg-8" }], ["path", { "d": "M15 7l-2 3", "key": "svg-9" }], ["path", { "d": "M9 7l2 3", "key": "svg-10" }], ["path", { "d": "M11 14l-2 3", "key": "svg-11" }], ["path", { "d": "M13 14l2 3", "key": "svg-12" }]]; const IconTopologyStar3 = createReactComponent("outline", "topology-star-3", "TopologyStar3", __iconNode$lC); const __iconNode$lB = [["path", { "d": "M14 20a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-0" }], ["path", { "d": "M14 4a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-1" }], ["path", { "d": "M6 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-2" }], ["path", { "d": "M22 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-3" }], ["path", { "d": "M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-4" }], ["path", { "d": "M6 12h4", "key": "svg-5" }], ["path", { "d": "M14 12h4", "key": "svg-6" }], ["path", { "d": "M12 6v4", "key": "svg-7" }], ["path", { "d": "M12 14v4", "key": "svg-8" }], ["path", { "d": "M5.5 10.5l5 -5", "key": "svg-9" }], ["path", { "d": "M13.5 5.5l5 5", "key": "svg-10" }], ["path", { "d": "M18.5 13.5l-5 5", "key": "svg-11" }], ["path", { "d": "M10.5 18.5l-5 -5", "key": "svg-12" }]]; const IconTopologyStarRing2 = createReactComponent("outline", "topology-star-ring-2", "TopologyStarRing2", __iconNode$lB); const __iconNode$lA = [["path", { "d": "M10 19a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-0" }], ["path", { "d": "M18 5a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-1" }], ["path", { "d": "M10 5a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-2" }], ["path", { "d": "M6 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-3" }], ["path", { "d": "M18 19a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-4" }], ["path", { "d": "M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-5" }], ["path", { "d": "M22 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-6" }], ["path", { "d": "M6 12h4", "key": "svg-7" }], ["path", { "d": "M14 12h4", "key": "svg-8" }], ["path", { "d": "M15 7l-2 3", "key": "svg-9" }], ["path", { "d": "M9 7l2 3", "key": "svg-10" }], ["path", { "d": "M11 14l-2 3", "key": "svg-11" }], ["path", { "d": "M13 14l2 3", "key": "svg-12" }], ["path", { "d": "M10 5h4", "key": "svg-13" }], ["path", { "d": "M10 19h4", "key": "svg-14" }], ["path", { "d": "M17 17l2 -3", "key": "svg-15" }], ["path", { "d": "M19 10l-2 -3", "key": "svg-16" }], ["path", { "d": "M7 7l-2 3", "key": "svg-17" }], ["path", { "d": "M5 14l2 3", "key": "svg-18" }]]; const IconTopologyStarRing3 = createReactComponent("outline", "topology-star-ring-3", "TopologyStarRing3", __iconNode$lA); const __iconNode$lz = [["path", { "d": "M14 20a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-0" }], ["path", { "d": "M14 4a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-1" }], ["path", { "d": "M6 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-2" }], ["path", { "d": "M22 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-3" }], ["path", { "d": "M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-4" }], ["path", { "d": "M6 12h4", "key": "svg-5" }], ["path", { "d": "M14 12h4", "key": "svg-6" }], ["path", { "d": "M13.5 5.5l5 5", "key": "svg-7" }], ["path", { "d": "M5.5 13.5l5 5", "key": "svg-8" }], ["path", { "d": "M13.5 18.5l5 -5", "key": "svg-9" }], ["path", { "d": "M10.5 5.5l-5 5", "key": "svg-10" }], ["path", { "d": "M12 6v4", "key": "svg-11" }], ["path", { "d": "M12 14v4", "key": "svg-12" }]]; const IconTopologyStarRing = createReactComponent("outline", "topology-star-ring", "TopologyStarRing", __iconNode$lz); const __iconNode$ly = [["path", { "d": "M8 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-0" }], ["path", { "d": "M20 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-1" }], ["path", { "d": "M8 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-2" }], ["path", { "d": "M20 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-3" }], ["path", { "d": "M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-4" }], ["path", { "d": "M7.5 7.5l3 3", "key": "svg-5" }], ["path", { "d": "M7.5 16.5l3 -3", "key": "svg-6" }], ["path", { "d": "M13.5 13.5l3 3", "key": "svg-7" }], ["path", { "d": "M16.5 7.5l-3 3", "key": "svg-8" }]]; const IconTopologyStar = createReactComponent("outline", "topology-star", "TopologyStar", __iconNode$ly); const __iconNode$lx = [["path", { "d": "M4 4c5.333 1.333 10.667 1.333 16 0", "key": "svg-0" }], ["path", { "d": "M4 8h16", "key": "svg-1" }], ["path", { "d": "M12 5v3", "key": "svg-2" }], ["path", { "d": "M18 4.5v15.5", "key": "svg-3" }], ["path", { "d": "M6 4.5v15.5", "key": "svg-4" }]]; const IconTorii = createReactComponent("outline", "torii", "Torii", __iconNode$lx); const __iconNode$lw = [["path", { "d": "M21 4l-18 0", "key": "svg-0" }], ["path", { "d": "M13 16l-6 0", "key": "svg-1" }], ["path", { "d": "M11 20l4 0", "key": "svg-2" }], ["path", { "d": "M6 8l14 0", "key": "svg-3" }], ["path", { "d": "M4 12l12 0", "key": "svg-4" }]]; const IconTornado = createReactComponent("outline", "tornado", "Tornado", __iconNode$lw); const __iconNode$lv = [["path", { "d": "M2 4a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M18 10a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M2 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M2 20a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M6 12h3a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-3", "key": "svg-4" }], ["path", { "d": "M6 4h7a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-2", "key": "svg-5" }], ["path", { "d": "M14 10h4", "key": "svg-6" }]]; const IconTournament = createReactComponent("outline", "tournament", "Tournament", __iconNode$lv); const __iconNode$lu = [["path", { "d": "M10 6v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2h3v-2a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1v4.394a2 2 0 0 1 -.336 1.11l-1.328 1.992a2 2 0 0 0 -.336 1.11v1.394m0 4v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-7.394a2 2 0 0 0 -.336 -1.11l-1.328 -1.992a2 2 0 0 1 -.336 -1.11v-4.394", "key": "svg-0" }], ["path", { "d": "M10 21v-5a2 2 0 1 1 4 0v5", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconTowerOff = createReactComponent("outline", "tower-off", "TowerOff", __iconNode$lu); const __iconNode$lt = [["path", { "d": "M5 3h1a1 1 0 0 1 1 1v2h3v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2h3v-2a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1v4.394a2 2 0 0 1 -.336 1.11l-1.328 1.992a2 2 0 0 0 -.336 1.11v7.394a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-7.394a2 2 0 0 0 -.336 -1.11l-1.328 -1.992a2 2 0 0 1 -.336 -1.11v-4.394a1 1 0 0 1 1 -1", "key": "svg-0" }], ["path", { "d": "M10 21v-5a2 2 0 1 1 4 0v5", "key": "svg-1" }]]; const IconTower = createReactComponent("outline", "tower", "Tower", __iconNode$lt); const __iconNode$ls = [["path", { "d": "M4 15l11 -11m5 5l-11 11m-4 -8l7 7m-3.5 -10.5l7 7m-3.5 -10.5l7 7", "key": "svg-0" }]]; const IconTrack = createReactComponent("outline", "track", "Track", __iconNode$ls); const __iconNode$lr = [["path", { "d": "M3 15a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-0" }], ["path", { "d": "M7 15l0 .01", "key": "svg-1" }], ["path", { "d": "M17 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M10.5 17l6.5 0", "key": "svg-3" }], ["path", { "d": "M20 15.2v-4.2a1 1 0 0 0 -1 -1h-6l-2 -5h-6v6.5", "key": "svg-4" }], ["path", { "d": "M18 5h-1a1 1 0 0 0 -1 1v4", "key": "svg-5" }]]; const IconTractor = createReactComponent("outline", "tractor", "Tractor", __iconNode$lr); const __iconNode$lq = [["path", { "d": "M4.5 9h5m-2.5 0v6", "key": "svg-0" }], ["path", { "d": "M13 15v-6l3 4l3 -4v6", "key": "svg-1" }]]; const IconTrademark = createReactComponent("outline", "trademark", "Trademark", __iconNode$lq); const __iconNode$lp = [["path", { "d": "M4 20h16", "key": "svg-0" }], ["path", { "d": "M9.4 10h.6m4 0h.6", "key": "svg-1" }], ["path", { "d": "M7.8 15h7.2", "key": "svg-2" }], ["path", { "d": "M6 20l3.5 -10.5", "key": "svg-3" }], ["path", { "d": "M10.5 6.5l.5 -1.5h2l2 6m2 6l1 3", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconTrafficConeOff = createReactComponent("outline", "traffic-cone-off", "TrafficConeOff", __iconNode$lp); const __iconNode$lo = [["path", { "d": "M4 20l16 0", "key": "svg-0" }], ["path", { "d": "M9.4 10l5.2 0", "key": "svg-1" }], ["path", { "d": "M7.8 15l8.4 0", "key": "svg-2" }], ["path", { "d": "M6 20l5 -15h2l5 15", "key": "svg-3" }]]; const IconTrafficCone = createReactComponent("outline", "traffic-cone", "TrafficCone", __iconNode$lo); const __iconNode$ln = [["path", { "d": "M8 4c.912 -1.219 2.36 -2 4 -2a5 5 0 0 1 5 5v6m0 4a5 5 0 0 1 -10 0v-10", "key": "svg-0" }], ["path", { "d": "M12 8a1 1 0 1 0 -1 -1", "key": "svg-1" }], ["path", { "d": "M11.291 11.295a1 1 0 0 0 1.418 1.41", "key": "svg-2" }], ["path", { "d": "M11 17a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconTrafficLightsOff = createReactComponent("outline", "traffic-lights-off", "TrafficLightsOff", __iconNode$ln); const __iconNode$lm = [["path", { "d": "M7 7a5 5 0 0 1 5 -5a5 5 0 0 1 5 5v10a5 5 0 0 1 -5 5a5 5 0 0 1 -5 -5l0 -10", "key": "svg-0" }], ["path", { "d": "M11 7a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }], ["path", { "d": "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }], ["path", { "d": "M11 17a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-3" }]]; const IconTrafficLights = createReactComponent("outline", "traffic-lights", "TrafficLights", __iconNode$lm); const __iconNode$ll = [["path", { "d": "M21 13c0 -3.87 -3.37 -7 -10 -7h-8", "key": "svg-0" }], ["path", { "d": "M3 15h16a2 2 0 0 0 2 -2", "key": "svg-1" }], ["path", { "d": "M3 6v5h17.5", "key": "svg-2" }], ["path", { "d": "M3 11v4", "key": "svg-3" }], ["path", { "d": "M8 11v-5", "key": "svg-4" }], ["path", { "d": "M13 11v-4.5", "key": "svg-5" }], ["path", { "d": "M3 19h18", "key": "svg-6" }]]; const IconTrain = createReactComponent("outline", "train", "Train", __iconNode$ll); const __iconNode$lk = [["path", { "d": "M15 12h4.09c1.055 0 1.91 .895 1.91 2s-.855 2 -1.91 2c1.055 0 1.91 .895 1.91 2s-.855 2 -1.91 2h-4.09", "key": "svg-0" }], ["path", { "d": "M16 16h4", "key": "svg-1" }], ["path", { "d": "M16 11v10v-9", "key": "svg-2" }], ["path", { "d": "M19 11v1", "key": "svg-3" }], ["path", { "d": "M19 20v1", "key": "svg-4" }], ["path", { "d": "M3 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-5" }], ["path", { "d": "M15 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-6" }], ["path", { "d": "M7 5h8", "key": "svg-7" }], ["path", { "d": "M7 5v8a3 3 0 0 0 3 3h1", "key": "svg-8" }]]; const IconTransactionBitcoin = createReactComponent("outline", "transaction-bitcoin", "TransactionBitcoin", __iconNode$lk); const __iconNode$lj = [["path", { "d": "M20.8 13a2 2 0 0 0 -1.8 -1h-2a2 2 0 1 0 0 4h2a2 2 0 1 1 0 4h-2a2 2 0 0 1 -1.8 -1", "key": "svg-0" }], ["path", { "d": "M18 11v10", "key": "svg-1" }], ["path", { "d": "M3 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M15 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M7 5h8", "key": "svg-4" }], ["path", { "d": "M7 5v8a3 3 0 0 0 3 3h1", "key": "svg-5" }]]; const IconTransactionDollar = createReactComponent("outline", "transaction-dollar", "TransactionDollar", __iconNode$lj); const __iconNode$li = [["path", { "d": "M21 12.8c-.523 -.502 -1.172 -.8 -1.875 -.8c-1.727 0 -3.125 1.791 -3.125 4s1.398 4 3.125 4c.703 0 1.352 -.298 1.874 -.8", "key": "svg-0" }], ["path", { "d": "M15 16h4", "key": "svg-1" }], ["path", { "d": "M3 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M15 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M7 5h8", "key": "svg-4" }], ["path", { "d": "M7 5v8a3 3 0 0 0 3 3h1", "key": "svg-5" }]]; const IconTransactionEuro = createReactComponent("outline", "transaction-euro", "TransactionEuro", __iconNode$li); const __iconNode$lh = [["path", { "d": "M21 14a2 2 0 1 0 -4 0v4a2 2 0 0 1 -2 2h6", "key": "svg-0" }], ["path", { "d": "M15 17h4", "key": "svg-1" }], ["path", { "d": "M3 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M15 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M7 5h8", "key": "svg-4" }], ["path", { "d": "M7 5v8a3 3 0 0 0 3 3h1", "key": "svg-5" }]]; const IconTransactionPound = createReactComponent("outline", "transaction-pound", "TransactionPound", __iconNode$lh); const __iconNode$lg = [["path", { "d": "M21 12h-6h1a3 3 0 0 1 0 6h-1l3 3", "key": "svg-0" }], ["path", { "d": "M15 15h6", "key": "svg-1" }], ["path", { "d": "M3 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M15 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M7 5h8", "key": "svg-4" }], ["path", { "d": "M7 5v8a3 3 0 0 0 3 3h1", "key": "svg-5" }]]; const IconTransactionRupee = createReactComponent("outline", "transaction-rupee", "TransactionRupee", __iconNode$lg); const __iconNode$lf = [["path", { "d": "M15 16h6", "key": "svg-0" }], ["path", { "d": "M15 12l3 4.5", "key": "svg-1" }], ["path", { "d": "M21 12l-3 4.5v4.5", "key": "svg-2" }], ["path", { "d": "M15 19h6", "key": "svg-3" }], ["path", { "d": "M3 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-4" }], ["path", { "d": "M15 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-5" }], ["path", { "d": "M7 5h8", "key": "svg-6" }], ["path", { "d": "M7 5v8a3 3 0 0 0 3 3h1", "key": "svg-7" }]]; const IconTransactionYen = createReactComponent("outline", "transaction-yen", "TransactionYen", __iconNode$lf); const __iconNode$le = [["path", { "d": "M15 17h6", "key": "svg-0" }], ["path", { "d": "M15 12l3 4.5", "key": "svg-1" }], ["path", { "d": "M21 12l-3 4.5v4.5", "key": "svg-2" }], ["path", { "d": "M3 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }], ["path", { "d": "M15 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-4" }], ["path", { "d": "M7 5h8", "key": "svg-5" }], ["path", { "d": "M7 5v8a3 3 0 0 0 3 3h1", "key": "svg-6" }]]; const IconTransactionYuan = createReactComponent("outline", "transaction-yuan", "TransactionYuan", __iconNode$le); const __iconNode$ld = [["path", { "d": "M4 18v3h16v-14l-8 -4l-8 4v3", "key": "svg-0" }], ["path", { "d": "M4 14h9", "key": "svg-1" }], ["path", { "d": "M10 11l3 3l-3 3", "key": "svg-2" }]]; const IconTransferIn = createReactComponent("outline", "transfer-in", "TransferIn", __iconNode$ld); const __iconNode$lc = [["path", { "d": "M4 19v2h16v-14l-8 -4l-8 4v2", "key": "svg-0" }], ["path", { "d": "M13 14h-9", "key": "svg-1" }], ["path", { "d": "M7 11l-3 3l3 3", "key": "svg-2" }]]; const IconTransferOut = createReactComponent("outline", "transfer-out", "TransferOut", __iconNode$lc); const __iconNode$lb = [["path", { "d": "M10 4v16l-6 -5.5", "key": "svg-0" }], ["path", { "d": "M14 20v-16l6 5.5", "key": "svg-1" }]]; const IconTransferVertical = createReactComponent("outline", "transfer-vertical", "TransferVertical", __iconNode$lb); const __iconNode$la = [["path", { "d": "M20 10h-16l5.5 -6", "key": "svg-0" }], ["path", { "d": "M4 14h16l-5.5 6", "key": "svg-1" }]]; const IconTransfer = createReactComponent("outline", "transfer", "Transfer", __iconNode$la); const __iconNode$l9 = [["path", { "d": "M3 4a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-0" }], ["path", { "d": "M3 18a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "fill": "currentColor", "key": "svg-1" }], ["path", { "d": "M17 4a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-2" }], ["path", { "d": "M17 18a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-3" }], ["path", { "d": "M11 5h2", "key": "svg-4" }], ["path", { "d": "M5 11v2", "key": "svg-5" }], ["path", { "d": "M19 11v2", "key": "svg-6" }], ["path", { "d": "M11 19h2", "key": "svg-7" }]]; const IconTransformPointBottomLeft = createReactComponent("outline", "transform-point-bottom-left", "TransformPointBottomLeft", __iconNode$l9); const __iconNode$l8 = [["path", { "d": "M3 4a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-0" }], ["path", { "d": "M3 18a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-1" }], ["path", { "d": "M17 4a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-2" }], ["path", { "d": "M17 18a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "fill": "currentColor", "key": "svg-3" }], ["path", { "d": "M11 5h2", "key": "svg-4" }], ["path", { "d": "M5 11v2", "key": "svg-5" }], ["path", { "d": "M19 11v2", "key": "svg-6" }], ["path", { "d": "M11 19h2", "key": "svg-7" }]]; const IconTransformPointBottomRight = createReactComponent("outline", "transform-point-bottom-right", "TransformPointBottomRight", __iconNode$l8); const __iconNode$l7 = [["path", { "d": "M3 4a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "fill": "currentColor", "key": "svg-0" }], ["path", { "d": "M3 18a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-1" }], ["path", { "d": "M17 4a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-2" }], ["path", { "d": "M17 18a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-3" }], ["path", { "d": "M11 5h2", "key": "svg-4" }], ["path", { "d": "M5 11v2", "key": "svg-5" }], ["path", { "d": "M19 11v2", "key": "svg-6" }], ["path", { "d": "M11 19h2", "key": "svg-7" }]]; const IconTransformPointTopLeft = createReactComponent("outline", "transform-point-top-left", "TransformPointTopLeft", __iconNode$l7); const __iconNode$l6 = [["path", { "d": "M3 4a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-0" }], ["path", { "d": "M3 18a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-1" }], ["path", { "d": "M17 4a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "fill": "currentColor", "key": "svg-2" }], ["path", { "d": "M17 18a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-3" }], ["path", { "d": "M11 5h2", "key": "svg-4" }], ["path", { "d": "M5 11v2", "key": "svg-5" }], ["path", { "d": "M19 11v2", "key": "svg-6" }], ["path", { "d": "M11 19h2", "key": "svg-7" }]]; const IconTransformPointTopRight = createReactComponent("outline", "transform-point-top-right", "TransformPointTopRight", __iconNode$l6); const __iconNode$l5 = [["path", { "d": "M3 4a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-0" }], ["path", { "d": "M3 18a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-1" }], ["path", { "d": "M17 4a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-2" }], ["path", { "d": "M17 18a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-3" }], ["path", { "d": "M11 5h2", "key": "svg-4" }], ["path", { "d": "M5 11v2", "key": "svg-5" }], ["path", { "d": "M19 11v2", "key": "svg-6" }], ["path", { "d": "M11 19h2", "key": "svg-7" }]]; const IconTransformPoint = createReactComponent("outline", "transform-point", "TransformPoint", __iconNode$l5); const __iconNode$l4 = [["path", { "d": "M3 6a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M21 11v-3a2 2 0 0 0 -2 -2h-6l3 3m0 -6l-3 3", "key": "svg-1" }], ["path", { "d": "M3 13v3a2 2 0 0 0 2 2h6l-3 -3m0 6l3 -3", "key": "svg-2" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-3" }]]; const IconTransform = createReactComponent("outline", "transform", "Transform", __iconNode$l4); const __iconNode$l3 = [["path", { "d": "M21 18a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3", "key": "svg-0" }], ["path", { "d": "M3 6a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3", "key": "svg-1" }], ["path", { "d": "M12 9v8", "key": "svg-2" }], ["path", { "d": "M9 14l3 3l3 -3", "key": "svg-3" }]]; const IconTransitionBottom = createReactComponent("outline", "transition-bottom", "TransitionBottom", __iconNode$l3); const __iconNode$l2 = [["path", { "d": "M6 21a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3", "key": "svg-0" }], ["path", { "d": "M21 6v12a3 3 0 0 1 -6 0v-12a3 3 0 0 1 6 0", "key": "svg-1" }], ["path", { "d": "M15 12h-8", "key": "svg-2" }], ["path", { "d": "M10 9l-3 3l3 3", "key": "svg-3" }]]; const IconTransitionLeft = createReactComponent("outline", "transition-left", "TransitionLeft", __iconNode$l2); const __iconNode$l1 = [["path", { "d": "M18 3a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3", "key": "svg-0" }], ["path", { "d": "M3 18v-12a3 3 0 1 1 6 0v12a3 3 0 0 1 -6 0", "key": "svg-1" }], ["path", { "d": "M9 12h8", "key": "svg-2" }], ["path", { "d": "M14 15l3 -3l-3 -3", "key": "svg-3" }]]; const IconTransitionRight = createReactComponent("outline", "transition-right", "TransitionRight", __iconNode$l1); const __iconNode$l0 = [["path", { "d": "M21 6a3 3 0 0 0 -3 -3h-12a3 3 0 0 0 -3 3", "key": "svg-0" }], ["path", { "d": "M6 21h12a3 3 0 0 0 0 -6h-12a3 3 0 0 0 0 6", "key": "svg-1" }], ["path", { "d": "M12 15v-8", "key": "svg-2" }], ["path", { "d": "M9 10l3 -3l3 3", "key": "svg-3" }]]; const IconTransitionTop = createReactComponent("outline", "transition-top", "TransitionTop", __iconNode$l0); const __iconNode$k$ = [["path", { "d": "M3 3l18 18", "key": "svg-0" }], ["path", { "d": "M4 7h3m4 0h9", "key": "svg-1" }], ["path", { "d": "M10 11l0 6", "key": "svg-2" }], ["path", { "d": "M14 14l0 3", "key": "svg-3" }], ["path", { "d": "M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l.077 -.923", "key": "svg-4" }], ["path", { "d": "M18.384 14.373l.616 -7.373", "key": "svg-5" }], ["path", { "d": "M9 5v-1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3", "key": "svg-6" }]]; const IconTrashOff = createReactComponent("outline", "trash-off", "TrashOff", __iconNode$k$); const __iconNode$k_ = [["path", { "d": "M4 7h16", "key": "svg-0" }], ["path", { "d": "M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12", "key": "svg-1" }], ["path", { "d": "M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3", "key": "svg-2" }], ["path", { "d": "M10 12l4 4m0 -4l-4 4", "key": "svg-3" }]]; const IconTrashX = createReactComponent("outline", "trash-x", "TrashX", __iconNode$k_); const __iconNode$kZ = [["path", { "d": "M4 7l16 0", "key": "svg-0" }], ["path", { "d": "M10 11l0 6", "key": "svg-1" }], ["path", { "d": "M14 11l0 6", "key": "svg-2" }], ["path", { "d": "M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12", "key": "svg-3" }], ["path", { "d": "M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3", "key": "svg-4" }]]; const IconTrash = createReactComponent("outline", "trash", "Trash", __iconNode$kZ); const __iconNode$kY = [["path", { "d": "M10 3a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-0" }], ["path", { "d": "M3 14l4 1l.5 -.5", "key": "svg-1" }], ["path", { "d": "M12 18v-3l-3 -2.923l.75 -5.077", "key": "svg-2" }], ["path", { "d": "M6 10v-2l4 -1l2.5 2.5l2.5 .5", "key": "svg-3" }], ["path", { "d": "M21 22a1 1 0 0 0 -1 -1h-16a1 1 0 0 0 -1 1", "key": "svg-4" }], ["path", { "d": "M18 21l1 -11l2 -1", "key": "svg-5" }]]; const IconTreadmill = createReactComponent("outline", "treadmill", "Treadmill", __iconNode$kY); const __iconNode$kX = [["path", { "d": "M12 13l-2 -2", "key": "svg-0" }], ["path", { "d": "M12 12l2 -2", "key": "svg-1" }], ["path", { "d": "M12 21v-13", "key": "svg-2" }], ["path", { "d": "M9.824 16a3 3 0 0 1 -2.743 -3.69a3 3 0 0 1 .304 -4.833a3 3 0 0 1 4.615 -3.707a3 3 0 0 1 4.614 3.707a3 3 0 0 1 .305 4.833a3 3 0 0 1 -2.919 3.695h-4l-.176 -.005", "key": "svg-3" }]]; const IconTree = createReactComponent("outline", "tree", "Tree", __iconNode$kX); const __iconNode$kW = [["path", { "d": "M16 5l3 3l-2 1l4 4l-3 1l4 4h-9", "key": "svg-0" }], ["path", { "d": "M15 21l0 -3", "key": "svg-1" }], ["path", { "d": "M8 13l-2 -2", "key": "svg-2" }], ["path", { "d": "M8 12l2 -2", "key": "svg-3" }], ["path", { "d": "M8 21v-13", "key": "svg-4" }], ["path", { "d": "M5.824 16a3 3 0 0 1 -2.743 -3.69a3 3 0 0 1 .304 -4.833a3 3 0 0 1 4.615 -3.707a3 3 0 0 1 4.614 3.707a3 3 0 0 1 .305 4.833a3 3 0 0 1 -2.919 3.695h-4l-.176 -.005", "key": "svg-5" }]]; const IconTrees = createReactComponent("outline", "trees", "Trees", __iconNode$kW); const __iconNode$kV = [["path", { "d": "M11 4a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M7 21l2 -4", "key": "svg-1" }], ["path", { "d": "M13 21v-4l-3 -3l1 -6l3 4l3 2", "key": "svg-2" }], ["path", { "d": "M10 14l-1.827 -1.218a2 2 0 0 1 -.831 -2.15l.28 -1.117a2 2 0 0 1 1.939 -1.515h1.439l4 1l3 -2", "key": "svg-3" }], ["path", { "d": "M17 12v9", "key": "svg-4" }], ["path", { "d": "M16 20h2", "key": "svg-5" }]]; const IconTrekking = createReactComponent("outline", "trekking", "Trekking", __iconNode$kV); const __iconNode$kU = [["path", { "d": "M3 6h5l7 10h6", "key": "svg-0" }], ["path", { "d": "M18 19l3 -3l-3 -3", "key": "svg-1" }]]; const IconTrendingDown2 = createReactComponent("outline", "trending-down-2", "TrendingDown2", __iconNode$kU); const __iconNode$kT = [["path", { "d": "M3 6h2.397a5 5 0 0 1 4.096 2.133l4.014 5.734a5 5 0 0 0 4.096 2.133h3.397", "key": "svg-0" }], ["path", { "d": "M18 19l3 -3l-3 -3", "key": "svg-1" }]]; const IconTrendingDown3 = createReactComponent("outline", "trending-down-3", "TrendingDown3", __iconNode$kT); const __iconNode$kS = [["path", { "d": "M3 7l6 6l4 -4l8 8", "key": "svg-0" }], ["path", { "d": "M21 10l0 7l-7 0", "key": "svg-1" }]]; const IconTrendingDown = createReactComponent("outline", "trending-down", "TrendingDown", __iconNode$kS); const __iconNode$kR = [["path", { "d": "M18 5l3 3l-3 3", "key": "svg-0" }], ["path", { "d": "M3 18h5l7 -10h6", "key": "svg-1" }]]; const IconTrendingUp2 = createReactComponent("outline", "trending-up-2", "TrendingUp2", __iconNode$kR); const __iconNode$kQ = [["path", { "d": "M18 5l3 3l-3 3", "key": "svg-0" }], ["path", { "d": "M3 18h2.397a5 5 0 0 0 4.096 -2.133l4.014 -5.734a5 5 0 0 1 4.096 -2.133h3.397", "key": "svg-1" }]]; const IconTrendingUp3 = createReactComponent("outline", "trending-up-3", "TrendingUp3", __iconNode$kQ); const __iconNode$kP = [["path", { "d": "M2 14l6 -6l4 4l9 -9", "key": "svg-0" }], ["path", { "d": "M15 3h6v6", "key": "svg-1" }], ["path", { "d": "M15 21h6v-6", "key": "svg-2" }], ["path", { "d": "M21 21l-6 -6", "key": "svg-3" }]]; const IconTrendingUpDown = createReactComponent("outline", "trending-up-down", "TrendingUpDown", __iconNode$kP); const __iconNode$kO = [["path", { "d": "M3 17l6 -6l4 4l8 -8", "key": "svg-0" }], ["path", { "d": "M14 7l7 0l0 7", "key": "svg-1" }]]; const IconTrendingUp = createReactComponent("outline", "trending-up", "TrendingUp", __iconNode$kO); const __iconNode$kN = [["path", { "d": "M10.363 20.405l-8.106 -13.534a1.914 1.914 0 0 1 1.636 -2.871h16.214a1.914 1.914 0 0 1 1.636 2.871l-8.106 13.534a1.914 1.914 0 0 1 -3.274 0", "key": "svg-0" }]]; const IconTriangleInverted = createReactComponent("outline", "triangle-inverted", "TriangleInverted", __iconNode$kN); const __iconNode$kM = [["path", { "d": "M20.48 15.016l-6.843 -11.426a1.914 1.914 0 0 0 -3.274 0l-8.106 13.535a1.914 1.914 0 0 0 1.636 2.871h8.107", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }]]; const IconTriangleMinus2 = createReactComponent("outline", "triangle-minus-2", "TriangleMinus2", __iconNode$kM); const __iconNode$kL = [["path", { "d": "M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0v.001", "key": "svg-0" }], ["path", { "d": "M9 13h6", "key": "svg-1" }]]; const IconTriangleMinus = createReactComponent("outline", "triangle-minus", "TriangleMinus", __iconNode$kL); const __iconNode$kK = [["path", { "d": "M7.825 7.83l-5.568 9.295a1.914 1.914 0 0 0 1.636 2.871h16.107m1.998 -1.99a1.913 1.913 0 0 0 -.255 -.88l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0l-1.028 1.718", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconTriangleOff = createReactComponent("outline", "triangle-off", "TriangleOff", __iconNode$kK); const __iconNode$kJ = [["path", { "d": "M18.69 12.027l-5.054 -8.437a1.914 1.914 0 0 0 -3.274 0l-8.105 13.535a1.914 1.914 0 0 0 1.636 2.871h8.107", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }]]; const IconTrianglePlus2 = createReactComponent("outline", "triangle-plus-2", "TrianglePlus2", __iconNode$kJ); const __iconNode$kI = [["path", { "d": "M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0v.001", "key": "svg-0" }], ["path", { "d": "M9 13h6", "key": "svg-1" }], ["path", { "d": "M12 10v6", "key": "svg-2" }]]; const IconTrianglePlus = createReactComponent("outline", "triangle-plus", "TrianglePlus", __iconNode$kI); const __iconNode$kH = [["path", { "d": "M12 3l-4 7h8l-4 -7", "key": "svg-0" }], ["path", { "d": "M14 17a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M4 15a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", "key": "svg-2" }]]; const IconTriangleSquareCircle = createReactComponent("outline", "triangle-square-circle", "TriangleSquareCircle", __iconNode$kH); const __iconNode$kG = [["path", { "d": "M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0", "key": "svg-0" }]]; const IconTriangle = createReactComponent("outline", "triangle", "Triangle", __iconNode$kG); const __iconNode$kF = [["path", { "d": "M9.974 21h8.052a.975 .975 0 0 0 .81 -1.517l-4.025 -6.048a.973 .973 0 0 0 -1.622 0l-4.025 6.048a.977 .977 0 0 0 .81 1.517", "key": "svg-0" }], ["path", { "d": "M4.98 16h14.04c.542 0 .98 -.443 .98 -.989a1 1 0 0 0 -.156 -.534l-7.02 -11.023a.974 .974 0 0 0 -1.648 0l-7.02 11.023a1 1 0 0 0 .294 1.366a.973 .973 0 0 0 .53 .157", "key": "svg-1" }]]; const IconTriangles = createReactComponent("outline", "triangles", "Triangles", __iconNode$kF); const __iconNode$kE = [["path", { "d": "M3 6l2 -2v3a7 7 0 0 0 14 0v-3l2 2", "key": "svg-0" }], ["path", { "d": "M12 21v-18l-2 2m4 0l-2 -2", "key": "svg-1" }]]; const IconTrident = createReactComponent("outline", "trident", "Trident", __iconNode$kE); const __iconNode$kD = [["path", { "d": "M9 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M6 16l3 2", "key": "svg-1" }], ["path", { "d": "M12 17l8 -12", "key": "svg-2" }], ["path", { "d": "M17 10l2 1", "key": "svg-3" }], ["path", { "d": "M9.592 4.695l3.306 2.104a1.3 1.3 0 0 1 .396 1.8l-3.094 4.811a1.3 1.3 0 0 1 -1.792 .394l-3.306 -2.104a1.3 1.3 0 0 1 -.396 -1.8l3.094 -4.81a1.3 1.3 0 0 1 1.792 -.394", "key": "svg-4" }]]; const IconTrolley = createReactComponent("outline", "trolley", "Trolley", __iconNode$kD); const __iconNode$kC = [["path", { "d": "M8 21h8", "key": "svg-0" }], ["path", { "d": "M12 17v4", "key": "svg-1" }], ["path", { "d": "M8 4h9", "key": "svg-2" }], ["path", { "d": "M17 4v8c0 .31 -.028 .612 -.082 .905m-1.384 2.632a5 5 0 0 1 -8.534 -3.537v-5", "key": "svg-3" }], ["path", { "d": "M3 9a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-4" }], ["path", { "d": "M17 9a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconTrophyOff = createReactComponent("outline", "trophy-off", "TrophyOff", __iconNode$kC); const __iconNode$kB = [["path", { "d": "M8 21l8 0", "key": "svg-0" }], ["path", { "d": "M12 17l0 4", "key": "svg-1" }], ["path", { "d": "M7 4l10 0", "key": "svg-2" }], ["path", { "d": "M17 4v8a5 5 0 0 1 -10 0v-8", "key": "svg-3" }], ["path", { "d": "M3 9a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-4" }], ["path", { "d": "M17 9a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-5" }]]; const IconTrophy = createReactComponent("outline", "trophy", "Trophy", __iconNode$kB); const __iconNode$kA = [["path", { "d": "M14.42 9.058l-5.362 5.363a1.978 1.978 0 0 1 -3.275 -.773l-2.682 -8.044a1.978 1.978 0 0 1 2.502 -2.502l8.045 2.682a1.978 1.978 0 0 1 .773 3.274", "key": "svg-0" }], ["path", { "d": "M10 10l6.5 6.5", "key": "svg-1" }], ["path", { "d": "M19.347 16.575l1.08 1.079a1.96 1.96 0 0 1 -2.773 2.772l-1.08 -1.079a1.96 1.96 0 0 1 2.773 -2.772", "key": "svg-2" }]]; const IconTrowel = createReactComponent("outline", "trowel", "Trowel", __iconNode$kA); const __iconNode$kz = [["path", { "d": "M5 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M15 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M5 17h-2v-4m-1 -8h11v12m-4 0h6m4 0h2v-6h-8m0 -5h5l3 5", "key": "svg-2" }], ["path", { "d": "M3 9l4 0", "key": "svg-3" }]]; const IconTruckDelivery = createReactComponent("outline", "truck-delivery", "TruckDelivery", __iconNode$kz); const __iconNode$ky = [["path", { "d": "M2 3h1a2 2 0 0 1 2 2v10a2 2 0 0 0 2 2h15", "key": "svg-0" }], ["path", { "d": "M9 9a3 3 0 0 1 3 -3h4a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-4a3 3 0 0 1 -3 -3l0 -2", "key": "svg-1" }], ["path", { "d": "M7 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M16 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-3" }]]; const IconTruckLoading = createReactComponent("outline", "truck-loading", "TruckLoading", __iconNode$ky); const __iconNode$kx = [["path", { "d": "M5 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M15.585 15.586a2 2 0 0 0 2.826 2.831", "key": "svg-1" }], ["path", { "d": "M5 17h-2v-11a1 1 0 0 1 1 -1h1m3.96 0h4.04v4m0 4v4m-4 0h6m6 0v-6h-6m-2 -5h5l3 5", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconTruckOff = createReactComponent("outline", "truck-off", "TruckOff", __iconNode$kx); const __iconNode$kw = [["path", { "d": "M5 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M15 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M5 17h-2v-11a1 1 0 0 1 1 -1h9v6h-5l2 2m0 -4l-2 2", "key": "svg-2" }], ["path", { "d": "M9 17l6 0", "key": "svg-3" }], ["path", { "d": "M13 6h5l3 5v6h-2", "key": "svg-4" }]]; const IconTruckReturn = createReactComponent("outline", "truck-return", "TruckReturn", __iconNode$kw); const __iconNode$kv = [["path", { "d": "M5 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M15 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M5 17h-2v-11a1 1 0 0 1 1 -1h9v12m-4 0h6m4 0h2v-6h-8m0 -5h5l3 5", "key": "svg-2" }]]; const IconTruck = createReactComponent("outline", "truck", "Truck", __iconNode$kv); const __iconNode$ku = [["path", { "d": "M3 8h4", "key": "svg-0" }], ["path", { "d": "M5 8v8", "key": "svg-1" }], ["path", { "d": "M17 8h4", "key": "svg-2" }], ["path", { "d": "M19 8v8", "key": "svg-3" }], ["path", { "d": "M10 8l4 8", "key": "svg-4" }], ["path", { "d": "M10 16l4 -8", "key": "svg-5" }]]; const IconTxt = createReactComponent("outline", "txt", "Txt", __iconNode$ku); const __iconNode$kt = [["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2l0 -14", "key": "svg-0" }], ["path", { "d": "M17 17a2 2 0 0 1 -2 -2v-8h-5a2 2 0 0 0 -2 2", "key": "svg-1" }], ["path", { "d": "M7 17a2.775 2.775 0 0 0 2.632 -1.897l.368 -1.103a13.4 13.4 0 0 1 3.236 -5.236l1.764 -1.764", "key": "svg-2" }], ["path", { "d": "M10 14h5", "key": "svg-3" }]]; const IconTypeface = createReactComponent("outline", "typeface", "Typeface", __iconNode$kt); const __iconNode$ks = [["path", { "d": "M4 20h3", "key": "svg-0" }], ["path", { "d": "M14 20h6", "key": "svg-1" }], ["path", { "d": "M6.9 15h6.9", "key": "svg-2" }], ["path", { "d": "M13 13l3 7", "key": "svg-3" }], ["path", { "d": "M5 20l4.09 -10.906", "key": "svg-4" }], ["path", { "d": "M10.181 6.183l.819 -2.183h2l3.904 8.924", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconTypographyOff = createReactComponent("outline", "typography-off", "TypographyOff", __iconNode$ks); const __iconNode$kr = [["path", { "d": "M4 20l3 0", "key": "svg-0" }], ["path", { "d": "M14 20l7 0", "key": "svg-1" }], ["path", { "d": "M6.9 15l6.9 0", "key": "svg-2" }], ["path", { "d": "M10.2 6.3l5.8 13.7", "key": "svg-3" }], ["path", { "d": "M5 20l6 -16l2 0l7 16", "key": "svg-4" }]]; const IconTypography = createReactComponent("outline", "typography", "Typography", __iconNode$kr); const __iconNode$kq = [["path", { "d": "M17 20v-11.5a4.5 4.5 0 1 0 -9 0v8.5", "key": "svg-0" }], ["path", { "d": "M11 14l-3 3l-3 -3", "key": "svg-1" }]]; const IconUTurnLeft = createReactComponent("outline", "u-turn-left", "UTurnLeft", __iconNode$kq); const __iconNode$kp = [["path", { "d": "M7 20v-11.5a4.5 4.5 0 0 1 9 0v8.5", "key": "svg-0" }], ["path", { "d": "M13 14l3 3l3 -3", "key": "svg-1" }]]; const IconUTurnRight = createReactComponent("outline", "u-turn-right", "UTurnRight", __iconNode$kp); const __iconNode$ko = [["path", { "d": "M16.95 9.01c3.02 .739 5.05 2.123 5.05 3.714c0 1.08 -.931 2.063 -2.468 2.814m-3 1c-1.36 .295 -2.9 .462 -4.531 .462c-5.52 0 -10 -1.909 -10 -4.276c0 -1.59 2.04 -2.985 5.07 -3.724", "key": "svg-0" }], ["path", { "d": "M14.69 10.686c1.388 -.355 2.31 -.976 2.31 -1.686v-.035c0 -2.742 -2.239 -4.965 -5 -4.965c-1.125 0 -2.164 .37 -3 .992m-1.707 2.297a4.925 4.925 0 0 0 -.293 1.676v.035c0 .961 1.696 1.764 3.956 1.956", "key": "svg-1" }], ["path", { "d": "M15 17l2 3", "key": "svg-2" }], ["path", { "d": "M8.5 17l-1.5 3", "key": "svg-3" }], ["path", { "d": "M12 14h.01", "key": "svg-4" }], ["path", { "d": "M7 13h.01", "key": "svg-5" }], ["path", { "d": "M17 13h.01", "key": "svg-6" }], ["path", { "d": "M3 3l18 18", "key": "svg-7" }]]; const IconUfoOff = createReactComponent("outline", "ufo-off", "UfoOff", __iconNode$ko); const __iconNode$kn = [["path", { "d": "M16.95 9.01c3.02 .739 5.05 2.123 5.05 3.714c0 2.367 -4.48 4.276 -10 4.276s-10 -1.909 -10 -4.276c0 -1.59 2.04 -2.985 5.07 -3.724", "key": "svg-0" }], ["path", { "d": "M7 9c0 1.105 2.239 2 5 2s5 -.895 5 -2v-.035c0 -2.742 -2.239 -4.965 -5 -4.965s-5 2.223 -5 4.965v.035", "key": "svg-1" }], ["path", { "d": "M15 17l2 3", "key": "svg-2" }], ["path", { "d": "M8.5 17l-1.5 3", "key": "svg-3" }], ["path", { "d": "M12 14h.01", "key": "svg-4" }], ["path", { "d": "M7 13h.01", "key": "svg-5" }], ["path", { "d": "M17 13h.01", "key": "svg-6" }]]; const IconUfo = createReactComponent("outline", "ufo", "Ufo", __iconNode$kn); const __iconNode$km = [["path", { "d": "M10 16v-8", "key": "svg-0" }], ["path", { "d": "M10 12h4", "key": "svg-1" }], ["path", { "d": "M14 8v8", "key": "svg-2" }], ["path", { "d": "M17 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2l-2 0", "key": "svg-3" }], ["path", { "d": "M3 8v6a2 2 0 1 0 4 0v-6", "key": "svg-4" }]]; const IconUhd = createReactComponent("outline", "uhd", "Uhd", __iconNode$km); const __iconNode$kl = [["path", { "d": "M5.343 7.343a8 8 0 1 1 11.314 11.314l-11.314 -11.314", "key": "svg-0" }], ["path", { "d": "M10.828 13.34l-4.242 4.243a2 2 0 1 0 2.828 2.828", "key": "svg-1" }]]; const IconUmbrella2 = createReactComponent("outline", "umbrella-2", "Umbrella2", __iconNode$kl); const __iconNode$kk = [["path", { "d": "M6.697 12.071l11.313 -7.071l-7.07 11.314l-4.243 -4.243", "key": "svg-0" }], ["path", { "d": "M8.743 14.475l-2.121 2.121c-1.886 1.886 .943 4.715 2.828 2.829", "key": "svg-1" }]]; const IconUmbrellaClosed2 = createReactComponent("outline", "umbrella-closed-2", "UmbrellaClosed2", __iconNode$kk); const __iconNode$kj = [["path", { "d": "M9 16l3 -13l3 13l-6 0", "key": "svg-0" }], ["path", { "d": "M12 16v3c0 2.667 4 2.667 4 0", "key": "svg-1" }]]; const IconUmbrellaClosed = createReactComponent("outline", "umbrella-closed", "UmbrellaClosed", __iconNode$kj); const __iconNode$ki = [["path", { "d": "M12 12h-8c0 -2.209 .895 -4.208 2.342 -5.656m2.382 -1.645a8 8 0 0 1 11.276 7.301l-4 0", "key": "svg-0" }], ["path", { "d": "M12 12v6a2 2 0 1 0 4 0", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconUmbrellaOff = createReactComponent("outline", "umbrella-off", "UmbrellaOff", __iconNode$ki); const __iconNode$kh = [["path", { "d": "M4 12a8 8 0 0 1 16 0l-16 0", "key": "svg-0" }], ["path", { "d": "M12 12v6a2 2 0 0 0 4 0", "key": "svg-1" }]]; const IconUmbrella = createReactComponent("outline", "umbrella", "Umbrella", __iconNode$kh); const __iconNode$kg = [["path", { "d": "M7 5v5a5 5 0 0 0 10 0v-5", "key": "svg-0" }], ["path", { "d": "M5 19h14", "key": "svg-1" }]]; const IconUnderline = createReactComponent("outline", "underline", "Underline", __iconNode$kg); const __iconNode$kf = [["path", { "d": "M7.027 11.477a5 5 0 1 0 5.496 -4.45a4.951 4.951 0 0 0 -3.088 .681", "key": "svg-0" }], ["path", { "d": "M5.636 5.636a9 9 0 1 0 3.555 -2.188", "key": "svg-1" }], ["path", { "d": "M17 5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }], ["path", { "d": "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-3" }], ["path", { "d": "M8 16a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-4" }]]; const IconUniverse = createReactComponent("outline", "universe", "Universe", __iconNode$kf); const __iconNode$ke = [["path", { "d": "M17 22v-2", "key": "svg-0" }], ["path", { "d": "M9 15l6 -6", "key": "svg-1" }], ["path", { "d": "M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464", "key": "svg-2" }], ["path", { "d": "M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463", "key": "svg-3" }], ["path", { "d": "M20 17h2", "key": "svg-4" }], ["path", { "d": "M2 7h2", "key": "svg-5" }], ["path", { "d": "M7 2v2", "key": "svg-6" }]]; const IconUnlink = createReactComponent("outline", "unlink", "Unlink", __iconNode$ke); const __iconNode$kd = [["path", { "d": "M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2", "key": "svg-0" }], ["path", { "d": "M7 9l5 -5l5 5", "key": "svg-1" }], ["path", { "d": "M12 4l0 12", "key": "svg-2" }]]; const IconUpload = createReactComponent("outline", "upload", "Upload", __iconNode$kd); const __iconNode$kc = [["path", { "d": "M8 16v-4a4 4 0 0 1 8 0v4", "key": "svg-0" }], ["path", { "d": "M3 12h1m8 -9v1m8 8h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7", "key": "svg-1" }], ["path", { "d": "M6 17a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1l0 -2", "key": "svg-2" }]]; const IconUrgent = createReactComponent("outline", "urgent", "Urgent", __iconNode$kc); const __iconNode$kb = [["path", { "d": "M10 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M12 17v-11.5", "key": "svg-1" }], ["path", { "d": "M7 10v3l5 3", "key": "svg-2" }], ["path", { "d": "M12 14.5l5 -2v-2.5", "key": "svg-3" }], ["path", { "d": "M16 10h2v-2h-2l0 2", "key": "svg-4" }], ["path", { "d": "M6 9a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-5" }], ["path", { "d": "M10 5.5h4l-2 -2.5l-2 2.5", "key": "svg-6" }]]; const IconUsb = createReactComponent("outline", "usb", "Usb", __iconNode$kb); const __iconNode$ka = [["path", { "d": "M17 21v-6m2 0v-1.5m0 9v-1.5m-2 -3h3m-1 0h.5a1.5 1.5 0 0 1 0 3h-3.5m3 -3h.5a1.5 1.5 0 0 0 0 -3h-3.5", "key": "svg-0" }], ["path", { "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0", "key": "svg-1" }], ["path", { "d": "M6 21v-2a4 4 0 0 1 4 -4h3", "key": "svg-2" }]]; const IconUserBitcoin = createReactComponent("outline", "user-bitcoin", "UserBitcoin", __iconNode$ka); const __iconNode$k9 = [["path", { "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0", "key": "svg-0" }], ["path", { "d": "M6 21v-2a4 4 0 0 1 4 -4h4c.267 0 .529 .026 .781 .076", "key": "svg-1" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-2" }]]; const IconUserBolt = createReactComponent("outline", "user-bolt", "UserBolt", __iconNode$k9); const __iconNode$k8 = [["path", { "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0", "key": "svg-0" }], ["path", { "d": "M6 21v-2a4 4 0 0 1 4 -4h3.5", "key": "svg-1" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M17 21l4 -4", "key": "svg-3" }]]; const IconUserCancel = createReactComponent("outline", "user-cancel", "UserCancel", __iconNode$k8); const __iconNode$k7 = [["path", { "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0", "key": "svg-0" }], ["path", { "d": "M6 21v-2a4 4 0 0 1 4 -4h4", "key": "svg-1" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-2" }]]; const IconUserCheck = createReactComponent("outline", "user-check", "UserCheck", __iconNode$k7); const __iconNode$k6 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 10a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M6.168 18.849a4 4 0 0 1 3.832 -2.849h4a4 4 0 0 1 3.834 2.855", "key": "svg-2" }]]; const IconUserCircle = createReactComponent("outline", "user-circle", "UserCircle", __iconNode$k6); const __iconNode$k5 = [["path", { "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0", "key": "svg-0" }], ["path", { "d": "M6 21v-2a4 4 0 0 1 4 -4h3.5", "key": "svg-1" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-2" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-3" }]]; const IconUserCode = createReactComponent("outline", "user-code", "UserCode", __iconNode$k5); const __iconNode$k4 = [["path", { "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0", "key": "svg-0" }], ["path", { "d": "M6 21v-2a4 4 0 0 1 4 -4h2.5", "key": "svg-1" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-3" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-4" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-5" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-6" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-7" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-8" }]]; const IconUserCog = createReactComponent("outline", "user-cog", "UserCog", __iconNode$k4); const __iconNode$k3 = [["path", { "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0", "key": "svg-0" }], ["path", { "d": "M6 21v-2a4 4 0 0 1 4 -4h3", "key": "svg-1" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-2" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-3" }]]; const IconUserDollar = createReactComponent("outline", "user-dollar", "UserDollar", __iconNode$k3); const __iconNode$k2 = [["path", { "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0", "key": "svg-0" }], ["path", { "d": "M6 21v-2a4 4 0 0 1 4 -4h4c.342 0 .674 .043 .99 .124", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-3" }]]; const IconUserDown = createReactComponent("outline", "user-down", "UserDown", __iconNode$k2); const __iconNode$k1 = [["path", { "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0", "key": "svg-0" }], ["path", { "d": "M6 21v-2a4 4 0 0 1 4 -4h3.5", "key": "svg-1" }], ["path", { "d": "M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39", "key": "svg-2" }]]; const IconUserEdit = createReactComponent("outline", "user-edit", "UserEdit", __iconNode$k1); const __iconNode$k0 = [["path", { "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0", "key": "svg-0" }], ["path", { "d": "M6 21v-2a4 4 0 0 1 4 -4h4c.348 0 .686 .045 1.008 .128", "key": "svg-1" }], ["path", { "d": "M19 16v3", "key": "svg-2" }], ["path", { "d": "M19 22v.01", "key": "svg-3" }]]; const IconUserExclamation = createReactComponent("outline", "user-exclamation", "UserExclamation", __iconNode$k0); const __iconNode$j$ = [["path", { "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0", "key": "svg-0" }], ["path", { "d": "M6 21v-2a4 4 0 0 1 4 -4h.5", "key": "svg-1" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-2" }]]; const IconUserHeart = createReactComponent("outline", "user-heart", "UserHeart", __iconNode$j$); const __iconNode$j_ = [["path", { "d": "M12 13a3 3 0 1 0 0 -6a3 3 0 0 0 0 6", "key": "svg-0" }], ["path", { "d": "M6.201 18.744a4 4 0 0 1 3.799 -2.744h4a4 4 0 0 1 3.798 2.741", "key": "svg-1" }], ["path", { "d": "M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", "key": "svg-2" }]]; const IconUserHexagon = createReactComponent("outline", "user-hexagon", "UserHexagon", __iconNode$j_); const __iconNode$jZ = [["path", { "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0", "key": "svg-0" }], ["path", { "d": "M6 21v-2a4 4 0 0 1 4 -4h5", "key": "svg-1" }], ["path", { "d": "M18.5 18.5l-3.5 3.5l-1.5 -1.5", "key": "svg-2" }], ["path", { "d": "M18.554 18.414a2 2 0 1 1 2.828 -2.828a2 2 0 0 1 -2.828 2.828", "key": "svg-3" }], ["path", { "d": "M16 19l1 1", "key": "svg-4" }]]; const IconUserKey = createReactComponent("outline", "user-key", "UserKey", __iconNode$jZ); const __iconNode$jY = [["path", { "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0", "key": "svg-0" }], ["path", { "d": "M6 21v-2a4 4 0 0 1 4 -4h4c.348 0 .686 .045 1.009 .128", "key": "svg-1" }], ["path", { "d": "M16 19h6", "key": "svg-2" }]]; const IconUserMinus = createReactComponent("outline", "user-minus", "UserMinus", __iconNode$jY); const __iconNode$jX = [["path", { "d": "M8.18 8.189a4.01 4.01 0 0 0 2.616 2.627m3.507 -.545a4 4 0 1 0 -5.59 -5.552", "key": "svg-0" }], ["path", { "d": "M6 21v-2a4 4 0 0 1 4 -4h4c.412 0 .81 .062 1.183 .178m2.633 2.618c.12 .38 .184 .785 .184 1.204v2", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconUserOff = createReactComponent("outline", "user-off", "UserOff", __iconNode$jX); const __iconNode$jW = [["path", { "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0", "key": "svg-0" }], ["path", { "d": "M6 21v-2a4 4 0 0 1 4 -4h3.5", "key": "svg-1" }], ["path", { "d": "M17 17v5", "key": "svg-2" }], ["path", { "d": "M21 17v5", "key": "svg-3" }]]; const IconUserPause = createReactComponent("outline", "user-pause", "UserPause", __iconNode$jW); const __iconNode$jV = [["path", { "d": "M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0", "key": "svg-0" }], ["path", { "d": "M12 13a3 3 0 1 0 0 -6a3 3 0 0 0 0 6", "key": "svg-1" }], ["path", { "d": "M6 20.703v-.703a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v.707", "key": "svg-2" }]]; const IconUserPentagon = createReactComponent("outline", "user-pentagon", "UserPentagon", __iconNode$jV); const __iconNode$jU = [["path", { "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0", "key": "svg-0" }], ["path", { "d": "M6 21v-2a4 4 0 0 1 4 -4h2.5", "key": "svg-1" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-2" }], ["path", { "d": "M19 18v.01", "key": "svg-3" }]]; const IconUserPin = createReactComponent("outline", "user-pin", "UserPin", __iconNode$jU); const __iconNode$jT = [["path", { "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0", "key": "svg-0" }], ["path", { "d": "M16 19h6", "key": "svg-1" }], ["path", { "d": "M19 16v6", "key": "svg-2" }], ["path", { "d": "M6 21v-2a4 4 0 0 1 4 -4h4", "key": "svg-3" }]]; const IconUserPlus = createReactComponent("outline", "user-plus", "UserPlus", __iconNode$jT); const __iconNode$jS = [["path", { "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0", "key": "svg-0" }], ["path", { "d": "M6 21v-2a4 4 0 0 1 4 -4h3.5", "key": "svg-1" }], ["path", { "d": "M19 22v.01", "key": "svg-2" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-3" }]]; const IconUserQuestion = createReactComponent("outline", "user-question", "UserQuestion", __iconNode$jS); const __iconNode$jR = [["path", { "d": "M10 9a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M4 8v-2a2 2 0 0 1 2 -2h2", "key": "svg-1" }], ["path", { "d": "M4 16v2a2 2 0 0 0 2 2h2", "key": "svg-2" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2", "key": "svg-3" }], ["path", { "d": "M16 20h2a2 2 0 0 0 2 -2v-2", "key": "svg-4" }], ["path", { "d": "M8 16a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2", "key": "svg-5" }]]; const IconUserScan = createReactComponent("outline", "user-scan", "UserScan", __iconNode$jR); const __iconNode$jQ = [["path", { "d": "M19.03 17.818a3 3 0 0 0 1.97 -2.818v-8a3 3 0 0 0 -3 -3h-12a3 3 0 0 0 -3 3v8c0 1.317 .85 2.436 2.03 2.84", "key": "svg-0" }], ["path", { "d": "M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-1" }], ["path", { "d": "M8 21a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2", "key": "svg-2" }]]; const IconUserScreen = createReactComponent("outline", "user-screen", "UserScreen", __iconNode$jQ); const __iconNode$jP = [["path", { "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0", "key": "svg-0" }], ["path", { "d": "M6 21v-2a4 4 0 0 1 4 -4h1.5", "key": "svg-1" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-3" }]]; const IconUserSearch = createReactComponent("outline", "user-search", "UserSearch", __iconNode$jP); const __iconNode$jO = [["path", { "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0", "key": "svg-0" }], ["path", { "d": "M6 21v-2a4 4 0 0 1 4 -4h3", "key": "svg-1" }], ["path", { "d": "M16 22l5 -5", "key": "svg-2" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-3" }]]; const IconUserShare = createReactComponent("outline", "user-share", "UserShare", __iconNode$jO); const __iconNode$jN = [["path", { "d": "M6 21v-2a4 4 0 0 1 4 -4h2", "key": "svg-0" }], ["path", { "d": "M22 16c0 4 -2.5 6 -3.5 6s-3.5 -2 -3.5 -6c1 0 2.5 -.5 3.5 -1.5c1 1 2.5 1.5 3.5 1.5", "key": "svg-1" }], ["path", { "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0", "key": "svg-2" }]]; const IconUserShield = createReactComponent("outline", "user-shield", "UserShield", __iconNode$jN); const __iconNode$jM = [["path", { "d": "M12 13a3 3 0 1 0 0 -6a3 3 0 0 0 0 6", "key": "svg-0" }], ["path", { "d": "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", "key": "svg-1" }], ["path", { "d": "M6 20.05v-.05a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v.05", "key": "svg-2" }]]; const IconUserSquareRounded = createReactComponent("outline", "user-square-rounded", "UserSquareRounded", __iconNode$jM); const __iconNode$jL = [["path", { "d": "M9 10a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M6 21v-1a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v1", "key": "svg-1" }], ["path", { "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "key": "svg-2" }]]; const IconUserSquare = createReactComponent("outline", "user-square", "UserSquare", __iconNode$jL); const __iconNode$jK = [["path", { "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0", "key": "svg-0" }], ["path", { "d": "M6 21v-2a4 4 0 0 1 4 -4h.5", "key": "svg-1" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-2" }]]; const IconUserStar = createReactComponent("outline", "user-star", "UserStar", __iconNode$jK); const __iconNode$jJ = [["path", { "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0", "key": "svg-0" }], ["path", { "d": "M6 21v-2a4 4 0 0 1 4 -4h4", "key": "svg-1" }], ["path", { "d": "M19 22v-6", "key": "svg-2" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-3" }]]; const IconUserUp = createReactComponent("outline", "user-up", "UserUp", __iconNode$jJ); const __iconNode$jI = [["path", { "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0", "key": "svg-0" }], ["path", { "d": "M6 21v-2a4 4 0 0 1 4 -4h3.5", "key": "svg-1" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-2" }], ["path", { "d": "M17 22l5 -5", "key": "svg-3" }]]; const IconUserX = createReactComponent("outline", "user-x", "UserX", __iconNode$jI); const __iconNode$jH = [["path", { "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0", "key": "svg-0" }], ["path", { "d": "M6 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2", "key": "svg-1" }]]; const IconUser = createReactComponent("outline", "user", "User", __iconNode$jH); const __iconNode$jG = [["path", { "d": "M10 13a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M8 21v-1a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v1", "key": "svg-1" }], ["path", { "d": "M15 5a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-2" }], ["path", { "d": "M17 10h2a2 2 0 0 1 2 2v1", "key": "svg-3" }], ["path", { "d": "M5 5a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-4" }], ["path", { "d": "M3 13v-1a2 2 0 0 1 2 -2h2", "key": "svg-5" }]]; const IconUsersGroup = createReactComponent("outline", "users-group", "UsersGroup", __iconNode$jG); const __iconNode$jF = [["path", { "d": "M5 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0", "key": "svg-0" }], ["path", { "d": "M3 21v-2a4 4 0 0 1 4 -4h4c.948 0 1.818 .33 2.504 .88", "key": "svg-1" }], ["path", { "d": "M16 3.13a4 4 0 0 1 0 7.75", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }]]; const IconUsersMinus = createReactComponent("outline", "users-minus", "UsersMinus", __iconNode$jF); const __iconNode$jE = [["path", { "d": "M5 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0", "key": "svg-0" }], ["path", { "d": "M3 21v-2a4 4 0 0 1 4 -4h4c.96 0 1.84 .338 2.53 .901", "key": "svg-1" }], ["path", { "d": "M16 3.13a4 4 0 0 1 0 7.75", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }], ["path", { "d": "M19 16v6", "key": "svg-4" }]]; const IconUsersPlus = createReactComponent("outline", "users-plus", "UsersPlus", __iconNode$jE); const __iconNode$jD = [["path", { "d": "M5 7a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-0" }], ["path", { "d": "M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2", "key": "svg-1" }], ["path", { "d": "M16 3.13a4 4 0 0 1 0 7.75", "key": "svg-2" }], ["path", { "d": "M21 21v-2a4 4 0 0 0 -3 -3.85", "key": "svg-3" }]]; const IconUsers = createReactComponent("outline", "users", "Users", __iconNode$jD); const __iconNode$jC = [["path", { "d": "M3 12h1m16 0h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7m-9.7 5.7a4 4 0 1 1 8 0", "key": "svg-0" }], ["path", { "d": "M12 4v-1", "key": "svg-1" }], ["path", { "d": "M13 16l2 5h1l2 -5", "key": "svg-2" }], ["path", { "d": "M6 16v3a2 2 0 1 0 4 0v-3", "key": "svg-3" }]]; const IconUvIndex = createReactComponent("outline", "uv-index", "UvIndex", __iconNode$jC); const __iconNode$jB = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M7 10v2a2 2 0 1 0 4 0v-2", "key": "svg-1" }], ["path", { "d": "M14 10l3 4", "key": "svg-2" }], ["path", { "d": "M14 14l3 -4", "key": "svg-3" }]]; const IconUxCircle = createReactComponent("outline", "ux-circle", "UxCircle", __iconNode$jB); const __iconNode$jA = [["path", { "d": "M9 5v-1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-4", "key": "svg-0" }], ["path", { "d": "M8.7 8.705a1.806 1.806 0 0 1 -.2 .045c-.866 .144 -1.5 .893 -1.5 1.77v8.48a2 2 0 0 0 2 2h6a2 2 0 0 0 2 -2v-2m0 -4v-2.48c0 -.877 -.634 -1.626 -1.5 -1.77a1.795 1.795 0 0 1 -1.5 -1.77v-.98", "key": "svg-1" }], ["path", { "d": "M7 12h5m4 0h1", "key": "svg-2" }], ["path", { "d": "M7 18h10", "key": "svg-3" }], ["path", { "d": "M11 15h2", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconVaccineBottleOff = createReactComponent("outline", "vaccine-bottle-off", "VaccineBottleOff", __iconNode$jA); const __iconNode$jz = [["path", { "d": "M9 4a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -1", "key": "svg-0" }], ["path", { "d": "M10 6v.98c0 .877 -.634 1.626 -1.5 1.77c-.866 .144 -1.5 .893 -1.5 1.77v8.48a2 2 0 0 0 2 2h6a2 2 0 0 0 2 -2v-8.48c0 -.877 -.634 -1.626 -1.5 -1.77a1.795 1.795 0 0 1 -1.5 -1.77v-.98", "key": "svg-1" }], ["path", { "d": "M7 12h10", "key": "svg-2" }], ["path", { "d": "M7 18h10", "key": "svg-3" }], ["path", { "d": "M11 15h2", "key": "svg-4" }]]; const IconVaccineBottle = createReactComponent("outline", "vaccine-bottle", "VaccineBottle", __iconNode$jz); const __iconNode$jy = [["path", { "d": "M17 3l4 4", "key": "svg-0" }], ["path", { "d": "M19 5l-4.5 4.5", "key": "svg-1" }], ["path", { "d": "M11.5 6.5l6 6", "key": "svg-2" }], ["path", { "d": "M16.5 11.5l-.5 .5m-2 2l-4 4h-4v-4l4 -4m2 -2l.5 -.5", "key": "svg-3" }], ["path", { "d": "M7.5 12.5l1.5 1.5", "key": "svg-4" }], ["path", { "d": "M3 21l3 -3", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconVaccineOff = createReactComponent("outline", "vaccine-off", "VaccineOff", __iconNode$jy); const __iconNode$jx = [["path", { "d": "M17 3l4 4", "key": "svg-0" }], ["path", { "d": "M19 5l-4.5 4.5", "key": "svg-1" }], ["path", { "d": "M11.5 6.5l6 6", "key": "svg-2" }], ["path", { "d": "M16.5 11.5l-6.5 6.5h-4v-4l6.5 -6.5", "key": "svg-3" }], ["path", { "d": "M7.5 12.5l1.5 1.5", "key": "svg-4" }], ["path", { "d": "M10.5 9.5l1.5 1.5", "key": "svg-5" }], ["path", { "d": "M3 21l3 -3", "key": "svg-6" }]]; const IconVaccine = createReactComponent("outline", "vaccine", "Vaccine", __iconNode$jx); const __iconNode$jw = [["path", { "d": "M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0", "key": "svg-0" }], ["path", { "d": "M14 9a2 2 0 1 1 -4 0a2 2 0 0 1 4 0", "key": "svg-1" }], ["path", { "d": "M12 16h.01", "key": "svg-2" }]]; const IconVacuumCleaner = createReactComponent("outline", "vacuum-cleaner", "VacuumCleaner", __iconNode$jw); const __iconNode$jv = [["path", { "d": "M8 16c1.5 0 3 -2 4 -3.5s2.5 -3.5 4 -3.5", "key": "svg-0" }], ["path", { "d": "M5 4c-2.5 5 -2.5 10 0 16m14 -16c1.775 3.55 2.29 7.102 1.544 11.01m-11.544 -6.01h1c1 0 1 1 2.016 3.527c.782 1.966 .943 3 1.478 3.343", "key": "svg-1" }], ["path", { "d": "M8 16c1.5 0 3 -2 4 -3.5s2.5 -3.5 4 -3.5", "key": "svg-2" }], ["path", { "d": "M16 19h6", "key": "svg-3" }]]; const IconVariableMinus = createReactComponent("outline", "variable-minus", "VariableMinus", __iconNode$jv); const __iconNode$ju = [["path", { "d": "M4.675 4.68c-2.17 4.776 -2.062 9.592 .325 15.32", "key": "svg-0" }], ["path", { "d": "M19 4c1.959 3.917 2.383 7.834 1.272 12.232m-.983 3.051c-.093 .238 -.189 .477 -.289 .717", "key": "svg-1" }], ["path", { "d": "M11.696 11.696c.095 .257 .2 .533 .32 .831c.984 2.473 .984 3.473 1.984 3.473h1", "key": "svg-2" }], ["path", { "d": "M8 16c1.5 0 3 -2 4 -3.5m2.022 -2.514c.629 -.582 1.304 -.986 1.978 -.986", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconVariableOff = createReactComponent("outline", "variable-off", "VariableOff", __iconNode$ju); const __iconNode$jt = [["path", { "d": "M5 4c-2.5 5 -2.5 10 0 16m14 -16c1.38 2.76 2 5.52 1.855 8.448m-11.855 -3.448h1c1 0 1 1 2.016 3.527c.785 1.972 .944 3.008 1.483 3.346", "key": "svg-0" }], ["path", { "d": "M8 16c1.5 0 3 -2 4 -3.5s2.5 -3.5 4 -3.5", "key": "svg-1" }], ["path", { "d": "M16 19h6", "key": "svg-2" }], ["path", { "d": "M19 16v6", "key": "svg-3" }]]; const IconVariablePlus = createReactComponent("outline", "variable-plus", "VariablePlus", __iconNode$jt); const __iconNode$js = [["path", { "d": "M5 4c-2.5 5 -2.5 10 0 16m14 -16c2.5 5 2.5 10 0 16m-10 -11h1c1 0 1 1 2.016 3.527c.984 2.473 .984 3.473 1.984 3.473h1", "key": "svg-0" }], ["path", { "d": "M8 16c1.5 0 3 -2 4 -3.5s2.5 -3.5 4 -3.5", "key": "svg-1" }]]; const IconVariable = createReactComponent("outline", "variable", "Variable", __iconNode$js); const __iconNode$jr = [["path", { "d": "M3 4a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-0" }], ["path", { "d": "M17 18a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-1" }], ["path", { "d": "M7 5l7 0", "key": "svg-2" }], ["path", { "d": "M10 19l7 0", "key": "svg-3" }], ["path", { "d": "M8 19a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-4" }], ["path", { "d": "M14 5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-5" }], ["path", { "d": "M7 5.5a5 6.5 0 0 1 5 6.5a5 6.5 0 0 0 5 6.5", "key": "svg-6" }]]; const IconVectorBezier2 = createReactComponent("outline", "vector-bezier-2", "VectorBezier2", __iconNode$jr); const __iconNode$jq = [["path", { "d": "M3 11a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-0" }], ["path", { "d": "M17 11a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-1" }], ["path", { "d": "M10 4a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-2" }], ["path", { "d": "M10 18a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-3" }], ["path", { "d": "M19 10a5 5 0 0 0 -5 -5", "key": "svg-4" }], ["path", { "d": "M5 14a5 5 0 0 0 5 5", "key": "svg-5" }], ["path", { "d": "M5 10a5 5 0 0 1 5 -5", "key": "svg-6" }]]; const IconVectorBezierArc = createReactComponent("outline", "vector-bezier-arc", "VectorBezierArc", __iconNode$jq); const __iconNode$jp = [["path", { "d": "M3 11a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-0" }], ["path", { "d": "M17 11a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-1" }], ["path", { "d": "M10 4a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-2" }], ["path", { "d": "M10 18a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-3" }], ["path", { "d": "M19 10a5 5 0 0 0 -5 -5", "key": "svg-4" }], ["path", { "d": "M19 14a5 5 0 0 1 -5 5", "key": "svg-5" }], ["path", { "d": "M5 14a5 5 0 0 0 5 5", "key": "svg-6" }], ["path", { "d": "M5 10a5 5 0 0 1 5 -5", "key": "svg-7" }]]; const IconVectorBezierCircle = createReactComponent("outline", "vector-bezier-circle", "VectorBezierCircle", __iconNode$jp); const __iconNode$jo = [["path", { "d": "M3 15a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-0" }], ["path", { "d": "M17 15a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-1" }], ["path", { "d": "M10 7a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-2" }], ["path", { "d": "M10 8.5a6 6 0 0 0 -5 5.5", "key": "svg-3" }], ["path", { "d": "M14 8.5a6 6 0 0 1 5 5.5", "key": "svg-4" }], ["path", { "d": "M10 8l-6 0", "key": "svg-5" }], ["path", { "d": "M20 8l-6 0", "key": "svg-6" }], ["path", { "d": "M2 8a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-7" }], ["path", { "d": "M20 8a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-8" }]]; const IconVectorBezier = createReactComponent("outline", "vector-bezier", "VectorBezier", __iconNode$jo); const __iconNode$jn = [["path", { "d": "M6.68 6.733a1 1 0 0 1 -.68 .267h-2a1 1 0 0 1 -1 -1v-2c0 -.276 .112 -.527 .293 -.708", "key": "svg-0" }], ["path", { "d": "M17 4a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-1" }], ["path", { "d": "M20.72 20.693a1 1 0 0 1 -.72 .307h-2a1 1 0 0 1 -1 -1v-2c0 -.282 .116 -.536 .304 -.718", "key": "svg-2" }], ["path", { "d": "M3 18a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-3" }], ["path", { "d": "M5 7v10", "key": "svg-4" }], ["path", { "d": "M19 7v8", "key": "svg-5" }], ["path", { "d": "M9 5h8", "key": "svg-6" }], ["path", { "d": "M7 19h10", "key": "svg-7" }], ["path", { "d": "M3 3l18 18", "key": "svg-8" }]]; const IconVectorOff = createReactComponent("outline", "vector-off", "VectorOff", __iconNode$jn); const __iconNode$jm = [["path", { "d": "M17 4a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-0" }], ["path", { "d": "M3 18a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-1" }], ["path", { "d": "M17 5c-6.627 0 -12 5.373 -12 12", "key": "svg-2" }]]; const IconVectorSpline = createReactComponent("outline", "vector-spline", "VectorSpline", __iconNode$jm); const __iconNode$jl = [["path", { "d": "M10 6v-1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-1", "key": "svg-0" }], ["path", { "d": "M3 18a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-1" }], ["path", { "d": "M20.705 20.709a1 1 0 0 1 -.705 .291h-2a1 1 0 0 1 -1 -1v-2c0 -.28 .115 -.532 .3 -.714", "key": "svg-2" }], ["path", { "d": "M6.5 17.1l3.749 -6.823", "key": "svg-3" }], ["path", { "d": "M13.158 9.197l-.658 -1.197", "key": "svg-4" }], ["path", { "d": "M7 19h10", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconVectorTriangleOff = createReactComponent("outline", "vector-triangle-off", "VectorTriangleOff", __iconNode$jl); const __iconNode$jk = [["path", { "d": "M10 5a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-0" }], ["path", { "d": "M3 18a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-1" }], ["path", { "d": "M17 18a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-2" }], ["path", { "d": "M6.5 17.1l5 -9.1", "key": "svg-3" }], ["path", { "d": "M17.5 17.1l-5 -9.1", "key": "svg-4" }], ["path", { "d": "M7 19l10 0", "key": "svg-5" }]]; const IconVectorTriangle = createReactComponent("outline", "vector-triangle", "VectorTriangle", __iconNode$jk); const __iconNode$jj = [["path", { "d": "M3 4a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-0" }], ["path", { "d": "M17 4a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-1" }], ["path", { "d": "M17 18a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-2" }], ["path", { "d": "M3 18a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", "key": "svg-3" }], ["path", { "d": "M5 7l0 10", "key": "svg-4" }], ["path", { "d": "M19 7l0 10", "key": "svg-5" }], ["path", { "d": "M7 5l10 0", "key": "svg-6" }], ["path", { "d": "M7 19l10 0", "key": "svg-7" }]]; const IconVector = createReactComponent("outline", "vector", "Vector", __iconNode$jj); const __iconNode$ji = [["path", { "d": "M7 9a5 5 0 1 0 10 0a5 5 0 1 0 -10 0", "key": "svg-0" }], ["path", { "d": "M12 14l0 7", "key": "svg-1" }], ["path", { "d": "M9 18l6 0", "key": "svg-2" }]]; const IconVenus = createReactComponent("outline", "venus", "Venus", __iconNode$ji); const __iconNode$jh = [["path", { "d": "M10.184 6.162a2 2 0 0 1 1.816 -1.162h6a2 2 0 0 1 2 2v9m-1.185 2.827a1.993 1.993 0 0 1 -.815 .173h-6a2 2 0 0 1 -2 -2v-7", "key": "svg-0" }], ["path", { "d": "M7 7v10", "key": "svg-1" }], ["path", { "d": "M4 8v8", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconVersionsOff = createReactComponent("outline", "versions-off", "VersionsOff", __iconNode$jh); const __iconNode$jg = [["path", { "d": "M10 7a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2l0 -10", "key": "svg-0" }], ["path", { "d": "M7 7l0 10", "key": "svg-1" }], ["path", { "d": "M4 8l0 8", "key": "svg-2" }]]; const IconVersions = createReactComponent("outline", "versions", "Versions", __iconNode$jg); const __iconNode$jf = [["path", { "d": "M15 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4", "key": "svg-0" }], ["path", { "d": "M3 8a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2l0 -8", "key": "svg-1" }], ["path", { "d": "M7 12l4 0", "key": "svg-2" }]]; const IconVideoMinus = createReactComponent("outline", "video-minus", "VideoMinus", __iconNode$jf); const __iconNode$je = [["path", { "d": "M3 3l18 18", "key": "svg-0" }], ["path", { "d": "M15 11v-1l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -.675 .946", "key": "svg-1" }], ["path", { "d": "M10 6h3a2 2 0 0 1 2 2v3m0 4v1a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h1", "key": "svg-2" }]]; const IconVideoOff = createReactComponent("outline", "video-off", "VideoOff", __iconNode$je); const __iconNode$jd = [["path", { "d": "M15 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4", "key": "svg-0" }], ["path", { "d": "M3 8a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2l0 -8", "key": "svg-1" }], ["path", { "d": "M7 12l4 0", "key": "svg-2" }], ["path", { "d": "M9 10l0 4", "key": "svg-3" }]]; const IconVideoPlus = createReactComponent("outline", "video-plus", "VideoPlus", __iconNode$jd); const __iconNode$jc = [["path", { "d": "M15 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4", "key": "svg-0" }], ["path", { "d": "M3 8a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2l0 -8", "key": "svg-1" }]]; const IconVideo = createReactComponent("outline", "video", "Video", __iconNode$jc); const __iconNode$jb = [["path", { "d": "M17 15.328c2.414 -.718 4 -1.94 4 -3.328c0 -2.21 -4.03 -4 -9 -4s-9 1.79 -9 4s4.03 4 9 4", "key": "svg-0" }], ["path", { "d": "M9 13l3 3l-3 3", "key": "svg-1" }]]; const IconView360Arrow = createReactComponent("outline", "view-360-arrow", "View360Arrow", __iconNode$jb); const __iconNode$ja = [["path", { "d": "M14 6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3", "key": "svg-0" }], ["path", { "d": "M3 5h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5", "key": "svg-1" }], ["path", { "d": "M17 7v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M3 16c0 1.657 4.03 3 9 3s9 -1.343 9 -3", "key": "svg-3" }]]; const IconView360Number = createReactComponent("outline", "view-360-number", "View360Number", __iconNode$ja); const __iconNode$j9 = [["path", { "d": "M8.335 8.388a19 19 0 0 0 -.335 3.612c0 4.97 1.79 9 4 9c1.622 0 3.018 -2.172 3.646 -5.294m.354 -3.706c0 -4.97 -1.79 -9 -4 -9c-1.035 0 -1.979 .885 -2.689 2.337", "key": "svg-0" }], ["path", { "d": "M5.65 5.623a9 9 0 1 0 12.71 12.745m1.684 -2.328a9 9 0 0 0 -12.094 -12.08", "key": "svg-1" }], ["path", { "d": "M8.32 8.349c-3.136 .625 -5.32 2.025 -5.32 3.651c0 2.21 4.03 4 9 4c1.286 0 2.51 -.12 3.616 -.336m3.059 -.98c1.445 -.711 2.325 -1.653 2.325 -2.684c0 -2.21 -4.03 -4 -9 -4", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconView360Off = createReactComponent("outline", "view-360-off", "View360Off", __iconNode$j9); const __iconNode$j8 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M8 12a4 9 0 1 0 8 0a4 9 0 1 0 -8 0", "key": "svg-1" }], ["path", { "d": "M3 12c0 2.21 4.03 4 9 4s9 -1.79 9 -4s-4.03 -4 -9 -4s-9 1.79 -9 4", "key": "svg-2" }]]; const IconView360 = createReactComponent("outline", "view-360", "View360", __iconNode$j8); const __iconNode$j7 = [["path", { "d": "M5.65 5.623a9 9 0 1 0 12.71 12.745m1.684 -2.328a9 9 0 0 0 -12.094 -12.08", "key": "svg-0" }], ["path", { "d": "M12 3v4", "key": "svg-1" }], ["path", { "d": "M12 21v-3", "key": "svg-2" }], ["path", { "d": "M3 12h4", "key": "svg-3" }], ["path", { "d": "M21 12h-3", "key": "svg-4" }], ["path", { "d": "M12 12v.01", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconViewfinderOff = createReactComponent("outline", "viewfinder-off", "ViewfinderOff", __iconNode$j7); const __iconNode$j6 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 3l0 4", "key": "svg-1" }], ["path", { "d": "M12 21l0 -3", "key": "svg-2" }], ["path", { "d": "M3 12l4 0", "key": "svg-3" }], ["path", { "d": "M21 12l-3 0", "key": "svg-4" }], ["path", { "d": "M12 12l0 .01", "key": "svg-5" }]]; const IconViewfinder = createReactComponent("outline", "viewfinder", "Viewfinder", __iconNode$j6); const __iconNode$j5 = [["path", { "d": "M3 12h7l-3 -3", "key": "svg-0" }], ["path", { "d": "M7 15l3 -3", "key": "svg-1" }], ["path", { "d": "M21 12h-7l3 -3", "key": "svg-2" }], ["path", { "d": "M17 15l-3 -3", "key": "svg-3" }], ["path", { "d": "M9 6v-1a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1", "key": "svg-4" }], ["path", { "d": "M9 18v1a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-1", "key": "svg-5" }]]; const IconViewportNarrow = createReactComponent("outline", "viewport-narrow", "ViewportNarrow", __iconNode$j5); const __iconNode$j4 = [["path", { "d": "M12 3v7l3 -3", "key": "svg-0" }], ["path", { "d": "M9 7l3 3", "key": "svg-1" }], ["path", { "d": "M12 21v-7l3 3", "key": "svg-2" }], ["path", { "d": "M9 17l3 -3", "key": "svg-3" }], ["path", { "d": "M18 9h1a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-1", "key": "svg-4" }], ["path", { "d": "M6 9h-1a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h1", "key": "svg-5" }]]; const IconViewportShort = createReactComponent("outline", "viewport-short", "ViewportShort", __iconNode$j4); const __iconNode$j3 = [["path", { "d": "M12 10v-7l3 3", "key": "svg-0" }], ["path", { "d": "M9 6l3 -3", "key": "svg-1" }], ["path", { "d": "M12 14v7l3 -3", "key": "svg-2" }], ["path", { "d": "M9 18l3 3", "key": "svg-3" }], ["path", { "d": "M18 3h1a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-1", "key": "svg-4" }], ["path", { "d": "M6 3h-1a2 2 0 0 0 -2 2v14a2 2 0 0 0 2 2h1", "key": "svg-5" }]]; const IconViewportTall = createReactComponent("outline", "viewport-tall", "ViewportTall", __iconNode$j3); const __iconNode$j2 = [["path", { "d": "M10 12h-7l3 -3", "key": "svg-0" }], ["path", { "d": "M6 15l-3 -3", "key": "svg-1" }], ["path", { "d": "M14 12h7l-3 -3", "key": "svg-2" }], ["path", { "d": "M18 15l3 -3", "key": "svg-3" }], ["path", { "d": "M3 6v-1a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v1", "key": "svg-4" }], ["path", { "d": "M3 18v1a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-1", "key": "svg-5" }]]; const IconViewportWide = createReactComponent("outline", "viewport-wide", "ViewportWide", __iconNode$j2); const __iconNode$j1 = [["path", { "d": "M16 3.937a9 9 0 1 0 5 8.063", "key": "svg-0" }], ["path", { "d": "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }], ["path", { "d": "M19 4a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }], ["path", { "d": "M20 4l-3.5 10l-2.5 2", "key": "svg-3" }]]; const IconVinyl = createReactComponent("outline", "vinyl", "Vinyl", __iconNode$j1); const __iconNode$j0 = [["path", { "d": "M3 5h4", "key": "svg-0" }], ["path", { "d": "M17 5h4", "key": "svg-1" }], ["path", { "d": "M3 19h18", "key": "svg-2" }], ["path", { "d": "M4 9l2 6h1l2 -6", "key": "svg-3" }], ["path", { "d": "M12 10v5", "key": "svg-4" }], ["path", { "d": "M16 15v-6h2a2 2 0 1 1 0 4h-2", "key": "svg-5" }], ["path", { "d": "M10 5a2 2 0 0 1 2 2a2 2 0 0 1 2 -2a2 2 0 0 1 -2 -2a2 2 0 0 1 -2 2", "key": "svg-6" }]]; const IconVip2 = createReactComponent("outline", "vip-2", "Vip2", __iconNode$j0); const __iconNode$i$ = [["path", { "d": "M3 5h2m4 0h12", "key": "svg-0" }], ["path", { "d": "M3 19h16", "key": "svg-1" }], ["path", { "d": "M4 9l2 6h1l2 -6", "key": "svg-2" }], ["path", { "d": "M12 12v3", "key": "svg-3" }], ["path", { "d": "M16 12v-3h2a2 2 0 1 1 0 4h-1", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconVipOff = createReactComponent("outline", "vip-off", "VipOff", __iconNode$i$); const __iconNode$i_ = [["path", { "d": "M3 5h18", "key": "svg-0" }], ["path", { "d": "M3 19h18", "key": "svg-1" }], ["path", { "d": "M4 9l2 6h1l2 -6", "key": "svg-2" }], ["path", { "d": "M12 9v6", "key": "svg-3" }], ["path", { "d": "M16 15v-6h2a2 2 0 1 1 0 4h-2", "key": "svg-4" }]]; const IconVip = createReactComponent("outline", "vip", "Vip", __iconNode$i_); const __iconNode$iZ = [["path", { "d": "M3 3l18 18", "key": "svg-0" }], ["path", { "d": "M8.469 8.46a5 5 0 0 0 7.058 7.084", "key": "svg-1" }], ["path", { "d": "M16.913 12.936a5 5 0 0 0 -5.826 -5.853", "key": "svg-2" }], ["path", { "d": "M12 7v-4", "key": "svg-3" }], ["path", { "d": "M11 3h2", "key": "svg-4" }], ["path", { "d": "M15.536 8.464l2.828 -2.828", "key": "svg-5" }], ["path", { "d": "M17.657 4.929l1.414 1.414", "key": "svg-6" }], ["path", { "d": "M17 12h4", "key": "svg-7" }], ["path", { "d": "M21 11v2", "key": "svg-8" }], ["path", { "d": "M18.364 18.363l-.707 .707", "key": "svg-9" }], ["path", { "d": "M12 17v4", "key": "svg-10" }], ["path", { "d": "M13 21h-2", "key": "svg-11" }], ["path", { "d": "M8.465 15.536l-2.829 2.828", "key": "svg-12" }], ["path", { "d": "M6.343 19.071l-1.413 -1.414", "key": "svg-13" }], ["path", { "d": "M7 12h-4", "key": "svg-14" }], ["path", { "d": "M3 13v-2", "key": "svg-15" }], ["path", { "d": "M5.636 5.637l-.707 .707", "key": "svg-16" }]]; const IconVirusOff = createReactComponent("outline", "virus-off", "VirusOff", __iconNode$iZ); const __iconNode$iY = [["path", { "d": "M17 12a5 5 0 1 0 -5 5", "key": "svg-0" }], ["path", { "d": "M12 7v-4", "key": "svg-1" }], ["path", { "d": "M11 3h2", "key": "svg-2" }], ["path", { "d": "M15.536 8.464l2.828 -2.828", "key": "svg-3" }], ["path", { "d": "M17.657 4.929l1.414 1.414", "key": "svg-4" }], ["path", { "d": "M17 12h4", "key": "svg-5" }], ["path", { "d": "M21 11v2", "key": "svg-6" }], ["path", { "d": "M12 17v4", "key": "svg-7" }], ["path", { "d": "M13 21h-2", "key": "svg-8" }], ["path", { "d": "M8.465 15.536l-2.829 2.828", "key": "svg-9" }], ["path", { "d": "M6.343 19.071l-1.413 -1.414", "key": "svg-10" }], ["path", { "d": "M7 12h-4", "key": "svg-11" }], ["path", { "d": "M3 13v-2", "key": "svg-12" }], ["path", { "d": "M8.464 8.464l-2.828 -2.828", "key": "svg-13" }], ["path", { "d": "M4.929 6.343l1.414 -1.413", "key": "svg-14" }], ["path", { "d": "M15 17.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0", "key": "svg-15" }], ["path", { "d": "M19.5 19.5l2.5 2.5", "key": "svg-16" }]]; const IconVirusSearch = createReactComponent("outline", "virus-search", "VirusSearch", __iconNode$iY); const __iconNode$iX = [["path", { "d": "M7 12a5 5 0 1 0 10 0a5 5 0 1 0 -10 0", "key": "svg-0" }], ["path", { "d": "M12 7v-4", "key": "svg-1" }], ["path", { "d": "M11 3h2", "key": "svg-2" }], ["path", { "d": "M15.536 8.464l2.828 -2.828", "key": "svg-3" }], ["path", { "d": "M17.657 4.929l1.414 1.414", "key": "svg-4" }], ["path", { "d": "M17 12h4", "key": "svg-5" }], ["path", { "d": "M21 11v2", "key": "svg-6" }], ["path", { "d": "M15.535 15.536l2.829 2.828", "key": "svg-7" }], ["path", { "d": "M19.071 17.657l-1.414 1.414", "key": "svg-8" }], ["path", { "d": "M12 17v4", "key": "svg-9" }], ["path", { "d": "M13 21h-2", "key": "svg-10" }], ["path", { "d": "M8.465 15.536l-2.829 2.828", "key": "svg-11" }], ["path", { "d": "M6.343 19.071l-1.413 -1.414", "key": "svg-12" }], ["path", { "d": "M7 12h-4", "key": "svg-13" }], ["path", { "d": "M3 13v-2", "key": "svg-14" }], ["path", { "d": "M8.464 8.464l-2.828 -2.828", "key": "svg-15" }], ["path", { "d": "M4.929 6.343l1.414 -1.413", "key": "svg-16" }]]; const IconVirus = createReactComponent("outline", "virus", "Virus", __iconNode$iX); const __iconNode$iW = [["path", { "d": "M7 3h3a2 2 0 0 1 2 2a2 2 0 0 1 2 -2h6a1 1 0 0 1 1 1v13m-2 2h-5a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2h-6a1 1 0 0 1 -1 -1v-14c0 -.279 .114 -.53 .298 -.712", "key": "svg-0" }], ["path", { "d": "M12 5v3m0 4v9", "key": "svg-1" }], ["path", { "d": "M7 11h1", "key": "svg-2" }], ["path", { "d": "M16 7h1", "key": "svg-3" }], ["path", { "d": "M16 11h1", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconVocabularyOff = createReactComponent("outline", "vocabulary-off", "VocabularyOff", __iconNode$iW); const __iconNode$iV = [["path", { "d": "M10 19h-6a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1h6a2 2 0 0 1 2 2a2 2 0 0 1 2 -2h6a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-6a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2", "key": "svg-0" }], ["path", { "d": "M12 5v16", "key": "svg-1" }], ["path", { "d": "M7 7h1", "key": "svg-2" }], ["path", { "d": "M7 11h1", "key": "svg-3" }], ["path", { "d": "M16 7h1", "key": "svg-4" }], ["path", { "d": "M16 11h1", "key": "svg-5" }], ["path", { "d": "M16 15h1", "key": "svg-6" }]]; const IconVocabulary = createReactComponent("outline", "vocabulary", "Vocabulary", __iconNode$iV); const __iconNode$iU = [["path", { "d": "M9 8v-1a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M15 8v-1a2 2 0 1 1 4 0", "key": "svg-1" }], ["path", { "d": "M4 20l3.472 -7.812a2 2 0 0 1 1.828 -1.188h5.4a2 2 0 0 1 1.828 1.188l3.472 7.812", "key": "svg-2" }], ["path", { "d": "M6.192 15.064a2.14 2.14 0 0 1 .475 -.064c.527 -.009 1.026 .178 1.333 .5c.307 .32 .806 .507 1.333 .5c.527 .007 1.026 -.18 1.334 -.5c.307 -.322 .806 -.509 1.333 -.5c.527 -.009 1.026 .178 1.333 .5c.308 .32 .807 .507 1.334 .5c.527 .007 1.026 -.18 1.333 -.5c.307 -.322 .806 -.509 1.333 -.5c.161 .003 .32 .025 .472 .064", "key": "svg-3" }], ["path", { "d": "M12 8v-4", "key": "svg-4" }]]; const IconVolcano = createReactComponent("outline", "volcano", "Volcano", __iconNode$iU); const __iconNode$iT = [["path", { "d": "M15 8a5 5 0 0 1 0 8", "key": "svg-0" }], ["path", { "d": "M6 15h-2a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2l3.5 -4.5a.8 .8 0 0 1 1.5 .5v14a.8 .8 0 0 1 -1.5 .5l-3.5 -4.5", "key": "svg-1" }]]; const IconVolume2 = createReactComponent("outline", "volume-2", "Volume2", __iconNode$iT); const __iconNode$iS = [["path", { "d": "M6 15h-2a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2l3.5 -4.5a.8 .8 0 0 1 1.5 .5v14a.8 .8 0 0 1 -1.5 .5l-3.5 -4.5", "key": "svg-0" }], ["path", { "d": "M16 10l4 4m0 -4l-4 4", "key": "svg-1" }]]; const IconVolume3 = createReactComponent("outline", "volume-3", "Volume3", __iconNode$iS); const __iconNode$iR = [["path", { "d": "M9.5 15h-2a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2l3.5 -4.5a.8 .8 0 0 1 1.5 .5v14a.8 .8 0 0 1 -1.5 .5l-3.5 -4.5", "key": "svg-0" }]]; const IconVolume4 = createReactComponent("outline", "volume-4", "Volume4", __iconNode$iR); const __iconNode$iQ = [["path", { "d": "M15 8a5 5 0 0 1 1.912 4.934m-1.377 2.602a5 5 0 0 1 -.535 .464", "key": "svg-0" }], ["path", { "d": "M17.7 5a9 9 0 0 1 2.362 11.086m-1.676 2.299a9 9 0 0 1 -.686 .615", "key": "svg-1" }], ["path", { "d": "M9.069 5.054l.431 -.554a.8 .8 0 0 1 1.5 .5v2m0 4v8a.8 .8 0 0 1 -1.5 .5l-3.5 -4.5h-2a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2l1.294 -1.664", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconVolumeOff = createReactComponent("outline", "volume-off", "VolumeOff", __iconNode$iQ); const __iconNode$iP = [["path", { "d": "M15 8a5 5 0 0 1 0 8", "key": "svg-0" }], ["path", { "d": "M17.7 5a9 9 0 0 1 0 14", "key": "svg-1" }], ["path", { "d": "M6 15h-2a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2l3.5 -4.5a.8 .8 0 0 1 1.5 .5v14a.8 .8 0 0 1 -1.5 .5l-3.5 -4.5", "key": "svg-2" }]]; const IconVolume = createReactComponent("outline", "volume", "Volume", __iconNode$iP); const __iconNode$iO = [["path", { "d": "M2 12c0 5.523 4.477 10 10 10s10 -4.477 10 -10s-4.477 -10 -10 -10s-10 4.477 -10 10", "key": "svg-0" }], ["path", { "d": "M14 14.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75", "key": "svg-1" }], ["path", { "d": "M7 9l2 6l2 -6", "key": "svg-2" }]]; const IconVs = createReactComponent("outline", "vs", "Vs", __iconNode$iO); const __iconNode$iN = [["path", { "d": "M12 4a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M7 21l3 -4", "key": "svg-1" }], ["path", { "d": "M16 21l-2 -4l-3 -3l1 -6", "key": "svg-2" }], ["path", { "d": "M6 12l2 -3l4 -1l3 3l3 1", "key": "svg-3" }]]; const IconWalk = createReactComponent("outline", "walk", "Walk", __iconNode$iN); const __iconNode$iM = [["path", { "d": "M8 4h10a2 2 0 0 1 2 2v10m-.589 3.417c-.361 .36 -.86 .583 -1.411 .583h-12a2 2 0 0 1 -2 -2v-12c0 -.55 .222 -1.047 .58 -1.409", "key": "svg-0" }], ["path", { "d": "M4 8h4m4 0h8", "key": "svg-1" }], ["path", { "d": "M20 12h-4m-4 0h-8", "key": "svg-2" }], ["path", { "d": "M4 16h12", "key": "svg-3" }], ["path", { "d": "M9 4v1", "key": "svg-4" }], ["path", { "d": "M14 8v2", "key": "svg-5" }], ["path", { "d": "M8 12v4", "key": "svg-6" }], ["path", { "d": "M11 16v4", "key": "svg-7" }], ["path", { "d": "M3 3l18 18", "key": "svg-8" }]]; const IconWallOff = createReactComponent("outline", "wall-off", "WallOff", __iconNode$iM); const __iconNode$iL = [["path", { "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", "key": "svg-0" }], ["path", { "d": "M4 8h16", "key": "svg-1" }], ["path", { "d": "M20 12h-16", "key": "svg-2" }], ["path", { "d": "M4 16h16", "key": "svg-3" }], ["path", { "d": "M9 4v4", "key": "svg-4" }], ["path", { "d": "M14 8v4", "key": "svg-5" }], ["path", { "d": "M8 12v4", "key": "svg-6" }], ["path", { "d": "M16 12v4", "key": "svg-7" }], ["path", { "d": "M11 16v4", "key": "svg-8" }]]; const IconWall = createReactComponent("outline", "wall", "Wall", __iconNode$iL); const __iconNode$iK = [["path", { "d": "M17 8v-3a1 1 0 0 0 -1 -1h-8m-3.413 .584a2 2 0 0 0 1.413 3.416h2m4 0h6a1 1 0 0 1 1 1v3", "key": "svg-0" }], ["path", { "d": "M19 19a1 1 0 0 1 -1 1h-12a2 2 0 0 1 -2 -2v-12", "key": "svg-1" }], ["path", { "d": "M16 12h4v4m-4 0a2 2 0 0 1 -2 -2", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconWalletOff = createReactComponent("outline", "wallet-off", "WalletOff", __iconNode$iK); const __iconNode$iJ = [["path", { "d": "M17 8v-3a1 1 0 0 0 -1 -1h-10a2 2 0 0 0 0 4h12a1 1 0 0 1 1 1v3m0 4v3a1 1 0 0 1 -1 1h-12a2 2 0 0 1 -2 -2v-12", "key": "svg-0" }], ["path", { "d": "M20 12v4h-4a2 2 0 0 1 0 -4h4", "key": "svg-1" }]]; const IconWallet = createReactComponent("outline", "wallet", "Wallet", __iconNode$iJ); const __iconNode$iI = [["path", { "d": "M10 6h8a2 2 0 0 1 2 2v8m-.58 3.409a2 2 0 0 1 -1.42 .591h-12", "key": "svg-0" }], ["path", { "d": "M4 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M8 18v-10m-3.427 -3.402c-.353 .362 -.573 .856 -.573 1.402v12", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconWallpaperOff = createReactComponent("outline", "wallpaper-off", "WallpaperOff", __iconNode$iI); const __iconNode$iH = [["path", { "d": "M8 6h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-12", "key": "svg-0" }], ["path", { "d": "M4 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M8 18v-12a2 2 0 1 0 -4 0v12", "key": "svg-2" }]]; const IconWallpaper = createReactComponent("outline", "wallpaper", "Wallpaper", __iconNode$iH); const __iconNode$iG = [["path", { "d": "M10.5 10.5l-7.5 7.5l3 3l7.5 -7.5m2 -2l5.5 -5.5l-3 -3l-5.5 5.5", "key": "svg-0" }], ["path", { "d": "M15 6l3 3", "key": "svg-1" }], ["path", { "d": "M8.433 4.395c.35 -.36 .567 -.852 .567 -1.395a2 2 0 0 0 2 2c-.554 0 -1.055 .225 -1.417 .589", "key": "svg-2" }], ["path", { "d": "M18.418 14.41c.36 -.36 .582 -.86 .582 -1.41a2 2 0 0 0 2 2c-.555 0 -1.056 .226 -1.419 .59", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconWandOff = createReactComponent("outline", "wand-off", "WandOff", __iconNode$iG); const __iconNode$iF = [["path", { "d": "M6 21l15 -15l-3 -3l-15 15l3 3", "key": "svg-0" }], ["path", { "d": "M15 6l3 3", "key": "svg-1" }], ["path", { "d": "M9 3a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2", "key": "svg-2" }], ["path", { "d": "M19 13a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2", "key": "svg-3" }]]; const IconWand = createReactComponent("outline", "wand", "Wand", __iconNode$iF); const __iconNode$iE = [["path", { "d": "M3 6a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12", "key": "svg-0" }], ["path", { "d": "M6 12a6 6 0 1 0 12 0a6 6 0 1 0 -12 0", "key": "svg-1" }], ["path", { "d": "M12 12h.01", "key": "svg-2" }]]; const IconWashDry1 = createReactComponent("outline", "wash-dry-1", "WashDry1", __iconNode$iE); const __iconNode$iD = [["path", { "d": "M3 6a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12", "key": "svg-0" }], ["path", { "d": "M6 12a6 6 0 1 0 12 0a6 6 0 1 0 -12 0", "key": "svg-1" }], ["path", { "d": "M10 12h.01", "key": "svg-2" }], ["path", { "d": "M14 12h.01", "key": "svg-3" }]]; const IconWashDry2 = createReactComponent("outline", "wash-dry-2", "WashDry2", __iconNode$iD); const __iconNode$iC = [["path", { "d": "M3 6a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12", "key": "svg-0" }], ["path", { "d": "M6 12a6 6 0 1 0 12 0a6 6 0 1 0 -12 0", "key": "svg-1" }], ["path", { "d": "M12 12h.01", "key": "svg-2" }], ["path", { "d": "M9 12h.01", "key": "svg-3" }], ["path", { "d": "M15 12h.01", "key": "svg-4" }]]; const IconWashDry3 = createReactComponent("outline", "wash-dry-3", "WashDry3", __iconNode$iC); const __iconNode$iB = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 16v-4.8c0 -1.657 1.343 -3.2 3 -3.2s3 1.543 3 3.2v4.8", "key": "svg-1" }], ["path", { "d": "M15 13h-6", "key": "svg-2" }]]; const IconWashDryA = createReactComponent("outline", "wash-dry-a", "WashDryA", __iconNode$iB); const __iconNode$iA = [["path", { "d": "M3 6a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12", "key": "svg-0" }], ["path", { "d": "M12 7v10", "key": "svg-1" }], ["path", { "d": "M16 7v10", "key": "svg-2" }], ["path", { "d": "M8 7v10", "key": "svg-3" }]]; const IconWashDryDip = createReactComponent("outline", "wash-dry-dip", "WashDryDip", __iconNode$iA); const __iconNode$iz = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 16v-8h4", "key": "svg-1" }], ["path", { "d": "M13 12h-3", "key": "svg-2" }]]; const IconWashDryF = createReactComponent("outline", "wash-dry-f", "WashDryF", __iconNode$iz); const __iconNode$iy = [["path", { "d": "M3 6a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12", "key": "svg-0" }], ["path", { "d": "M7 12h10", "key": "svg-1" }]]; const IconWashDryFlat = createReactComponent("outline", "wash-dry-flat", "WashDryFlat", __iconNode$iy); const __iconNode$ix = [["path", { "d": "M3 6a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12", "key": "svg-0" }], ["path", { "d": "M4 4.01c5.333 5.323 10.667 5.32 16 -.01", "key": "svg-1" }]]; const IconWashDryHang = createReactComponent("outline", "wash-dry-hang", "WashDryHang", __iconNode$ix); const __iconNode$iw = [["path", { "d": "M20.116 20.127a2.99 2.99 0 0 1 -2.116 .873h-12a3 3 0 0 1 -3 -3v-12c0 -.827 .335 -1.576 .877 -2.12m3.123 -.88h11a3 3 0 0 1 3 3v11", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconWashDryOff = createReactComponent("outline", "wash-dry-off", "WashDryOff", __iconNode$iw); const __iconNode$iv = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 16v-8h2.5a2.5 2.5 0 1 1 0 5h-2.5", "key": "svg-1" }]]; const IconWashDryP = createReactComponent("outline", "wash-dry-p", "WashDryP", __iconNode$iv); const __iconNode$iu = [["path", { "d": "M3 6a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12", "key": "svg-0" }], ["path", { "d": "M3 11l8 -8", "key": "svg-1" }], ["path", { "d": "M3 17l14 -14", "key": "svg-2" }]]; const IconWashDryShade = createReactComponent("outline", "wash-dry-shade", "WashDryShade", __iconNode$iu); const __iconNode$it = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M8 8l1.5 8h1l1.5 -6l1.5 6h1l1.5 -8", "key": "svg-1" }]]; const IconWashDryW = createReactComponent("outline", "wash-dry-w", "WashDryW", __iconNode$it); const __iconNode$is = [["path", { "d": "M3 6a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12", "key": "svg-0" }]]; const IconWashDry = createReactComponent("outline", "wash-dry", "WashDry", __iconNode$is); const __iconNode$ir = [["path", { "d": "M20.048 16.033a9 9 0 0 0 -12.094 -12.075m-2.321 1.682a9 9 0 0 0 12.733 12.723", "key": "svg-0" }], ["path", { "d": "M3 3l18 18", "key": "svg-1" }]]; const IconWashDrycleanOff = createReactComponent("outline", "wash-dryclean-off", "WashDrycleanOff", __iconNode$ir); const __iconNode$iq = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }]]; const IconWashDryclean = createReactComponent("outline", "wash-dryclean", "WashDryclean", __iconNode$iq); const __iconNode$ip = [["path", { "d": "M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h5.306m8.162 -6.972l.838 -5.028", "key": "svg-0" }], ["path", { "d": "M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034", "key": "svg-1" }], ["path", { "d": "M16 22s0 -2 3 -4", "key": "svg-2" }], ["path", { "d": "M19 21a3 3 0 0 1 0 -6h3v3a3 3 0 0 1 -3 3", "key": "svg-3" }]]; const IconWashEco = createReactComponent("outline", "wash-eco", "WashEco", __iconNode$ip); const __iconNode$io = [["path", { "d": "M3.486 5.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034", "key": "svg-0" }], ["path", { "d": "M3 3l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329", "key": "svg-1" }], ["path", { "d": "M5 18h14", "key": "svg-2" }], ["path", { "d": "M5 21h14", "key": "svg-3" }]]; const IconWashGentle = createReactComponent("outline", "wash-gentle", "WashGentle", __iconNode$io); const __iconNode$in = [["path", { "d": "M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.426 -.296 .777 -.5 1.5 -.5h1", "key": "svg-0" }], ["path", { "d": "M16 8l.615 .034c.552 .067 1.046 .23 1.385 .466c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034", "key": "svg-1" }], ["path", { "d": "M14 10.5l.586 .578a1.516 1.516 0 0 0 2 0c.476 -.433 .55 -1.112 .176 -1.622l-1.762 -2.456c-.37 -.506 -1.331 -1 -2 -1h-3.117a1 1 0 0 0 -.992 .876l-.499 3.986a3.857 3.857 0 0 0 2.608 4.138a2.28 2.28 0 0 0 3 -2.162v-2.338", "key": "svg-2" }], ["path", { "d": "M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329", "key": "svg-3" }]]; const IconWashHand = createReactComponent("outline", "wash-hand", "WashHand", __iconNode$in); const __iconNode$im = [["path", { "d": "M5 5a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2l0 -14", "key": "svg-0" }], ["path", { "d": "M8 14a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-1" }], ["path", { "d": "M8 6h.01", "key": "svg-2" }], ["path", { "d": "M11 6h.01", "key": "svg-3" }], ["path", { "d": "M14 6h2", "key": "svg-4" }], ["path", { "d": "M8 14c1.333 -.667 2.667 -.667 4 0c1.333 .667 2.667 .667 4 0", "key": "svg-5" }]]; const IconWashMachine = createReactComponent("outline", "wash-machine", "WashMachine", __iconNode$im); const __iconNode$il = [["path", { "d": "M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612c.208 0 .41 -.032 .6 -.092m1.521 -2.472l1.573 -9.436", "key": "svg-0" }], ["path", { "d": "M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5m4.92 .919c.428 -.083 .805 -.227 1.08 -.418c.461 -.322 1.21 -.508 2 -.5c.79 -.008 1.539 .178 2 .5c.461 .32 1.21 .508 2 .5c.17 0 .339 -.015 .503 -.035", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconWashOff = createReactComponent("outline", "wash-off", "WashOff", __iconNode$il); const __iconNode$ik = [["path", { "d": "M3.486 7.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034", "key": "svg-0" }], ["path", { "d": "M3 5l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329", "key": "svg-1" }], ["path", { "d": "M5 20h14", "key": "svg-2" }]]; const IconWashPress = createReactComponent("outline", "wash-press", "WashPress", __iconNode$ik); const __iconNode$ij = [["path", { "d": "M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329", "key": "svg-0" }], ["path", { "d": "M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034", "key": "svg-1" }], ["path", { "d": "M12 13h.01", "key": "svg-2" }]]; const IconWashTemperature1 = createReactComponent("outline", "wash-temperature-1", "WashTemperature1", __iconNode$ij); const __iconNode$ii = [["path", { "d": "M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034", "key": "svg-0" }], ["path", { "d": "M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329", "key": "svg-1" }], ["path", { "d": "M14 13h.01", "key": "svg-2" }], ["path", { "d": "M10 13h.01", "key": "svg-3" }]]; const IconWashTemperature2 = createReactComponent("outline", "wash-temperature-2", "WashTemperature2", __iconNode$ii); const __iconNode$ih = [["path", { "d": "M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034", "key": "svg-0" }], ["path", { "d": "M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329", "key": "svg-1" }], ["path", { "d": "M12 13h.01", "key": "svg-2" }], ["path", { "d": "M15 13h.01", "key": "svg-3" }], ["path", { "d": "M9 13h.01", "key": "svg-4" }]]; const IconWashTemperature3 = createReactComponent("outline", "wash-temperature-3", "WashTemperature3", __iconNode$ih); const __iconNode$ig = [["path", { "d": "M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034", "key": "svg-0" }], ["path", { "d": "M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329", "key": "svg-1" }], ["path", { "d": "M10 15h.01", "key": "svg-2" }], ["path", { "d": "M14 15h.01", "key": "svg-3" }], ["path", { "d": "M14 12h.01", "key": "svg-4" }], ["path", { "d": "M10 12h.01", "key": "svg-5" }]]; const IconWashTemperature4 = createReactComponent("outline", "wash-temperature-4", "WashTemperature4", __iconNode$ig); const __iconNode$if = [["path", { "d": "M10 15h.01", "key": "svg-0" }], ["path", { "d": "M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329", "key": "svg-1" }], ["path", { "d": "M14 15h.01", "key": "svg-2" }], ["path", { "d": "M15 12h.01", "key": "svg-3" }], ["path", { "d": "M12 12h.01", "key": "svg-4" }], ["path", { "d": "M9 12h.01", "key": "svg-5" }], ["path", { "d": "M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034", "key": "svg-6" }]]; const IconWashTemperature5 = createReactComponent("outline", "wash-temperature-5", "WashTemperature5", __iconNode$if); const __iconNode$ie = [["path", { "d": "M9 15h.01", "key": "svg-0" }], ["path", { "d": "M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329", "key": "svg-1" }], ["path", { "d": "M12 15h.01", "key": "svg-2" }], ["path", { "d": "M15 15h.01", "key": "svg-3" }], ["path", { "d": "M15 12h.01", "key": "svg-4" }], ["path", { "d": "M12 12h.01", "key": "svg-5" }], ["path", { "d": "M9 12h.01", "key": "svg-6" }], ["path", { "d": "M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034", "key": "svg-7" }]]; const IconWashTemperature6 = createReactComponent("outline", "wash-temperature-6", "WashTemperature6", __iconNode$ie); const __iconNode$id = [["path", { "d": "M3 6a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12", "key": "svg-0" }], ["path", { "d": "M6 12a6 6 0 1 0 12 0a6 6 0 1 0 -12 0", "key": "svg-1" }]]; const IconWashTumbleDry = createReactComponent("outline", "wash-tumble-dry", "WashTumbleDry", __iconNode$id); const __iconNode$ic = [["path", { "d": "M20.116 20.127a2.99 2.99 0 0 1 -2.116 .873h-12a3 3 0 0 1 -3 -3v-12c0 -.827 .335 -1.576 .877 -2.12m3.123 -.88h11a3 3 0 0 1 3 3v11", "key": "svg-0" }], ["path", { "d": "M17.744 13.74a6 6 0 0 0 -7.486 -7.482m-2.499 1.497a6 6 0 1 0 8.48 8.49", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconWashTumbleOff = createReactComponent("outline", "wash-tumble-off", "WashTumbleOff", __iconNode$ic); const __iconNode$ib = [["path", { "d": "M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034", "key": "svg-0" }], ["path", { "d": "M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329", "key": "svg-1" }]]; const IconWash = createReactComponent("outline", "wash", "Wash", __iconNode$ib); const __iconNode$ia = [["path", { "d": "M12 9a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", "key": "svg-0" }], ["path", { "d": "M5 8l3 4l4.5 1l7.5 -1", "key": "svg-1" }], ["path", { "d": "M3 18.75a2.4 2.4 0 0 0 1 .25a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 1 -.25", "key": "svg-2" }], ["path", { "d": "M12 16l.5 -3", "key": "svg-3" }], ["path", { "d": "M6.5 5a.5 .5 0 1 0 0 -1a.5 .5 0 0 0 0 1", "fill": "currentColor", "key": "svg-4" }]]; const IconWaterpolo = createReactComponent("outline", "waterpolo", "Waterpolo", __iconNode$ia); const __iconNode$i9 = [["path", { "d": "M3 12h5l4 8v-16l4 8h5", "key": "svg-0" }]]; const IconWaveSawTool = createReactComponent("outline", "wave-saw-tool", "WaveSawTool", __iconNode$i9); const __iconNode$i8 = [["path", { "d": "M21 12h-2c-.894 0 -1.662 -.857 -1.761 -2c-.296 -3.45 -.749 -6 -2.749 -6s-2.5 3.582 -2.5 8s-.5 8 -2.5 8s-2.452 -2.547 -2.749 -6c-.1 -1.147 -.867 -2 -1.763 -2h-2", "key": "svg-0" }]]; const IconWaveSine = createReactComponent("outline", "wave-sine", "WaveSine", __iconNode$i8); const __iconNode$i7 = [["path", { "d": "M3 12h5v8h4v-16h4v8h5", "key": "svg-0" }]]; const IconWaveSquare = createReactComponent("outline", "wave-square", "WaveSquare", __iconNode$i7); const __iconNode$i6 = [["path", { "d": "M3 12c.576 -.643 1.512 -1.017 2.5 -1c.988 -.017 1.924 .357 2.5 1c.576 .643 1.512 1.017 2.5 1c.988 .017 1.924 -.357 2.5 -1", "key": "svg-0" }], ["path", { "d": "M3 16c.576 -.643 1.512 -1.017 2.5 -1c.988 -.017 1.924 .357 2.5 1c.576 .643 1.512 1.017 2.5 1c.988 .017 1.924 -.357 2.5 -1", "key": "svg-1" }], ["path", { "d": "M3 8c.576 -.643 1.512 -1.017 2.5 -1c.988 -.017 1.924 .357 2.5 1c.576 .643 1.512 1.017 2.5 1c.988 .017 1.924 -.357 2.5 -1", "key": "svg-2" }], ["path", { "d": "M20 7l-3 5h4l-3 5", "key": "svg-3" }]]; const IconWavesElectricity = createReactComponent("outline", "waves-electricity", "WavesElectricity", __iconNode$i6); const __iconNode$i5 = [["path", { "d": "M4.876 13.61a4 4 0 1 0 6.124 3.39h6", "key": "svg-0" }], ["path", { "d": "M15.066 20.502a4 4 0 0 0 4.763 -.675m1.171 -2.827a4 4 0 0 0 -4 -4", "key": "svg-1" }], ["path", { "d": "M16 8a4 4 0 0 0 -6.824 -2.833m-1.176 2.833c0 1.506 .77 2.818 2 3.5l-3 5.5", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconWebhookOff = createReactComponent("outline", "webhook-off", "WebhookOff", __iconNode$i5); const __iconNode$i4 = [["path", { "d": "M4.876 13.61a4 4 0 1 0 6.124 3.39h6", "key": "svg-0" }], ["path", { "d": "M15.066 20.502a4 4 0 1 0 1.934 -7.502c-.706 0 -1.424 .179 -2 .5l-3 -5.5", "key": "svg-1" }], ["path", { "d": "M16 8a4 4 0 1 0 -8 0c0 1.506 .77 2.818 2 3.5l-3 5.5", "key": "svg-2" }]]; const IconWebhook = createReactComponent("outline", "webhook", "Webhook", __iconNode$i4); const __iconNode$i3 = [["path", { "d": "M9 6a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M6.835 9h10.33a1 1 0 0 1 .984 .821l1.637 9a1 1 0 0 1 -.984 1.179h-13.604a1 1 0 0 1 -.984 -1.179l1.637 -9a1 1 0 0 1 .984 -.821", "key": "svg-1" }]]; const IconWeight = createReactComponent("outline", "weight", "Weight", __iconNode$i3); const __iconNode$i2 = [["path", { "d": "M3 3l18 18", "key": "svg-0" }], ["path", { "d": "M12 21.5v-3.75", "key": "svg-1" }], ["path", { "d": "M5.916 9.49l-.43 1.604c-.712 2.659 .866 5.392 3.524 6.104c.997 .268 1.994 .535 2.99 .802v-3.44c-.164 -2.105 -1.637 -3.879 -3.677 -4.426l-2.407 -.644", "key": "svg-2" }], ["path", { "d": "M10.249 4.251c.007 -.007 .014 -.014 .021 -.021l1.73 -1.73", "key": "svg-3" }], ["path", { "d": "M10.27 11.15c-.589 -.589 -1.017 -1.318 -1.246 -2.118", "key": "svg-4" }], ["path", { "d": "M14.988 8.988c.229 -.834 .234 -1.713 .013 -2.549c-.221 -.836 -.659 -1.598 -1.271 -2.209l-1.73 -1.73", "key": "svg-5" }], ["path", { "d": "M16.038 10.037l2.046 -.547l.431 1.604c.142 .53 .193 1.063 .162 1.583", "key": "svg-6" }], ["path", { "d": "M16.506 16.505c-.45 .307 -.959 .544 -1.516 .694c-.997 .268 -1.994 .535 -2.99 .801v-3.44c.055 -.708 .259 -1.379 .582 -1.978", "key": "svg-7" }]]; const IconWheatOff = createReactComponent("outline", "wheat-off", "WheatOff", __iconNode$i2); const __iconNode$i1 = [["path", { "d": "M12.014 21.514v-3.75", "key": "svg-0" }], ["path", { "d": "M5.93 9.504l-.43 1.604c-.712 2.659 .866 5.391 3.524 6.105c.997 .268 1.993 .535 2.99 .801v-3.44c-.164 -2.105 -1.637 -3.879 -3.676 -4.426l-2.408 -.644", "key": "svg-1" }], ["path", { "d": "M13.744 11.164c.454 -.454 .815 -.994 1.061 -1.587c.246 -.594 .372 -1.23 .372 -1.873c0 -.643 -.126 -1.279 -.372 -1.872c-.246 -.594 -.606 -1.133 -1.061 -1.588l-1.73 -1.73l-1.73 1.73c-.454 .454 -.815 .994 -1.06 1.588c-.246 .594 -.372 1.23 -.373 1.872c0 .643 .127 1.279 .373 1.873c.246 .594 .606 1.133 1.06 1.587", "key": "svg-2" }], ["path", { "d": "M18.099 9.504l.43 1.604c.712 2.659 -.866 5.391 -3.525 6.105c-.997 .268 -1.994 .535 -2.99 .801v-3.44c.164 -2.105 1.637 -3.879 3.677 -4.426l2.408 -.644", "key": "svg-3" }]]; const IconWheat = createReactComponent("outline", "wheat", "Wheat", __iconNode$i1); const __iconNode$i0 = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M3 12h6", "key": "svg-2" }], ["path", { "d": "M15 12h6", "key": "svg-3" }], ["path", { "d": "M13.6 9.4l3.4 -4.8", "key": "svg-4" }], ["path", { "d": "M10.4 14.6l-3.4 4.8", "key": "svg-5" }], ["path", { "d": "M7 4.6l3.4 4.8", "key": "svg-6" }], ["path", { "d": "M13.6 14.6l3.4 4.8", "key": "svg-7" }]]; const IconWheel = createReactComponent("outline", "wheel", "Wheel", __iconNode$i0); const __iconNode$h$ = [["path", { "d": "M3 16a5 5 0 1 0 10 0a5 5 0 1 0 -10 0", "key": "svg-0" }], ["path", { "d": "M17.582 17.59a2 2 0 0 0 2.833 2.824", "key": "svg-1" }], ["path", { "d": "M14 14h-1.4", "key": "svg-2" }], ["path", { "d": "M6 6v5", "key": "svg-3" }], ["path", { "d": "M6 8h2m4 0h5", "key": "svg-4" }], ["path", { "d": "M15 8v3", "key": "svg-5" }], ["path", { "d": "M3 3l18 18", "key": "svg-6" }]]; const IconWheelchairOff = createReactComponent("outline", "wheelchair-off", "WheelchairOff", __iconNode$h$); const __iconNode$h_ = [["path", { "d": "M3 16a5 5 0 1 0 10 0a5 5 0 1 0 -10 0", "key": "svg-0" }], ["path", { "d": "M17 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M19 17a3 3 0 0 0 -3 -3h-3.4", "key": "svg-2" }], ["path", { "d": "M3 3h1a2 2 0 0 1 2 2v6", "key": "svg-3" }], ["path", { "d": "M6 8h11", "key": "svg-4" }], ["path", { "d": "M15 8v6", "key": "svg-5" }]]; const IconWheelchair = createReactComponent("outline", "wheelchair", "Wheelchair", __iconNode$h_); const __iconNode$hZ = [["path", { "d": "M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0", "key": "svg-0" }], ["path", { "d": "M12 21c-3.314 0 -6 -2.462 -6 -5.5s2.686 -5.5 6 -5.5", "key": "svg-1" }], ["path", { "d": "M21 12c0 3.314 -2.462 6 -5.5 6s-5.5 -2.686 -5.5 -6", "key": "svg-2" }], ["path", { "d": "M12 14c3.314 0 6 -2.462 6 -5.5s-2.686 -5.5 -6 -5.5", "key": "svg-3" }], ["path", { "d": "M14 12c0 -3.314 -2.462 -6 -5.5 -6s-5.5 2.686 -5.5 6", "key": "svg-4" }]]; const IconWhirl = createReactComponent("outline", "whirl", "Whirl", __iconNode$hZ); const __iconNode$hY = [["path", { "d": "M21.015 3.035l-16.515 16.465", "key": "svg-0" }], ["path", { "d": "M3.173 17.619a4.63 4.63 0 0 0 3.284 3.26a4.67 4.67 0 0 0 4.487 -1.194c1.85 -1.836 4.07 -10.65 4.07 -10.65s-8.88 2.296 -10.639 4.132a4.59 4.59 0 0 0 -1.202 4.452", "key": "svg-1" }]]; const IconWhisk = createReactComponent("outline", "whisk", "Whisk", __iconNode$hY); const __iconNode$hX = [["path", { "d": "M12 18l.01 0", "key": "svg-0" }]]; const IconWifi0 = createReactComponent("outline", "wifi-0", "Wifi0", __iconNode$hX); const __iconNode$hW = [["path", { "d": "M12 18l.01 0", "key": "svg-0" }], ["path", { "d": "M9.172 15.172a4 4 0 0 1 5.656 0", "key": "svg-1" }]]; const IconWifi1 = createReactComponent("outline", "wifi-1", "Wifi1", __iconNode$hW); const __iconNode$hV = [["path", { "d": "M12 18l.01 0", "key": "svg-0" }], ["path", { "d": "M9.172 15.172a4 4 0 0 1 5.656 0", "key": "svg-1" }], ["path", { "d": "M6.343 12.343a8 8 0 0 1 11.314 0", "key": "svg-2" }]]; const IconWifi2 = createReactComponent("outline", "wifi-2", "Wifi2", __iconNode$hV); const __iconNode$hU = [["path", { "d": "M12 18l.01 0", "key": "svg-0" }], ["path", { "d": "M9.172 15.172a4 4 0 0 1 5.656 0", "key": "svg-1" }], ["path", { "d": "M6.343 12.343a7.963 7.963 0 0 1 3.864 -2.14m4.163 .155a7.965 7.965 0 0 1 3.287 2", "key": "svg-2" }], ["path", { "d": "M3.515 9.515a12 12 0 0 1 3.544 -2.455m3.101 -.92a12 12 0 0 1 10.325 3.374", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconWifiOff = createReactComponent("outline", "wifi-off", "WifiOff", __iconNode$hU); const __iconNode$hT = [["path", { "d": "M12 18l.01 0", "key": "svg-0" }], ["path", { "d": "M9.172 15.172a4 4 0 0 1 5.656 0", "key": "svg-1" }], ["path", { "d": "M6.343 12.343a8 8 0 0 1 11.314 0", "key": "svg-2" }], ["path", { "d": "M3.515 9.515c4.686 -4.687 12.284 -4.687 17 0", "key": "svg-3" }]]; const IconWifi = createReactComponent("outline", "wifi", "Wifi", __iconNode$hT); const __iconNode$hS = [["path", { "d": "M20 7l-3 5h4l-3 5", "key": "svg-0" }], ["path", { "d": "M3 16h4a2 2 0 1 1 0 4", "key": "svg-1" }], ["path", { "d": "M3 12h8a2 2 0 1 0 0 -4", "key": "svg-2" }], ["path", { "d": "M3 8h3a2 2 0 1 0 0 -4", "key": "svg-3" }]]; const IconWindElectricity = createReactComponent("outline", "wind-electricity", "WindElectricity", __iconNode$hS); const __iconNode$hR = [["path", { "d": "M5 8h3m4 0h1.5a2.5 2.5 0 1 0 -2.34 -3.24", "key": "svg-0" }], ["path", { "d": "M3 12h9", "key": "svg-1" }], ["path", { "d": "M16 12h2.5a2.5 2.5 0 0 1 1.801 4.282", "key": "svg-2" }], ["path", { "d": "M4 16h5.5a2.5 2.5 0 1 1 -2.34 3.24", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconWindOff = createReactComponent("outline", "wind-off", "WindOff", __iconNode$hR); const __iconNode$hQ = [["path", { "d": "M5 8h8.5a2.5 2.5 0 1 0 -2.34 -3.24", "key": "svg-0" }], ["path", { "d": "M3 12h15.5a2.5 2.5 0 1 1 -2.34 3.24", "key": "svg-1" }], ["path", { "d": "M4 16h5.5a2.5 2.5 0 1 1 -2.34 3.24", "key": "svg-2" }]]; const IconWind = createReactComponent("outline", "wind", "Wind", __iconNode$hQ); const __iconNode$hP = [["path", { "d": "M15.061 11.06c1.18 -.824 1.939 -2.11 1.939 -3.56c0 -2.49 -2.24 -4.5 -5 -4.5v5", "key": "svg-0" }], ["path", { "d": "M12 12c0 2.76 2.01 5 4.5 5c.166 0 .33 -.01 .49 -.03m2.624 -1.36c.856 -.91 1.386 -2.19 1.386 -3.61h-5", "key": "svg-1" }], ["path", { "d": "M12 12c-2.76 0 -5 2.01 -5 4.5s2.24 4.5 5 4.5v-9", "key": "svg-2" }], ["path", { "d": "M6.981 7.033c-2.244 .285 -3.981 2.402 -3.981 4.967h9", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]; const IconWindmillOff = createReactComponent("outline", "windmill-off", "WindmillOff", __iconNode$hP); const __iconNode$hO = [["path", { "d": "M12 12c2.76 0 5 -2.01 5 -4.5s-2.24 -4.5 -5 -4.5v9", "key": "svg-0" }], ["path", { "d": "M12 12c0 2.76 2.01 5 4.5 5s4.5 -2.24 4.5 -5h-9", "key": "svg-1" }], ["path", { "d": "M12 12c-2.76 0 -5 2.01 -5 4.5s2.24 4.5 5 4.5v-9", "key": "svg-2" }], ["path", { "d": "M12 12c0 -2.76 -2.01 -5 -4.5 -5s-4.5 2.24 -4.5 5h9", "key": "svg-3" }]]; const IconWindmill = createReactComponent("outline", "windmill", "Windmill", __iconNode$hO); const __iconNode$hN = [["path", { "d": "M3 17a1 1 0 0 1 1 -1h3a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1l0 -3", "key": "svg-0" }], ["path", { "d": "M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-6", "key": "svg-1" }], ["path", { "d": "M12 8h4v4", "key": "svg-2" }], ["path", { "d": "M16 8l-5 5", "key": "svg-3" }]]; const IconWindowMaximize = createReactComponent("outline", "window-maximize", "WindowMaximize", __iconNode$hN); const __iconNode$hM = [["path", { "d": "M3 17a1 1 0 0 1 1 -1h3a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1l0 -3", "key": "svg-0" }], ["path", { "d": "M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-6", "key": "svg-1" }], ["path", { "d": "M15 13h-4v-4", "key": "svg-2" }], ["path", { "d": "M11 13l5 -5", "key": "svg-3" }]]; const IconWindowMinimize = createReactComponent("outline", "window-minimize", "WindowMinimize", __iconNode$hM); const __iconNode$hL = [["path", { "d": "M6.166 6.19a6.903 6.903 0 0 0 -1.166 3.81v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1 -1v-1m0 -4v-5c0 -3.728 -3.134 -7 -7 -7a6.86 6.86 0 0 0 -3.804 1.158", "key": "svg-0" }], ["path", { "d": "M5 13h8m4 0h2", "key": "svg-1" }], ["path", { "d": "M12 3v5m0 4v9", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconWindowOff = createReactComponent("outline", "window-off", "WindowOff", __iconNode$hL); const __iconNode$hK = [["path", { "d": "M12 3c-3.866 0 -7 3.272 -7 7v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1 -1v-10c0 -3.728 -3.134 -7 -7 -7", "key": "svg-0" }], ["path", { "d": "M5 13l14 0", "key": "svg-1" }], ["path", { "d": "M12 3l0 18", "key": "svg-2" }]]; const IconWindow = createReactComponent("outline", "window", "Window", __iconNode$hK); const __iconNode$hJ = [["path", { "d": "M6 3v18", "key": "svg-0" }], ["path", { "d": "M6 11l12 -1v-4l-12 -1", "key": "svg-1" }], ["path", { "d": "M10 5.5v5", "key": "svg-2" }], ["path", { "d": "M14 6v4", "key": "svg-3" }], ["path", { "d": "M4 21h4", "key": "svg-4" }]]; const IconWindsock = createReactComponent("outline", "windsock", "Windsock", __iconNode$hJ); const __iconNode$hI = [["path", { "d": "M11 20a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M3 11l5.5 5.5a5 5 0 0 1 7 0l5.5 -5.5a12 12 0 0 0 -18 0", "key": "svg-1" }], ["path", { "d": "M12 20l0 -14", "key": "svg-2" }], ["path", { "d": "M4 6a4 4 0 0 1 .4 -1.8", "key": "svg-3" }], ["path", { "d": "M7 2.1a4 4 0 0 1 2 0", "key": "svg-4" }], ["path", { "d": "M12 6a4 4 0 0 0 -.4 -1.8", "key": "svg-5" }], ["path", { "d": "M12 6a4 4 0 0 1 .4 -1.8", "key": "svg-6" }], ["path", { "d": "M15 2.1a4 4 0 0 1 2 0", "key": "svg-7" }], ["path", { "d": "M20 6a4 4 0 0 0 -.4 -1.8", "key": "svg-8" }]]; const IconWiperWash = createReactComponent("outline", "wiper-wash", "WiperWash", __iconNode$hI); const __iconNode$hH = [["path", { "d": "M11 18a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M3 9l5.5 5.5a5 5 0 0 1 7 0l5.5 -5.5a12 12 0 0 0 -18 0", "key": "svg-1" }], ["path", { "d": "M12 18l-2.2 -12.8", "key": "svg-2" }]]; const IconWiper = createReactComponent("outline", "wiper", "Wiper", __iconNode$hH); const __iconNode$hG = [["path", { "d": "M10 16v5", "key": "svg-0" }], ["path", { "d": "M14 16v5", "key": "svg-1" }], ["path", { "d": "M8 16h8l-2 -7h-4l-2 7", "key": "svg-2" }], ["path", { "d": "M5 11c1.667 -1.333 3.333 -2 5 -2", "key": "svg-3" }], ["path", { "d": "M19 11c-1.667 -1.333 -3.333 -2 -5 -2", "key": "svg-4" }], ["path", { "d": "M10 4a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-5" }]]; const IconWoman = createReactComponent("outline", "woman", "Woman", __iconNode$hG); const __iconNode$hF = [["path", { "d": "M6 5.5a6 2.5 0 1 0 12 0a6 2.5 0 1 0 -12 0", "key": "svg-0" }], ["path", { "d": "M18 5.5v4.626a1.415 1.415 0 0 1 1.683 2.18l-.097 .108l-1.586 1.586v4c0 1.61 -2.54 2.925 -5.725 3l-.275 0c-3.314 0 -6 -1.343 -6 -3v-2l-1.586 -1.586a1.414 1.414 0 0 1 1.586 -2.287v-6.627", "key": "svg-1" }], ["path", { "d": "M10 12.5v1.5", "key": "svg-2" }], ["path", { "d": "M14 16v1", "key": "svg-3" }]]; const IconWood = createReactComponent("outline", "wood", "Wood", __iconNode$hF); const __iconNode$hE = [["path", { "d": "M20.985 12.52a9 9 0 1 0 -7.52 8.36", "key": "svg-0" }], ["path", { "d": "M3.6 9h16.8", "key": "svg-1" }], ["path", { "d": "M3.6 15h10.9", "key": "svg-2" }], ["path", { "d": "M11.5 3a17 17 0 0 0 0 18", "key": "svg-3" }], ["path", { "d": "M12.5 3c2.313 3.706 3.07 7.856 2.27 12", "key": "svg-4" }], ["path", { "d": "M19 16l-2 3h4l-2 3", "key": "svg-5" }]]; const IconWorldBolt = createReactComponent("outline", "world-bolt", "WorldBolt", __iconNode$hE); const __iconNode$hD = [["path", { "d": "M21 12a9 9 0 1 0 -8.985 9", "key": "svg-0" }], ["path", { "d": "M3.6 9h16.8", "key": "svg-1" }], ["path", { "d": "M3.6 15h9.9", "key": "svg-2" }], ["path", { "d": "M11.5 3a17 17 0 0 0 0 18", "key": "svg-3" }], ["path", { "d": "M12.5 3a16.991 16.991 0 0 1 2.53 10.275", "key": "svg-4" }], ["path", { "d": "M16 19a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-5" }], ["path", { "d": "M17 21l4 -4", "key": "svg-6" }]]; const IconWorldCancel = createReactComponent("outline", "world-cancel", "WorldCancel", __iconNode$hD); const __iconNode$hC = [["path", { "d": "M20.946 12.99a9 9 0 1 0 -9.46 7.995", "key": "svg-0" }], ["path", { "d": "M3.6 9h16.8", "key": "svg-1" }], ["path", { "d": "M3.6 15h13.9", "key": "svg-2" }], ["path", { "d": "M11.5 3a17 17 0 0 0 0 18", "key": "svg-3" }], ["path", { "d": "M12.5 3a16.997 16.997 0 0 1 2.311 12.001", "key": "svg-4" }], ["path", { "d": "M15 19l2 2l4 -4", "key": "svg-5" }]]; const IconWorldCheck = createReactComponent("outline", "world-check", "WorldCheck", __iconNode$hC); const __iconNode$hB = [["path", { "d": "M20.942 13.02a9 9 0 1 0 -9.47 7.964", "key": "svg-0" }], ["path", { "d": "M3.6 9h16.8", "key": "svg-1" }], ["path", { "d": "M3.6 15h9.9", "key": "svg-2" }], ["path", { "d": "M11.5 3a17 17 0 0 0 0 18", "key": "svg-3" }], ["path", { "d": "M12.5 3c2 3.206 2.837 6.913 2.508 10.537", "key": "svg-4" }], ["path", { "d": "M20 21l2 -2l-2 -2", "key": "svg-5" }], ["path", { "d": "M17 17l-2 2l2 2", "key": "svg-6" }]]; const IconWorldCode = createReactComponent("outline", "world-code", "WorldCode", __iconNode$hB); const __iconNode$hA = [["path", { "d": "M21 12a9 9 0 1 0 -8.979 9", "key": "svg-0" }], ["path", { "d": "M3.6 9h16.8", "key": "svg-1" }], ["path", { "d": "M3.6 15h8.9", "key": "svg-2" }], ["path", { "d": "M11.5 3a17 17 0 0 0 0 18", "key": "svg-3" }], ["path", { "d": "M12.5 3a16.992 16.992 0 0 1 2.522 10.376", "key": "svg-4" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-5" }], ["path", { "d": "M19.001 15.5v1.5", "key": "svg-6" }], ["path", { "d": "M19.001 21v1.5", "key": "svg-7" }], ["path", { "d": "M22.032 17.25l-1.299 .75", "key": "svg-8" }], ["path", { "d": "M17.27 20l-1.3 .75", "key": "svg-9" }], ["path", { "d": "M15.97 17.25l1.3 .75", "key": "svg-10" }], ["path", { "d": "M20.733 20l1.3 .75", "key": "svg-11" }]]; const IconWorldCog = createReactComponent("outline", "world-cog", "WorldCog", __iconNode$hA); const __iconNode$hz = [["path", { "d": "M20.876 10.51a9 9 0 1 0 -7.839 10.43", "key": "svg-0" }], ["path", { "d": "M3.6 9h16.8", "key": "svg-1" }], ["path", { "d": "M3.6 15h9.9", "key": "svg-2" }], ["path", { "d": "M11.5 3a17 17 0 0 0 0 18", "key": "svg-3" }], ["path", { "d": "M12.5 3a16.986 16.986 0 0 1 2.578 9.02", "key": "svg-4" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-5" }], ["path", { "d": "M19 21v1m0 -8v1", "key": "svg-6" }]]; const IconWorldDollar = createReactComponent("outline", "world-dollar", "WorldDollar", __iconNode$hz); const __iconNode$hy = [["path", { "d": "M20.986 12.509a9 9 0 1 0 -8.455 8.476", "key": "svg-0" }], ["path", { "d": "M3.6 9h16.8", "key": "svg-1" }], ["path", { "d": "M3.6 15h10.9", "key": "svg-2" }], ["path", { "d": "M11.5 3a17 17 0 0 0 0 18", "key": "svg-3" }], ["path", { "d": "M12.5 3c2.313 3.706 3.07 7.857 2.27 12", "key": "svg-4" }], ["path", { "d": "M19 16v6", "key": "svg-5" }], ["path", { "d": "M22 19l-3 3l-3 -3", "key": "svg-6" }]]; const IconWorldDown = createReactComponent("outline", "world-down", "WorldDown", __iconNode$hy); const __iconNode$hx = [["path", { "d": "M21 12a9 9 0 1 0 -9 9", "key": "svg-0" }], ["path", { "d": "M3.6 9h16.8", "key": "svg-1" }], ["path", { "d": "M3.6 15h8.4", "key": "svg-2" }], ["path", { "d": "M11.578 3a17 17 0 0 0 0 18", "key": "svg-3" }], ["path", { "d": "M12.5 3c1.719 2.755 2.5 5.876 2.5 9", "key": "svg-4" }], ["path", { "d": "M18 14v7m-3 -3l3 3l3 -3", "key": "svg-5" }]]; const IconWorldDownload = createReactComponent("outline", "world-download", "WorldDownload", __iconNode$hx); const __iconNode$hw = [["path", { "d": "M20.986 12.51a9 9 0 1 0 -5.71 7.873", "key": "svg-0" }], ["path", { "d": "M3.6 9h16.8", "key": "svg-1" }], ["path", { "d": "M3.6 15h10.9", "key": "svg-2" }], ["path", { "d": "M11.5 3a17 17 0 0 0 0 18", "key": "svg-3" }], ["path", { "d": "M12.5 3a17 17 0 0 1 0 18", "key": "svg-4" }], ["path", { "d": "M19 16v3", "key": "svg-5" }], ["path", { "d": "M19 22v.01", "key": "svg-6" }]]; const IconWorldExclamation = createReactComponent("outline", "world-exclamation", "WorldExclamation", __iconNode$hw); const __iconNode$hv = [["path", { "d": "M21 12a9 9 0 1 0 -9.679 8.974", "key": "svg-0" }], ["path", { "d": "M3.6 9h16.8", "key": "svg-1" }], ["path", { "d": "M3.6 15h6.9", "key": "svg-2" }], ["path", { "d": "M11.5 3a17 17 0 0 0 0 18", "key": "svg-3" }], ["path", { "d": "M12.5 3a16.983 16.983 0 0 1 2.556 8.136", "key": "svg-4" }], ["path", { "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296", "key": "svg-5" }]]; const IconWorldHeart = createReactComponent("outline", "world-heart", "WorldHeart", __iconNode$hv); const __iconNode$hu = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M4.6 7l14.8 0", "key": "svg-1" }], ["path", { "d": "M3 12l18 0", "key": "svg-2" }], ["path", { "d": "M4.6 17l14.8 0", "key": "svg-3" }]]; const IconWorldLatitude = createReactComponent("outline", "world-latitude", "WorldLatitude", __iconNode$hu); const __iconNode$ht = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M11.5 3a11.2 11.2 0 0 0 0 18", "key": "svg-1" }], ["path", { "d": "M12.5 3a11.2 11.2 0 0 1 0 18", "key": "svg-2" }], ["path", { "d": "M12 3l0 18", "key": "svg-3" }]]; const IconWorldLongitude = createReactComponent("outline", "world-longitude", "WorldLongitude", __iconNode$ht); const __iconNode$hs = [["path", { "d": "M20 8h-2a2 2 0 0 0 -2 2a2 2 0 1 1 -4 0v-1a2 2 0 0 0 -2 -2h-1a2 2 0 0 1 -2 -2v-.5", "key": "svg-0" }], ["path", { "d": "M3 12h3a2 2 0 0 1 2 2v.5a1.5 1.5 0 0 0 1.5 1.5a1.5 1.5 0 0 1 1.5 1.5v3.25", "key": "svg-1" }], ["path", { "d": "M15 20.5v-3.5a2 2 0 0 1 2 -2h3.5", "key": "svg-2" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-3" }]]; const IconWorldMap = createReactComponent("outline", "world-map", "WorldMap", __iconNode$hs); const __iconNode$hr = [["path", { "d": "M20.483 15.006a9 9 0 1 0 -7.958 5.978", "key": "svg-0" }], ["path", { "d": "M3.6 9h16.8", "key": "svg-1" }], ["path", { "d": "M3.6 15h16.8", "key": "svg-2" }], ["path", { "d": "M11.5 3a17 17 0 0 0 0 18", "key": "svg-3" }], ["path", { "d": "M12.5 3a16.94 16.94 0 0 1 2.307 12", "key": "svg-4" }], ["path", { "d": "M16 19h6", "key": "svg-5" }]]; const IconWorldMinus = createReactComponent("outline", "world-minus", "WorldMinus", __iconNode$hr); const __iconNode$hq = [["path", { "d": "M5.657 5.615a9 9 0 1 0 12.717 12.739m1.672 -2.322a9 9 0 0 0 -12.066 -12.084", "key": "svg-0" }], ["path", { "d": "M3.6 9h5.4m4 0h7.4", "key": "svg-1" }], ["path", { "d": "M3.6 15h11.4m4 0h1.4", "key": "svg-2" }], ["path", { "d": "M11.5 3a17.001 17.001 0 0 0 -1.493 3.022m-.847 3.145c-.68 4.027 .1 8.244 2.34 11.833", "key": "svg-3" }], ["path", { "d": "M12.5 3a16.982 16.982 0 0 1 2.549 8.005m-.207 3.818a16.979 16.979 0 0 1 -2.342 6.177", "key": "svg-4" }], ["path", { "d": "M3 3l18 18", "key": "svg-5" }]]; const IconWorldOff = createReactComponent("outline", "world-off", "WorldOff", __iconNode$hq); const __iconNode$hp = [["path", { "d": "M20.945 12.997a9 9 0 1 0 -7.928 7.945", "key": "svg-0" }], ["path", { "d": "M3.6 9h16.8", "key": "svg-1" }], ["path", { "d": "M3.6 15h9.9", "key": "svg-2" }], ["path", { "d": "M11.5 3a17 17 0 0 0 0 18", "key": "svg-3" }], ["path", { "d": "M12.5 3a16.992 16.992 0 0 1 2.51 10.526", "key": "svg-4" }], ["path", { "d": "M17 17v5", "key": "svg-5" }], ["path", { "d": "M21 17v5", "key": "svg-6" }]]; const IconWorldPause = createReactComponent("outline", "world-pause", "WorldPause", __iconNode$hp); const __iconNode$ho = [["path", { "d": "M20.972 11.291a9 9 0 1 0 -8.322 9.686", "key": "svg-0" }], ["path", { "d": "M3.6 9h16.8", "key": "svg-1" }], ["path", { "d": "M3.6 15h8.9", "key": "svg-2" }], ["path", { "d": "M11.5 3a17 17 0 0 0 0 18", "key": "svg-3" }], ["path", { "d": "M12.5 3a16.986 16.986 0 0 1 2.578 9.018", "key": "svg-4" }], ["path", { "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", "key": "svg-5" }], ["path", { "d": "M19 18v.01", "key": "svg-6" }]]; const IconWorldPin = createReactComponent("outline", "world-pin", "WorldPin", __iconNode$ho); const __iconNode$hn = [["path", { "d": "M20.985 12.518a9 9 0 1 0 -8.45 8.466", "key": "svg-0" }], ["path", { "d": "M3.6 9h16.8", "key": "svg-1" }], ["path", { "d": "M3.6 15h11.4", "key": "svg-2" }], ["path", { "d": "M11.5 3a17 17 0 0 0 0 18", "key": "svg-3" }], ["path", { "d": "M12.5 3a16.998 16.998 0 0 1 2.283 12.157", "key": "svg-4" }], ["path", { "d": "M16 19h6", "key": "svg-5" }], ["path", { "d": "M19 16v6", "key": "svg-6" }]]; const IconWorldPlus = createReactComponent("outline", "world-plus", "WorldPlus", __iconNode$hn); const __iconNode$hm = [["path", { "d": "M20.975 11.33a9 9 0 1 0 -5.673 9.043", "key": "svg-0" }], ["path", { "d": "M3.6 9h16.8", "key": "svg-1" }], ["path", { "d": "M3.6 15h9.9", "key": "svg-2" }], ["path", { "d": "M11.5 3a17 17 0 0 0 0 18", "key": "svg-3" }], ["path", { "d": "M12.5 3a16.988 16.988 0 0 1 2.57 9.518m-1.056 5.403a17 17 0 0 1 -1.514 3.079", "key": "svg-4" }], ["path", { "d": "M19 22v.01", "key": "svg-5" }], ["path", { "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", "key": "svg-6" }]]; const IconWorldQuestion = createReactComponent("outline", "world-question", "WorldQuestion", __iconNode$hm); const __iconNode$hl = [["path", { "d": "M21 12a9 9 0 1 0 -9 9", "key": "svg-0" }], ["path", { "d": "M3.6 9h16.8", "key": "svg-1" }], ["path", { "d": "M3.6 15h7.9", "key": "svg-2" }], ["path", { "d": "M11.5 3a17 17 0 0 0 0 18", "key": "svg-3" }], ["path", { "d": "M12.5 3a16.984 16.984 0 0 1 2.574 8.62", "key": "svg-4" }], ["path", { "d": "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-5" }], ["path", { "d": "M20.2 20.2l1.8 1.8", "key": "svg-6" }]]; const IconWorldSearch = createReactComponent("outline", "world-search", "WorldSearch", __iconNode$hl); const __iconNode$hk = [["path", { "d": "M20.94 13.045a9 9 0 1 0 -8.953 7.955", "key": "svg-0" }], ["path", { "d": "M3.6 9h16.8", "key": "svg-1" }], ["path", { "d": "M3.6 15h9.4", "key": "svg-2" }], ["path", { "d": "M11.5 3a17 17 0 0 0 0 18", "key": "svg-3" }], ["path", { "d": "M12.5 3a16.991 16.991 0 0 1 2.529 10.294", "key": "svg-4" }], ["path", { "d": "M16 22l5 -5", "key": "svg-5" }], ["path", { "d": "M21 21.5v-4.5h-4.5", "key": "svg-6" }]]; const IconWorldShare = createReactComponent("outline", "world-share", "WorldShare", __iconNode$hk); const __iconNode$hj = [["path", { "d": "M21 12a9 9 0 1 0 -9.968 8.948", "key": "svg-0" }], ["path", { "d": "M3.6 9h16.8", "key": "svg-1" }], ["path", { "d": "M3.6 15h6.4", "key": "svg-2" }], ["path", { "d": "M11.5 3a17.001 17.001 0 0 0 -1.886 13.802", "key": "svg-3" }], ["path", { "d": "M12.5 3a16.982 16.982 0 0 1 2.549 8.01", "key": "svg-4" }], ["path", { "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138", "key": "svg-5" }]]; const IconWorldStar = createReactComponent("outline", "world-star", "WorldStar", __iconNode$hj); const __iconNode$hi = [["path", { "d": "M20.985 12.52a9 9 0 1 0 -8.451 8.463", "key": "svg-0" }], ["path", { "d": "M3.6 9h16.8", "key": "svg-1" }], ["path", { "d": "M3.6 15h10.9", "key": "svg-2" }], ["path", { "d": "M11.5 3a17 17 0 0 0 0 18", "key": "svg-3" }], ["path", { "d": "M12.5 3a16.996 16.996 0 0 1 2.391 11.512", "key": "svg-4" }], ["path", { "d": "M19 22v-6", "key": "svg-5" }], ["path", { "d": "M22 19l-3 -3l-3 3", "key": "svg-6" }]]; const IconWorldUp = createReactComponent("outline", "world-up", "WorldUp", __iconNode$hi); const __iconNode$hh = [["path", { "d": "M21 12a9 9 0 1 0 -9 9", "key": "svg-0" }], ["path", { "d": "M3.6 9h16.8", "key": "svg-1" }], ["path", { "d": "M3.6 15h8.4", "key": "svg-2" }], ["path", { "d": "M11.578 3a17 17 0 0 0 0 18", "key": "svg-3" }], ["path", { "d": "M12.5 3c1.719 2.755 2.5 5.876 2.5 9", "key": "svg-4" }], ["path", { "d": "M18 21v-7m3 3l-3 -3l-3 3", "key": "svg-5" }]]; const IconWorldUpload = createReactComponent("outline", "world-upload", "WorldUpload", __iconNode$hh); const __iconNode$hg = [["path", { "d": "M19.5 7a9 9 0 0 0 -7.5 -4a8.991 8.991 0 0 0 -7.484 4", "key": "svg-0" }], ["path", { "d": "M11.5 3a16.989 16.989 0 0 0 -1.826 4", "key": "svg-1" }], ["path", { "d": "M12.5 3a16.989 16.989 0 0 1 1.828 4", "key": "svg-2" }], ["path", { "d": "M19.5 17a9 9 0 0 1 -7.5 4a8.991 8.991 0 0 1 -7.484 -4", "key": "svg-3" }], ["path", { "d": "M11.5 21a16.989 16.989 0 0 1 -1.826 -4", "key": "svg-4" }], ["path", { "d": "M12.5 21a16.989 16.989 0 0 0 1.828 -4", "key": "svg-5" }], ["path", { "d": "M2 10l1 4l1.5 -4l1.5 4l1 -4", "key": "svg-6" }], ["path", { "d": "M17 10l1 4l1.5 -4l1.5 4l1 -4", "key": "svg-7" }], ["path", { "d": "M9.5 10l1 4l1.5 -4l1.5 4l1 -4", "key": "svg-8" }]]; const IconWorldWww = createReactComponent("outline", "world-www", "WorldWww", __iconNode$hg); const __iconNode$hf = [["path", { "d": "M20.929 13.131a9 9 0 1 0 -8.931 7.869", "key": "svg-0" }], ["path", { "d": "M3.6 9h16.8", "key": "svg-1" }], ["path", { "d": "M3.6 15h9.9", "key": "svg-2" }], ["path", { "d": "M11.5 3a17 17 0 0 0 0 18", "key": "svg-3" }], ["path", { "d": "M12.5 3a16.992 16.992 0 0 1 2.505 10.573", "key": "svg-4" }], ["path", { "d": "M22 22l-5 -5", "key": "svg-5" }], ["path", { "d": "M17 22l5 -5", "key": "svg-6" }]]; const IconWorldX = createReactComponent("outline", "world-x", "WorldX", __iconNode$hf); const __iconNode$he = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "key": "svg-0" }], ["path", { "d": "M3.6 9h16.8", "key": "svg-1" }], ["path", { "d": "M3.6 15h16.8", "key": "svg-2" }], ["path", { "d": "M11.5 3a17 17 0 0 0 0 18", "key": "svg-3" }], ["path", { "d": "M12.5 3a17 17 0 0 1 0 18", "key": "svg-4" }]]; const IconWorld = createReactComponent("outline", "world", "World", __iconNode$he); const __iconNode$hd = [["path", { "d": "M17 13a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M2 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-1" }], ["path", { "d": "M11 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }], ["path", { "d": "M13 19l-9 0", "key": "svg-3" }], ["path", { "d": "M4 15l9 0", "key": "svg-4" }], ["path", { "d": "M8 12v-5h2a3 3 0 0 1 3 3v5", "key": "svg-5" }], ["path", { "d": "M5 15v-2a1 1 0 0 1 1 -1h7", "key": "svg-6" }], ["path", { "d": "M19 11v-7l-6 7", "key": "svg-7" }]]; const IconWreckingBall = createReactComponent("outline", "wrecking-ball", "WreckingBall", __iconNode$hd); const __iconNode$hc = [["path", { "d": "M16 7h4", "key": "svg-0" }], ["path", { "d": "M16 16v1l2 2l.5 -.5m1.5 -2.5v-11c0 -1.121 -.879 -2 -2 -2s-2 .879 -2 2v7", "key": "svg-1" }], ["path", { "d": "M18 19h-13a2 2 0 1 1 0 -4h4a2 2 0 1 0 0 -4h-3", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconWritingOff = createReactComponent("outline", "writing-off", "WritingOff", __iconNode$hc); const __iconNode$hb = [["path", { "d": "M3 19c3.333 -2 5 -4 5 -6c0 -3 -1 -3 -2 -3s-2.032 1.085 -2 3c.034 2.048 1.658 2.877 2.5 4c1.5 2 2.5 2.5 3.5 1c.667 -1 1.167 -1.833 1.5 -2.5c1 2.333 2.333 3.5 4 3.5h2.5", "key": "svg-0" }], ["path", { "d": "M16 16v1l2 2l.5 -.5m1.5 -2.5v-11c0 -1.121 -.879 -2 -2 -2s-2 .879 -2 2v7", "key": "svg-1" }], ["path", { "d": "M16 7h4", "key": "svg-2" }], ["path", { "d": "M3 3l18 18", "key": "svg-3" }]]; const IconWritingSignOff = createReactComponent("outline", "writing-sign-off", "WritingSignOff", __iconNode$hb); const __iconNode$ha = [["path", { "d": "M3 19c3.333 -2 5 -4 5 -6c0 -3 -1 -3 -2 -3s-2.032 1.085 -2 3c.034 2.048 1.658 2.877 2.5 4c1.5 2 2.5 2.5 3.5 1c.667 -1 1.167 -1.833 1.5 -2.5c1 2.333 2.333 3.5 4 3.5h2.5", "key": "svg-0" }], ["path", { "d": "M20 17v-12c0 -1.121 -.879 -2 -2 -2s-2 .879 -2 2v12l2 2l2 -2", "key": "svg-1" }], ["path", { "d": "M16 7h4", "key": "svg-2" }]]; const IconWritingSign = createReactComponent("outline", "writing-sign", "WritingSign", __iconNode$ha); const __iconNode$h9 = [["path", { "d": "M20 17v-12c0 -1.121 -.879 -2 -2 -2s-2 .879 -2 2v12l2 2l2 -2", "key": "svg-0" }], ["path", { "d": "M16 7h4", "key": "svg-1" }], ["path", { "d": "M18 19h-13a2 2 0 1 1 0 -4h4a2 2 0 1 0 0 -4h-3", "key": "svg-2" }]]; const IconWriting = createReactComponent("outline", "writing", "Writing", __iconNode$h9); const __iconNode$h8 = [["path", { "d": "M12 16l3.644 3.644a1.21 1.21 0 0 0 1.712 0l2.288 -2.288a1.21 1.21 0 0 0 0 -1.712l-3.644 -3.644l3.644 -3.644a1.21 1.21 0 0 0 0 -1.712l-2.288 -2.288a1.21 1.21 0 0 0 -1.712 0l-3.644 3.644l-3.644 -3.644a1.21 1.21 0 0 0 -1.712 0l-2.288 2.288a1.21 1.21 0 0 0 0 1.712l3.644 3.644l-3.644 3.644a1.21 1.21 0 0 0 0 1.712l2.288 2.288a1.21 1.21 0 0 0 1.712 0l3.644 -3.644", "key": "svg-0" }]]; const IconXMark = createReactComponent("outline", "x-mark", "XMark", __iconNode$h8); const __iconNode$h7 = [["path", { "d": "M15 3l3 5.063", "key": "svg-0" }], ["path", { "d": "M5 12l6 6", "key": "svg-1" }], ["path", { "d": "M5 18l6 -6", "key": "svg-2" }], ["path", { "d": "M21 3l-4.8 9", "key": "svg-3" }]]; const IconXPowerY = createReactComponent("outline", "x-power-y", "XPowerY", __iconNode$h7); const __iconNode$h6 = [["path", { "d": "M18 6l-12 12", "key": "svg-0" }], ["path", { "d": "M6 6l12 12", "key": "svg-1" }]]; const IconX = createReactComponent("outline", "x", "X", __iconNode$h6); const __iconNode$h5 = [["path", { "d": "M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9", "key": "svg-0" }], ["path", { "d": "M15 16l-3 -8l-3 8", "key": "svg-1" }], ["path", { "d": "M14 14h-4", "key": "svg-2" }]]; const IconXboxA = createReactComponent("outline", "xbox-a", "XboxA", __iconNode$h5); const __iconNode$h4 = [["path", { "d": "M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9", "key": "svg-0" }], ["path", { "d": "M13 12a2 2 0 1 1 0 4h-3v-4", "key": "svg-1" }], ["path", { "d": "M13 12h-3", "key": "svg-2" }], ["path", { "d": "M13 12a2 2 0 1 0 0 -4h-3v4", "key": "svg-3" }]]; const IconXboxB = createReactComponent("outline", "xbox-b", "XboxB", __iconNode$h4); const __iconNode$h3 = [["path", { "d": "M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9", "key": "svg-0" }], ["path", { "d": "M9 8l6 8", "key": "svg-1" }], ["path", { "d": "M15 8l-6 8", "key": "svg-2" }]]; const IconXboxX = createReactComponent("outline", "xbox-x", "XboxX", __iconNode$h3); const __iconNode$h2 = [["path", { "d": "M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9", "key": "svg-0" }], ["path", { "d": "M9 8l3 4", "key": "svg-1" }], ["path", { "d": "M15 8l-2.988 3.984l-.012 4.016", "key": "svg-2" }]]; const IconXboxY = createReactComponent("outline", "xbox-y", "XboxY", __iconNode$h2); const __iconNode$h1 = [["path", { "d": "M6 8l4 8", "key": "svg-0" }], ["path", { "d": "M6 16l4 -8", "key": "svg-1" }], ["path", { "d": "M14 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2", "key": "svg-2" }]]; const IconXd = createReactComponent("outline", "xd", "Xd", __iconNode$h1); const __iconNode$h0 = [["path", { "d": "M10 8l4 8", "key": "svg-0" }], ["path", { "d": "M10 16l4 -8", "key": "svg-1" }], ["path", { "d": "M17 8l4 8", "key": "svg-2" }], ["path", { "d": "M17 16l4 -8", "key": "svg-3" }], ["path", { "d": "M3 8l4 8", "key": "svg-4" }], ["path", { "d": "M3 16l4 -8", "key": "svg-5" }]]; const IconXxx = createReactComponent("outline", "xxx", "Xxx", __iconNode$h0); const __iconNode$g$ = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 3a4.5 4.5 0 0 0 0 9a4.5 4.5 0 0 1 0 9", "key": "svg-1" }], ["path", { "d": "M11.5 7.5a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-2" }], ["path", { "d": "M11.5 16.5a.5 .5 0 1 0 1 0a.5 .5 0 1 0 -1 0", "fill": "currentColor", "key": "svg-3" }]]; const IconYinYang = createReactComponent("outline", "yin-yang", "YinYang", __iconNode$g$); const __iconNode$g_ = [["path", { "d": "M11 4a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M4 20h4l1.5 -3", "key": "svg-1" }], ["path", { "d": "M17 20l-1 -5h-5l1 -7", "key": "svg-2" }], ["path", { "d": "M4 10l4 -1l4 -1l4 1.5l4 1.5", "key": "svg-3" }]]; const IconYoga = createReactComponent("outline", "yoga", "Yoga", __iconNode$g_); const __iconNode$gZ = [["path", { "d": "M15.773 15.783c-.723 .141 -1.486 .217 -2.273 .217c-2.13 0 -4.584 -.926 -7.364 -2.777l-2.136 1.777v-3.33a46.07 46.07 0 0 1 -2 -1.67a46.07 46.07 0 0 1 2 -1.67v-3.33l2.135 1.778c.13 -.087 .261 -.172 .39 -.256m2.564 -1.42c1.601 -.735 3.071 -1.102 4.411 -1.102c4.694 0 8.5 2.686 8.5 6c0 1.919 -1.276 3.627 -3.261 4.725", "key": "svg-0" }], ["path", { "d": "M10 15.5v4.5h6v-4", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconZeppelinOff = createReactComponent("outline", "zeppelin-off", "ZeppelinOff", __iconNode$gZ); const __iconNode$gY = [["path", { "d": "M13.5 4c4.694 0 8.5 2.686 8.5 6s-3.806 6 -8.5 6c-2.13 0 -4.584 -.926 -7.364 -2.777l-2.136 1.777v-3.33a46.07 46.07 0 0 1 -2 -1.67a46.07 46.07 0 0 1 2 -1.67v-3.33l2.135 1.778c2.78 -1.852 5.235 -2.778 7.365 -2.778", "key": "svg-0" }], ["path", { "d": "M10 15.5v4.5h6v-4", "key": "svg-1" }]]; const IconZeppelin = createReactComponent("outline", "zeppelin", "Zeppelin", __iconNode$gY); const __iconNode$gX = [["path", { "d": "M4 12a8 8 0 1 0 16 0a8 8 0 1 0 -16 0", "key": "svg-0" }], ["path", { "d": "M3 21l18 -18", "key": "svg-1" }]]; const IconZeroConfig = createReactComponent("outline", "zero-config", "ZeroConfig", __iconNode$gX); const __iconNode$gW = [["path", { "d": "M16 16v-8h2a2 2 0 1 1 0 4h-2", "key": "svg-0" }], ["path", { "d": "M12 8v8", "key": "svg-1" }], ["path", { "d": "M4 8h4l-4 8h4", "key": "svg-2" }]]; const IconZip = createReactComponent("outline", "zip", "Zip", __iconNode$gW); const __iconNode$gV = [["path", { "d": "M3 10l3 -3l3 3l3 -3l3 3l3 -3l3 3", "key": "svg-0" }], ["path", { "d": "M3 17l3 -3l3 3l3 -3l3 3l3 -3l3 3", "key": "svg-1" }]]; const IconZodiacAquarius = createReactComponent("outline", "zodiac-aquarius", "ZodiacAquarius", __iconNode$gV); const __iconNode$gU = [["path", { "d": "M12 5a5 5 0 1 0 -4 8", "key": "svg-0" }], ["path", { "d": "M16 13a5 5 0 1 0 -4 -8", "key": "svg-1" }], ["path", { "d": "M12 21l0 -16", "key": "svg-2" }]]; const IconZodiacAries = createReactComponent("outline", "zodiac-aries", "ZodiacAries", __iconNode$gU); const __iconNode$gT = [["path", { "d": "M3 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-0" }], ["path", { "d": "M15 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M3 12a10 6.5 0 0 1 14 -6.5", "key": "svg-2" }], ["path", { "d": "M21 12a10 6.5 0 0 1 -14 6.5", "key": "svg-3" }]]; const IconZodiacCancer = createReactComponent("outline", "zodiac-cancer", "ZodiacCancer", __iconNode$gT); const __iconNode$gS = [["path", { "d": "M4 4a3 3 0 0 1 3 3v9", "key": "svg-0" }], ["path", { "d": "M7 7a3 3 0 0 1 6 0v11a3 3 0 0 1 -3 3", "key": "svg-1" }], ["path", { "d": "M13 17a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }]]; const IconZodiacCapricorn = createReactComponent("outline", "zodiac-capricorn", "ZodiacCapricorn", __iconNode$gS); const __iconNode$gR = [["path", { "d": "M3 3a21 21 0 0 0 18 0", "key": "svg-0" }], ["path", { "d": "M3 21a21 21 0 0 1 18 0", "key": "svg-1" }], ["path", { "d": "M7 4.5l0 15", "key": "svg-2" }], ["path", { "d": "M17 4.5l0 15", "key": "svg-3" }]]; const IconZodiacGemini = createReactComponent("outline", "zodiac-gemini", "ZodiacGemini", __iconNode$gR); const __iconNode$gQ = [["path", { "d": "M13 17a4 4 0 1 0 8 0", "key": "svg-0" }], ["path", { "d": "M3 16a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-1" }], ["path", { "d": "M7 7a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "key": "svg-2" }], ["path", { "d": "M7 7c0 3 2 5 2 9", "key": "svg-3" }], ["path", { "d": "M15 7c0 4 -2 6 -2 10", "key": "svg-4" }]]; const IconZodiacLeo = createReactComponent("outline", "zodiac-leo", "ZodiacLeo", __iconNode$gQ); const __iconNode$gP = [["path", { "d": "M5 20l14 0", "key": "svg-0" }], ["path", { "d": "M5 17h5v-.3a7 7 0 1 1 4 0v.3h5", "key": "svg-1" }]]; const IconZodiacLibra = createReactComponent("outline", "zodiac-libra", "ZodiacLibra", __iconNode$gP); const __iconNode$gO = [["path", { "d": "M5 3a21 21 0 0 1 0 18", "key": "svg-0" }], ["path", { "d": "M19 3a21 21 0 0 0 0 18", "key": "svg-1" }], ["path", { "d": "M5 12l14 0", "key": "svg-2" }]]; const IconZodiacPisces = createReactComponent("outline", "zodiac-pisces", "ZodiacPisces", __iconNode$gO); const __iconNode$gN = [["path", { "d": "M4 20l16 -16", "key": "svg-0" }], ["path", { "d": "M13 4h7v7", "key": "svg-1" }], ["path", { "d": "M6.5 12.5l5 5", "key": "svg-2" }]]; const IconZodiacSagittarius = createReactComponent("outline", "zodiac-sagittarius", "ZodiacSagittarius", __iconNode$gN); const __iconNode$gM = [["path", { "d": "M3 4a2 2 0 0 1 2 2v9", "key": "svg-0" }], ["path", { "d": "M5 6a2 2 0 0 1 4 0v9", "key": "svg-1" }], ["path", { "d": "M9 6a2 2 0 0 1 4 0v10a3 3 0 0 0 3 3h5l-3 -3m0 6l3 -3", "key": "svg-2" }]]; const IconZodiacScorpio = createReactComponent("outline", "zodiac-scorpio", "ZodiacScorpio", __iconNode$gM); const __iconNode$gL = [["path", { "d": "M6 3a6 6 0 0 0 12 0", "key": "svg-0" }], ["path", { "d": "M6 15a6 6 0 1 0 12 0a6 6 0 1 0 -12 0", "key": "svg-1" }]]; const IconZodiacTaurus = createReactComponent("outline", "zodiac-taurus", "ZodiacTaurus", __iconNode$gL); const __iconNode$gK = [["path", { "d": "M3 4a2 2 0 0 1 2 2v9", "key": "svg-0" }], ["path", { "d": "M5 6a2 2 0 0 1 4 0v9", "key": "svg-1" }], ["path", { "d": "M9 6a2 2 0 0 1 4 0v10a7 5 0 0 0 7 5", "key": "svg-2" }], ["path", { "d": "M12 21a7 5 0 0 0 7 -5v-2a3 3 0 0 0 -6 0", "key": "svg-3" }]]; const IconZodiacVirgo = createReactComponent("outline", "zodiac-virgo", "ZodiacVirgo", __iconNode$gK); const __iconNode$gJ = [["path", { "d": "M3 10a7 7 0 1 0 14 0a7 7 0 1 0 -14 0", "key": "svg-0" }], ["path", { "d": "M8 8l4 4", "key": "svg-1" }], ["path", { "d": "M12 8l-4 4", "key": "svg-2" }], ["path", { "d": "M21 21l-6 -6", "key": "svg-3" }]]; const IconZoomCancel = createReactComponent("outline", "zoom-cancel", "ZoomCancel", __iconNode$gJ); const __iconNode$gI = [["path", { "d": "M3 10a7 7 0 1 0 14 0a7 7 0 1 0 -14 0", "key": "svg-0" }], ["path", { "d": "M21 21l-6 -6", "key": "svg-1" }], ["path", { "d": "M7 10l2 2l4 -4", "key": "svg-2" }]]; const IconZoomCheck = createReactComponent("outline", "zoom-check", "ZoomCheck", __iconNode$gI); const __iconNode$gH = [["path", { "d": "M3 10a7 7 0 1 0 14 0a7 7 0 1 0 -14 0", "key": "svg-0" }], ["path", { "d": "M21 21l-6 -6", "key": "svg-1" }], ["path", { "d": "M8 8l-2 2l2 2", "key": "svg-2" }], ["path", { "d": "M12 8l2 2l-2 2", "key": "svg-3" }]]; const IconZoomCode = createReactComponent("outline", "zoom-code", "ZoomCode", __iconNode$gH); const __iconNode$gG = [["path", { "d": "M3 10a7 7 0 1 0 14 0a7 7 0 1 0 -14 0", "key": "svg-0" }], ["path", { "d": "M21 21l-6 -6", "key": "svg-1" }], ["path", { "d": "M10 13v.01", "key": "svg-2" }], ["path", { "d": "M10 7v3", "key": "svg-3" }]]; const IconZoomExclamation = createReactComponent("outline", "zoom-exclamation", "ZoomExclamation", __iconNode$gG); const __iconNode$gF = [["path", { "d": "M15 13v4", "key": "svg-0" }], ["path", { "d": "M13 15h4", "key": "svg-1" }], ["path", { "d": "M10 15a5 5 0 1 0 10 0a5 5 0 1 0 -10 0", "key": "svg-2" }], ["path", { "d": "M22 22l-3 -3", "key": "svg-3" }], ["path", { "d": "M6 18h-1a2 2 0 0 1 -2 -2v-1", "key": "svg-4" }], ["path", { "d": "M3 11v-1", "key": "svg-5" }], ["path", { "d": "M3 6v-1a2 2 0 0 1 2 -2h1", "key": "svg-6" }], ["path", { "d": "M10 3h1", "key": "svg-7" }], ["path", { "d": "M15 3h1a2 2 0 0 1 2 2v1", "key": "svg-8" }]]; const IconZoomInArea = createReactComponent("outline", "zoom-in-area", "ZoomInArea", __iconNode$gF); const __iconNode$gE = [["path", { "d": "M3 10a7 7 0 1 0 14 0a7 7 0 1 0 -14 0", "key": "svg-0" }], ["path", { "d": "M7 10l6 0", "key": "svg-1" }], ["path", { "d": "M10 7l0 6", "key": "svg-2" }], ["path", { "d": "M21 21l-6 -6", "key": "svg-3" }]]; const IconZoomIn = createReactComponent("outline", "zoom-in", "ZoomIn", __iconNode$gE); const __iconNode$gD = [["path", { "d": "M3 10a7 7 0 1 0 14 0a7 7 0 1 0 -14 0", "key": "svg-0" }], ["path", { "d": "M21 21l-6 -6", "key": "svg-1" }], ["path", { "d": "M12 7h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5", "key": "svg-2" }], ["path", { "d": "M10 13v1m0 -8v1", "key": "svg-3" }]]; const IconZoomMoney = createReactComponent("outline", "zoom-money", "ZoomMoney", __iconNode$gD); const __iconNode$gC = [["path", { "d": "M13 15h4", "key": "svg-0" }], ["path", { "d": "M10 15a5 5 0 1 0 10 0a5 5 0 1 0 -10 0", "key": "svg-1" }], ["path", { "d": "M22 22l-3 -3", "key": "svg-2" }], ["path", { "d": "M6 18h-1a2 2 0 0 1 -2 -2v-1", "key": "svg-3" }], ["path", { "d": "M3 11v-1", "key": "svg-4" }], ["path", { "d": "M3 6v-1a2 2 0 0 1 2 -2h1", "key": "svg-5" }], ["path", { "d": "M10 3h1", "key": "svg-6" }], ["path", { "d": "M15 3h1a2 2 0 0 1 2 2v1", "key": "svg-7" }]]; const IconZoomOutArea = createReactComponent("outline", "zoom-out-area", "ZoomOutArea", __iconNode$gC); const __iconNode$gB = [["path", { "d": "M3 10a7 7 0 1 0 14 0a7 7 0 1 0 -14 0", "key": "svg-0" }], ["path", { "d": "M7 10l6 0", "key": "svg-1" }], ["path", { "d": "M21 21l-6 -6", "key": "svg-2" }]]; const IconZoomOut = createReactComponent("outline", "zoom-out", "ZoomOut", __iconNode$gB); const __iconNode$gA = [["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-0" }], ["path", { "d": "M17 17l-2.5 -2.5", "key": "svg-1" }], ["path", { "d": "M10 4l2 -2l2 2", "key": "svg-2" }], ["path", { "d": "M20 10l2 2l-2 2", "key": "svg-3" }], ["path", { "d": "M4 10l-2 2l2 2", "key": "svg-4" }], ["path", { "d": "M10 20l2 2l2 -2", "key": "svg-5" }]]; const IconZoomPan = createReactComponent("outline", "zoom-pan", "ZoomPan", __iconNode$gA); const __iconNode$gz = [["path", { "d": "M3 10a7 7 0 1 0 14 0a7 7 0 1 0 -14 0", "key": "svg-0" }], ["path", { "d": "M21 21l-6 -6", "key": "svg-1" }], ["path", { "d": "M10 13l0 .01", "key": "svg-2" }], ["path", { "d": "M10 10a1.5 1.5 0 1 0 -1.14 -2.474", "key": "svg-3" }]]; const IconZoomQuestion = createReactComponent("outline", "zoom-question", "ZoomQuestion", __iconNode$gz); const __iconNode$gy = [["path", { "d": "M21 21l-6 -6", "key": "svg-0" }], ["path", { "d": "M3.291 8a7 7 0 0 1 5.077 -4.806a7.021 7.021 0 0 1 8.242 4.403", "key": "svg-1" }], ["path", { "d": "M17 4v4h-4", "key": "svg-2" }], ["path", { "d": "M16.705 12a7 7 0 0 1 -5.074 4.798a7.021 7.021 0 0 1 -8.241 -4.403", "key": "svg-3" }], ["path", { "d": "M3 16v-4h4", "key": "svg-4" }]]; const IconZoomReplace = createReactComponent("outline", "zoom-replace", "ZoomReplace", __iconNode$gy); const __iconNode$gx = [["path", { "d": "M21 21l-6 -6", "key": "svg-0" }], ["path", { "d": "M3.268 12.043a7.017 7.017 0 0 0 6.634 4.957a7.012 7.012 0 0 0 7.043 -6.131a7 7 0 0 0 -5.314 -7.672a7.021 7.021 0 0 0 -8.241 4.403", "key": "svg-1" }], ["path", { "d": "M3 4v4h4", "key": "svg-2" }]]; const IconZoomReset = createReactComponent("outline", "zoom-reset", "ZoomReset", __iconNode$gx); const __iconNode$gw = [["path", { "d": "M4 8v-2a2 2 0 0 1 2 -2h2", "key": "svg-0" }], ["path", { "d": "M4 16v2a2 2 0 0 0 2 2h2", "key": "svg-1" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2", "key": "svg-2" }], ["path", { "d": "M16 20h2a2 2 0 0 0 2 -2v-2", "key": "svg-3" }], ["path", { "d": "M8 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "key": "svg-4" }], ["path", { "d": "M16 16l-2.5 -2.5", "key": "svg-5" }]]; const IconZoomScan = createReactComponent("outline", "zoom-scan", "ZoomScan", __iconNode$gw); const __iconNode$gv = [["path", { "d": "M3 10a7 7 0 1 0 14 0a7 7 0 1 0 -14 0", "key": "svg-0" }], ["path", { "d": "M21 21l-6 -6", "key": "svg-1" }]]; const IconZoom = createReactComponent("outline", "zoom", "Zoom", __iconNode$gv); const __iconNode$gu = [["path", { "d": "M4 12h6l-6 8h6", "key": "svg-0" }], ["path", { "d": "M14 4h6l-5.146 6.862m1.146 1.138h4", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]]; const IconZzzOff = createReactComponent("outline", "zzz-off", "ZzzOff", __iconNode$gu); const __iconNode$gt = [["path", { "d": "M4 12h6l-6 8h6", "key": "svg-0" }], ["path", { "d": "M14 4h6l-6 8h6", "key": "svg-1" }]]; const IconZzz = createReactComponent("outline", "zzz", "Zzz", __iconNode$gt); const __iconNode$gs = [["path", { "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.051 6.844a1 1 0 0 0 -1.152 -.663l-.113 .03l-2.684 .895l-2.684 -.895l-.113 -.03a1 1 0 0 0 -.628 1.884l.109 .044l2.316 .771v.976l-1.832 2.75l-.06 .1a1 1 0 0 0 .237 1.21l.1 .076l.101 .06a1 1 0 0 0 1.21 -.237l.076 -.1l1.168 -1.752l1.168 1.752l.07 .093a1 1 0 0 0 1.653 -1.102l-.059 -.1l-1.832 -2.75v-.977l2.316 -.771l.109 -.044a1 1 0 0 0 .524 -1.221zm-3.949 -4.184a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3", "key": "svg-0" }]]; const IconAccessibleFilled = createReactComponent("filled", "accessible-filled", "AccessibleFilled", __iconNode$gs); const __iconNode$gr = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10c-5.43 0 -9.848 -4.327 -9.996 -9.72l-.004 -.28l.004 -.28c.148 -5.393 4.566 -9.72 9.996 -9.72zm-3.5 6a2.5 2.5 0 0 0 -2.495 2.336l-.005 .164v4.5l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-1h1v1l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-4.5l-.005 -.164a2.5 2.5 0 0 0 -2.495 -2.336zm6.5 0h-1a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h1a3 3 0 0 0 3 -3v-2a3 3 0 0 0 -3 -3zm0 2a1 1 0 0 1 1 1v2a1 1 0 0 1 -.883 .993l-.117 .007v-4zm-6.5 0a.5 .5 0 0 1 .492 .41l.008 .09v1.5h-1v-1.5l.008 -.09a.5 .5 0 0 1 .492 -.41z", "key": "svg-0" }]]; const IconAdCircleFilled = createReactComponent("filled", "ad-circle-filled", "AdCircleFilled", __iconNode$gr); const __iconNode$gq = [["path", { "d": "M19 4h-14a3 3 0 0 0 -3 3v10a3 3 0 0 0 3 3h14a3 3 0 0 0 3 -3v-10a3 3 0 0 0 -3 -3zm-10 4a3 3 0 0 1 2.995 2.824l.005 .176v4a1 1 0 0 1 -1.993 .117l-.007 -.117v-1h-2v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-4a3 3 0 0 1 3 -3zm0 2a1 1 0 0 0 -.993 .883l-.007 .117v1h2v-1a1 1 0 0 0 -1 -1zm8 -2a1 1 0 0 1 .993 .883l.007 .117v6a1 1 0 0 1 -.883 .993l-.117 .007h-1.5a2.5 2.5 0 1 1 .326 -4.979l.174 .029v-2.05a1 1 0 0 1 .883 -.993l.117 -.007zm-1.41 5.008l-.09 -.008a.5 .5 0 0 0 -.09 .992l.09 .008h.5v-.5l-.008 -.09a.5 .5 0 0 0 -.318 -.379l-.084 -.023z", "key": "svg-0" }]]; const IconAdFilled = createReactComponent("filled", "ad-filled", "AdFilled", __iconNode$gq); const __iconNode$gp = [["path", { "d": "M17 15c1.306 0 2.418 .835 2.83 2h.17a1 1 0 0 1 0 2h-.171a3.001 3.001 0 0 1 -5.658 0h-10.171a1 1 0 0 1 0 -2h10.173c.41 -1.165 1.52 -2 2.827 -2m-9 -6c1.306 0 2.418 .835 2.83 2h9.17a1 1 0 0 1 0 2h-9.171a3.001 3.001 0 0 1 -5.658 0h-1.171a1 1 0 0 1 0 -2h1.173c.41 -1.165 1.52 -2 2.827 -2m6 -6c1.306 0 2.418 .835 2.83 2h3.17a1 1 0 0 1 0 2h-3.171a3.001 3.001 0 0 1 -5.658 0h-7.171a1 1 0 1 1 0 -2h7.173c.41 -1.165 1.52 -2 2.827 -2", "key": "svg-0" }]]; const IconAdjustmentsHorizontalFilled = createReactComponent("filled", "adjustments-horizontal-filled", "AdjustmentsHorizontalFilled", __iconNode$gp); const __iconNode$go = [["path", { "d": "M6 3a1 1 0 0 1 .993 .883l.007 .117v3.171a3.001 3.001 0 0 1 0 5.658v7.171a1 1 0 0 1 -1.993 .117l-.007 -.117v-7.17a3.002 3.002 0 0 1 -1.995 -2.654l-.005 -.176l.005 -.176a3.002 3.002 0 0 1 1.995 -2.654v-3.17a1 1 0 0 1 1 -1z", "key": "svg-0" }], ["path", { "d": "M12 3a1 1 0 0 1 .993 .883l.007 .117v9.171a3.001 3.001 0 0 1 0 5.658v1.171a1 1 0 0 1 -1.993 .117l-.007 -.117v-1.17a3.002 3.002 0 0 1 -1.995 -2.654l-.005 -.176l.005 -.176a3.002 3.002 0 0 1 1.995 -2.654v-9.17a1 1 0 0 1 1 -1z", "key": "svg-1" }], ["path", { "d": "M18 3a1 1 0 0 1 .993 .883l.007 .117v.171a3.001 3.001 0 0 1 0 5.658v10.171a1 1 0 0 1 -1.993 .117l-.007 -.117v-10.17a3.002 3.002 0 0 1 -1.995 -2.654l-.005 -.176l.005 -.176a3.002 3.002 0 0 1 1.995 -2.654v-.17a1 1 0 0 1 1 -1z", "key": "svg-2" }]]; const IconAdjustmentsFilled = createReactComponent("filled", "adjustments-filled", "AdjustmentsFilled", __iconNode$go); const __iconNode$gn = [["path", { "d": "M19.876 2.008a1 1 0 1 1 .248 1.984l-7.124 .891v2.117h4.2a1 1 0 0 1 .688 .274l.087 .093c2.79 3.417 2.717 9.963 -.226 13.295a1 1 0 0 1 -.749 .338h-10.106a1 1 0 0 1 -.763 -.353c-2.86 -3.373 -2.86 -9.92 0 -13.294a1 1 0 0 1 .763 -.353h4.106v-1.867l-6.876 .86a1 1 0 0 1 -1.095 -.754l-.021 -.115a1 1 0 0 1 .868 -1.116l7.996 -1l.011 -.001l.008 -.001zm-8.876 6.992h-3.617l-.051 .072c-.718 1.042 -1.149 2.41 -1.292 3.844l-.008 .084h4.968zm5.698 0h-3.698v4h4.979l-.005 -.072c-.123 -1.436 -.533 -2.811 -1.232 -3.864z", "key": "svg-0" }]]; const IconAerialLiftFilled = createReactComponent("filled", "aerial-lift-filled", "AerialLiftFilled", __iconNode$gn); const __iconNode$gm = [["path", { "d": "M18.5 3a2.5 2.5 0 1 1 -.912 4.828l-4.556 4.555a5.475 5.475 0 0 1 .936 3.714l2.624 .787a2.5 2.5 0 1 1 -.575 1.916l-2.623 -.788a5.5 5.5 0 0 1 -10.39 -2.29l-.004 -.222l.004 -.221a5.5 5.5 0 0 1 2.984 -4.673l-.788 -2.624a2.498 2.498 0 0 1 -2.194 -2.304l-.006 -.178l.005 -.164a2.5 2.5 0 1 1 4.111 2.071l.787 2.625a5.475 5.475 0 0 1 3.714 .936l4.555 -4.556a2.487 2.487 0 0 1 -.167 -.748l-.005 -.164l.005 -.164a2.5 2.5 0 0 1 2.495 -2.336z", "key": "svg-0" }]]; const IconAffiliateFilled = createReactComponent("filled", "affiliate-filled", "AffiliateFilled", __iconNode$gm); const __iconNode$gl = [["path", { "d": "M13 18a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2v-1a2 2 0 0 1 2 -2z", "key": "svg-0" }], ["path", { "d": "M12 1a7 7 0 0 1 7 7c0 4.185 -3.297 9 -7 9s-7 -4.815 -7 -9a7 7 0 0 1 7 -7", "key": "svg-1" }]]; const IconAirBalloonFilled = createReactComponent("filled", "air-balloon-filled", "AirBalloonFilled", __iconNode$gl); const __iconNode$gk = [["path", { "d": "M16 6.072a8 8 0 1 1 -11.995 7.213l-.005 -.285l.005 -.285a8 8 0 0 1 11.995 -6.643zm-2 5.928h-4l-.117 .007a1 1 0 0 0 .117 1.993h4l.117 -.007a1 1 0 0 0 -.117 -1.993z", "key": "svg-0" }], ["path", { "d": "M6.412 3.191a1 1 0 0 1 1.273 1.539l-.097 .08l-2.75 2a1 1 0 0 1 -1.273 -1.54l.097 -.08l2.75 -2z", "key": "svg-1" }], ["path", { "d": "M16.191 3.412a1 1 0 0 1 1.291 -.288l.106 .067l2.75 2a1 1 0 0 1 -1.07 1.685l-.106 -.067l-2.75 -2a1 1 0 0 1 -.22 -1.397z", "key": "svg-2" }]]; const IconAlarmMinusFilled = createReactComponent("filled", "alarm-minus-filled", "AlarmMinusFilled", __iconNode$gk); const __iconNode$gj = [["path", { "d": "M16 6.072a8 8 0 1 1 -11.995 7.213l-.005 -.285l.005 -.285a8 8 0 0 1 11.995 -6.643zm-4 3.928a1 1 0 0 0 -1 1v1h-1l-.117 .007a1 1 0 0 0 .117 1.993h1v1l.007 .117a1 1 0 0 0 1.993 -.117v-1h1l.117 -.007a1 1 0 0 0 -.117 -1.993h-1v-1l-.007 -.117a1 1 0 0 0 -.993 -.883z", "key": "svg-0" }], ["path", { "d": "M6.412 3.191a1 1 0 0 1 1.273 1.539l-.097 .08l-2.75 2a1 1 0 0 1 -1.273 -1.54l.097 -.08l2.75 -2z", "key": "svg-1" }], ["path", { "d": "M16.191 3.412a1 1 0 0 1 1.291 -.288l.106 .067l2.75 2a1 1 0 0 1 -1.07 1.685l-.106 -.067l-2.75 -2a1 1 0 0 1 -.22 -1.397z", "key": "svg-2" }]]; const IconAlarmPlusFilled = createReactComponent("filled", "alarm-plus-filled", "AlarmPlusFilled", __iconNode$gj); const __iconNode$gi = [["path", { "d": "M16 6.072a8 8 0 1 1 -11.995 7.213l-.005 -.285l.005 -.285a8 8 0 0 1 11.995 -6.643zm-2 3.928h-4l-.117 .007a1 1 0 0 0 -.883 .993l.007 .117a1 1 0 0 0 .993 .883h1.584l-2.291 2.293l-.076 .084c-.514 .637 -.07 1.623 .783 1.623h4l.117 -.007a1 1 0 0 0 .883 -.993l-.007 -.117a1 1 0 0 0 -.993 -.883h-1.586l2.293 -2.293l.076 -.084c.514 -.637 .07 -1.623 -.783 -1.623z", "key": "svg-0" }], ["path", { "d": "M6.412 3.191a1 1 0 0 1 1.273 1.539l-.097 .08l-2.75 2a1 1 0 0 1 -1.273 -1.54l.097 -.08l2.75 -2z", "key": "svg-1" }], ["path", { "d": "M16.191 3.412a1 1 0 0 1 1.291 -.288l.106 .067l2.75 2a1 1 0 0 1 -1.07 1.685l-.106 -.067l-2.75 -2a1 1 0 0 1 -.22 -1.397z", "key": "svg-2" }]]; const IconAlarmSnoozeFilled = createReactComponent("filled", "alarm-snooze-filled", "AlarmSnoozeFilled", __iconNode$gi); const __iconNode$gh = [["path", { "d": "M16 6.072a8 8 0 1 1 -11.995 7.213l-.005 -.285l.005 -.285a8 8 0 0 1 11.995 -6.643zm-4 2.928a1 1 0 0 0 -1 1v3l.007 .117a1 1 0 0 0 .993 .883h2l.117 -.007a1 1 0 0 0 .883 -.993l-.007 -.117a1 1 0 0 0 -.993 -.883h-1v-2l-.007 -.117a1 1 0 0 0 -.993 -.883z", "key": "svg-0" }], ["path", { "d": "M6.412 3.191a1 1 0 0 1 1.273 1.539l-.097 .08l-2.75 2a1 1 0 0 1 -1.273 -1.54l.097 -.08l2.75 -2z", "key": "svg-1" }], ["path", { "d": "M16.191 3.412a1 1 0 0 1 1.291 -.288l.106 .067l2.75 2a1 1 0 0 1 -1.07 1.685l-.106 -.067l-2.75 -2a1 1 0 0 1 -.22 -1.397z", "key": "svg-2" }]]; const IconAlarmFilled = createReactComponent("filled", "alarm-filled", "AlarmFilled", __iconNode$gh); const __iconNode$gg = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1 -19.995 .324l-.005 -.324l.004 -.28c.148 -5.393 4.566 -9.72 9.996 -9.72zm.01 13l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-.01 -8a1 1 0 0 0 -.993 .883l-.007 .117v4l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z", "key": "svg-0" }]]; const IconAlertCircleFilled = createReactComponent("filled", "alert-circle-filled", "AlertCircleFilled", __iconNode$gg); const __iconNode$gf = [["path", { "d": "M10.425 1.414a3.33 3.33 0 0 1 3.026 -.097l.19 .097l6.775 3.995l.096 .063l.092 .077l.107 .075a3.224 3.224 0 0 1 1.266 2.188l.018 .202l.005 .204v7.284c0 1.106 -.57 2.129 -1.454 2.693l-.17 .1l-6.803 4.302c-.918 .504 -2.019 .535 -3.004 .068l-.196 -.1l-6.695 -4.237a3.225 3.225 0 0 1 -1.671 -2.619l-.007 -.207v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098zm1.585 13.586l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-.01 -8a1 1 0 0 0 -.993 .883l-.007 .117v4l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z", "key": "svg-0" }]]; const IconAlertHexagonFilled = createReactComponent("filled", "alert-hexagon-filled", "AlertHexagonFilled", __iconNode$gf); const __iconNode$ge = [["path", { "d": "M14.897 1a4 4 0 0 1 2.664 1.016l.165 .156l4.1 4.1a4 4 0 0 1 1.168 2.605l.006 .227v5.794a4 4 0 0 1 -1.016 2.664l-.156 .165l-4.1 4.1a4 4 0 0 1 -2.603 1.168l-.227 .006h-5.795a3.999 3.999 0 0 1 -2.664 -1.017l-.165 -.156l-4.1 -4.1a4 4 0 0 1 -1.168 -2.604l-.006 -.227v-5.794a4 4 0 0 1 1.016 -2.664l.156 -.165l4.1 -4.1a4 4 0 0 1 2.605 -1.168l.227 -.006h5.793zm-2.887 14l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-.01 -8a1 1 0 0 0 -.993 .883l-.007 .117v4l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z", "key": "svg-0" }]]; const IconAlertOctagonFilled = createReactComponent("filled", "alert-octagon-filled", "AlertOctagonFilled", __iconNode$ge); const __iconNode$gd = [["path", { "d": "M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm.01 13l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-.01 -8a1 1 0 0 0 -.993 .883l-.007 .117v4l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z", "key": "svg-0" }]]; const IconAlertSquareRoundedFilled = createReactComponent("filled", "alert-square-rounded-filled", "AlertSquareRoundedFilled", __iconNode$gd); const __iconNode$gc = [["path", { "d": "M19 2a3 3 0 0 1 2.995 2.824l.005 .176v14a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005h14zm-6.99 13l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-.01 -8a1 1 0 0 0 -.993 .883l-.007 .117v4l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z", "key": "svg-0" }]]; const IconAlertSquareFilled = createReactComponent("filled", "alert-square-filled", "AlertSquareFilled", __iconNode$gc); const __iconNode$gb = [["path", { "d": "M12 1.67c.955 0 1.845 .467 2.39 1.247l.105 .16l8.114 13.548a2.914 2.914 0 0 1 -2.307 4.363l-.195 .008h-16.225a2.914 2.914 0 0 1 -2.582 -4.2l.099 -.185l8.11 -13.538a2.914 2.914 0 0 1 2.491 -1.403zm.01 13.33l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-.01 -7a1 1 0 0 0 -.993 .883l-.007 .117v4l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z", "key": "svg-0" }]]; const IconAlertTriangleFilled = createReactComponent("filled", "alert-triangle-filled", "AlertTriangleFilled", __iconNode$gb); const __iconNode$ga = [["path", { "d": "M12.004 2c4.942 0 8.288 2.503 8.85 6.444a12.884 12.884 0 0 1 -2.163 9.308a11.794 11.794 0 0 1 -3.51 3.356c-1.982 1.19 -4.376 1.19 -6.373 -.008a11.763 11.763 0 0 1 -3.489 -3.34a12.808 12.808 0 0 1 -2.171 -9.306c.564 -3.95 3.91 -6.454 8.856 -6.454zm1.913 14.6a1 1 0 0 0 -1.317 -.517l-.146 .055a1.5 1.5 0 0 1 -1.054 -.055l-.11 -.04a1 1 0 0 0 -.69 1.874a3.5 3.5 0 0 0 2.8 0a1 1 0 0 0 .517 -1.317zm-5.304 -6.39a1 1 0 0 0 -1.32 1.497l2 2l.094 .083a1 1 0 0 0 1.32 -1.497l-2 -2zm8.094 .083a1 1 0 0 0 -1.414 0l-2 2l-.083 .094a1 1 0 0 0 1.497 1.32l2 -2l.083 -.094a1 1 0 0 0 -.083 -1.32z", "key": "svg-0" }]]; const IconAlienFilled = createReactComponent("filled", "alien-filled", "AlienFilled", __iconNode$ga); const __iconNode$g9 = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-9.333 13a1 1 0 0 0 -1 1v2l.007 .117a1 1 0 0 0 1.993 -.117v-2l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 -4a1 1 0 0 0 -1 1v6l.007 .117a1 1 0 0 0 1.993 -.117v-6l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 2a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z", "key": "svg-0" }]]; const IconAlignBoxBottomCenterFilled = createReactComponent("filled", "align-box-bottom-center-filled", "AlignBoxBottomCenterFilled", __iconNode$g9); const __iconNode$g8 = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-12.333 13a1 1 0 0 0 -1 1v2l.007 .117a1 1 0 0 0 1.993 -.117v-2l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 -4a1 1 0 0 0 -1 1v6l.007 .117a1 1 0 0 0 1.993 -.117v-6l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 2a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z", "key": "svg-0" }]]; const IconAlignBoxBottomLeftFilled = createReactComponent("filled", "align-box-bottom-left-filled", "AlignBoxBottomLeftFilled", __iconNode$g8); const __iconNode$g7 = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-6.333 13a1 1 0 0 0 -1 1v2l.007 .117a1 1 0 0 0 1.993 -.117v-2l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 -4a1 1 0 0 0 -1 1v6l.007 .117a1 1 0 0 0 1.993 -.117v-6l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 2a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z", "key": "svg-0" }]]; const IconAlignBoxBottomRightFilled = createReactComponent("filled", "align-box-bottom-right-filled", "AlignBoxBottomRightFilled", __iconNode$g7); const __iconNode$g6 = [["path", { "d": "M19 2a3 3 0 0 1 2.995 2.824l.005 .176v14a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.993 -2.802l-.007 -.198v-14a3 3 0 0 1 2.824 -2.995l.176 -.005h14zm-6 12h-2l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h2l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm2 -3h-6l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h6l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-1 -3h-4l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h4l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", "key": "svg-0" }]]; const IconAlignBoxCenterMiddleFilled = createReactComponent("filled", "align-box-center-middle-filled", "AlignBoxCenterMiddleFilled", __iconNode$g6); const __iconNode$g5 = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-10.333 15h-2l-.117 .007a1 1 0 0 0 .117 1.993h2l.117 -.007a1 1 0 0 0 -.117 -1.993zm4 -3h-6l-.117 .007a1 1 0 0 0 .117 1.993h6l.117 -.007a1 1 0 0 0 -.117 -1.993zm-2 -3h-4l-.117 .007a1 1 0 0 0 .117 1.993h4l.117 -.007a1 1 0 0 0 -.117 -1.993z", "key": "svg-0" }]]; const IconAlignBoxLeftBottomFilled = createReactComponent("filled", "align-box-left-bottom-filled", "AlignBoxLeftBottomFilled", __iconNode$g5); const __iconNode$g4 = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-10.333 12h-2l-.117 .007a1 1 0 0 0 .117 1.993h2l.117 -.007a1 1 0 0 0 -.117 -1.993zm4 -3h-6l-.117 .007a1 1 0 0 0 .117 1.993h6l.117 -.007a1 1 0 0 0 -.117 -1.993zm-2 -3h-4l-.117 .007a1 1 0 0 0 .117 1.993h4l.117 -.007a1 1 0 0 0 -.117 -1.993z", "key": "svg-0" }]]; const IconAlignBoxLeftMiddleFilled = createReactComponent("filled", "align-box-left-middle-filled", "AlignBoxLeftMiddleFilled", __iconNode$g4); const __iconNode$g3 = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-10.333 9h-2l-.117 .007a1 1 0 0 0 .117 1.993h2l.117 -.007a1 1 0 0 0 -.117 -1.993zm4 -3h-6l-.117 .007a1 1 0 0 0 .117 1.993h6l.117 -.007a1 1 0 0 0 -.117 -1.993zm-2 -3h-4l-.117 .007a1 1 0 0 0 .117 1.993h4l.117 -.007a1 1 0 0 0 -.117 -1.993z", "key": "svg-0" }]]; const IconAlignBoxLeftTopFilled = createReactComponent("filled", "align-box-left-top-filled", "AlignBoxLeftTopFilled", __iconNode$g3); const __iconNode$g2 = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-.333 15h-2l-.117 .007a1 1 0 0 0 .117 1.993h2l.117 -.007a1 1 0 0 0 -.117 -1.993zm0 -3h-6l-.117 .007a1 1 0 0 0 .117 1.993h6l.117 -.007a1 1 0 0 0 -.117 -1.993zm0 -3h-4l-.117 .007a1 1 0 0 0 .117 1.993h4l.117 -.007a1 1 0 0 0 -.117 -1.993z", "key": "svg-0" }]]; const IconAlignBoxRightBottomFilled = createReactComponent("filled", "align-box-right-bottom-filled", "AlignBoxRightBottomFilled", __iconNode$g2); const __iconNode$g1 = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-.333 12h-2l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h2l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm0 -3h-6l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h6l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm0 -3h-4l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h4l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", "key": "svg-0" }]]; const IconAlignBoxRightMiddleFilled = createReactComponent("filled", "align-box-right-middle-filled", "AlignBoxRightMiddleFilled", __iconNode$g1); const __iconNode$g0 = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-.333 9h-2l-.117 .007a1 1 0 0 0 .117 1.993h2l.117 -.007a1 1 0 0 0 -.117 -1.993zm0 -3h-6l-.117 .007a1 1 0 0 0 .117 1.993h6l.117 -.007a1 1 0 0 0 -.117 -1.993zm0 -3h-4l-.117 .007a1 1 0 0 0 .117 1.993h4l.117 -.007a1 1 0 0 0 -.117 -1.993z", "key": "svg-0" }]]; const IconAlignBoxRightTopFilled = createReactComponent("filled", "align-box-right-top-filled", "AlignBoxRightTopFilled", __iconNode$g0); const __iconNode$f$ = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-6.333 3a1 1 0 0 0 -1 1v6l.007 .117a1 1 0 0 0 1.993 -.117v-6l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm-6 0a1 1 0 0 0 -1 1v2l.007 .117a1 1 0 0 0 1.993 -.117v-2l-.007 -.117a1 1 0 0 0 -.993 -.883z", "key": "svg-0" }]]; const IconAlignBoxTopCenterFilled = createReactComponent("filled", "align-box-top-center-filled", "AlignBoxTopCenterFilled", __iconNode$f$); const __iconNode$f_ = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-9.333 3a1 1 0 0 0 -1 1v6l.007 .117a1 1 0 0 0 1.993 -.117v-6l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm-6 0a1 1 0 0 0 -1 1v2l.007 .117a1 1 0 0 0 1.993 -.117v-2l-.007 -.117a1 1 0 0 0 -.993 -.883z", "key": "svg-0" }]]; const IconAlignBoxTopLeftFilled = createReactComponent("filled", "align-box-top-left-filled", "AlignBoxTopLeftFilled", __iconNode$f_); const __iconNode$fZ = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-3.333 3a1 1 0 0 0 -1 1v6l.007 .117a1 1 0 0 0 1.993 -.117v-6l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm-6 0a1 1 0 0 0 -1 1v2l.007 .117a1 1 0 0 0 1.993 -.117v-2l-.007 -.117a1 1 0 0 0 -.993 -.883z", "key": "svg-0" }]]; const IconAlignBoxTopRightFilled = createReactComponent("filled", "align-box-top-right-filled", "AlignBoxTopRightFilled", __iconNode$fZ); const __iconNode$fY = [["path", { "d": "M4.99 12.862a7.1 7.1 0 0 0 12.171 3.924a1.956 1.956 0 0 1 -.156 -.637l-.005 -.149l.005 -.15a2 2 0 1 1 1.769 2.137a9.099 9.099 0 0 1 -15.764 -4.85a1 1 0 0 1 1.98 -.275z", "key": "svg-0" }], ["path", { "d": "M12 8a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z", "key": "svg-1" }], ["path", { "d": "M13.142 3.09a9.1 9.1 0 0 1 7.848 7.772a1 1 0 0 1 -1.98 .276a7.1 7.1 0 0 0 -6.125 -6.064a7.096 7.096 0 0 0 -6.048 2.136a2 2 0 1 1 -3.831 .939l-.006 -.149l.005 -.15a2 2 0 0 1 2.216 -1.838a9.094 9.094 0 0 1 7.921 -2.922z", "key": "svg-2" }]]; const IconAnalyzeFilled = createReactComponent("filled", "analyze-filled", "AnalyzeFilled", __iconNode$fY); const __iconNode$fX = [["path", { "d": "M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3zm-12.99 3l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993zm3 0l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993z", "key": "svg-0" }]]; const IconAppWindowFilled = createReactComponent("filled", "app-window-filled", "AppWindowFilled", __iconNode$fX); const __iconNode$fW = [["path", { "d": "M15 2a1 1 0 0 1 .117 1.993l-.117 .007c-.693 0 -1.33 .694 -1.691 1.552a5.1 5.1 0 0 1 1.982 -.544l.265 -.008c2.982 0 5.444 3.053 5.444 6.32c0 3.547 -.606 5.862 -2.423 8.578c-1.692 2.251 -4.092 2.753 -6.41 1.234a.31 .31 0 0 0 -.317 -.01c-2.335 1.528 -4.735 1.027 -6.46 -1.27c-1.783 -2.668 -2.39 -4.984 -2.39 -8.532l.004 -.222c.108 -3.181 2.526 -6.098 5.44 -6.098c.94 0 1.852 .291 2.688 .792c.419 -1.95 1.818 -3.792 3.868 -3.792m-7.034 6.154c-1.36 .858 -1.966 2.06 -1.966 3.846a1 1 0 0 0 2 0c0 -1.125 .28 -1.678 1.034 -2.154a1 1 0 1 0 -1.068 -1.692", "key": "svg-0" }]]; const IconAppleFilled = createReactComponent("filled", "apple-filled", "AppleFilled", __iconNode$fW); const __iconNode$fV = [["path", { "d": "M9 3h-4a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2z", "key": "svg-0" }], ["path", { "d": "M9 13h-4a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2z", "key": "svg-1" }], ["path", { "d": "M19 13h-4a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2z", "key": "svg-2" }], ["path", { "d": "M17 3a1 1 0 0 1 .993 .883l.007 .117v2h2a1 1 0 0 1 .117 1.993l-.117 .007h-2v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2v-2a1 1 0 0 1 1 -1z", "key": "svg-3" }]]; const IconAppsFilled = createReactComponent("filled", "apps-filled", "AppsFilled", __iconNode$fV); const __iconNode$fU = [["path", { "d": "M2 5a2 2 0 0 1 2 -2h16a2 2 0 0 1 2 2a2 2 0 0 1 -2 2h-16a2 2 0 0 1 -2 -2z", "key": "svg-0" }], ["path", { "d": "M19 9c.513 0 .936 .463 .993 1.06l.007 .14v7.2c0 1.917 -1.249 3.484 -2.824 3.594l-.176 .006h-10c-1.598 0 -2.904 -1.499 -2.995 -3.388l-.005 -.212v-7.2c0 -.663 .448 -1.2 1 -1.2h14zm-5 2h-4l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h4l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", "key": "svg-1" }]]; const IconArchiveFilled = createReactComponent("filled", "archive-filled", "ArchiveFilled", __iconNode$fU); const __iconNode$fT = [["path", { "d": "M6.707 3.293a1 1 0 0 1 .083 1.32l-.083 .094l-1.292 1.293h4.585a1 1 0 0 1 .117 1.993l-.117 .007h-4.585l1.292 1.293a1 1 0 0 1 .083 1.32l-.083 .094a1 1 0 0 1 -1.32 .083l-.094 -.083l-3 -3a1.008 1.008 0 0 1 -.097 -.112l-.071 -.11l-.054 -.114l-.035 -.105l-.025 -.118l-.007 -.058l-.004 -.09l.003 -.075l.017 -.126l.03 -.111l.044 -.111l.052 -.098l.064 -.092l.083 -.094l3 -3a1 1 0 0 1 1.414 0z", "key": "svg-0" }], ["path", { "d": "M18.613 3.21l.094 .083l3 3a.927 .927 0 0 1 .097 .112l.071 .11l.054 .114l.035 .105l.03 .148l.006 .118l-.003 .075l-.017 .126l-.03 .111l-.044 .111l-.052 .098l-.074 .104l-.073 .082l-3 3a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.292 -1.293h-4.585a1 1 0 0 1 -.117 -1.993l.117 -.007h4.585l-1.292 -1.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.32 -.083z", "key": "svg-1" }], ["path", { "d": "M18 13h-12a3 3 0 0 0 -3 3v2a3 3 0 0 0 3 3h12a3 3 0 0 0 3 -3v-2a3 3 0 0 0 -3 -3z", "key": "svg-2" }]]; const IconArrowAutofitContentFilled = createReactComponent("filled", "arrow-autofit-content-filled", "ArrowAutofitContentFilled", __iconNode$fT); const __iconNode$fS = [["path", { "d": "M14 3a1 1 0 0 1 1 1v11.001h-.092a3 3 0 0 0 -2.03 5.12a.515 .515 0 0 1 -.363 .879h-6.515a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3z", "key": "svg-0" }], ["path", { "d": "M18 3a1 1 0 0 1 1 1v14.584l1.293 -1.291a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 0 1.414l-3 3a1 1 0 0 1 -.112 .097l-.11 .071l-.114 .054l-.105 .035l-.149 .03l-.117 .006l-.075 -.003l-.126 -.017l-.111 -.03l-.111 -.044l-.098 -.052l-.096 -.067l-.09 -.08l-3 -3a1 1 0 0 1 1.414 -1.414l1.293 1.293v-14.586a1 1 0 0 1 1 -1", "key": "svg-1" }]]; const IconArrowAutofitDownFilled = createReactComponent("filled", "arrow-autofit-down-filled", "ArrowAutofitDownFilled", __iconNode$fS); const __iconNode$fR = [["path", { "d": "M12.879 3.879a3 3 0 0 0 0 4.242l.09 .085l.094 .083l.096 .08l.158 .115a3 3 0 0 0 1.59 .515l.093 -.001v6.003h-.092a3 3 0 0 0 -2.03 5.12a.514 .514 0 0 1 -.363 .878l-6.515 .001a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h6.514a.515 .515 0 0 1 .365 .879", "key": "svg-0" }], ["path", { "d": "M18 13a1 1 0 0 1 1 1v4.584l1.293 -1.291a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 0 1.414l-3 3a1 1 0 0 1 -.112 .097l-.11 .071l-.114 .054l-.105 .035l-.149 .03l-.117 .006l-.075 -.003l-.126 -.017l-.111 -.03l-.111 -.044l-.098 -.052l-.096 -.067l-.09 -.08l-3 -3a1 1 0 0 1 1.414 -1.414l1.293 1.293v-4.586a1 1 0 0 1 1 -1", "key": "svg-1" }], ["path", { "d": "M17.852 2.011l.058 -.007l.09 -.004l.075 .003l.126 .017l.111 .03l.111 .044l.098 .052l.104 .074l.082 .073l3 3a1 1 0 1 1 -1.414 1.414l-1.293 -1.292v4.585a1 1 0 0 1 -2 0v-4.585l-1.293 1.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 0 -1.414l3 -3q .053 -.054 .112 -.097l.11 -.071l.114 -.054l.105 -.035z", "key": "svg-2" }]]; const IconArrowAutofitHeightFilled = createReactComponent("filled", "arrow-autofit-height-filled", "ArrowAutofitHeightFilled", __iconNode$fR); const __iconNode$fQ = [["path", { "d": "M21 14a1 1 0 0 1 -1 1h-11.001v-.092a3 3 0 0 0 -5.12 -2.03a.515 .515 0 0 1 -.879 -.363v-6.515a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3z", "key": "svg-0" }], ["path", { "d": "M21 18a1 1 0 0 1 -1 1h-14.584l1.291 1.293a1 1 0 0 1 .083 1.32l-.083 .094a1 1 0 0 1 -1.414 0l-3 -3a1 1 0 0 1 -.097 -.112l-.071 -.11l-.054 -.114l-.035 -.105l-.03 -.149l-.006 -.117l.003 -.075l.017 -.126l.03 -.111l.044 -.111l.052 -.098l.067 -.096l.08 -.09l3 -3a1 1 0 1 1 1.414 1.414l-1.293 1.293h14.586a1 1 0 0 1 1 1", "key": "svg-1" }]]; const IconArrowAutofitLeftFilled = createReactComponent("filled", "arrow-autofit-left-filled", "ArrowAutofitLeftFilled", __iconNode$fQ); const __iconNode$fP = [["path", { "d": "M3 14a1 1 0 0 0 1 1h11.001v-.092a3 3 0 0 1 5.12 -2.03a.515 .515 0 0 0 .879 -.363v-6.515a3 3 0 0 0 -3 -3h-12a3 3 0 0 0 -3 3z", "key": "svg-0" }], ["path", { "d": "M3 18a1 1 0 0 0 1 1h14.584l-1.291 1.293a1 1 0 0 0 -.083 1.32l.083 .094a1 1 0 0 0 1.414 0l3 -3q .054 -.053 .097 -.112l.071 -.11l.054 -.114l.035 -.105l.03 -.149l.006 -.117l-.003 -.075l-.017 -.126l-.03 -.111l-.044 -.111l-.052 -.098l-.067 -.096l-.08 -.09l-3 -3a1 1 0 0 0 -1.414 1.414l1.293 1.293h-14.586a1 1 0 0 0 -1 1", "key": "svg-1" }]]; const IconArrowAutofitRightFilled = createReactComponent("filled", "arrow-autofit-right-filled", "ArrowAutofitRightFilled", __iconNode$fP); const __iconNode$fO = [["path", { "d": "M14 21a1 1 0 0 0 1 -1v-11.001h-.092a3 3 0 0 1 -2.03 -5.12a.515 .515 0 0 0 -.363 -.879h-6.515a3 3 0 0 0 -3 3v12a3 3 0 0 0 3 3z", "key": "svg-0" }], ["path", { "d": "M18 21a1 1 0 0 0 1 -1v-14.584l1.293 1.291a1 1 0 0 0 1.32 .083l.094 -.083a1 1 0 0 0 0 -1.414l-3 -3a1 1 0 0 0 -.112 -.097l-.11 -.071l-.114 -.054l-.105 -.035l-.149 -.03l-.117 -.006l-.075 .003l-.126 .017l-.111 .03l-.111 .044l-.098 .052l-.096 .067l-.09 .08l-3 3a1 1 0 1 0 1.414 1.414l1.293 -1.293v14.586a1 1 0 0 0 1 1", "key": "svg-1" }]]; const IconArrowAutofitUpFilled = createReactComponent("filled", "arrow-autofit-up-filled", "ArrowAutofitUpFilled", __iconNode$fO); const __iconNode$fN = [["path", { "d": "M20.121 12.879a3 3 0 0 0 -4.242 0l-.085 .09l-.083 .094l-.08 .096l-.115 .158a3 3 0 0 0 -.515 1.59l.001 .093h-6.003v-.092a3 3 0 0 0 -5.12 -2.03a.514 .514 0 0 1 -.878 -.363l-.001 -6.515a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6.514a.515 .515 0 0 1 -.879 .365", "key": "svg-0" }], ["path", { "d": "M11 18a1 1 0 0 1 -1 1h-4.584l1.291 1.293a1 1 0 0 1 .083 1.32l-.083 .094a1 1 0 0 1 -1.414 0l-3 -3a1 1 0 0 1 -.097 -.112l-.071 -.11l-.054 -.114l-.035 -.105l-.03 -.149l-.006 -.117l.003 -.075l.017 -.126l.03 -.111l.044 -.111l.052 -.098l.067 -.096l.08 -.09l3 -3a1 1 0 0 1 1.414 1.414l-1.293 1.293h4.586a1 1 0 0 1 1 1m10.989 -.148l.007 .058l.004 .09l-.003 .075l-.017 .126l-.03 .111l-.044 .111l-.052 .098l-.074 .104l-.073 .082l-3 3a1 1 0 1 1 -1.414 -1.414l1.292 -1.293h-4.585a1 1 0 0 1 0 -2h4.585l-1.292 -1.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.414 0l3 3q .054 .053 .097 .112l.071 .11l.054 .114l.035 .105z", "key": "svg-1" }]]; const IconArrowAutofitWidthFilled = createReactComponent("filled", "arrow-autofit-width-filled", "ArrowAutofitWidthFilled", __iconNode$fN); const __iconNode$fM = [["path", { "d": "M16.375 6.22l-4.375 3.498l-4.375 -3.5a1 1 0 0 0 -1.625 .782v6a1 1 0 0 0 .375 .78l5 4a1 1 0 0 0 1.25 0l5 -4a1 1 0 0 0 .375 -.78v-6a1 1 0 0 0 -1.625 -.78z", "key": "svg-0" }]]; const IconArrowBadgeDownFilled = createReactComponent("filled", "arrow-badge-down-filled", "ArrowBadgeDownFilled", __iconNode$fM); const __iconNode$fL = [["path", { "d": "M17 6h-6a1 1 0 0 0 -.78 .375l-4 5a1 1 0 0 0 0 1.25l4 5a1 1 0 0 0 .78 .375h6l.112 -.006a1 1 0 0 0 .669 -1.619l-3.501 -4.375l3.5 -4.375a1 1 0 0 0 -.78 -1.625z", "key": "svg-0" }]]; const IconArrowBadgeLeftFilled = createReactComponent("filled", "arrow-badge-left-filled", "ArrowBadgeLeftFilled", __iconNode$fL); const __iconNode$fK = [["path", { "d": "M7 6l-.112 .006a1 1 0 0 0 -.669 1.619l3.501 4.375l-3.5 4.375a1 1 0 0 0 .78 1.625h6a1 1 0 0 0 .78 -.375l4 -5a1 1 0 0 0 0 -1.25l-4 -5a1 1 0 0 0 -.78 -.375h-6z", "key": "svg-0" }]]; const IconArrowBadgeRightFilled = createReactComponent("filled", "arrow-badge-right-filled", "ArrowBadgeRightFilled", __iconNode$fK); const __iconNode$fJ = [["path", { "d": "M11.375 6.22l-5 4a1 1 0 0 0 -.375 .78v6l.006 .112a1 1 0 0 0 1.619 .669l4.375 -3.501l4.375 3.5a1 1 0 0 0 1.625 -.78v-6a1 1 0 0 0 -.375 -.78l-5 -4a1 1 0 0 0 -1.25 0z", "key": "svg-0" }]]; const IconArrowBadgeUpFilled = createReactComponent("filled", "arrow-badge-up-filled", "ArrowBadgeUpFilled", __iconNode$fJ); const __iconNode$fI = [["path", { "d": "M9 5l-.117 .007a1 1 0 0 0 -.883 .993v4.999l-2.586 .001a2 2 0 0 0 -1.414 3.414l6.586 6.586a2 2 0 0 0 2.828 0l6.586 -6.586a2 2 0 0 0 .434 -2.18l-.068 -.145a2 2 0 0 0 -1.78 -1.089l-2.586 -.001v-4.999a1 1 0 0 0 -1 -1h-6z", "key": "svg-0" }], ["path", { "d": "M15 2a1 1 0 0 1 .117 1.993l-.117 .007h-6a1 1 0 0 1 -.117 -1.993l.117 -.007h6z", "key": "svg-1" }]]; const IconArrowBigDownLineFilled = createReactComponent("filled", "arrow-big-down-line-filled", "ArrowBigDownLineFilled", __iconNode$fI); const __iconNode$fH = [["path", { "d": "M9 8l-.117 .007a1 1 0 0 0 -.883 .993v1.999l-2.586 .001a2 2 0 0 0 -1.414 3.414l6.586 6.586a2 2 0 0 0 2.828 0l6.586 -6.586a2 2 0 0 0 .434 -2.18l-.068 -.145a2 2 0 0 0 -1.78 -1.089l-2.586 -.001v-1.999a1 1 0 0 0 -1 -1h-6z", "key": "svg-0" }], ["path", { "d": "M15 2a1 1 0 0 1 .117 1.993l-.117 .007h-6a1 1 0 0 1 -.117 -1.993l.117 -.007h6z", "key": "svg-1" }], ["path", { "d": "M15 5a1 1 0 0 1 .117 1.993l-.117 .007h-6a1 1 0 0 1 -.117 -1.993l.117 -.007h6z", "key": "svg-2" }]]; const IconArrowBigDownLinesFilled = createReactComponent("filled", "arrow-big-down-lines-filled", "ArrowBigDownLinesFilled", __iconNode$fH); const __iconNode$fG = [["path", { "d": "M10 2l-.15 .005a2 2 0 0 0 -1.85 1.995v6.999l-2.586 .001a2 2 0 0 0 -1.414 3.414l6.586 6.586a2 2 0 0 0 2.828 0l6.586 -6.586a2 2 0 0 0 .434 -2.18l-.068 -.145a2 2 0 0 0 -1.78 -1.089l-2.586 -.001v-6.999a2 2 0 0 0 -2 -2h-4z", "key": "svg-0" }]]; const IconArrowBigDownFilled = createReactComponent("filled", "arrow-big-down-filled", "ArrowBigDownFilled", __iconNode$fG); const __iconNode$fF = [["path", { "d": "M9.586 4l-6.586 6.586a2 2 0 0 0 0 2.828l6.586 6.586a2 2 0 0 0 2.18 .434l.145 -.068a2 2 0 0 0 1.089 -1.78v-2.586h5a1 1 0 0 0 1 -1v-6l-.007 -.117a1 1 0 0 0 -.993 -.883l-5 -.001v-2.585a2 2 0 0 0 -3.414 -1.414z", "key": "svg-0" }], ["path", { "d": "M4.415 12l6.585 -6.586v3.586l.007 .117a1 1 0 0 0 .993 .883l5 -.001v4l-5 .001a1 1 0 0 0 -1 1v3.586l-6.585 -6.586z", "key": "svg-1" }], ["path", { "d": "M21 8a1 1 0 0 1 .993 .883l.007 .117v6a1 1 0 0 1 -1.993 .117l-.007 -.117v-6a1 1 0 0 1 1 -1z", "key": "svg-2" }]]; const IconArrowBigLeftLineFilled = createReactComponent("filled", "arrow-big-left-line-filled", "ArrowBigLeftLineFilled", __iconNode$fF); const __iconNode$fE = [["path", { "d": "M9.586 4l-6.586 6.586a2 2 0 0 0 0 2.828l6.586 6.586a2 2 0 0 0 2.18 .434l.145 -.068a2 2 0 0 0 1.089 -1.78v-2.586h2a1 1 0 0 0 1 -1v-6l-.007 -.117a1 1 0 0 0 -.993 -.883l-2 -.001v-2.585a2 2 0 0 0 -3.414 -1.414z", "key": "svg-0" }], ["path", { "d": "M21 8a1 1 0 0 1 .993 .883l.007 .117v6a1 1 0 0 1 -1.993 .117l-.007 -.117v-6a1 1 0 0 1 1 -1z", "key": "svg-1" }], ["path", { "d": "M18 8a1 1 0 0 1 .993 .883l.007 .117v6a1 1 0 0 1 -1.993 .117l-.007 -.117v-6a1 1 0 0 1 1 -1z", "key": "svg-2" }]]; const IconArrowBigLeftLinesFilled = createReactComponent("filled", "arrow-big-left-lines-filled", "ArrowBigLeftLinesFilled", __iconNode$fE); const __iconNode$fD = [["path", { "d": "M9.586 4l-6.586 6.586a2 2 0 0 0 0 2.828l6.586 6.586a2 2 0 0 0 2.18 .434l.145 -.068a2 2 0 0 0 1.089 -1.78v-2.586h7a2 2 0 0 0 2 -2v-4l-.005 -.15a2 2 0 0 0 -1.995 -1.85l-7 -.001v-2.585a2 2 0 0 0 -3.414 -1.414z", "key": "svg-0" }]]; const IconArrowBigLeftFilled = createReactComponent("filled", "arrow-big-left-filled", "ArrowBigLeftFilled", __iconNode$fD); const __iconNode$fC = [["path", { "d": "M12.089 3.634a2 2 0 0 0 -1.089 1.78l-.001 2.586h-4.999a1 1 0 0 0 -1 1v6l.007 .117a1 1 0 0 0 .993 .883l4.999 -.001l.001 2.587a2 2 0 0 0 3.414 1.414l6.586 -6.586a2 2 0 0 0 0 -2.828l-6.586 -6.586a2 2 0 0 0 -2.18 -.434l-.145 .068z", "key": "svg-0" }], ["path", { "d": "M3 8a1 1 0 0 1 .993 .883l.007 .117v6a1 1 0 0 1 -1.993 .117l-.007 -.117v-6a1 1 0 0 1 1 -1z", "key": "svg-1" }]]; const IconArrowBigRightLineFilled = createReactComponent("filled", "arrow-big-right-line-filled", "ArrowBigRightLineFilled", __iconNode$fC); const __iconNode$fB = [["path", { "d": "M12.089 3.634a2 2 0 0 0 -1.089 1.78l-.001 2.585l-1.999 .001a1 1 0 0 0 -1 1v6l.007 .117a1 1 0 0 0 .993 .883l1.999 -.001l.001 2.587a2 2 0 0 0 3.414 1.414l6.586 -6.586a2 2 0 0 0 0 -2.828l-6.586 -6.586a2 2 0 0 0 -2.18 -.434l-.145 .068z", "key": "svg-0" }], ["path", { "d": "M3 8a1 1 0 0 1 .993 .883l.007 .117v6a1 1 0 0 1 -1.993 .117l-.007 -.117v-6a1 1 0 0 1 1 -1z", "key": "svg-1" }], ["path", { "d": "M6 8a1 1 0 0 1 .993 .883l.007 .117v6a1 1 0 0 1 -1.993 .117l-.007 -.117v-6a1 1 0 0 1 1 -1z", "key": "svg-2" }]]; const IconArrowBigRightLinesFilled = createReactComponent("filled", "arrow-big-right-lines-filled", "ArrowBigRightLinesFilled", __iconNode$fB); const __iconNode$fA = [["path", { "d": "M12.089 3.634a2 2 0 0 0 -1.089 1.78l-.001 2.586h-6.999a2 2 0 0 0 -2 2v4l.005 .15a2 2 0 0 0 1.995 1.85l6.999 -.001l.001 2.587a2 2 0 0 0 3.414 1.414l6.586 -6.586a2 2 0 0 0 0 -2.828l-6.586 -6.586a2 2 0 0 0 -2.18 -.434l-.145 .068z", "key": "svg-0" }]]; const IconArrowBigRightFilled = createReactComponent("filled", "arrow-big-right-filled", "ArrowBigRightFilled", __iconNode$fA); const __iconNode$fz = [["path", { "d": "M10.586 3l-6.586 6.586a2 2 0 0 0 -.434 2.18l.068 .145a2 2 0 0 0 1.78 1.089h2.586v5a1 1 0 0 0 1 1h6l.117 -.007a1 1 0 0 0 .883 -.993l-.001 -5h2.587a2 2 0 0 0 1.414 -3.414l-6.586 -6.586a2 2 0 0 0 -2.828 0z", "key": "svg-0" }], ["path", { "d": "M15 20a1 1 0 0 1 .117 1.993l-.117 .007h-6a1 1 0 0 1 -.117 -1.993l.117 -.007h6z", "key": "svg-1" }]]; const IconArrowBigUpLineFilled = createReactComponent("filled", "arrow-big-up-line-filled", "ArrowBigUpLineFilled", __iconNode$fz); const __iconNode$fy = [["path", { "d": "M10.586 3l-6.586 6.586a2 2 0 0 0 -.434 2.18l.068 .145a2 2 0 0 0 1.78 1.089h2.586v2a1 1 0 0 0 1 1h6l.117 -.007a1 1 0 0 0 .883 -.993l-.001 -2h2.587a2 2 0 0 0 1.414 -3.414l-6.586 -6.586a2 2 0 0 0 -2.828 0z", "key": "svg-0" }], ["path", { "d": "M15 20a1 1 0 0 1 .117 1.993l-.117 .007h-6a1 1 0 0 1 -.117 -1.993l.117 -.007h6z", "key": "svg-1" }], ["path", { "d": "M15 17a1 1 0 0 1 .117 1.993l-.117 .007h-6a1 1 0 0 1 -.117 -1.993l.117 -.007h6z", "key": "svg-2" }]]; const IconArrowBigUpLinesFilled = createReactComponent("filled", "arrow-big-up-lines-filled", "ArrowBigUpLinesFilled", __iconNode$fy); const __iconNode$fx = [["path", { "d": "M10.586 3l-6.586 6.586a2 2 0 0 0 -.434 2.18l.068 .145a2 2 0 0 0 1.78 1.089h2.586v7a2 2 0 0 0 2 2h4l.15 -.005a2 2 0 0 0 1.85 -1.995l-.001 -7h2.587a2 2 0 0 0 1.414 -3.414l-6.586 -6.586a2 2 0 0 0 -2.828 0z", "key": "svg-0" }]]; const IconArrowBigUpFilled = createReactComponent("filled", "arrow-big-up-filled", "ArrowBigUpFilled", __iconNode$fx); const __iconNode$fw = [["path", { "d": "M12 2a3 3 0 0 1 1 5.829v10.755l1.293 -1.291a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 0 1.414l-3 3a1 1 0 0 1 -.112 .097l-.11 .071l-.114 .054l-.105 .035l-.149 .03l-.117 .006l-.075 -.003l-.126 -.017l-.111 -.03l-.111 -.044l-.098 -.052l-.096 -.067l-.09 -.08l-3 -3a1 1 0 0 1 1.414 -1.414l1.293 1.293v-10.757a3.001 3.001 0 0 1 1 -5.829", "key": "svg-0" }]]; const IconArrowDownCircleFilled = createReactComponent("filled", "arrow-down-circle-filled", "ArrowDownCircleFilled", __iconNode$fw); const __iconNode$fv = [["path", { "d": "M12.707 2.293l2.5 2.5a1 1 0 0 1 0 1.414l-2.207 2.207v10.17l1.293 -1.291a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 0 1.414l-3 3a1 1 0 0 1 -.112 .097l-.11 .071l-.114 .054l-.105 .035l-.149 .03l-.117 .006l-.075 -.003l-.126 -.017l-.111 -.03l-.111 -.044l-.098 -.052l-.096 -.067l-.09 -.08l-3 -3a1 1 0 0 1 1.414 -1.414l1.293 1.293v-10.171l-2.207 -2.208a1 1 0 0 1 0 -1.414l2.5 -2.5a1 1 0 0 1 1.414 0", "key": "svg-0" }]]; const IconArrowDownRhombusFilled = createReactComponent("filled", "arrow-down-rhombus-filled", "ArrowDownRhombusFilled", __iconNode$fv); const __iconNode$fu = [["path", { "d": "M14 2a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-1v10.584l1.293 -1.291a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 0 1.414l-3 3a1 1 0 0 1 -.112 .097l-.11 .071l-.114 .054l-.105 .035l-.149 .03l-.117 .006l-.075 -.003l-.126 -.017l-.111 -.03l-.111 -.044l-.098 -.052l-.096 -.067l-.09 -.08l-3 -3a1 1 0 0 1 1.414 -1.414l1.293 1.293v-10.586h-1a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1z", "key": "svg-0" }]]; const IconArrowDownSquareFilled = createReactComponent("filled", "arrow-down-square-filled", "ArrowDownSquareFilled", __iconNode$fu); const __iconNode$ft = [["path", { "d": "M18.707 3.293l3 3q .054 .053 .097 .112l.071 .11l.054 .114l.035 .105l.03 .148l.006 .118l-.003 .075l-.017 .126l-.03 .111l-.044 .111l-.052 .098l-.067 .096l-.08 .09l-3 3a1 1 0 0 1 -1.414 -1.414l1.292 -1.293h-4.585a1 1 0 0 0 -1 1v8a3 3 0 0 1 -3 3h-2.171a3.001 3.001 0 0 1 -5.829 -1l.005 -.176a3 3 0 0 1 5.825 -.824h2.17a1 1 0 0 0 1 -1v-8a3 3 0 0 1 3 -3h4.585l-1.292 -1.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.414 0", "key": "svg-0" }]]; const IconArrowGuideFilled = createReactComponent("filled", "arrow-guide-filled", "ArrowGuideFilled", __iconNode$ft); const __iconNode$fs = [["path", { "d": "M6.707 8.293a1 1 0 0 1 0 1.414l-1.292 1.293h10.756a3.001 3.001 0 1 1 0 2h-10.756l1.292 1.293a1 1 0 0 1 .083 1.32l-.083 .094a1 1 0 0 1 -1.414 0l-3 -3a1 1 0 0 1 -.097 -.112l-.071 -.11l-.054 -.114l-.035 -.105l-.025 -.118l-.007 -.058l-.004 -.09l.003 -.075l.017 -.126l.03 -.111l.044 -.111l.052 -.098l.067 -.096l.08 -.09l3 -3a1 1 0 0 1 1.414 0", "key": "svg-0" }]]; const IconArrowLeftCircleFilled = createReactComponent("filled", "arrow-left-circle-filled", "ArrowLeftCircleFilled", __iconNode$fs); const __iconNode$fr = [["path", { "d": "M6.707 8.293a1 1 0 0 1 0 1.414l-1.292 1.293h10.169l2.209 -2.207a1 1 0 0 1 1.414 0l2.5 2.5a1 1 0 0 1 0 1.414l-2.5 2.5a1 1 0 0 1 -1.414 0l-2.208 -2.207h-10.17l1.292 1.293a1 1 0 0 1 .083 1.32l-.083 .094a1 1 0 0 1 -1.414 0l-3 -3a1 1 0 0 1 -.097 -.112l-.071 -.11l-.054 -.114l-.035 -.105l-.025 -.118l-.007 -.058l-.004 -.09l.003 -.075l.017 -.126l.03 -.111l.044 -.111l.052 -.098l.067 -.096l.08 -.09l3 -3a1 1 0 0 1 1.414 0", "key": "svg-0" }]]; const IconArrowLeftRhombusFilled = createReactComponent("filled", "arrow-left-rhombus-filled", "ArrowLeftRhombusFilled", __iconNode$fr); const __iconNode$fq = [["path", { "d": "M6.707 8.293a1 1 0 0 1 0 1.414l-1.292 1.293h10.585v-1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-1h-10.585l1.292 1.293a1 1 0 0 1 .083 1.32l-.083 .094a1 1 0 0 1 -1.414 0l-3 -3a1 1 0 0 1 -.097 -.112l-.071 -.11l-.054 -.114l-.035 -.105l-.025 -.118l-.007 -.058l-.004 -.09l.003 -.075l.017 -.126l.03 -.111l.044 -.111l.052 -.098l.067 -.096l.08 -.09l3 -3a1 1 0 0 1 1.414 0", "key": "svg-0" }]]; const IconArrowLeftSquareFilled = createReactComponent("filled", "arrow-left-square-filled", "ArrowLeftSquareFilled", __iconNode$fq); const __iconNode$fp = [["path", { "d": "M12 10a1 1 0 0 1 1 1v7.584l1.293 -1.291a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 0 1.414l-3 3a1 1 0 0 1 -.112 .097l-.11 .071l-.114 .054l-.105 .035l-.149 .03l-.117 .006l-.075 -.003l-.126 -.017l-.111 -.03l-.111 -.044l-.098 -.052l-.096 -.067l-.09 -.08l-3 -3a1 1 0 0 1 1.414 -1.414l1.293 1.293v-7.586a1 1 0 0 1 1 -1m0 -8a3 3 0 1 1 -3 3l.005 -.176a3 3 0 0 1 2.995 -2.824", "key": "svg-0" }]]; const IconArrowMoveDownFilled = createReactComponent("filled", "arrow-move-down-filled", "ArrowMoveDownFilled", __iconNode$fp); const __iconNode$fo = [["path", { "d": "M6.707 8.293a1 1 0 0 1 0 1.414l-1.292 1.293h7.585a1 1 0 0 1 0 2h-7.585l1.292 1.293a1 1 0 0 1 .083 1.32l-.083 .094a1 1 0 0 1 -1.414 0l-3 -3a1 1 0 0 1 -.097 -.112l-.071 -.11l-.054 -.114l-.035 -.105l-.025 -.118l-.007 -.058l-.004 -.09l.003 -.075l.017 -.126l.03 -.111l.044 -.111l.052 -.098l.067 -.096l.08 -.09l3 -3a1 1 0 0 1 1.414 0m12.293 .707a3 3 0 1 1 0 6a3 3 0 0 1 0 -6", "key": "svg-0" }]]; const IconArrowMoveLeftFilled = createReactComponent("filled", "arrow-move-left-filled", "ArrowMoveLeftFilled", __iconNode$fo); const __iconNode$fn = [["path", { "d": "M18.707 8.293l3 3q .054 .053 .097 .112l.071 .11l.054 .114l.035 .105l.03 .148l.006 .118l-.003 .075l-.017 .126l-.03 .111l-.044 .111l-.052 .098l-.074 .104l-.073 .082l-3 3a1 1 0 0 1 -1.414 -1.414l1.292 -1.293h-7.585a1 1 0 0 1 0 -2h7.585l-1.292 -1.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.414 0m-13.707 .707a3 3 0 1 1 0 6a3 3 0 0 1 0 -6", "key": "svg-0" }]]; const IconArrowMoveRightFilled = createReactComponent("filled", "arrow-move-right-filled", "ArrowMoveRightFilled", __iconNode$fn); const __iconNode$fm = [["path", { "d": "M11.852 2.011l.058 -.007l.09 -.004l.075 .003l.126 .017l.111 .03l.111 .044l.098 .052l.104 .074l.082 .073l3 3a1 1 0 1 1 -1.414 1.414l-1.293 -1.292v7.585a1 1 0 0 1 -2 0v-7.585l-1.293 1.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 0 -1.414l3 -3q .053 -.054 .112 -.097l.11 -.071l.114 -.054l.105 -.035z", "key": "svg-0" }], ["path", { "d": "M12 16a3 3 0 1 1 0 6a3 3 0 0 1 0 -6", "key": "svg-1" }]]; const IconArrowMoveUpFilled = createReactComponent("filled", "arrow-move-up-filled", "ArrowMoveUpFilled", __iconNode$fm); const __iconNode$fl = [["path", { "d": "M5 15a3 3 0 0 1 -3 -3l.005 -.176a3 3 0 0 1 5.825 -.824h10.756l-1.292 -1.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.414 0l3 3l.097 .112l.071 .11l.031 .062l.034 .081l.024 .076l.03 .148l.005 .118l-.004 .085l-.016 .116l-.03 .111l-.044 .111l-.052 .098l-.074 .104l-.073 .082l-3 3a1 1 0 0 1 -1.414 -1.414l1.292 -1.293h-10.756a3 3 0 0 1 -2.829 2", "key": "svg-0" }]]; const IconArrowRightCircleFilled = createReactComponent("filled", "arrow-right-circle-filled", "ArrowRightCircleFilled", __iconNode$fl); const __iconNode$fk = [["path", { "d": "M18.707 8.293l3 3l.097 .112l.071 .11l.031 .062l.034 .081l.024 .076l.03 .148l.006 .118l-.004 .085l-.016 .116l-.03 .111l-.044 .111l-.052 .098l-.074 .104l-.073 .082l-3 3a1 1 0 0 1 -1.414 -1.414l1.292 -1.293h-10.171l-2.207 2.207a1 1 0 0 1 -1.414 0l-2.5 -2.5a1 1 0 0 1 0 -1.414l2.5 -2.5a1 1 0 0 1 1.414 0l2.208 2.207h10.17l-1.292 -1.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.414 0", "key": "svg-0" }]]; const IconArrowRightRhombusFilled = createReactComponent("filled", "arrow-right-rhombus-filled", "ArrowRightRhombusFilled", __iconNode$fk); const __iconNode$fj = [["path", { "d": "M18.707 8.293l3 3q .054 .053 .097 .112l.071 .11l.054 .114l.035 .105l.03 .148l.006 .118l-.003 .075l-.017 .126l-.03 .111l-.044 .111l-.052 .098l-.074 .104l-.073 .082l-3 3a1 1 0 0 1 -1.414 -1.414l1.292 -1.293h-10.585v1a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v1h10.585l-1.292 -1.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.414 0", "key": "svg-0" }]]; const IconArrowRightSquareFilled = createReactComponent("filled", "arrow-right-square-filled", "ArrowRightSquareFilled", __iconNode$fj); const __iconNode$fi = [["path", { "d": "M11.852 2.011l.058 -.007l.09 -.004l.075 .003l.126 .017l.111 .03l.111 .044l.098 .052l.104 .074l.082 .073l3 3a1 1 0 1 1 -1.414 1.414l-1.293 -1.292v10.756a3.001 3.001 0 1 1 -2 0v-10.756l-1.293 1.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 0 -1.414l3 -3q .053 -.054 .112 -.097l.11 -.071l.114 -.054l.105 -.035z", "key": "svg-0" }]]; const IconArrowUpCircleFilled = createReactComponent("filled", "arrow-up-circle-filled", "ArrowUpCircleFilled", __iconNode$fi); const __iconNode$fh = [["path", { "d": "M12 2l.081 .003l.12 .017l.111 .03l.111 .044l.098 .052l.104 .074l.082 .073l3 3a1 1 0 1 1 -1.414 1.414l-1.293 -1.292v10.17l2.207 2.208a1 1 0 0 1 0 1.414l-2.5 2.5a1 1 0 0 1 -1.414 0l-2.5 -2.5a1 1 0 0 1 0 -1.414l2.207 -2.209v-10.169l-1.293 1.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 0 -1.414l3 -3l.112 -.097l.11 -.071l.062 -.031l.081 -.034l.076 -.024l.118 -.025l.058 -.007z", "key": "svg-0" }]]; const IconArrowUpRhombusFilled = createReactComponent("filled", "arrow-up-rhombus-filled", "ArrowUpRhombusFilled", __iconNode$fh); const __iconNode$fg = [["path", { "d": "M11.852 2.011l.058 -.007l.09 -.004l.075 .003l.126 .017l.111 .03l.111 .044l.098 .052l.104 .074l.082 .073l3 3a1 1 0 1 1 -1.414 1.414l-1.293 -1.292v10.585h1a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h1v-10.585l-1.293 1.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 0 -1.414l3 -3q .053 -.054 .112 -.097l.11 -.071l.114 -.054l.105 -.035z", "key": "svg-0" }]]; const IconArrowUpSquareFilled = createReactComponent("filled", "arrow-up-square-filled", "ArrowUpSquareFilled", __iconNode$fg); const __iconNode$ff = [["path", { "d": "M15 7h-6a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h6a2 2 0 0 0 2 -2v-6a2 2 0 0 0 -2 -2z", "key": "svg-0" }], ["path", { "d": "M4 7a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z", "key": "svg-1" }], ["path", { "d": "M4 15a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z", "key": "svg-2" }], ["path", { "d": "M8 2a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z", "key": "svg-3" }], ["path", { "d": "M16 2a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z", "key": "svg-4" }], ["path", { "d": "M21 7a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z", "key": "svg-5" }], ["path", { "d": "M21 15a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z", "key": "svg-6" }], ["path", { "d": "M8 19a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z", "key": "svg-7" }], ["path", { "d": "M16 19a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z", "key": "svg-8" }]]; const IconArtboardFilled = createReactComponent("filled", "artboard-filled", "ArtboardFilled", __iconNode$ff); const __iconNode$fe = [["path", { "d": "M19 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h14zm-2 12h-10l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h10l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm0 -4h-10l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h10l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm0 -4h-10l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h10l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", "key": "svg-0" }]]; const IconArticleFilled = createReactComponent("filled", "article-filled", "ArticleFilled", __iconNode$fe); const __iconNode$fd = [["path", { "d": "M19 4h-14a3 3 0 0 0 -3 3v10a3 3 0 0 0 3 3h14a3 3 0 0 0 3 -3v-10a3 3 0 0 0 -3 -3zm-10 3a1 1 0 0 1 .117 1.993l-.117 .007h-2v2a1 1 0 0 1 -.883 .993l-.117 .007a1 1 0 0 1 -.993 -.883l-.007 -.117v-3a1 1 0 0 1 .883 -.993l.117 -.007h3zm9 5a1 1 0 0 1 .993 .883l.007 .117v3a1 1 0 0 1 -.883 .993l-.117 .007h-3a1 1 0 0 1 -.117 -1.993l.117 -.007h2v-2a1 1 0 0 1 .883 -.993l.117 -.007z", "key": "svg-0" }]]; const IconAspectRatioFilled = createReactComponent("filled", "aspect-ratio-filled", "AspectRatioFilled", __iconNode$fd); const __iconNode$fc = [["path", { "d": "M13.666 1.429l6.75 3.98q .1 .06 .18 .133l.009 .008l.106 .075a3.22 3.22 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.23 3.23 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808l6.775 -3.995a3.34 3.34 0 0 1 3.24 .015m-.64 5.343a2.03 2.03 0 0 0 -2 -.014l-3.023 1.804a1.99 1.99 0 0 0 -1.002 1.736v3.278a2 2 0 0 0 1.03 1.75l2.946 1.89c.657 .367 1.39 .367 1.994 .033l3.054 -1.955c.582 -.322 .976 -.992 .976 -1.719v-3.277l-.005 -.164a2 2 0 0 0 -.725 -1.391l-.092 -.07l-.056 -.047a1 1 0 0 0 -.096 -.064z", "key": "svg-0" }]]; const IconAssemblyFilled = createReactComponent("filled", "assembly-filled", "AssemblyFilled", __iconNode$fc); const __iconNode$fb = [["path", { "d": "M19 2a3 3 0 0 1 2.86 3.91l-.107 .291l-.046 .093q -.061 .128 -.134 .25l-6.476 11.909a1 1 0 0 1 -.066 .104a7 7 0 0 1 -13.031 -3.557l.004 -.24a7 7 0 0 1 3.342 -5.732l.256 -.15l11.705 -6.355q .18 -.123 .378 -.22l.215 -.096l.136 -.048c.302 -.103 .627 -.159 .964 -.159m-10 10a3 3 0 0 0 -2.995 2.824l-.005 .176a3 3 0 1 0 3 -3m7.04 -6.512l-5.12 2.778a7.01 7.01 0 0 1 4.816 4.824l2.788 -5.128a3 3 0 0 1 -2.485 -2.474m2.961 -1.488a1 1 0 0 0 -.317 .051l-.31 .17a1 1 0 1 0 1.465 1.325l.072 -.13a1 1 0 0 0 -.91 -1.416", "key": "svg-0" }]]; const IconAssetFilled = createReactComponent("filled", "asset-filled", "AssetFilled", __iconNode$fb); const __iconNode$fa = [["path", { "d": "M12 8a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z", "key": "svg-0" }], ["path", { "d": "M12 20a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-1" }], ["path", { "d": "M3 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-2" }], ["path", { "d": "M21 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-3" }], ["path", { "d": "M2.89 12.006a1 1 0 0 1 1.104 .884a8 8 0 0 0 4.444 6.311a1 1 0 1 1 -.876 1.799a10 10 0 0 1 -5.556 -7.89a1 1 0 0 1 .884 -1.103z", "key": "svg-4" }], ["path", { "d": "M20.993 12l.117 .006a1 1 0 0 1 .884 1.104a10 10 0 0 1 -5.556 7.889a1 1 0 1 1 -.876 -1.798a8 8 0 0 0 4.444 -6.31a1 1 0 0 1 .987 -.891z", "key": "svg-5" }], ["path", { "d": "M5.567 4.226a10 10 0 0 1 12.666 0a1 1 0 1 1 -1.266 1.548a8 8 0 0 0 -10.134 0a1 1 0 1 1 -1.266 -1.548z", "key": "svg-6" }]]; const IconAtom2Filled = createReactComponent("filled", "atom-2-filled", "Atom2Filled", __iconNode$fa); const __iconNode$f9 = [["path", { "d": "M18 16a3 3 0 0 1 0 6h-1a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1zm0 4l.117 -.007a1 1 0 0 0 -.117 -1.993zm.5 -13a2.5 2.5 0 1 1 0 5h-.5v1a1 1 0 0 1 -.883 .993l-.117 .007a1 1 0 0 1 -1 -1v-5a1 1 0 0 1 1 -1zm-.5 3h.5a.5 .5 0 1 0 0 -1h-.5zm-5 0a1 1 0 0 1 0 2h-3v6h3a1 1 0 0 1 0 2h-3a2 2 0 0 1 -2 -2v-6h-2a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-2.17a3 3 0 0 1 -2 -2.83l.005 -.176a3 3 0 1 1 3.996 3.005l-.001 2.171z", "key": "svg-0" }]]; const IconAutomaticGearboxFilled = createReactComponent("filled", "automatic-gearbox-filled", "AutomaticGearboxFilled", __iconNode$f9); const __iconNode$f8 = [["path", { "d": "M19.496 13.983l1.966 3.406a1.001 1.001 0 0 1 -.705 1.488l-.113 .011l-.112 -.001l-2.933 -.19l-1.303 2.636a1.001 1.001 0 0 1 -1.608 .26l-.082 -.094l-.072 -.11l-1.968 -3.407a8.994 8.994 0 0 0 6.93 -3.999z", "key": "svg-0" }], ["path", { "d": "M11.43 17.982l-1.966 3.408a1.001 1.001 0 0 1 -1.622 .157l-.076 -.1l-.064 -.114l-1.304 -2.635l-2.931 .19a1.001 1.001 0 0 1 -1.022 -1.29l.04 -.107l.05 -.1l1.968 -3.409a8.994 8.994 0 0 0 6.927 4.001z", "key": "svg-1" }], ["path", { "d": "M12 2l.24 .004a7 7 0 0 1 6.76 6.996l-.003 .193l-.007 .192l-.018 .245l-.026 .242l-.024 .178a6.985 6.985 0 0 1 -.317 1.268l-.116 .308l-.153 .348a7.001 7.001 0 0 1 -12.688 -.028l-.13 -.297l-.052 -.133l-.08 -.217l-.095 -.294a6.96 6.96 0 0 1 -.093 -.344l-.06 -.271l-.049 -.271l-.02 -.139l-.039 -.323l-.024 -.365l-.006 -.292a7 7 0 0 1 6.76 -6.996l.24 -.004z", "key": "svg-2" }]]; const IconAwardFilled = createReactComponent("filled", "award-filled", "AwardFilled", __iconNode$f8); const __iconNode$f7 = [["path", { "d": "M14.5 2a6.5 6.5 0 0 1 6.49 6.858a1.04 1.04 0 0 1 -.04 .456a6.51 6.51 0 0 1 -3.757 5.103l.532 1.595q .135 -.012 .275 -.012a3 3 0 1 1 -3 3l.005 -.176a3 3 0 0 1 .894 -1.966l-.634 -1.903q -.377 .045 -.765 .045h-2.675q -.547 0 -1.076 -.083l-.648 1.941a3 3 0 1 1 -5.101 2.142l.004 -.176a3 3 0 0 1 3.27 -2.812l.56 -1.682a7 7 0 0 1 -3.652 -4.117l-1.402 -4.213h-1.78a1 1 0 0 1 -.993 -.883l-.007 -.117a1 1 0 0 1 1 -1h2.5a1 1 0 0 1 .949 .684l1.104 3.316h6.447v-5a1 1 0 0 1 1 -1zm-6.5 16a1 1 0 1 0 0 2a1 1 0 0 0 0 -2m10 0a1 1 0 1 0 0 2a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconBabyCarriageFilled = createReactComponent("filled", "baby-carriage-filled", "BabyCarriageFilled", __iconNode$f7); const __iconNode$f6 = [["path", { "d": "M20 5a2 2 0 0 1 1.995 1.85l.005 .15v10a2 2 0 0 1 -1.85 1.995l-.15 .005h-11a1 1 0 0 1 -.608 -.206l-.1 -.087l-5.037 -5.04c-.809 -.904 -.847 -2.25 -.083 -3.23l.12 -.144l5 -5a1 1 0 0 1 .577 -.284l.131 -.009h11zm-7.489 4.14a1 1 0 0 0 -1.301 1.473l.083 .094l1.292 1.293l-1.292 1.293l-.083 .094a1 1 0 0 0 1.403 1.403l.094 -.083l1.293 -1.292l1.293 1.292l.094 .083a1 1 0 0 0 1.403 -1.403l-.083 -.094l-1.292 -1.293l1.292 -1.293l.083 -.094a1 1 0 0 0 -1.403 -1.403l-.094 .083l-1.293 1.292l-1.293 -1.292l-.094 -.083l-.102 -.07z", "key": "svg-0" }]]; const IconBackspaceFilled = createReactComponent("filled", "backspace-filled", "BackspaceFilled", __iconNode$f6); const __iconNode$f5 = [["path", { "d": "M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3zm-10.5 4h-1.5a1 1 0 1 0 0 2h1.5a.5 .5 0 0 1 .09 .992l-.09 .008h-.5c-1.287 0 -1.332 1.864 -.133 1.993l.133 .007h.5a.5 .5 0 1 1 0 1h-1.5a1 1 0 0 0 0 2h1.5a2.5 2.5 0 0 0 2.5 -2.5l-.005 -.164a2.5 2.5 0 0 0 -.477 -1.312l-.019 -.024l.019 -.024a2.5 2.5 0 0 0 -2.018 -3.976m6.5 0h-1a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h1a3 3 0 0 0 3 -3v-2a3 3 0 0 0 -3 -3m0 2a1 1 0 0 1 1 1v2a1 1 0 0 1 -.883 .993l-.117 .007z", "key": "svg-0" }]]; const IconBadge3dFilled = createReactComponent("filled", "badge-3d-filled", "Badge3dFilled", __iconNode$f5); const __iconNode$f4 = [["path", { "d": "M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3zm-9 4a1 1 0 0 0 -1 1v2h-1v-2a1 1 0 1 0 -2 0v2a2 2 0 0 0 2 2h1v2a1 1 0 0 0 2 0v-6a1 1 0 0 0 -1 -1m7.555 .168a1 1 0 0 0 -1.387 .277l-1.168 1.751v-1.196a1 1 0 0 0 -.883 -.993l-.117 -.007a1 1 0 0 0 -1 1v6a1 1 0 0 0 2 0v-1.196l1.168 1.75a1 1 0 0 0 1.286 .337l.1 -.059l.094 -.07a1 1 0 0 0 .184 -1.317l-1.63 -2.445l1.63 -2.445a1 1 0 0 0 -.277 -1.387", "key": "svg-0" }]]; const IconBadge4kFilled = createReactComponent("filled", "badge-4k-filled", "Badge4kFilled", __iconNode$f4); const __iconNode$f3 = [["path", { "d": "M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3zm-1.445 4.168a1 1 0 0 0 -1.387 .277l-1.168 1.751v-1.196a1 1 0 0 0 -.883 -.993l-.117 -.007a1 1 0 0 0 -1 1v6a1 1 0 0 0 2 0v-1.196l1.168 1.75a1 1 0 0 0 1.286 .337l.1 -.059l.094 -.07a1 1 0 0 0 .184 -1.317l-1.63 -2.445l1.63 -2.445a1 1 0 0 0 -.277 -1.387m-8.555 -.168h-1a2 2 0 0 0 -2 2v1l.005 .15c.022 .295 .108 .573 .245 .819l.019 .031l-.02 .031a2 2 0 0 0 -.249 .969v1a2 2 0 0 0 2 2h1a2 2 0 0 0 2 -2v-1l-.005 -.15a2 2 0 0 0 -.245 -.819l-.019 -.031l.02 -.031c.158 -.287 .249 -.618 .249 -.969v-1a2 2 0 0 0 -2 -2m0 5v1h-1v-1zm0 -3v1h-1v-1z", "key": "svg-0" }]]; const IconBadge8kFilled = createReactComponent("filled", "badge-8k-filled", "Badge8kFilled", __iconNode$f3); const __iconNode$f2 = [["path", { "d": "M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3zm-4 4h-1a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h1a3 3 0 0 0 3 -3v-2a3 3 0 0 0 -3 -3m-6.5 0a2.5 2.5 0 0 0 -2.5 2.5v4.5a1 1 0 0 0 2 0v-1h1v1a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-4.5a2.5 2.5 0 0 0 -2.5 -2.5m6.5 2a1 1 0 0 1 1 1v2a1 1 0 0 1 -.883 .993l-.117 .007zm-6.5 0a.5 .5 0 0 1 .5 .5v1.5h-1v-1.5a.5 .5 0 0 1 .41 -.492z", "key": "svg-0" }]]; const IconBadgeAdFilled = createReactComponent("filled", "badge-ad-filled", "BadgeAdFilled", __iconNode$f2); const __iconNode$f1 = [["path", { "d": "M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3zm-10.5 4a2.5 2.5 0 0 0 -2.5 2.5v4.5a1 1 0 0 0 2 0v-1h1v1a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-4.5a2.5 2.5 0 0 0 -2.5 -2.5m7 0h-1.5a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-1.196l1.168 1.75a1 1 0 0 0 1.387 .278l.093 -.07a1 1 0 0 0 .184 -1.317l-1.159 -1.738l.044 -.023a2.5 2.5 0 0 0 -1.217 -4.684m-7 2a.5 .5 0 0 1 .5 .5v1.5h-1v-1.5a.5 .5 0 0 1 .41 -.492zm7 0a.5 .5 0 1 1 0 1h-.5v-1z", "key": "svg-0" }]]; const IconBadgeArFilled = createReactComponent("filled", "badge-ar-filled", "BadgeArFilled", __iconNode$f1); const __iconNode$f0 = [["path", { "d": "M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3zm-10.5 4a2.5 2.5 0 0 0 -2.5 2.5v3a2.5 2.5 0 1 0 5 0a1 1 0 0 0 -2 0a.5 .5 0 1 1 -1 0v-3a.5 .5 0 1 1 1 0a1 1 0 0 0 2 0a2.5 2.5 0 0 0 -2.5 -2.5m7 0a2.5 2.5 0 0 0 -2.5 2.5v3a2.5 2.5 0 1 0 5 0a1 1 0 0 0 -2 0a.5 .5 0 1 1 -1 0v-3a.5 .5 0 1 1 1 0a1 1 0 0 0 2 0a2.5 2.5 0 0 0 -2.5 -2.5", "key": "svg-0" }]]; const IconBadgeCcFilled = createReactComponent("filled", "badge-cc-filled", "BadgeCcFilled", __iconNode$f0); const __iconNode$e$ = [["path", { "d": "M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3zm-4 4h-1a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h1a3 3 0 0 0 3 -3v-2a3 3 0 0 0 -3 -3m-5 0a1 1 0 0 0 -1 1v2h-1v-2a1 1 0 0 0 -.883 -.993l-.117 -.007a1 1 0 0 0 -1 1v6a1 1 0 0 0 2 0v-2h1v2a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1m5 2a1 1 0 0 1 1 1v2a1 1 0 0 1 -.883 .993l-.117 .007z", "key": "svg-0" }]]; const IconBadgeHdFilled = createReactComponent("filled", "badge-hd-filled", "BadgeHdFilled", __iconNode$e$); const __iconNode$e_ = [["path", { "d": "M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3zm-4 4h-1a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h1a3 3 0 0 0 3 -3v-2a3 3 0 0 0 -3 -3m-5.75 0h-1.25a2 2 0 0 0 -2 2v1a2 2 0 0 0 2 2h1v1h-1.033l-.025 -.087a1 1 0 0 0 -1.942 .337c0 .966 .784 1.75 1.75 1.75h1.25a2 2 0 0 0 2 -2v-1a2 2 0 0 0 -2 -2h-1v-1h1.032l.026 .087a1 1 0 0 0 1.942 -.337a1.75 1.75 0 0 0 -1.75 -1.75m5.75 2a1 1 0 0 1 1 1v2a1 1 0 0 1 -.883 .993l-.117 .007z", "key": "svg-0" }]]; const IconBadgeSdFilled = createReactComponent("filled", "badge-sd-filled", "BadgeSdFilled", __iconNode$e_); const __iconNode$eZ = [["path", { "d": "M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3zm-9 4h-4a1 1 0 1 0 0 2h1v5a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-5h1a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1m8 1c0 -.99 -1.283 -1.378 -1.832 -.555l-1.168 1.752l-1.168 -1.752c-.549 -.823 -1.832 -.434 -1.832 .555v6a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-2.697l.168 .252l.08 .104a1 1 0 0 0 1.584 -.104l.168 -.253v2.698a1 1 0 0 0 2 0z", "key": "svg-0" }]]; const IconBadgeTmFilled = createReactComponent("filled", "badge-tm-filled", "BadgeTmFilled", __iconNode$eZ); const __iconNode$eY = [["path", { "d": "M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3zm-3.5 4a2.5 2.5 0 0 0 -2.5 2.5v3a2.5 2.5 0 1 0 5 0v-3a2.5 2.5 0 0 0 -2.5 -2.5m-4.184 .051a1 1 0 0 0 -1.265 .633l-1.051 3.154l-1.051 -3.154a1 1 0 0 0 -1.898 .632l2 6c.304 .912 1.594 .912 1.898 0l2 -6a1 1 0 0 0 -.633 -1.265m4.184 1.949a.5 .5 0 0 1 .5 .5v3a.5 .5 0 1 1 -1 0v-3a.5 .5 0 0 1 .5 -.5", "key": "svg-0" }]]; const IconBadgeVoFilled = createReactComponent("filled", "badge-vo-filled", "BadgeVoFilled", __iconNode$eY); const __iconNode$eX = [["path", { "d": "M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3zm-3.5 4h-1.5a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-1.196l1.168 1.75a1 1 0 0 0 1.387 .278l.093 -.07a1 1 0 0 0 .184 -1.317l-1.159 -1.738l.044 -.023a2.5 2.5 0 0 0 -1.217 -4.684m-4.184 .051a1 1 0 0 0 -1.265 .633l-1.051 3.154l-1.051 -3.154a1 1 0 0 0 -1.898 .632l2 6c.304 .912 1.594 .912 1.898 0l2 -6a1 1 0 0 0 -.633 -1.265m4.184 1.949a.5 .5 0 1 1 0 1h-.5v-1z", "key": "svg-0" }]]; const IconBadgeVrFilled = createReactComponent("filled", "badge-vr-filled", "BadgeVrFilled", __iconNode$eX); const __iconNode$eW = [["path", { "d": "M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3zm-7.534 4a1 1 0 0 0 -.963 .917l-.204 2.445l-.405 -.81l-.063 -.11a1 1 0 0 0 -1.725 .11l-.406 .81l-.203 -2.445a1 1 0 0 0 -.963 -.917l-.117 .003a1 1 0 0 0 -.914 1.08l.5 6l.016 .117c.175 .91 1.441 1.115 1.875 .247l1.106 -2.211l1.106 2.211c.452 .904 1.807 .643 1.89 -.364l.5 -6a1 1 0 0 0 -.913 -1.08zm4.034 0a2.5 2.5 0 0 0 -2.5 2.5v3a2.5 2.5 0 1 0 5 0a1 1 0 0 0 -2 0a.5 .5 0 1 1 -1 0v-3a.5 .5 0 1 1 1 0a1 1 0 0 0 2 0a2.5 2.5 0 0 0 -2.5 -2.5", "key": "svg-0" }]]; const IconBadgeWcFilled = createReactComponent("filled", "badge-wc-filled", "BadgeWcFilled", __iconNode$eW); const __iconNode$eV = [["path", { "d": "M16.486 3.143l-4.486 2.69l-4.486 -2.69a1 1 0 0 0 -1.514 .857v13a1 1 0 0 0 .486 .857l5 3a1 1 0 0 0 1.028 0l5 -3a1 1 0 0 0 .486 -.857v-13a1 1 0 0 0 -1.514 -.857z", "key": "svg-0" }]]; const IconBadgeFilled = createReactComponent("filled", "badge-filled", "BadgeFilled", __iconNode$eV); const __iconNode$eU = [["path", { "d": "M16.486 12.143l-4.486 2.69l-4.486 -2.69a1 1 0 0 0 -1.514 .857v4a1 1 0 0 0 .486 .857l5 3a1 1 0 0 0 1.028 0l5 -3a1 1 0 0 0 .486 -.857v-4a1 1 0 0 0 -1.514 -.857z", "key": "svg-0" }], ["path", { "d": "M16.486 3.143l-4.486 2.69l-4.486 -2.69a1 1 0 0 0 -1.514 .857v4a1 1 0 0 0 .486 .857l5 3a1 1 0 0 0 1.028 0l5 -3a1 1 0 0 0 .486 -.857v-4a1 1 0 0 0 -1.514 -.857z", "key": "svg-1" }]]; const IconBadgesFilled = createReactComponent("filled", "badges-filled", "BadgesFilled", __iconNode$eU); const __iconNode$eT = [["path", { "d": "M17 3.34a10 10 0 1 1 -10 17.32a10 10 0 0 1 10 -17.32m-3 7.66a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1m-3 -3a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1m4 -1a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconBallBowlingFilled = createReactComponent("filled", "ball-bowling-filled", "BallBowlingFilled", __iconNode$eT); const __iconNode$eS = [["path", { "d": "M12 1a7 7 0 0 1 7 7c0 5.457 -3.028 10 -7 10c-3.9 0 -6.89 -4.379 -6.997 -9.703l-.003 -.297l.004 -.24a7 7 0 0 1 6.996 -6.76zm0 4a1 1 0 0 0 0 2l.117 .007a1 1 0 0 1 .883 .993l.007 .117a1 1 0 0 0 1.993 -.117a3 3 0 0 0 -3 -3z", "key": "svg-0" }], ["path", { "d": "M12 16a1 1 0 0 1 .993 .883l.007 .117v1a3 3 0 0 1 -2.824 2.995l-.176 .005h-3a1 1 0 0 0 -.993 .883l-.007 .117a1 1 0 0 1 -2 0a3 3 0 0 1 2.824 -2.995l.176 -.005h3a1 1 0 0 0 .993 -.883l.007 -.117v-1a1 1 0 0 1 1 -1z", "key": "svg-1" }]]; const IconBalloonFilled = createReactComponent("filled", "balloon-filled", "BalloonFilled", __iconNode$eS); const __iconNode$eR = [["path", { "d": "M17.828 2a3 3 0 0 1 1.977 .743l.145 .136l1.171 1.17a3 3 0 0 1 .136 4.1l-.136 .144l-1.706 1.707l2.292 2.293a1 1 0 0 1 .083 1.32l-.083 .094l-4 4a1 1 0 0 1 -1.497 -1.32l.083 -.094l3.292 -3.293l-1.586 -1.585l-7.464 7.464a3.828 3.828 0 0 1 -2.474 1.114l-.233 .008c-.674 0 -1.33 -.178 -1.905 -.508l-1.216 1.214a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.214 -1.216a3.828 3.828 0 0 1 .454 -4.442l.16 -.17l10.586 -10.586a3 3 0 0 1 1.923 -.873l.198 -.006zm0 2a1 1 0 0 0 -.608 .206l-.099 .087l-1.707 1.707l2.586 2.585l1.707 -1.706a1 1 0 0 0 .284 -.576l.01 -.131a1 1 0 0 0 -.207 -.609l-.087 -.099l-1.171 -1.171a1 1 0 0 0 -.708 -.293z", "key": "svg-0" }]]; const IconBallpenFilled = createReactComponent("filled", "ballpen-filled", "BallpenFilled", __iconNode$eR); const __iconNode$eQ = [["path", { "d": "M20.207 3.793a5.95 5.95 0 0 1 .179 8.228l-.179 .186l-8 8a5.95 5.95 0 0 1 -8.593 -8.228l.179 -.186l8 -8a5.95 5.95 0 0 1 8.414 0zm-8.207 9.207a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm2 -2a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm-4 0a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm2 -2a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883z", "key": "svg-0" }]]; const IconBandageFilled = createReactComponent("filled", "bandage-filled", "BandageFilled", __iconNode$eQ); const __iconNode$eP = [["path", { "d": "M4 7a1 1 0 0 1 1 1v8a1 1 0 0 1 -2 0v-3h-1a1 1 0 0 1 0 -2h1v-3a1 1 0 0 1 1 -1", "key": "svg-0" }], ["path", { "d": "M20 7a1 1 0 0 1 1 1v3h1a1 1 0 0 1 0 2h-1v3a1 1 0 0 1 -2 0v-8a1 1 0 0 1 1 -1", "key": "svg-1" }], ["path", { "d": "M16 5a2 2 0 0 1 2 2v10a2 2 0 1 1 -4 0v-4h-4v4a2 2 0 1 1 -4 0v-10a2 2 0 1 1 4 0v4h4v-4a2 2 0 0 1 2 -2", "key": "svg-2" }]]; const IconBarbellFilled = createReactComponent("filled", "barbell-filled", "BarbellFilled", __iconNode$eP); const __iconNode$eO = [["path", { "d": "M15 21a1 1 0 0 1 0 -2h1v-2h-8v2h1a1 1 0 0 1 0 2h-4a1 1 0 0 1 0 -2h1v-2h-1a2 2 0 0 1 -2 -2v-7a2 2 0 0 1 2 -2h1v-1a1 1 0 1 1 2 0v1h8v-1a1 1 0 0 1 2 0v1h1a2 2 0 0 1 2 2v7a2 2 0 0 1 -2 2h-1v2h1a1 1 0 0 1 0 2zm-2.086 -13l-7 7h4.17l6.916 -7zm6.086 2.914l-4.086 4.086h4.086zm-10.916 -2.914h-3.084v3.084z", "key": "svg-0" }]]; const IconBarrierBlockFilled = createReactComponent("filled", "barrier-block-filled", "BarrierBlockFilled", __iconNode$eO); const __iconNode$eN = [["path", { "d": "M15.949 3.684l1.104 3.316h1.947a3 3 0 0 1 2.962 3.477l-1.252 7.131a4 4 0 0 1 -3.954 3.392h-9.512a3.994 3.994 0 0 1 -3.95 -3.371l-1.258 -7.173a3 3 0 0 1 2.964 -3.456h1.945l1.105 -3.316a1 1 0 0 1 1.898 .632l-.895 2.684h5.893l-.895 -2.684a1 1 0 1 1 1.898 -.632m-3.949 7.316a3 3 0 0 0 -2.995 2.824l-.005 .176a3 3 0 1 0 3 -3", "key": "svg-0" }]]; const IconBasketFilled = createReactComponent("filled", "basket-filled", "BasketFilled", __iconNode$eN); const __iconNode$eM = [["path", { "d": "M11 2a1 1 0 0 1 .993 .883l.007 .117v2.25a1 1 0 0 1 -1.993 .117l-.007 -.117v-1.25h-2a1 1 0 0 0 -.993 .883l-.007 .117v6h13a2 2 0 0 1 1.995 1.85l.005 .15v3c0 1.475 -.638 2.8 -1.654 3.715l.486 .73a1 1 0 0 1 -1.594 1.203l-.07 -.093l-.55 -.823a4.98 4.98 0 0 1 -1.337 .26l-.281 .008h-10a4.994 4.994 0 0 1 -1.619 -.268l-.549 .823a1 1 0 0 1 -1.723 -1.009l.059 -.1l.486 -.73a4.987 4.987 0 0 1 -1.647 -3.457l-.007 -.259v-3a2 2 0 0 1 1.85 -1.995l.15 -.005h1v-6a3 3 0 0 1 2.824 -2.995l.176 -.005h3z", "key": "svg-0" }]]; const IconBathFilled = createReactComponent("filled", "bath-filled", "BathFilled", __iconNode$eM); const __iconNode$eL = [["path", { "d": "M17 6a3 3 0 0 1 2.995 2.824l.005 .176v.086l.052 .019a1.5 1.5 0 0 1 .941 1.25l.007 .145v3a1.5 1.5 0 0 1 -.948 1.395l-.052 .018v.087a3 3 0 0 1 -2.824 2.995l-.176 .005h-11a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-6a3 3 0 0 1 2.824 -2.995l.176 -.005h11zm-10 3a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z", "key": "svg-0" }]]; const IconBattery1Filled = createReactComponent("filled", "battery-1-filled", "Battery1Filled", __iconNode$eL); const __iconNode$eK = [["path", { "d": "M17 6a3 3 0 0 1 2.995 2.824l.005 .176v.086l.052 .019a1.5 1.5 0 0 1 .941 1.25l.007 .145v3a1.5 1.5 0 0 1 -.948 1.395l-.052 .018v.087a3 3 0 0 1 -2.824 2.995l-.176 .005h-11a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-6a3 3 0 0 1 2.824 -2.995l.176 -.005h11zm-10 3a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z", "key": "svg-0" }]]; const IconBattery2Filled = createReactComponent("filled", "battery-2-filled", "Battery2Filled", __iconNode$eK); const __iconNode$eJ = [["path", { "d": "M17 6a3 3 0 0 1 2.995 2.824l.005 .176v.086l.052 .019a1.5 1.5 0 0 1 .941 1.25l.007 .145v3a1.5 1.5 0 0 1 -.948 1.395l-.052 .018v.087a3 3 0 0 1 -2.824 2.995l-.176 .005h-11a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-6a3 3 0 0 1 2.824 -2.995l.176 -.005h11zm-10 3a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z", "key": "svg-0" }]]; const IconBattery3Filled = createReactComponent("filled", "battery-3-filled", "Battery3Filled", __iconNode$eJ); const __iconNode$eI = [["path", { "d": "M17 6a3 3 0 0 1 2.995 2.824l.005 .176v.086l.052 .019a1.5 1.5 0 0 1 .941 1.25l.007 .145v3a1.5 1.5 0 0 1 -.948 1.395l-.052 .018v.087a3 3 0 0 1 -2.824 2.995l-.176 .005h-11a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-6a3 3 0 0 1 2.824 -2.995l.176 -.005h11zm-10 3a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z", "key": "svg-0" }]]; const IconBattery4Filled = createReactComponent("filled", "battery-4-filled", "Battery4Filled", __iconNode$eI); const __iconNode$eH = [["path", { "d": "M18 2a1 1 0 0 1 1 1v1a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3v-1a1 1 0 1 1 2 0v1h10v-1a1 1 0 0 1 1 -1m-2 7.5a1 1 0 0 0 -1 1v.5h-.5a1 1 0 0 0 0 2h.5v.5a1 1 0 0 0 2 0v-.5h.5a1 1 0 0 0 0 -2h-.5v-.5a1 1 0 0 0 -1 -1m-6.5 1.5h-3a1 1 0 0 0 0 2h3a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconBatteryAutomotiveFilled = createReactComponent("filled", "battery-automotive-filled", "BatteryAutomotiveFilled", __iconNode$eH); const __iconNode$eG = [["path", { "d": "M13.5 3a1.5 1.5 0 0 1 1.395 .948l.018 .052h.087a3 3 0 0 1 2.995 2.824l.005 .176v11a3 3 0 0 1 -3 3h-6a3 3 0 0 1 -3 -3v-11a3 3 0 0 1 3 -3h.086l.019 -.052a1.5 1.5 0 0 1 1.25 -.941l.145 -.007zm.5 13h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconBatteryVertical1Filled = createReactComponent("filled", "battery-vertical-1-filled", "BatteryVertical1Filled", __iconNode$eG); const __iconNode$eF = [["path", { "d": "M13.5 3a1.5 1.5 0 0 1 1.395 .948l.018 .052h.087a3 3 0 0 1 2.995 2.824l.005 .176v11a3 3 0 0 1 -3 3h-6a3 3 0 0 1 -3 -3v-11a3 3 0 0 1 3 -3h.086l.019 -.052a1.5 1.5 0 0 1 1.25 -.941l.145 -.007zm.5 13h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0 -2m0 -3h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconBatteryVertical2Filled = createReactComponent("filled", "battery-vertical-2-filled", "BatteryVertical2Filled", __iconNode$eF); const __iconNode$eE = [["path", { "d": "M13.5 3a1.5 1.5 0 0 1 1.395 .948l.018 .052h.087a3 3 0 0 1 2.995 2.824l.005 .176v11a3 3 0 0 1 -3 3h-6a3 3 0 0 1 -3 -3v-11a3 3 0 0 1 3 -3h.086l.019 -.052a1.5 1.5 0 0 1 1.25 -.941l.145 -.007zm.5 13h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0 -2m0 -3h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0 -2m0 -3h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconBatteryVertical3Filled = createReactComponent("filled", "battery-vertical-3-filled", "BatteryVertical3Filled", __iconNode$eE); const __iconNode$eD = [["path", { "d": "M13.5 3a1.5 1.5 0 0 1 1.395 .948l.018 .052h.087a3 3 0 0 1 2.995 2.824l.005 .176v11a3 3 0 0 1 -3 3h-6a3 3 0 0 1 -3 -3v-11a3 3 0 0 1 3 -3h.086l.019 -.052a1.5 1.5 0 0 1 1.25 -.941l.145 -.007zm.5 13h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0 -2m0 -3h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0 -2m0 -3h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0 -2m0 -3h-4a1 1 0 1 0 0 2h4a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconBatteryVertical4Filled = createReactComponent("filled", "battery-vertical-4-filled", "BatteryVertical4Filled", __iconNode$eD); const __iconNode$eC = [["path", { "d": "M13.5 3a1.5 1.5 0 0 1 1.395 .948l.018 .052h.087a3 3 0 0 1 2.995 2.824l.005 .176v11a3 3 0 0 1 -3 3h-6a3 3 0 0 1 -3 -3v-11a3 3 0 0 1 3 -3h.086l.019 -.052a1.5 1.5 0 0 1 1.25 -.941l.145 -.007z", "key": "svg-0" }]]; const IconBatteryVerticalFilled = createReactComponent("filled", "battery-vertical-filled", "BatteryVerticalFilled", __iconNode$eC); const __iconNode$eB = [["path", { "d": "M17 6a3 3 0 0 1 2.995 2.824l.005 .176v.086l.052 .019a1.5 1.5 0 0 1 .941 1.25l.007 .145v3a1.5 1.5 0 0 1 -.948 1.395l-.052 .018v.087a3 3 0 0 1 -2.824 2.995l-.176 .005h-11a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-6a3 3 0 0 1 2.824 -2.995l.176 -.005h11z", "key": "svg-0" }]]; const IconBatteryFilled = createReactComponent("filled", "battery-filled", "BatteryFilled", __iconNode$eB); const __iconNode$eA = [["path", { "d": "M5 8a3 3 0 1 1 -3 3l.005 -.176a3 3 0 0 1 2.995 -2.824", "key": "svg-0" }], ["path", { "d": "M18 7a4 4 0 0 1 4 4v2a1 1 0 0 1 -1 1h-11a1 1 0 0 1 -1 -1v-5a1 1 0 0 1 1 -1z", "key": "svg-1" }], ["path", { "d": "M21 15a1 1 0 0 1 0 2h-18a1 1 0 0 1 0 -2z", "key": "svg-2" }]]; const IconBedFlatFilled = createReactComponent("filled", "bed-flat-filled", "BedFlatFilled", __iconNode$eA); const __iconNode$ez = [["path", { "d": "M3 6a1 1 0 0 1 .993 .883l.007 .117v6h6v-5a1 1 0 0 1 .883 -.993l.117 -.007h8a3 3 0 0 1 2.995 2.824l.005 .176v8a1 1 0 0 1 -1.993 .117l-.007 -.117v-3h-16v3a1 1 0 0 1 -1.993 .117l-.007 -.117v-11a1 1 0 0 1 1 -1z", "key": "svg-0" }], ["path", { "d": "M7 8a2 2 0 1 1 -1.995 2.15l-.005 -.15l.005 -.15a2 2 0 0 1 1.995 -1.85z", "key": "svg-1" }]]; const IconBedFilled = createReactComponent("filled", "bed-filled", "BedFilled", __iconNode$ez); const __iconNode$ey = [["path", { "d": "M17 2a2 2 0 0 1 1.995 1.85l.005 .15v4c0 1.335 -.229 2.386 -.774 3.692l-.157 .363l-.31 .701a8.902 8.902 0 0 0 -.751 3.242l-.008 .377v3.625a2 2 0 0 1 -1.85 1.995l-.15 .005h-6a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-3.625c0 -1.132 -.21 -2.25 -.617 -3.28l-.142 -.34l-.31 -.699c-.604 -1.358 -.883 -2.41 -.925 -3.698l-.006 -.358v-4a2 2 0 0 1 1.85 -1.995l.15 -.005h10zm0 2h-10v3h10v-3z", "key": "svg-0" }]]; const IconBeerFilled = createReactComponent("filled", "beer-filled", "BeerFilled", __iconNode$ey); const __iconNode$ex = [["path", { "d": "M14.235 19c.865 0 1.322 1.024 .745 1.668a3.992 3.992 0 0 1 -2.98 1.332a3.992 3.992 0 0 1 -2.98 -1.332c-.552 -.616 -.158 -1.579 .634 -1.661l.11 -.006h4.471z", "key": "svg-0" }], ["path", { "d": "M12 2c1.358 0 2.506 .903 2.875 2.141l.046 .171l.008 .043a8.013 8.013 0 0 1 4.024 6.069l.028 .287l.019 .289v2.931l.021 .136a3 3 0 0 0 1.143 1.847l.167 .117l.162 .099c.86 .487 .56 1.766 -.377 1.864l-.116 .006h-16c-1.028 0 -1.387 -1.364 -.493 -1.87a3 3 0 0 0 1.472 -2.063l.021 -.143l.001 -2.97a8 8 0 0 1 3.821 -6.454l.248 -.146l.01 -.043a3.003 3.003 0 0 1 2.562 -2.29l.182 -.017l.176 -.004zm2 8h-4l-.117 .007a1 1 0 0 0 .117 1.993h4l.117 -.007a1 1 0 0 0 -.117 -1.993z", "key": "svg-1" }]]; const IconBellMinusFilled = createReactComponent("filled", "bell-minus-filled", "BellMinusFilled", __iconNode$ex); const __iconNode$ew = [["path", { "d": "M14.235 19c.865 0 1.322 1.024 .745 1.668a3.992 3.992 0 0 1 -2.98 1.332a3.992 3.992 0 0 1 -2.98 -1.332c-.552 -.616 -.158 -1.579 .634 -1.661l.11 -.006h4.471z", "key": "svg-0" }], ["path", { "d": "M12 2c1.358 0 2.506 .903 2.875 2.141l.046 .171l.008 .043a8.013 8.013 0 0 1 4.024 6.069l.028 .287l.019 .289v2.931l.021 .136a3 3 0 0 0 1.143 1.847l.167 .117l.162 .099c.86 .487 .56 1.766 -.377 1.864l-.116 .006h-16c-1.028 0 -1.387 -1.364 -.493 -1.87a3 3 0 0 0 1.472 -2.063l.021 -.143l.001 -2.97a8 8 0 0 1 3.821 -6.454l.248 -.146l.01 -.043a3.003 3.003 0 0 1 2.562 -2.29l.182 -.017l.176 -.004zm0 6a1 1 0 0 0 -1 1v1h-1l-.117 .007a1 1 0 0 0 .117 1.993h1v1l.007 .117a1 1 0 0 0 1.993 -.117v-1h1l.117 -.007a1 1 0 0 0 -.117 -1.993h-1v-1l-.007 -.117a1 1 0 0 0 -.993 -.883z", "key": "svg-1" }]]; const IconBellPlusFilled = createReactComponent("filled", "bell-plus-filled", "BellPlusFilled", __iconNode$ew); const __iconNode$ev = [["path", { "d": "M9.63 17.531c.612 .611 .211 1.658 -.652 1.706a3.992 3.992 0 0 1 -3.05 -1.166a3.992 3.992 0 0 1 -1.165 -3.049c.046 -.826 1.005 -1.228 1.624 -.726l.082 .074l3.161 3.16z", "key": "svg-0" }], ["path", { "d": "M20.071 3.929c.96 .96 1.134 2.41 .52 3.547l-.09 .153l-.024 .036a8.013 8.013 0 0 1 -1.446 7.137l-.183 .223l-.191 .218l-2.073 2.072l-.08 .112a3 3 0 0 0 -.499 2.113l.035 .201l.045 .185c.264 .952 -.853 1.645 -1.585 1.051l-.086 -.078l-11.313 -11.313c-.727 -.727 -.017 -1.945 .973 -1.671a3 3 0 0 0 2.5 -.418l.116 -.086l2.101 -2.1a8 8 0 0 1 7.265 -1.86l.278 .071l.037 -.023a3.003 3.003 0 0 1 3.432 .192l.14 .117l.128 .12z", "key": "svg-1" }]]; const IconBellRinging2Filled = createReactComponent("filled", "bell-ringing-2-filled", "BellRinging2Filled", __iconNode$ev); const __iconNode$eu = [["path", { "d": "M17.451 2.344a1 1 0 0 1 1.41 -.099a12.05 12.05 0 0 1 3.048 4.064a1 1 0 1 1 -1.818 .836a10.05 10.05 0 0 0 -2.54 -3.39a1 1 0 0 1 -.1 -1.41z", "key": "svg-0" }], ["path", { "d": "M5.136 2.245a1 1 0 0 1 1.312 1.51a10.05 10.05 0 0 0 -2.54 3.39a1 1 0 1 1 -1.817 -.835a12.05 12.05 0 0 1 3.045 -4.065z", "key": "svg-1" }], ["path", { "d": "M14.235 19c.865 0 1.322 1.024 .745 1.668a3.992 3.992 0 0 1 -2.98 1.332a3.992 3.992 0 0 1 -2.98 -1.332c-.552 -.616 -.158 -1.579 .634 -1.661l.11 -.006h4.471z", "key": "svg-2" }], ["path", { "d": "M12 2c1.358 0 2.506 .903 2.875 2.141l.046 .171l.008 .043a8.013 8.013 0 0 1 4.024 6.069l.028 .287l.019 .289v2.931l.021 .136a3 3 0 0 0 1.143 1.847l.167 .117l.162 .099c.86 .487 .56 1.766 -.377 1.864l-.116 .006h-16c-1.028 0 -1.387 -1.364 -.493 -1.87a3 3 0 0 0 1.472 -2.063l.021 -.143l.001 -2.97a8 8 0 0 1 3.821 -6.454l.248 -.146l.01 -.043a3.003 3.003 0 0 1 2.562 -2.29l.182 -.017l.176 -.004z", "key": "svg-3" }]]; const IconBellRingingFilled = createReactComponent("filled", "bell-ringing-filled", "BellRingingFilled", __iconNode$eu); const __iconNode$et = [["path", { "d": "M14.235 19c.865 0 1.322 1.024 .745 1.668a3.992 3.992 0 0 1 -2.98 1.332a3.992 3.992 0 0 1 -2.98 -1.332c-.552 -.616 -.158 -1.579 .634 -1.661l.11 -.006h4.471z", "key": "svg-0" }], ["path", { "d": "M12 2c1.358 0 2.506 .903 2.875 2.141l.046 .171l.008 .043a8.013 8.013 0 0 1 4.024 6.069l.028 .287l.019 .289v2.931l.021 .136a3 3 0 0 0 1.143 1.847l.167 .117l.162 .099c.86 .487 .56 1.766 -.377 1.864l-.116 .006h-16c-1.028 0 -1.387 -1.364 -.493 -1.87a3 3 0 0 0 1.472 -2.063l.021 -.143l.001 -2.97a8 8 0 0 1 3.821 -6.454l.248 -.146l.01 -.043a3.003 3.003 0 0 1 2.562 -2.29l.182 -.017l.176 -.004zm-1.489 6.14a1 1 0 0 0 -1.218 1.567l1.292 1.293l-1.292 1.293l-.083 .094a1 1 0 0 0 1.497 1.32l1.293 -1.292l1.293 1.292l.094 .083a1 1 0 0 0 1.32 -1.497l-1.292 -1.293l1.292 -1.293l.083 -.094a1 1 0 0 0 -1.497 -1.32l-1.293 1.292l-1.293 -1.292l-.094 -.083z", "key": "svg-1" }]]; const IconBellXFilled = createReactComponent("filled", "bell-x-filled", "BellXFilled", __iconNode$et); const __iconNode$es = [["path", { "d": "M14.235 19c.865 0 1.322 1.024 .745 1.668a3.992 3.992 0 0 1 -2.98 1.332a3.992 3.992 0 0 1 -2.98 -1.332c-.552 -.616 -.158 -1.579 .634 -1.661l.11 -.006h4.471z", "key": "svg-0" }], ["path", { "d": "M12 2c1.358 0 2.506 .903 2.875 2.141l.046 .171l.008 .043a8.013 8.013 0 0 1 4.024 6.069l.028 .287l.019 .289v2.931l.021 .136a3 3 0 0 0 1.143 1.847l.167 .117l.162 .099c.86 .487 .56 1.766 -.377 1.864l-.116 .006h-16c-1.028 0 -1.387 -1.364 -.493 -1.87a3 3 0 0 0 1.472 -2.063l.021 -.143l.001 -2.97a8 8 0 0 1 3.821 -6.454l.248 -.146l.01 -.043a3.003 3.003 0 0 1 2.562 -2.29l.182 -.017l.176 -.004zm2 6h-4l-.117 .007a1 1 0 0 0 -.883 .993l.007 .117a1 1 0 0 0 .993 .883h1.584l-2.291 2.293l-.076 .084c-.514 .637 -.07 1.623 .783 1.623h4l.117 -.007a1 1 0 0 0 .883 -.993l-.007 -.117a1 1 0 0 0 -.993 -.883h-1.586l2.293 -2.293l.076 -.084c.514 -.637 .07 -1.623 -.783 -1.623z", "key": "svg-1" }]]; const IconBellZFilled = createReactComponent("filled", "bell-z-filled", "BellZFilled", __iconNode$es); const __iconNode$er = [["path", { "d": "M14.235 19c.865 0 1.322 1.024 .745 1.668a3.992 3.992 0 0 1 -2.98 1.332a3.992 3.992 0 0 1 -2.98 -1.332c-.552 -.616 -.158 -1.579 .634 -1.661l.11 -.006h4.471z", "key": "svg-0" }], ["path", { "d": "M12 2c1.358 0 2.506 .903 2.875 2.141l.046 .171l.008 .043a8.013 8.013 0 0 1 4.024 6.069l.028 .287l.019 .289v2.931l.021 .136a3 3 0 0 0 1.143 1.847l.167 .117l.162 .099c.86 .487 .56 1.766 -.377 1.864l-.116 .006h-16c-1.028 0 -1.387 -1.364 -.493 -1.87a3 3 0 0 0 1.472 -2.063l.021 -.143l.001 -2.97a8 8 0 0 1 3.821 -6.454l.248 -.146l.01 -.043a3.003 3.003 0 0 1 2.562 -2.29l.182 -.017l.176 -.004z", "key": "svg-1" }]]; const IconBellFilled = createReactComponent("filled", "bell-filled", "BellFilled", __iconNode$er); const __iconNode$eq = [["path", { "d": "M5 14a4 4 0 1 1 -4 4l.005 -.2a4 4 0 0 1 3.995 -3.8", "key": "svg-0" }], ["path", { "d": "M19 14a4 4 0 1 1 -4 4l.005 -.2a4 4 0 0 1 3.995 -3.8", "key": "svg-1" }], ["path", { "d": "M14.832 7.445l1.703 2.555h2.465a1 1 0 0 1 .993 .883l.007 .117a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -.832 -.445l-1.396 -2.093l-3.275 2.62l2.21 2.21a1 1 0 0 1 .284 .577l.009 .131v4a1 1 0 0 1 -2 0v-3.585l-2.707 -2.708a1 1 0 0 1 -.01 -1.403l.092 -.085l5 -4a1 1 0 0 1 1.457 .226", "key": "svg-2" }], ["path", { "d": "M17 3a2 2 0 1 1 -2 2l.005 -.15a2 2 0 0 1 1.995 -1.85", "key": "svg-3" }]]; const IconBikeFilled = createReactComponent("filled", "bike-filled", "BikeFilled", __iconNode$eq); const __iconNode$ep = [["path", { "d": "M12 3a3 3 0 0 1 2.616 4.47l3.274 3.742a3 3 0 1 1 -1.505 1.318l-3.275 -3.743l-.11 .042v6.342a3.001 3.001 0 1 1 -2 0v-6.342l-.111 -.041l-3.274 3.742a3 3 0 1 1 -1.505 -1.318l3.273 -3.742a3 3 0 0 1 2.617 -4.47", "key": "svg-0" }]]; const IconBinaryTree2Filled = createReactComponent("filled", "binary-tree-2-filled", "BinaryTree2Filled", __iconNode$ep); const __iconNode$eo = [["path", { "d": "M14 1a3 3 0 0 1 2.348 4.868l2 3.203q .317 -.071 .652 -.071a3 3 0 1 1 -2.347 1.132l-2 -3.203a3 3 0 0 1 -1.304 0l-2.001 3.203c.408 .513 .652 1.162 .652 1.868s-.244 1.356 -.653 1.868l2.002 3.203q .315 -.071 .651 -.071a3 3 0 1 1 -2.347 1.132l-2.003 -3.203a3 3 0 0 1 -1.302 0l-2.002 3.203a3 3 0 1 1 -1.696 -1.06l2.002 -3.204a3 3 0 0 1 2.998 -4.798l2.002 -3.202a3 3 0 0 1 2.348 -4.868", "key": "svg-0" }]]; const IconBinaryTreeFilled = createReactComponent("filled", "binary-tree-filled", "BinaryTreeFilled", __iconNode$eo); const __iconNode$en = [["path", { "d": "M8.887 6.748c-.163 0 -.337 .016 -.506 .057c-.172 .041 -.582 .165 -.838 .562l-.014 .02l-.607 1.05c-.307 .205 -.534 .46 -.693 .717l-.014 .02l-2.572 4.65a4.009 4.009 0 0 0 -.274 .494l-.006 .01a3.99 3.99 0 0 0 -.363 1.672a4 4 0 0 0 8 0v-1h2v1a4 4 0 1 0 7.635 -1.67l-.004 -.012a4.008 4.008 0 0 0 -.274 -.494l-2.572 -4.65l-.014 -.02a2.337 2.337 0 0 0 -.693 -.716l-.607 -1.051l-.014 -.02c-.256 -.397 -.667 -.52 -.838 -.562a2.225 2.225 0 0 0 -.664 -.051a2.06 2.06 0 0 0 -.68 .156c-.184 .081 -.638 .327 -.754 .889l-.007 .037l-.14 1.1c-.22 .283 -.374 .64 -.374 1.064v1h-2v-1c0 -.424 -.154 -.781 -.373 -1.064l-.14 -1.1l-.008 -.037c-.116 -.562 -.57 -.808 -.754 -.889a2.06 2.06 0 0 0 -.68 -.156a2.374 2.374 0 0 0 -.158 -.006zm-1.887 7.252a2 2 0 1 1 -1.838 1.209l.19 -.342c.36 -.523 .964 -.867 1.648 -.867zm10 0c.684 0 1.288 .344 1.648 .867l.19 .342a2 2 0 1 1 -1.838 -1.209z", "key": "svg-0" }]]; const IconBinocularsFilled = createReactComponent("filled", "binoculars-filled", "BinocularsFilled", __iconNode$en); const __iconNode$em = [["path", { "d": "M16.41 2.072a6.25 6.25 0 0 1 1.514 6.387l-.051 .137l.223 .044q .325 .072 .645 .18l.318 .117l.25 .105c2.155 .97 3.572 3.067 3.681 5.483v.217a1.5 1.5 0 1 1 -3 -.003l.002 -.145a3.25 3.25 0 0 0 -4.412 -2.886l-.091 .037l.004 .038l.007 .217a3.5 3.5 0 0 1 -1.817 3.07l-.16 .082l.014 .11c.082 .511 .285 .997 .595 1.416l.14 .175a3.25 3.25 0 0 0 2.27 1.136l.203 .006a1.5 1.5 0 0 1 0 3a6.25 6.25 0 0 1 -4.575 -1.991l-.177 -.199l-.078 .092a6.3 6.3 0 0 1 -3.921 2.054l-.273 .028l-.259 .016h-.217a1.5 1.5 0 1 1 .003 -3l.145 .002a3.25 3.25 0 0 0 3.074 -2.82l.003 -.03l-.161 -.083a3.5 3.5 0 0 1 -1.804 -2.883l-.005 -.195l.006 -.191l.003 -.043l-.075 -.032a3.25 3.25 0 0 0 -2.398 .008l-.191 .084a3.25 3.25 0 0 0 -1.85 2.933a1.5 1.5 0 0 1 -3 0a6.25 6.25 0 0 1 5.036 -6.13l.077 -.014l-.05 -.143l-.08 -.26l-.066 -.25a6.27 6.27 0 0 1 1.47 -5.678l.163 -.172a1.5 1.5 0 1 1 2.171 2.07l-.137 .143a3.25 3.25 0 0 0 .386 4.723l.084 .062l.05 -.034a3.5 3.5 0 0 1 1.673 -.555l.228 -.007c.683 0 1.336 .197 1.894 .556l.048 .033l.067 -.048a3.25 3.25 0 0 0 1.111 -1.669l.05 -.2a3.25 3.25 0 0 0 -.74 -2.828l-.141 -.15a1.5 1.5 0 1 1 2.12 -2.122", "key": "svg-0" }]]; const IconBiohazardFilled = createReactComponent("filled", "biohazard-filled", "BiohazardFilled", __iconNode$em); const __iconNode$el = [["path", { "d": "M11.586 3a2 2 0 0 1 2.828 0l.586 .585l.586 -.585a2 2 0 0 1 2.7 -.117l.128 .117l2.586 2.586a2 2 0 0 1 0 2.828l-.586 .586l.586 .586a2 2 0 0 1 0 2.828l-8.586 8.586a2 2 0 0 1 -2.828 0l-.586 -.586l-.586 .586a2 2 0 0 1 -2.828 0l-2.586 -2.586a2 2 0 0 1 0 -2.828l.585 -.587l-.585 -.585a2 2 0 0 1 -.117 -2.7l.117 -.129zm3.027 4.21a1 1 0 0 0 -1.32 1.497l.292 .293l-1.068 1.067a2.003 2.003 0 0 0 -2.512 1.784l-.005 .149l.005 .15c.01 .125 .03 .248 .062 .367l-1.067 1.068l-.293 -.292l-.094 -.083a1 1 0 0 0 -1.32 1.497l.292 .293l-.292 .293l-.083 .094a1 1 0 0 0 1.497 1.32l.293 -.292l.293 .292l.094 .083a1 1 0 0 0 1.32 -1.497l-.292 -.293l1.069 -1.067a2.003 2.003 0 0 0 2.449 -2.45l1.067 -1.068l.293 .292l.094 .083a1 1 0 0 0 1.32 -1.497l-.292 -.293l.292 -.293l.083 -.094a1 1 0 0 0 -1.497 -1.32l-.293 .292l-.293 -.292z", "key": "svg-0" }]]; const IconBladeFilled = createReactComponent("filled", "blade-filled", "BladeFilled", __iconNode$el); const __iconNode$ek = [["path", { "d": "M15 14c.899 0 1.728 .296 2.396 .797l-.12 -.086q .101 .069 .196 .144l-.076 -.058q .07 .053 .14 .109l-.064 -.05q .072 .055 .14 .115l-.077 -.065a4 4 0 0 1 .565 .566l-.065 -.078q .061 .072 .12 .147l-.055 -.07q .057 .071 .111 .144l-.056 -.074q .066 .084 .127 .172l-.07 -.098q .058 .078 .112 .16l-.042 -.062q .054 .078 .104 .157l-.062 -.096q .06 .09 .117 .185l-.055 -.089l.09 .15l-.035 -.061a4 4 0 0 1 .338 .727l-.055 -.15q .039 .1 .073 .201l-.018 -.051q .033 .093 .06 .188l-.042 -.137q .033 .1 .061 .204l-.019 -.067q .027 .091 .05 .184l-.03 -.117q .03 .114 .055 .23l-.025 -.113q .026 .107 .045 .215l-.02 -.101q .021 .1 .037 .201l-.017 -.1q .018 .095 .03 .19l-.013 -.09a4 4 0 0 1 .026 .196l.017 .205l.006 .226v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-2q 0 -.273 .036 -.537l-.013 .105a4 4 0 0 1 .026 -.194l-.013 .09a4 4 0 0 1 .03 -.191l-.017 .1q .015 -.1 .037 -.2l-.02 .1q .02 -.108 .046 -.215l-.026 .114q .024 -.117 .056 -.23l-.03 .116a4 4 0 0 1 .049 -.184l-.02 .067q .03 -.104 .062 -.204l-.042 .137q .027 -.096 .06 -.188l-.018 .051a4 4 0 0 1 .32 -.717l-.064 .117q .048 -.09 .1 -.178l-.035 .06l.09 -.15l-.055 .09q .055 -.094 .117 -.185l-.062 .096q .05 -.08 .104 -.157l-.042 .061q .054 -.08 .113 -.16l-.071 .1q .06 -.09 .127 -.173l-.056 .074q .054 -.073 .111 -.143l-.055 .069a4 4 0 0 1 .542 -.57l-.072 .064q .073 -.066 .15 -.129l-.078 .065a4 4 0 0 1 .14 -.116l-.062 .051q .068 -.056 .139 -.11l-.076 .06q .096 -.076 .195 -.145l-.12 .086q .07 -.053 .142 -.101l-.022 .015q .072 -.05 .145 -.096a4 4 0 0 1 2.132 -.615zm-2 3a1 1 0 0 0 -.993 .883l-.007 .127a1 1 0 0 0 1.993 .117l.007 -.127a1 1 0 0 0 -1 -1m1 -15a1 1 0 0 1 1 .999l1.802 .001a2 2 0 0 1 1.968 2.358l-1.49 8.191a5 5 0 0 0 -2.28 -.549h-4c-.822 0 -1.597 .198 -2.28 .55l-.464 -2.551l-2.256 .001a2 2 0 0 1 -2 -2v-4a2 2 0 0 1 2 -2l5 -.001l.007 -.116a1 1 0 0 1 .993 -.883zm-6.835 2.999l-1.165 .001v4l1.893 -.001z", "key": "svg-0" }]]; const IconBlenderFilled = createReactComponent("filled", "blender-filled", "BlenderFilled", __iconNode$ek); const __iconNode$ej = [["path", { "d": "M12 3c2.779 0 5.349 1.556 7.243 4.082c1.728 2.306 2.757 5.259 2.757 8.016c0 1.47 -.293 2.718 -.903 3.745c-.603 1.014 -1.479 1.758 -2.582 2.257c-1.593 .718 -3.335 .9 -6.515 .9c-3.175 0 -4.92 -.183 -6.514 -.9c-1.012 -.457 -1.833 -1.12 -2.426 -2.01l-.157 -.247c-.61 -1.028 -.903 -2.274 -.903 -3.745c0 -2.757 1.03 -5.71 2.757 -8.016c1.893 -2.526 4.463 -4.082 7.243 -4.082", "key": "svg-0" }]]; const IconBlobFilled = createReactComponent("filled", "blob-filled", "BlobFilled", __iconNode$ej); const __iconNode$ei = [["path", { "d": "M13 2l.018 .001l.016 .001l.083 .005l.011 .002h.011l.038 .009l.052 .008l.016 .006l.011 .001l.029 .011l.052 .014l.019 .009l.015 .004l.028 .014l.04 .017l.021 .012l.022 .01l.023 .015l.031 .017l.034 .024l.018 .011l.013 .012l.024 .017l.038 .034l.022 .017l.008 .01l.014 .012l.036 .041l.026 .027l.006 .009c.12 .147 .196 .322 .218 .513l.001 .012l.002 .041l.004 .064v6h5a1 1 0 0 1 .868 1.497l-.06 .091l-8 11c-.568 .783 -1.808 .38 -1.808 -.588v-6h-5a1 1 0 0 1 -.868 -1.497l.06 -.091l8 -11l.01 -.013l.018 -.024l.033 -.038l.018 -.022l.009 -.008l.013 -.014l.04 -.036l.028 -.026l.008 -.006a1 1 0 0 1 .402 -.199l.011 -.001l.027 -.005l.074 -.013l.011 -.001l.041 -.002z", "key": "svg-0" }]]; const IconBoltFilled = createReactComponent("filled", "bolt-filled", "BoltFilled", __iconNode$ei); const __iconNode$eh = [["path", { "d": "M14.499 3.996a2.2 2.2 0 0 1 1.556 .645l3.302 3.301a2.2 2.2 0 0 1 0 3.113l-.567 .567l.043 .192a8.5 8.5 0 0 1 -3.732 8.83l-.23 .144a8.5 8.5 0 1 1 -2.687 -15.623l.192 .042l.567 -.566a2.2 2.2 0 0 1 1.362 -.636zm-4.499 5.004a4 4 0 0 0 -4 4a1 1 0 0 0 2 0a2 2 0 0 1 2 -2a1 1 0 0 0 0 -2z", "key": "svg-0" }], ["path", { "d": "M21 2a1 1 0 0 1 .117 1.993l-.117 .007h-1c0 .83 -.302 1.629 -.846 2.25l-.154 .163l-1.293 1.293a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.293 -1.292c.232 -.232 .375 -.537 .407 -.86l.007 -.14a2 2 0 0 1 1.85 -1.995l.15 -.005h1z", "key": "svg-1" }]]; const IconBombFilled = createReactComponent("filled", "bomb-filled", "BombFilled", __iconNode$eh); const __iconNode$eg = [["path", { "d": "M15 2a4 4 0 0 1 3.881 3.03l.016 .072l.08 .019a4 4 0 0 1 2.83 2.65l.057 .193a4 4 0 0 1 -5.847 4.51l-.047 -.029l-3.525 3.525l.042 .07a4 4 0 0 1 .117 3.696l-.102 .197a4 4 0 0 1 -4.386 1.969a3.99 3.99 0 0 1 -2.982 -2.904l-.023 -.095l-.138 -.033a4 4 0 0 1 -2.82 -2.783l-.05 -.199a4 4 0 0 1 5.865 -4.368l.068 .04l3.524 -3.524l-.036 -.061a4 4 0 0 1 -.293 -3.295l.079 -.205a4 4 0 0 1 3.695 -2.47l-.139 .004l.02 -.003z", "key": "svg-0" }]]; const IconBoneFilled = createReactComponent("filled", "bone-filled", "BoneFilled", __iconNode$eg); const __iconNode$ef = [["path", { "d": "M14 2a1 1 0 0 1 0 2v5.587l2.293 -2.294a1 1 0 0 1 1.32 -.083l.094 .083l2 2a1 1 0 0 1 0 1.414l-3.116 3.115l.086 .233c.311 .907 .396 1.865 .263 2.794l-.062 .36l-.012 .052a6 6 0 0 1 -1.121 2.41l-.16 .199a6 6 0 0 1 -10.396 -2.378l-.068 -.288l-.009 -.046a6 6 0 0 1 2.833 -6.324l.055 -.031v-6.803a1 1 0 1 1 0 -2zm-2 2h-2v7.416a1 1 0 0 1 -.483 .856l-.117 .06a4 4 0 0 0 -2.4 3.668h8a4 4 0 0 0 -.486 -1.914a1 1 0 0 1 .17 -1.185l2.902 -2.901l-.586 -.586l-2.9 2.902a1 1 0 0 1 -1.067 .226l-.12 -.056a4 4 0 0 0 -.316 -.155a1 1 0 0 1 -.597 -.915z", "key": "svg-0" }]]; const IconBongFilled = createReactComponent("filled", "bong-filled", "BongFilled", __iconNode$ef); const __iconNode$ee = [["path", { "d": "M21.5 5.134a1 1 0 0 1 .493 .748l.007 .118v13a1 1 0 0 1 -1.5 .866a8 8 0 0 0 -7.5 -.266v-15.174a10 10 0 0 1 8.5 .708m-10.5 -.707l.001 15.174a8 8 0 0 0 -7.234 .117l-.327 .18l-.103 .044l-.049 .016l-.11 .026l-.061 .01l-.117 .006h-.042l-.11 -.012l-.077 -.014l-.108 -.032l-.126 -.056l-.095 -.056l-.089 -.067l-.06 -.056l-.073 -.082l-.064 -.089l-.022 -.036l-.032 -.06l-.044 -.103l-.016 -.049l-.026 -.11l-.01 -.061l-.004 -.049l-.002 -13.068a1 1 0 0 1 .5 -.866a10 10 0 0 1 8.5 -.707", "key": "svg-0" }]]; const IconBookFilled = createReactComponent("filled", "book-filled", "BookFilled", __iconNode$ee); const __iconNode$ed = [["path", { "d": "M14 2a5 5 0 0 1 5 5v14a1 1 0 0 1 -1.555 .832l-5.445 -3.63l-5.444 3.63a1 1 0 0 1 -1.55 -.72l-.006 -.112v-14a5 5 0 0 1 5 -5h4z", "key": "svg-0" }]]; const IconBookmarkFilled = createReactComponent("filled", "bookmark-filled", "BookmarkFilled", __iconNode$ed); const __iconNode$ec = [["path", { "d": "M12 6a4 4 0 0 1 4 4v11a1 1 0 0 1 -1.514 .857l-4.486 -2.691l-4.486 2.691a1 1 0 0 1 -1.508 -.743l-.006 -.114v-11a4 4 0 0 1 4 -4h4z", "key": "svg-0" }], ["path", { "d": "M16 2a4 4 0 0 1 4 4v11a1 1 0 0 1 -2 0v-11a2 2 0 0 0 -2 -2h-5a1 1 0 0 1 0 -2h5z", "key": "svg-1" }]]; const IconBookmarksFilled = createReactComponent("filled", "bookmarks-filled", "BookmarksFilled", __iconNode$ec); const __iconNode$eb = [["path", { "d": "M7.514 3.836c.151 -.909 1.346 -1.147 1.834 -.366c2.294 3.67 4.275 4.048 5.758 1.083c.471 -.944 1.894 -.608 1.894 .447c0 2.448 1.552 4 4 4c.89 0 1.337 1.077 .707 1.707c-1.61 1.61 -1.61 2.975 0 4.581c.63 .63 .185 1.707 -.706 1.708c-2.448 .003 -3.001 .556 -3.001 3.004c0 .961 -1.223 1.369 -1.8 .6c-2.325 -3.1 -5.494 -2.856 -7.368 -.045c-.503 .754 -1.67 .504 -1.818 -.39c-.365 -2.188 -1.04 -2.656 -4.178 -3.179a1 1 0 0 1 -.543 -1.693c1.618 -1.618 1.618 -3.027 -.053 -4.981l-.009 -.013l-.013 -.014l-.044 -.062l-.01 -.011l-.006 -.013l-.038 -.066l-.017 -.028l-.001 -.004l-.027 -.066l-.019 -.041a1 1 0 0 1 -.051 -.233l-.002 -.045l-.003 -.068a1 1 0 0 1 .06 -.328l.009 -.023l.023 -.049l.011 -.029l.009 -.015l.007 -.016l.019 -.029l.02 -.035l.012 -.017l.013 -.022l.027 -.034l.011 -.016l.018 -.02l.02 -.025l.021 -.02l.015 -.017l.035 -.032l.02 -.019l.009 -.007l.018 -.015l.055 -.039l.018 -.015l.008 -.004l.01 -.007l.061 -.034l.028 -.016l.004 -.002l.063 -.026l.044 -.019a1 1 0 0 1 .115 -.032l.004 -.002l.267 -.063c2.39 -.613 3.934 -2.19 4.411 -4.523z", "key": "svg-0" }]]; const IconBoomFilled = createReactComponent("filled", "boom-filled", "BoomFilled", __iconNode$eb); const __iconNode$ea = [["path", { "d": "M13 1a2 2 0 0 1 1.995 1.85l.005 .15v.5c0 1.317 .381 2.604 1.094 3.705l.17 .25l.05 .072a9.093 9.093 0 0 1 1.68 4.92l.006 .354v6.199a3 3 0 0 1 -2.824 2.995l-.176 .005h-6a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-6.2a9.1 9.1 0 0 1 1.486 -4.982l.2 -.292l.05 -.069a6.823 6.823 0 0 0 1.264 -3.957v-.5a2 2 0 0 1 1.85 -1.995l.15 -.005h2zm.362 5h-2.724a8.827 8.827 0 0 1 -1.08 2.334l-.194 .284l-.05 .069a7.091 7.091 0 0 0 -1.307 3.798l-.003 .125a3.33 3.33 0 0 1 1.975 -.61a3.4 3.4 0 0 1 2.833 1.417c.27 .375 .706 .593 1.209 .583a1.4 1.4 0 0 0 1.166 -.583a3.4 3.4 0 0 1 .81 -.8l.003 .183c0 -1.37 -.396 -2.707 -1.137 -3.852l-.228 -.332a8.827 8.827 0 0 1 -1.273 -2.616z", "key": "svg-0" }]]; const IconBottleFilled = createReactComponent("filled", "bottle-filled", "BottleFilled", __iconNode$ea); const __iconNode$e9 = [["path", { "d": "M8.486 11.143a1 1 0 0 1 1.371 .343c1.045 1.74 1.83 3.443 2.392 5.237l.172 .581l.092 -.13c2.093 -2.921 4.48 -3.653 7.565 -2.7l.238 .077a1 1 0 1 1 -.632 1.898c-2.932 -.978 -4.73 -.122 -6.79 3.998c-.433 .866 -1.721 .673 -1.88 -.283c-.46 -2.76 -1.369 -5.145 -2.871 -7.65a1 1 0 0 1 .343 -1.371z", "key": "svg-0" }], ["path", { "d": "M6 4a3 3 0 1 0 0 6a3 3 0 0 0 0 -6", "key": "svg-1" }]]; const IconBounceLeftFilled = createReactComponent("filled", "bounce-left-filled", "BounceLeftFilled", __iconNode$e9); const __iconNode$e8 = [["path", { "d": "M14.143 11.486a1 1 0 0 1 1.714 1.028c-1.502 2.505 -2.41 4.89 -2.87 7.65c-.16 .956 -1.448 1.15 -1.881 .283c-2.06 -4.12 -3.858 -4.976 -6.79 -3.998a1 1 0 1 1 -.632 -1.898c3.2 -1.067 5.656 -.373 7.803 2.623l.091 .13l.011 -.04c.522 -1.828 1.267 -3.55 2.273 -5.3l.28 -.478z", "key": "svg-0" }], ["path", { "d": "M18 4a3 3 0 1 0 0 6a3 3 0 0 0 0 -6", "key": "svg-1" }]]; const IconBounceRightFilled = createReactComponent("filled", "bounce-right-filled", "BounceRightFilled", __iconNode$e8); const __iconNode$e7 = [["path", { "d": "M21 2l.081 .003l.12 .017l.111 .03l.111 .044l.098 .052l.096 .067l.09 .08q .054 .053 .097 .112l.071 .11l.031 .062l.034 .081l.024 .076l.03 .148l.006 .118v4a1 1 0 0 1 -2 0v-1.586l-2.07 2.07c1.301 1.624 2.07 3.706 2.07 6.016c0 2.703 -1.047 5.462 -2.793 7.207a1 1 0 0 1 -1.414 0l-5.543 -5.542l-3.25 3.249v2.586a1 1 0 0 1 -2 0v-2h-2a1 1 0 0 1 -.993 -.883l-.007 -.117a1 1 0 0 1 1 -1h2.584l3.251 -3.25l-5.542 -5.543a1 1 0 0 1 -.002 -1.412c1.745 -1.755 4.489 -2.795 7.209 -2.795c2.31 0 4.393 .768 6.015 2.07l2.069 -2.07h-1.584a1 1 0 0 1 -.993 -.883l-.007 -.117a1 1 0 0 1 1 -1zm-4.495 6.91l-4.09 4.09l4.595 4.594a9.1 9.1 0 0 0 .985 -3.795l.005 -.299c0 -1.754 -.55 -3.336 -1.495 -4.59m-6.005 -2.91c-1.44 0 -2.89 .36 -4.098 .987l4.598 4.598l4.09 -4.09c-1.254 -.945 -2.836 -1.495 -4.59 -1.495", "key": "svg-0" }]]; const IconBowFilled = createReactComponent("filled", "bow-filled", "BowFilled", __iconNode$e7); const __iconNode$e6 = [["path", { "d": "M20 10a2 2 0 0 1 2 2v.5c0 1.694 -2.247 5.49 -3.983 6.983l-.017 .013v.504a2 2 0 0 1 -1.85 1.995l-.15 .005h-8a2 2 0 0 1 -2 -2v-.496l-.065 -.053c-1.76 -1.496 -3.794 -4.965 -3.928 -6.77l-.007 -.181v-.5a2 2 0 0 1 2 -2z", "key": "svg-0" }], ["path", { "d": "M18.929 6.003a1 1 0 1 1 .142 1.994l-14 1a1 1 0 1 1 -.142 -1.994z", "key": "svg-1" }], ["path", { "d": "M18.79 1.022a1 1 0 1 1 .42 1.956l-14 3a1 1 0 1 1 -.42 -1.956z", "key": "svg-2" }]]; const IconBowlChopsticksFilled = createReactComponent("filled", "bowl-chopsticks-filled", "BowlChopsticksFilled", __iconNode$e6); const __iconNode$e5 = [["path", { "d": "M20 10a2 2 0 0 1 2 2v.5c0 1.694 -2.247 5.49 -3.983 6.983l-.017 .013v.504a2 2 0 0 1 -1.85 1.995l-.15 .005h-8a2 2 0 0 1 -2 -2v-.496l-.065 -.053c-1.76 -1.496 -3.794 -4.965 -3.928 -6.77l-.007 -.181v-.5a2 2 0 0 1 2 -2z", "key": "svg-0" }], ["path", { "d": "M8 2c1.71 0 3.237 .787 3.785 2h8.215a1 1 0 0 1 0 2l-8.216 .001c-.548 1.213 -2.074 1.999 -3.784 1.999c-2.144 0 -4 -1.237 -4 -3s1.856 -3 4 -3", "key": "svg-1" }]]; const IconBowlSpoonFilled = createReactComponent("filled", "bowl-spoon-filled", "BowlSpoonFilled", __iconNode$e5); const __iconNode$e4 = [["path", { "d": "M20 7a2 2 0 0 1 2 2v.5c0 1.694 -2.247 5.49 -3.983 6.983l-.017 .013v.504a2 2 0 0 1 -1.85 1.995l-.15 .005h-8a2 2 0 0 1 -2 -2v-.496l-.065 -.053c-1.76 -1.496 -3.794 -4.965 -3.928 -6.77l-.007 -.181v-.5a2 2 0 0 1 2 -2z", "key": "svg-0" }]]; const IconBowlFilled = createReactComponent("filled", "bowl-filled", "BowlFilled", __iconNode$e4); const __iconNode$e3 = [["path", { "d": "M10 12h-5a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h5a2 2 0 0 0 2 -2v-5a2 2 0 0 0 -2 -2z", "key": "svg-0" }], ["path", { "d": "M4 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-1" }], ["path", { "d": "M4 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-2" }], ["path", { "d": "M9 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-3" }], ["path", { "d": "M15 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-4" }], ["path", { "d": "M15 19a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-5" }], ["path", { "d": "M20 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-6" }], ["path", { "d": "M20 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-7" }], ["path", { "d": "M20 14a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-8" }], ["path", { "d": "M20 19a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-9" }]]; const IconBoxAlignBottomLeftFilled = createReactComponent("filled", "box-align-bottom-left-filled", "BoxAlignBottomLeftFilled", __iconNode$e3); const __iconNode$e2 = [["path", { "d": "M19 12h-5a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h5a2 2 0 0 0 2 -2v-5a2 2 0 0 0 -2 -2z", "key": "svg-0" }], ["path", { "d": "M20 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-1" }], ["path", { "d": "M20 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-2" }], ["path", { "d": "M15 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-3" }], ["path", { "d": "M9 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-4" }], ["path", { "d": "M9 19a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-5" }], ["path", { "d": "M4 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-6" }], ["path", { "d": "M4 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-7" }], ["path", { "d": "M4 14a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-8" }], ["path", { "d": "M4 19a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-9" }]]; const IconBoxAlignBottomRightFilled = createReactComponent("filled", "box-align-bottom-right-filled", "BoxAlignBottomRightFilled", __iconNode$e2); const __iconNode$e1 = [["path", { "d": "M20 13h-16a1 1 0 0 0 -1 1v5a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-5a1 1 0 0 0 -1 -1z", "key": "svg-0" }], ["path", { "d": "M4 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-1" }], ["path", { "d": "M4 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-2" }], ["path", { "d": "M9 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-3" }], ["path", { "d": "M15 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-4" }], ["path", { "d": "M20 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-5" }], ["path", { "d": "M20 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-6" }]]; const IconBoxAlignBottomFilled = createReactComponent("filled", "box-align-bottom-filled", "BoxAlignBottomFilled", __iconNode$e1); const __iconNode$e0 = [["path", { "d": "M10.002 3.003h-5a2 2 0 0 0 -2 2v14a2 2 0 0 0 2 2h5a1 1 0 0 0 1 -1v-16a1 1 0 0 0 -1 -1z", "key": "svg-0" }], ["path", { "d": "M15.002 19.003a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z", "key": "svg-1" }], ["path", { "d": "M20.003 19.003a1 1 0 0 1 .117 1.993l-.128 .007a1 1 0 0 1 -.117 -1.993l.128 -.007z", "key": "svg-2" }], ["path", { "d": "M20.003 14.002a1 1 0 0 1 .117 1.993l-.128 .007a1 1 0 0 1 -.117 -1.993l.128 -.007z", "key": "svg-3" }], ["path", { "d": "M20.003 8.002a1 1 0 0 1 .117 1.993l-.128 .007a1 1 0 0 1 -.117 -1.993l.128 -.007z", "key": "svg-4" }], ["path", { "d": "M20.003 3.002a1 1 0 0 1 .117 1.993l-.128 .007a1 1 0 0 1 -.117 -1.993l.128 -.007z", "key": "svg-5" }], ["path", { "d": "M15.002 3.002a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z", "key": "svg-6" }]]; const IconBoxAlignLeftFilled = createReactComponent("filled", "box-align-left-filled", "BoxAlignLeftFilled", __iconNode$e0); const __iconNode$d$ = [["path", { "d": "M18.998 3.003h-5a1 1 0 0 0 -1 1v16a1 1 0 0 0 1 1h5a2 2 0 0 0 2 -2v-14a2 2 0 0 0 -2 -2z", "key": "svg-0" }], ["path", { "d": "M9.008 19.003a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z", "key": "svg-1" }], ["path", { "d": "M4.008 19.003a1 1 0 0 1 .117 1.993l-.128 .007a1 1 0 0 1 -.117 -1.993l.128 -.007z", "key": "svg-2" }], ["path", { "d": "M4.008 14.002a1 1 0 0 1 .117 1.993l-.128 .007a1 1 0 0 1 -.117 -1.993l.128 -.007z", "key": "svg-3" }], ["path", { "d": "M4.008 8.002a1 1 0 0 1 .117 1.993l-.128 .007a1 1 0 0 1 -.117 -1.993l.128 -.007z", "key": "svg-4" }], ["path", { "d": "M4.008 3.002a1 1 0 0 1 .117 1.993l-.128 .007a1 1 0 0 1 -.117 -1.993l.128 -.007z", "key": "svg-5" }], ["path", { "d": "M9.008 3.002a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z", "key": "svg-6" }]]; const IconBoxAlignRightFilled = createReactComponent("filled", "box-align-right-filled", "BoxAlignRightFilled", __iconNode$d$); const __iconNode$d_ = [["path", { "d": "M10 3h-5a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h5a2 2 0 0 0 2 -2v-5a2 2 0 0 0 -2 -2z", "key": "svg-0" }], ["path", { "d": "M15 3a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z", "key": "svg-1" }], ["path", { "d": "M20 3a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z", "key": "svg-2" }], ["path", { "d": "M20 8a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z", "key": "svg-3" }], ["path", { "d": "M20 14a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z", "key": "svg-4" }], ["path", { "d": "M4 14a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z", "key": "svg-5" }], ["path", { "d": "M20 19a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z", "key": "svg-6" }], ["path", { "d": "M15 19a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z", "key": "svg-7" }], ["path", { "d": "M9 19a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z", "key": "svg-8" }], ["path", { "d": "M4 19a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z", "key": "svg-9" }]]; const IconBoxAlignTopLeftFilled = createReactComponent("filled", "box-align-top-left-filled", "BoxAlignTopLeftFilled", __iconNode$d_); const __iconNode$dZ = [["path", { "d": "M19 3.01h-5a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h5a2 2 0 0 0 2 -2v-5a2 2 0 0 0 -2 -2z", "key": "svg-0" }], ["path", { "d": "M20 14a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-1" }], ["path", { "d": "M20 19a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-2" }], ["path", { "d": "M15 19a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-3" }], ["path", { "d": "M9 19a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-4" }], ["path", { "d": "M9 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-5" }], ["path", { "d": "M4 19a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-6" }], ["path", { "d": "M4 14a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-7" }], ["path", { "d": "M4 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-8" }], ["path", { "d": "M4 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-9" }]]; const IconBoxAlignTopRightFilled = createReactComponent("filled", "box-align-top-right-filled", "BoxAlignTopRightFilled", __iconNode$dZ); const __iconNode$dY = [["path", { "d": "M19 3.005h-14a2 2 0 0 0 -2 2v5a1 1 0 0 0 1 1h16a1 1 0 0 0 1 -1v-5a2 2 0 0 0 -2 -2z", "key": "svg-0" }], ["path", { "d": "M4 13.995a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-1" }], ["path", { "d": "M4 18.995a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-2" }], ["path", { "d": "M9 18.995a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-3" }], ["path", { "d": "M15 18.995a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-4" }], ["path", { "d": "M20 18.995a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-5" }], ["path", { "d": "M20 13.995a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-6" }]]; const IconBoxAlignTopFilled = createReactComponent("filled", "box-align-top-filled", "BoxAlignTopFilled", __iconNode$dY); const __iconNode$dX = [["path", { "d": "M6 5.667a3.667 3.667 0 0 1 3.667 -3.667h8.666a3.667 3.667 0 0 1 3.667 3.667v8.666a3.667 3.667 0 0 1 -3.667 3.667h-8.666a3.667 3.667 0 0 1 -3.667 -3.667z", "key": "svg-0" }], ["path", { "d": "M2 9c0 -1.094 .533 -1.828 1.514 -2.374a1 1 0 1 1 .972 1.748c-.398 .221 -.486 .342 -.486 .626v10c0 .548 .452 1 1 1h9.998c.32 0 .618 -.154 .805 -.407l.065 -.1a1 1 0 1 1 1.738 .99a3 3 0 0 1 -2.606 1.517h-10c-1.652 0 -3 -1.348 -3 -3z", "key": "svg-1" }]]; const IconBoxMultipleFilled = createReactComponent("filled", "box-multiple-filled", "BoxMultipleFilled", __iconNode$dX); const __iconNode$dW = [["path", { "d": "M12.665 2.174l7.4 2.612a2 2 0 0 1 1.316 2.156l-1.323 9.703a2 2 0 0 1 -.99 1.468l-6.076 3.471a2 2 0 0 1 -1.984 0l-6.076 -3.47a2 2 0 0 1 -.96 -1.3l-.03 -.167l-1.322 -9.704a2 2 0 0 1 1.316 -2.156l7.4 -2.613a2 2 0 0 1 1.33 0m.271 4.475c-.324 -.865 -1.548 -.865 -1.872 0l-3 8a1 1 0 0 0 .585 1.287l.111 .035a1 1 0 0 0 1.176 -.62l.506 -1.351h3.113l.508 1.352a1 1 0 0 0 1.176 .62l.111 -.035a1 1 0 0 0 .585 -1.287zm-.937 3.199l.807 2.151h-1.614z", "key": "svg-0" }]]; const IconBrandAngularFilled = createReactComponent("filled", "brand-angular-filled", "BrandAngularFilled", __iconNode$dW); const __iconNode$dV = [["path", { "d": "M15.079 5.999l.239 .012c1.43 .097 3.434 1.013 4.508 2.586a1 1 0 0 1 -.344 1.44c-.05 .028 -.372 .158 -.497 .217a4.15 4.15 0 0 0 -.722 .431c-.614 .461 -.948 1.009 -.942 1.694c.01 .885 .339 1.454 .907 1.846c.208 .143 .436 .253 .666 .33c.126 .043 .426 .116 .444 .122a1 1 0 0 1 .662 .942c0 2.621 -3.04 6.381 -5.286 6.381c-.79 0 -1.272 -.091 -1.983 -.315l-.098 -.031c-.463 -.146 -.702 -.192 -1.133 -.192c-.52 0 -.863 .06 -1.518 .237l-.197 .053c-.575 .153 -.964 .226 -1.5 .248c-2.749 0 -5.285 -5.093 -5.285 -9.072c0 -3.87 1.786 -6.92 5.286 -6.92c.297 0 .598 .045 .909 .128c.403 .107 .774 .26 1.296 .508c.787 .374 .948 .44 1.009 .44h.016c.03 -.003 .128 -.047 1.056 -.457c1.061 -.467 1.864 -.685 2.746 -.616l-.24 -.012z", "key": "svg-0" }], ["path", { "d": "M14 1a1 1 0 0 1 1 1a3 3 0 0 1 -3 3a1 1 0 0 1 -1 -1a3 3 0 0 1 3 -3z", "key": "svg-1" }]]; const IconBrandAppleFilled = createReactComponent("filled", "brand-apple-filled", "BrandAppleFilled", __iconNode$dV); const __iconNode$dU = [["path", { "d": "M3.661 3l16.68 .007c.484 -.005 .946 .203 1.262 .57c.316 .368 .454 .856 .364 1.396l-3.338 14.651a1.64 1.64 0 0 1 -1.629 1.376h-10.01c-.906 -.009 -1.678 -.668 -1.82 -1.517l-3.148 -14.576a1.64 1.64 0 0 1 1.639 -1.907m11.339 5h-6a1 1 0 0 0 -.986 1.164l1 6a1 1 0 0 0 .986 .836h4a1 1 0 0 0 .986 -.836l1 -6a1 1 0 0 0 -.986 -1.164", "key": "svg-0" }]]; const IconBrandBitbucketFilled = createReactComponent("filled", "brand-bitbucket-filled", "BrandBitbucketFilled", __iconNode$dU); const __iconNode$dT = [["path", { "d": "M14.983 3l.123 .006c2.014 .214 3.527 .672 4.966 1.673a1 1 0 0 1 .371 .488c1.876 5.315 2.373 9.987 1.451 12.28c-1.003 2.005 -2.606 3.553 -4.394 3.553c-.732 0 -1.693 -.968 -2.328 -2.045a21.512 21.512 0 0 0 2.103 -.493a1 1 0 1 0 -.55 -1.924c-3.32 .95 -6.13 .95 -9.45 0a1 1 0 0 0 -.55 1.924c.717 .204 1.416 .37 2.103 .494c-.635 1.075 -1.596 2.044 -2.328 2.044c-1.788 0 -3.391 -1.548 -4.428 -3.629c-.888 -2.217 -.39 -6.89 1.485 -12.204a1 1 0 0 1 .371 -.488c1.439 -1.001 2.952 -1.459 4.966 -1.673a1 1 0 0 1 .935 .435l.063 .107l.651 1.285l.137 -.016a12.97 12.97 0 0 1 2.643 0l.134 .016l.65 -1.284a1 1 0 0 1 .754 -.54l.122 -.009zm-5.983 7a2 2 0 0 0 -1.977 1.697l-.018 .154l-.005 .149l.005 .15a2 2 0 1 0 1.995 -2.15zm6 0a2 2 0 0 0 -1.977 1.697l-.018 .154l-.005 .149l.005 .15a2 2 0 1 0 1.995 -2.15z", "key": "svg-0" }]]; const IconBrandDiscordFilled = createReactComponent("filled", "brand-discord-filled", "BrandDiscordFilled", __iconNode$dT); const __iconNode$dS = [["path", { "d": "M14.384 14.38a22.877 22.877 0 0 1 1.056 4.863l.064 .644l.126 1.431a10 10 0 0 1 -9.15 -.98l2.08 -2.087l.246 -.24c1.793 -1.728 3.41 -2.875 5.387 -3.566l.191 -.065zm6.09 -.783l.414 .003l.981 .014a9.997 9.997 0 0 1 -4.319 6.704l-.054 -.605c-.18 -2.057 -.55 -3.958 -1.163 -5.814c1.044 -.182 2.203 -.278 3.529 -.298l.611 -.004zm-7.869 -3.181a24.91 24.91 0 0 1 1.052 2.098c-2.276 .77 -4.142 2.053 -6.144 3.967l-.355 .344l-2.236 2.24a10 10 0 0 1 -2.917 -6.741l-.005 -.324l.004 -.25h1.096l.467 -.002c3.547 -.026 6.356 -.367 8.938 -1.295l.1 -.037zm9.388 1.202l-1.515 -.02c-1.86 -.003 -3.45 .124 -4.865 .402a26.112 26.112 0 0 0 -1.163 -2.38c1.393 -.695 2.757 -1.597 4.179 -2.75l.428 -.354l.816 -.682a10 10 0 0 1 2.098 5.409l.022 .375zm-14.663 -8.46l1.266 1.522c1.145 1.398 2.121 2.713 2.949 3.985c-2.26 .766 -4.739 1.052 -7.883 1.081l-.562 .004h-.844a10 10 0 0 1 5.074 -6.593zm9.67 .182c.53 .306 1.026 .657 1.483 1.046l-1.025 .857c-1.379 1.128 -2.688 1.993 -4.034 2.649c-.89 -1.398 -1.943 -2.836 -3.182 -4.358l-.474 -.574l-.485 -.584a10 10 0 0 1 7.717 .964z", "key": "svg-0" }]]; const IconBrandDribbbleFilled = createReactComponent("filled", "brand-dribbble-filled", "BrandDribbbleFilled", __iconNode$dS); const __iconNode$dR = [["path", { "d": "M18 2a1 1 0 0 1 .993 .883l.007 .117v4a1 1 0 0 1 -.883 .993l-.117 .007h-3v1h3a1 1 0 0 1 .991 1.131l-.02 .112l-1 4a1 1 0 0 1 -.858 .75l-.113 .007h-2v6a1 1 0 0 1 -.883 .993l-.117 .007h-4a1 1 0 0 1 -.993 -.883l-.007 -.117v-6h-2a1 1 0 0 1 -.993 -.883l-.007 -.117v-4a1 1 0 0 1 .883 -.993l.117 -.007h2v-1a6 6 0 0 1 5.775 -5.996l.225 -.004h3z", "key": "svg-0" }]]; const IconBrandFacebookFilled = createReactComponent("filled", "brand-facebook-filled", "BrandFacebookFilled", __iconNode$dR); const __iconNode$dQ = [["path", { "d": "M5.315 2.1c.791 -.113 1.9 .145 3.333 .966l.272 .161l.16 .1l.397 -.083a13.3 13.3 0 0 1 4.59 -.08l.456 .08l.396 .083l.161 -.1c1.385 -.84 2.487 -1.17 3.322 -1.148l.164 .008l.147 .017l.076 .014l.05 .011l.144 .047a1 1 0 0 1 .53 .514a5.2 5.2 0 0 1 .397 2.91l-.047 .267l-.046 .196l.123 .163c.574 .795 .93 1.728 1.03 2.707l.023 .295l.007 .272c0 3.855 -1.659 5.883 -4.644 6.68l-.245 .061l-.132 .029l.014 .161l.008 .157l.004 .365l-.002 .213l-.003 3.834a1 1 0 0 1 -.883 .993l-.117 .007h-6a1 1 0 0 1 -.993 -.883l-.007 -.117v-.734c-1.818 .26 -3.03 -.424 -4.11 -1.878l-.535 -.766c-.28 -.396 -.455 -.579 -.589 -.644l-.048 -.019a1 1 0 0 1 .564 -1.918c.642 .188 1.074 .568 1.57 1.239l.538 .769c.76 1.079 1.36 1.459 2.609 1.191l.001 -.678l-.018 -.168a5.03 5.03 0 0 1 -.021 -.824l.017 -.185l.019 -.12l-.108 -.024c-2.976 -.71 -4.703 -2.573 -4.875 -6.139l-.01 -.31l-.004 -.292a5.6 5.6 0 0 1 .908 -3.051l.152 -.222l.122 -.163l-.045 -.196a5.2 5.2 0 0 1 .145 -2.642l.1 -.282l.106 -.253a1 1 0 0 1 .529 -.514l.144 -.047l.154 -.03z", "key": "svg-0" }]]; const IconBrandGithubFilled = createReactComponent("filled", "brand-github-filled", "BrandGithubFilled", __iconNode$dQ); const __iconNode$dP = [["path", { "d": "M12 2a9.96 9.96 0 0 1 6.29 2.226a1 1 0 0 1 .04 1.52l-1.51 1.362a1 1 0 0 1 -1.265 .06a6 6 0 1 0 2.103 6.836l.001 -.004h-3.66a1 1 0 0 1 -.992 -.883l-.007 -.117v-2a1 1 0 0 1 1 -1h6.945a1 1 0 0 1 .994 .89c.04 .367 .061 .737 .061 1.11c0 5.523 -4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10z", "key": "svg-0" }]]; const IconBrandGoogleFilled = createReactComponent("filled", "brand-google-filled", "BrandGoogleFilled", __iconNode$dP); const __iconNode$dO = [["path", { "d": "M16 3a5 5 0 0 1 5 5v8a5 5 0 0 1 -5 5h-8a5 5 0 0 1 -5 -5v-8a5 5 0 0 1 5 -5zm-4 5a4 4 0 0 0 -3.995 3.8l-.005 .2a4 4 0 1 0 4 -4m4.5 -1.5a1 1 0 0 0 -.993 .883l-.007 .127a1 1 0 0 0 1.993 .117l.007 -.127a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconBrandInstagramFilled = createReactComponent("filled", "brand-instagram-filled", "BrandInstagramFilled", __iconNode$dO); const __iconNode$dN = [["path", { "d": "M9 3a1 1 0 0 1 1 1v3h1v-1a1 1 0 0 1 .883 -.993l.117 -.007h1v-1a1 1 0 0 1 .883 -.993l.117 -.007h6a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-1v1a1 1 0 0 1 -.883 .993l-.117 .007h-1v2h1a1 1 0 0 1 .993 .883l.007 .117v1h1a1 1 0 0 1 .993 .883l.007 .117v4a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1v-1h-1a1 1 0 0 1 -.993 -.883l-.007 -.117v-1h-1v3a1 1 0 0 1 -.883 .993l-.117 .007h-5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1z", "key": "svg-0" }]]; const IconBrandKickFilled = createReactComponent("filled", "brand-kick-filled", "BrandKickFilled", __iconNode$dN); const __iconNode$dM = [["path", { "d": "M17 2a5 5 0 0 1 5 5v10a5 5 0 0 1 -5 5h-10a5 5 0 0 1 -5 -5v-10a5 5 0 0 1 5 -5zm-9 8a1 1 0 0 0 -1 1v5a1 1 0 0 0 2 0v-5a1 1 0 0 0 -1 -1m6 0a3 3 0 0 0 -1.168 .236l-.125 .057a1 1 0 0 0 -1.707 .707v5a1 1 0 0 0 2 0v-3a1 1 0 0 1 2 0v3a1 1 0 0 0 2 0v-3a3 3 0 0 0 -3 -3m-6 -3a1 1 0 0 0 -.993 .883l-.007 .127a1 1 0 0 0 1.993 .117l.007 -.127a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconBrandLinkedinFilled = createReactComponent("filled", "brand-linkedin-filled", "BrandLinkedinFilled", __iconNode$dM); const __iconNode$dL = [["path", { "d": "M18.894 5.446c3.667 3.127 4.168 8.238 1.152 11.897c-2.842 3.447 -7.965 4.583 -12.231 2.805l-.233 -.101l-4.374 .931l-.033 .005l-.042 .008l-.031 .002l-.01 .003h-.018l-.052 .004l-.024 -.001l-.02 .001l-.033 -.003h-.035l-.022 -.004l-.022 -.002l-.035 -.007l-.034 -.005l-.016 -.004l-.024 -.005l-.049 -.016l-.024 -.005l-.011 -.005l-.022 -.007l-.045 -.02l-.03 -.012l-.011 -.006l-.014 -.006l-.031 -.018l-.045 -.024l-.016 -.011l-.037 -.026l-.04 -.027l-.015 -.013l-.043 -.04l-.025 -.02l-.062 -.07l-.013 -.013l-.011 -.014l-.027 -.04l-.026 -.035a1 1 0 0 1 -.054 -.095l-.006 -.013l-.019 -.045l-.02 -.042l-.004 -.016l-.004 -.01l-.011 -.04l-.013 -.04l-.002 -.014l-.005 -.019l-.005 -.033l-.008 -.042l-.002 -.031l-.003 -.026l-.004 -.054l.001 -.036l.001 -.023l.002 -.053l.004 -.025v-.019l.008 -.036l.005 -.033l.004 -.017l.005 -.023l.018 -.06l.003 -.013l1.15 -3.45l-.022 -.037c-2.21 -3.747 -1.209 -8.392 2.411 -11.118l.23 -.168c3.898 -2.766 9.469 -2.54 13.073 .535m-2.062 5a1 1 0 0 0 -1.387 -.278l-2.318 1.544l-1.42 -1.42a1 1 0 0 0 -1.262 -.124l-3 2a1 1 0 0 0 -.277 1.387l.07 .093a1 1 0 0 0 1.317 .184l2.317 -1.545l1.42 1.42a1 1 0 0 0 1.263 .125l3 -2a1 1 0 0 0 .277 -1.387", "key": "svg-0" }]]; const IconBrandMessengerFilled = createReactComponent("filled", "brand-messenger-filled", "BrandMessengerFilled", __iconNode$dL); const __iconNode$dK = [["path", { "d": "M12.283 2.004a10 10 0 0 1 3.736 19.155a1 1 0 0 1 -1.332 -.551l-2.193 -5.602a1 1 0 0 1 .456 -1.245a2 2 0 1 0 -1.9 0a1 1 0 0 1 .457 1.244l-2.193 5.603a1 1 0 0 1 -1.332 .552a10 10 0 0 1 4.018 -19.16z", "key": "svg-0" }]]; const IconBrandOpenSourceFilled = createReactComponent("filled", "brand-open-source-filled", "BrandOpenSourceFilled", __iconNode$dK); const __iconNode$dJ = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-5 2.66c-2.285 0 -3.915 2.619 -3.997 5.752l-.003 .248c0 3.242 1.655 6 4 6s4 -2.758 4 -6s-1.655 -6 -4 -6", "key": "svg-0" }]]; const IconBrandOperaFilled = createReactComponent("filled", "brand-opera-filled", "BrandOperaFilled", __iconNode$dJ); const __iconNode$dI = [["path", { "d": "M7.462 3.1c2.615 -1.268 6.226 -1.446 9.063 -.503c2.568 .853 4.471 3.175 4.475 5.81c.004 3.061 -1.942 5.492 -4.896 6.243c-1.693 .43 -2.338 .75 -2.942 1.582c-.238 .328 -.45 .745 -.796 1.533l-.22 .5c-1.146 2.601 -2.156 3.762 -4.236 3.735c-2.232 -.03 -3.603 -1.742 -4.313 -4.48c-.458 -1.768 -.617 -3.808 -.594 -5.876c.044 -3.993 1.42 -7.072 4.46 -8.545z", "key": "svg-0" }]]; const IconBrandPatreonFilled = createReactComponent("filled", "brand-patreon-filled", "BrandPatreonFilled", __iconNode$dI); const __iconNode$dH = [["path", { "d": "M12.5 2c3.113 0 5.309 1.785 5.863 4.565c1.725 1.185 2.637 3.152 2.637 5.435c0 2.933 -2.748 5.384 -5.783 5.496l-.217 .004h-1.754l-.466 2.8a1.998 1.998 0 0 1 -1.823 1.597l-.157 .003h-2.68a1.5 1.5 0 0 1 -1.182 -.54a1.495 1.495 0 0 1 -.348 -1.07l.042 -.29h-1.632c-1.004 0 -1.914 -.864 -1.994 -1.857l-.006 -.143l.01 -.141l1.993 -13.954l.003 -.048c.072 -.894 .815 -1.682 1.695 -1.832l.156 -.02l.143 -.005h5.5zm5.812 7.35l-.024 .087c-.706 2.403 -3.072 4.436 -5.555 4.557l-.233 .006h-2.503v.05l-.025 .183l-1.2 5a1.007 1.007 0 0 1 -.019 .07l-.088 .597h2.154l.595 -3.564a1 1 0 0 1 .865 -.829l.121 -.007h2.6c2.073 0 4 -1.67 4 -3.5c0 -1.022 -.236 -1.924 -.688 -2.65z", "key": "svg-0" }]]; const IconBrandPaypalFilled = createReactComponent("filled", "brand-paypal-filled", "BrandPaypalFilled", __iconNode$dH); const __iconNode$dG = [["path", { "d": "M17 3.34a10 10 0 0 1 -8.512 18.023l2.364 -5.315a3.5 3.5 0 0 0 2.398 .952c2.708 0 4.75 -2.089 4.75 -5a6 6 0 1 0 -11.64 2.041a1 1 0 1 0 1.88 -.682a4 4 0 1 1 7.76 -1.36c0 1.818 -1.156 3.001 -2.75 3.001c-.609 0 -1.153 -.361 -1.478 -1.022l1.142 -2.572a1 1 0 0 0 -1.828 -.812l-4.392 9.882a10 10 0 0 1 -4.694 -8.476l.005 -.324a10 10 0 0 1 14.995 -8.336", "key": "svg-0" }]]; const IconBrandPinterestFilled = createReactComponent("filled", "brand-pinterest-filled", "BrandPinterestFilled", __iconNode$dG); const __iconNode$dF = [["path", { "d": "M7.554 3.004h8.929a2 2 0 0 1 1.647 .873l3.536 5.193a2.006 2.006 0 0 1 -.173 2.48l-8 8.79a2.007 2.007 0 0 1 -2.97 0l-8 -8.789a1 1 0 0 1 -.13 -.175l-.012 -.026l-.051 -.072a2.01 2.01 0 0 1 -.056 -2.063l.09 -.146l3.541 -5.193c.372 -.544 .987 -.87 1.649 -.872", "key": "svg-0" }]]; const IconBrandSketchFilled = createReactComponent("filled", "brand-sketch-filled", "BrandSketchFilled", __iconNode$dF); const __iconNode$dE = [["path", { "d": "M12 1.96a5.88 5.88 0 0 1 5.882 5.882c0 .618 .008 1.174 .03 1.678l.008 .21l.084 -.115q .46 -.627 1.102 -1.29l.187 -.19a1 1 0 0 1 1.414 1.415c-2.637 2.637 -2.51 3.795 .76 5.527l.048 .025a.98 .98 0 0 1 .46 .636l.004 .022l.003 .013l.006 .043l.006 .032v.009l.003 .025l.001 .051l.002 .026l-.001 .009v.025l-.003 .042l-.002 .034l-.002 .015l-.002 .02l-.004 .016l-.01 .06l-.007 .026l-.006 .02l-.016 .06l-.013 .029l-.005 .013l-.024 .062a1 1 0 0 1 -.197 .28l-.03 .025l-.016 .014l-.043 .039l-.013 .007l-.018 .015l-.051 .033l-.02 .014l-.008 .003l-.014 .01a1 1 0 0 1 -.098 .049l-.013 .003l-.146 .066c-.576 .255 -.81 .365 -1.008 .474l-.053 .03c-.27 .155 -.398 .277 -.558 .525c-.156 .245 -.293 .516 -.715 1.41a1 1 0 0 1 -.904 .573c-1.067 0 -1.798 .25 -2.879 .868l-.426 .246c-.176 .102 -.311 .178 -.447 .25c-.794 .423 -1.464 .636 -2.248 .636s-1.454 -.213 -2.248 -.636a15 15 0 0 1 -.447 -.25l-.426 -.246c-1.081 -.618 -1.812 -.868 -2.879 -.868a1 1 0 0 1 -.904 -.573c-.422 -.894 -.559 -1.165 -.715 -1.41a1.4 1.4 0 0 0 -.558 -.525c-.228 -.13 -.47 -.243 -1.227 -.577l.02 .007l-.013 -.003a1 1 0 0 1 -.098 -.05l-.014 -.009l-.028 -.017l-.051 -.033l-.018 -.015l-.013 -.007l-.043 -.039l-.012 -.01l-.004 -.004l-.03 -.025a1 1 0 0 1 -.197 -.28l-.024 -.062l-.005 -.013l-.013 -.028l-.016 -.061l-.005 -.012l-.008 -.035l-.01 -.059l-.004 -.016l-.002 -.02l-.002 -.015l-.002 -.035l-.004 -.041l.001 -.025l-.001 -.01l.002 -.025l.001 -.05l.003 -.026v-.01l.006 -.03l.006 -.044l.004 -.014l.002 -.021a.98 .98 0 0 1 .461 -.636l.048 -.025l.204 -.11c3.003 -1.635 3.132 -2.785 .72 -5.25l-.164 -.167a1 1 0 0 1 1.414 -1.414q .764 .763 1.289 1.479l.083 .115l.01 -.21q .025 -.628 .028 -1.374l.001 -.304a5.88 5.88 0 0 1 5.882 -5.882", "key": "svg-0" }]]; const IconBrandSnapchatFilled = createReactComponent("filled", "brand-snapchat-filled", "BrandSnapchatFilled", __iconNode$dE); const __iconNode$dD = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-2.168 11.605c-1.285 -1.927 -4.354 -2.132 -6.387 -.777a1 1 0 0 0 1.11 1.664c1.195 -.797 3.014 -.675 3.613 .223a1 1 0 1 0 1.664 -1.11m1.268 -3.245c-2.469 -1.852 -5.895 -2.187 -8.608 -.589a1 1 0 0 0 1.016 1.724c1.986 -1.171 4.544 -.92 6.392 .465a1 1 0 0 0 1.2 -1.6m1.43 -3.048c-3.677 -2.298 -7.766 -2.152 -10.977 -.546a1 1 0 0 0 .894 1.788c2.635 -1.317 5.997 -1.437 9.023 .454a1 1 0 1 0 1.06 -1.696", "key": "svg-0" }]]; const IconBrandSpotifyFilled = createReactComponent("filled", "brand-spotify-filled", "BrandSpotifyFilled", __iconNode$dD); const __iconNode$dC = [["path", { "d": "M16.5 4a5.5 5.5 0 1 1 -.309 10.992l-.078 -.007l-3.646 2.524l-.011 .094c-.267 1.775 -1.707 3.18 -3.571 3.38l-.209 .017h-.176a4 4 0 0 1 -3.756 -2.623l-.016 -.048l-2.122 -.91a1 1 0 0 1 -.599 -.8l-.007 -.119v-3.5a1 1 0 0 1 1.447 -.894l2.964 1.481l.174 -.1a4 4 0 0 1 2.15 -.482l.166 .014l2.126 -2.977l-.01 -.098a5.5 5.5 0 0 1 1.092 -3.758l.169 -.212a5.5 5.5 0 0 1 4.222 -1.974m0 3.5a2 2 0 1 0 0 4a2 2 0 0 0 0 -4", "key": "svg-0" }]]; const IconBrandSteamFilled = createReactComponent("filled", "brand-steam-filled", "BrandSteamFilled", __iconNode$dC); const __iconNode$dB = [["path", { "d": "M12.5 2c2.45 0 4.543 .44 5.928 1.096a1 1 0 0 1 .564 1.028l-.5 4a1 1 0 0 1 -1.429 .776c-1.047 -.509 -2.618 -.823 -4.168 -.823q -.206 .001 -.332 .026l.028 .024l.07 .047c.314 .207 .832 .437 1.672 .746c3.824 1.351 5.667 3.24 5.667 6.58c0 2.13 -.758 3.732 -2.295 4.924c-1.293 1.023 -3.422 1.576 -5.705 1.576c-2.4 0 -4.72 -.644 -6.486 -1.626a1 1 0 0 1 -.506 -.998l.5 -4a1 1 0 0 1 1.494 -.741c1.292 .75 3.64 1.365 4.998 1.365c.39 0 .704 -.147 .87 -.295l.035 -.035l-.09 -.035c-.167 -.06 -1.583 -.493 -2.153 -.694c-3.626 -1.304 -5.662 -3.609 -5.662 -6.941c0 -1.887 .882 -3.563 2.37 -4.777c1.22 -.987 2.517 -1.223 5.13 -1.223", "key": "svg-0" }]]; const IconBrandStripeFilled = createReactComponent("filled", "brand-stripe-filled", "BrandStripeFilled", __iconNode$dB); const __iconNode$dA = [["path", { "d": "M17 2a5 5 0 0 1 5 5v10a5 5 0 0 1 -5 5h-10a5 5 0 0 1 -5 -5v-10a5 5 0 0 1 5 -5zm-1 12h-3a1 1 0 0 0 0 2h3a1 1 0 0 0 0 -2m-7.293 -5.707a1 1 0 0 0 -1.414 0l-.083 .094a1 1 0 0 0 .083 1.32l2.292 2.293l-2.292 2.293a1 1 0 0 0 1.414 1.414l3 -3a1 1 0 0 0 0 -1.414z", "key": "svg-0" }]]; const IconBrandTablerFilled = createReactComponent("filled", "brand-tabler-filled", "BrandTablerFilled", __iconNode$dA); const __iconNode$dz = [["path", { "d": "M16.083 2h-4.083a1 1 0 0 0 -1 1v11.5a1.5 1.5 0 1 1 -2.519 -1.1l.12 -.1a1 1 0 0 0 .399 -.8v-4.326a1 1 0 0 0 -1.23 -.974a7.5 7.5 0 0 0 1.73 14.8l.243 -.005a7.5 7.5 0 0 0 7.257 -7.495v-2.7l.311 .153c1.122 .53 2.333 .868 3.59 .993a1 1 0 0 0 1.099 -.996v-4.033a1 1 0 0 0 -.834 -.986a5.005 5.005 0 0 1 -4.097 -4.096a1 1 0 0 0 -.986 -.835z", "key": "svg-0" }]]; const IconBrandTiktokFilled = createReactComponent("filled", "brand-tiktok-filled", "BrandTiktokFilled", __iconNode$dz); const __iconNode$dy = [["path", { "d": "M11.595 2.13a1 1 0 0 1 1.455 -1.016c3.11 1.625 5.41 3.797 6.77 6.627l-.013 -.024l.01 .019l.115 .232c2.751 5.7 .088 12.587 -5.913 13.76l-.267 .049c-8.719 1.91 -14.455 -8.74 -7.97 -14.918c.466 -.46 1.28 -1.196 1.636 -1.45a1 1 0 0 1 1.582 .813c0 .311 .086 1.117 .205 1.694q .046 .215 .093 .383l.017 .058l.1 -.02c1.562 -.396 2.522 -3.021 2.21 -5.955z", "key": "svg-0" }]]; const IconBrandTinderFilled = createReactComponent("filled", "brand-tinder-filled", "BrandTinderFilled", __iconNode$dy); const __iconNode$dx = [["path", { "d": "M14 2a1 1 0 0 1 1 1v3h3a1 1 0 0 1 .993 .883l.007 .117v4a1 1 0 0 1 -1 1h-3v4h3a1 1 0 0 1 .993 .883l.007 .117v4a1 1 0 0 1 -1 1h-4a5 5 0 0 1 -5 -5v-5h-3a1 1 0 0 1 -.993 -.883l-.007 -.117v-4a1 1 0 0 1 1 -1h1a2 2 0 0 0 2 -2v-1a1 1 0 0 1 1 -1z", "key": "svg-0" }]]; const IconBrandTumblrFilled = createReactComponent("filled", "brand-tumblr-filled", "BrandTumblrFilled", __iconNode$dx); const __iconNode$dw = [["path", { "d": "M14.058 3.41c-1.807 .767 -2.995 2.453 -3.056 4.38l-.002 .182l-.243 -.023c-2.392 -.269 -4.498 -1.512 -5.944 -3.531a1 1 0 0 0 -1.685 .092l-.097 .186l-.049 .099c-.719 1.485 -1.19 3.29 -1.017 5.203l.03 .273c.283 2.263 1.5 4.215 3.779 5.679l.173 .107l-.081 .043c-1.315 .663 -2.518 .952 -3.827 .9c-1.056 -.04 -1.446 1.372 -.518 1.878c3.598 1.961 7.461 2.566 10.792 1.6c4.06 -1.18 7.152 -4.223 8.335 -8.433l.127 -.495c.238 -.993 .372 -2.006 .401 -3.024l.003 -.332l.393 -.779l.44 -.862l.214 -.434l.118 -.247c.265 -.565 .456 -1.033 .574 -1.43l.014 -.056l.008 -.018c.22 -.593 -.166 -1.358 -.941 -1.358l-.122 .007a.997 .997 0 0 0 -.231 .057l-.086 .038a7.46 7.46 0 0 1 -.88 .36l-.356 .115l-.271 .08l-.772 .214c-1.336 -1.118 -3.144 -1.254 -5.012 -.554l-.211 .084z", "key": "svg-0" }]]; const IconBrandTwitterFilled = createReactComponent("filled", "brand-twitter-filled", "BrandTwitterFilled", __iconNode$dw); const __iconNode$dv = [["path", { "d": "M11.143 3.486a1 1 0 0 1 1.714 0l9 15a1 1 0 0 1 -.857 1.514h-18a1 1 0 0 1 -.857 -1.514z", "key": "svg-0" }]]; const IconBrandVercelFilled = createReactComponent("filled", "brand-vercel-filled", "BrandVercelFilled", __iconNode$dv); const __iconNode$du = [["path", { "d": "M18.5 3c2.38 0 3.985 2.174 3.486 5.164c-.535 3.21 -2.25 6.074 -4.808 8.675c-1.277 1.298 -2.211 2.061 -4.112 3.485c-2.323 1.597 -4.408 .365 -5.47 -1.897c-.292 -.618 -.586 -1.724 -1.248 -4.477l-.03 -.126c-.483 -2.01 -.819 -3.319 -.982 -3.878l-.016 -.052l-.031 .013l-.13 .06l-.137 .07a4 4 0 0 0 -.43 .269a1 1 0 0 1 -1.3 -.099l-1 -1a1 1 0 0 1 -.124 -1.262a20 20 0 0 1 1.918 -2.382c.98 -1.037 1.955 -1.816 2.928 -2.233c.5 -.214 .996 -.33 1.486 -.33c2.237 0 3.02 1.588 3.567 4.963c.03 .183 .057 .359 .112 .709c.123 .784 .197 1.198 .292 1.588c.292 1.185 .528 1.984 .735 2.483l-.016 -.039l.096 -.107c.354 -.411 .757 -1.014 1.172 -1.771l.157 -.291c.391 -.745 .505 -1.528 .363 -1.9c-.028 -.073 .007 -.065 -.456 .218a1 1 0 0 1 -1.51 -1.013c.496 -3.053 2.745 -4.84 5.488 -4.84", "key": "svg-0" }]]; const IconBrandVimeoFilled = createReactComponent("filled", "brand-vimeo-filled", "BrandVimeoFilled", __iconNode$du); const __iconNode$dt = [["path", { "d": "M4.972 8.183c2.81 -2.987 6.162 -4.207 8.006 -2.24c.298 .316 .554 .773 .736 1.266l.127 -.031c2.064 -.469 4 1.287 3.817 3.544l-.005 .036l.15 .057c1.46 .574 2.14 1.355 2.193 3.081l.004 .231c0 3.776 -4.107 6.873 -9 6.873c-4.854 0 -9 -2.72 -9 -6.565c0 -2.04 1.068 -4.222 2.972 -6.252", "key": "svg-0" }], ["path", { "d": "M16 3a6 6 0 0 1 6 6v1a1 1 0 0 1 -2 0v-1a4 4 0 0 0 -4 -4h-1a1 1 0 0 1 0 -2z", "key": "svg-1" }]]; const IconBrandWeiboFilled = createReactComponent("filled", "brand-weibo-filled", "BrandWeiboFilled", __iconNode$dt); const __iconNode$ds = [["path", { "d": "M18.497 4.409a10 10 0 0 1 -10.36 16.828l-.223 -.098l-4.759 .849l-.11 .011a1 1 0 0 1 -.11 0l-.102 -.013l-.108 -.024l-.105 -.037l-.099 -.047l-.093 -.058l-.014 -.011l-.012 -.007l-.086 -.073l-.077 -.08l-.067 -.088l-.056 -.094l-.034 -.07l-.04 -.108l-.028 -.128l-.012 -.102a1 1 0 0 1 0 -.125l.012 -.1l.024 -.11l.045 -.122l1.433 -3.304l-.009 -.014a10 10 0 0 1 1.549 -12.454l.215 -.203a10 10 0 0 1 13.226 -.217m-8.997 3.09a1.5 1.5 0 0 0 -1.5 1.5v1a6 6 0 0 0 6 6h1a1.5 1.5 0 0 0 0 -3h-1l-.144 .007a1.5 1.5 0 0 0 -1.128 .697l-.042 .074l-.022 -.007a4.01 4.01 0 0 1 -2.435 -2.435l-.008 -.023l.075 -.041a1.5 1.5 0 0 0 .704 -1.272v-1a1.5 1.5 0 0 0 -1.5 -1.5", "key": "svg-0" }]]; const IconBrandWhatsappFilled = createReactComponent("filled", "brand-whatsapp-filled", "BrandWhatsappFilled", __iconNode$ds); const __iconNode$dr = [["path", { "d": "M21 13v5c0 1.57 -1.248 2.832 -2.715 2.923l-.113 .003l-.042 .018a1 1 0 0 1 -.336 .056l-.118 -.008l-4.676 -.585v-7.407zm-10 0v7.157l-5.3 -.662c-1.514 -.151 -2.7 -1.383 -2.7 -2.895v-3.6zm0 -9.158v7.158h-8v-3.6c0 -1.454 1.096 -2.648 2.505 -2.87zm10 2.058v5.1h-8v-7.409l4.717 -.589c1.759 -.145 3.283 1.189 3.283 2.898", "key": "svg-0" }]]; const IconBrandWindowsFilled = createReactComponent("filled", "brand-windows-filled", "BrandWindowsFilled", __iconNode$dr); const __iconNode$dq = [["path", { "d": "M8.267 3a1 1 0 0 1 .73 .317l.076 .092l4.274 5.828l5.946 -5.944a1 1 0 0 1 1.497 1.32l-.083 .094l-6.163 6.162l6.262 8.54a1 1 0 0 1 -.697 1.585l-.109 .006h-4.267a1 1 0 0 1 -.73 -.317l-.076 -.092l-4.276 -5.829l-5.944 5.945a1 1 0 0 1 -1.497 -1.32l.083 -.094l6.161 -6.163l-6.26 -8.539a1 1 0 0 1 .697 -1.585l.109 -.006h4.267z", "key": "svg-0" }]]; const IconBrandXFilled = createReactComponent("filled", "brand-x-filled", "BrandXFilled", __iconNode$dq); const __iconNode$dp = [["path", { "d": "M18 3a5 5 0 0 1 5 5v8a5 5 0 0 1 -5 5h-12a5 5 0 0 1 -5 -5v-8a5 5 0 0 1 5 -5zm-9 6v6a1 1 0 0 0 1.514 .857l5 -3a1 1 0 0 0 0 -1.714l-5 -3a1 1 0 0 0 -1.514 .857z", "key": "svg-0" }]]; const IconBrandYoutubeFilled = createReactComponent("filled", "brand-youtube-filled", "BrandYoutubeFilled", __iconNode$dp); const __iconNode$do = [["path", { "d": "M18 3a4 4 0 0 1 3.109 6.516l-.11 .126l.001 8.358a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -3 -3v-8.356l-.116 -.136a4 4 0 0 1 -.728 -3.616l.067 -.21c.532 -1.525 1.93 -2.58 3.601 -2.677l12.079 .001z", "key": "svg-0" }]]; const IconBreadFilled = createReactComponent("filled", "bread-filled", "BreadFilled", __iconNode$do); const __iconNode$dn = [["path", { "d": "M14 2a3 3 0 0 1 3 3v1h2a3 3 0 0 1 3 3v9a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-9a3 3 0 0 1 3 -3h2v-1a3 3 0 0 1 3 -3zm0 2h-4a1 1 0 0 0 -1 1v1h6v-1a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconBriefcase2Filled = createReactComponent("filled", "briefcase-2-filled", "Briefcase2Filled", __iconNode$dn); const __iconNode$dm = [["path", { "d": "M22 13.478v4.522a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-4.522l.553 .277a20.999 20.999 0 0 0 18.897 -.002l.55 -.275zm-8 -11.478a3 3 0 0 1 3 3v1h2a3 3 0 0 1 3 3v2.242l-1.447 .724a19.002 19.002 0 0 1 -16.726 .186l-.647 -.32l-1.18 -.59v-2.242a3 3 0 0 1 3 -3h2v-1a3 3 0 0 1 3 -3h4zm-2 8a1 1 0 0 0 -1 1a1 1 0 1 0 2 .01c0 -.562 -.448 -1.01 -1 -1.01zm2 -6h-4a1 1 0 0 0 -1 1v1h6v-1a1 1 0 0 0 -1 -1z", "key": "svg-0" }]]; const IconBriefcaseFilled = createReactComponent("filled", "briefcase-filled", "BriefcaseFilled", __iconNode$dm); const __iconNode$dl = [["path", { "d": "M12.707 2.793l2.208 2.207h3.085a1 1 0 0 1 .993 .883l.007 .117v3.085l2.207 2.208a1 1 0 0 1 .083 1.32l-.083 .094l-2.207 2.207v3.086a1 1 0 0 1 -.883 .993l-.117 .007h-3.086l-2.207 2.207a1 1 0 0 1 -1.32 .083l-.094 -.083l-2.208 -2.207h-3.085a1 1 0 0 1 -.993 -.883l-.007 -.117v-3.085l-2.207 -2.208a1 1 0 0 1 -.083 -1.32l.083 -.094l2.207 -2.209v-3.084a1 1 0 0 1 .883 -.993l.117 -.007h3.084l2.209 -2.207a1 1 0 0 1 1.414 0m-.707 5.207a3 3 0 0 0 -3 3v3.5a1 1 0 0 0 2 0v-.5h2v.5a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-3.5a3 3 0 0 0 -3 -3m0 2a1 1 0 0 1 1 1v1h-2v-1a1 1 0 0 1 .883 -.993z", "key": "svg-0" }]]; const IconBrightnessAutoFilled = createReactComponent("filled", "brightness-auto-filled", "BrightnessAutoFilled", __iconNode$dl); const __iconNode$dk = [["path", { "d": "M12 8a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z", "key": "svg-0" }], ["path", { "d": "M12 4a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-1" }], ["path", { "d": "M17 6a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-2" }], ["path", { "d": "M19 11a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-3" }], ["path", { "d": "M17 16a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-4" }], ["path", { "d": "M12 18a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-5" }], ["path", { "d": "M7 16a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-6" }], ["path", { "d": "M5 11a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-7" }], ["path", { "d": "M7 6a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", "key": "svg-8" }]]; const IconBrightnessDownFilled = createReactComponent("filled", "brightness-down-filled", "BrightnessDownFilled", __iconNode$dk); const __iconNode$dj = [["path", { "d": "M12 8a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z", "key": "svg-0" }], ["path", { "d": "M12 2a1 1 0 0 1 .993 .883l.007 .117v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a1 1 0 0 1 1 -1z", "key": "svg-1" }], ["path", { "d": "M17.693 4.893a1 1 0 0 1 1.497 1.32l-.083 .094l-1.4 1.4a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.4 -1.4z", "key": "svg-2" }], ["path", { "d": "M21 11a1 1 0 0 1 .117 1.993l-.117 .007h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2z", "key": "svg-3" }], ["path", { "d": "M16.293 16.293a1 1 0 0 1 1.32 -.083l.094 .083l1.4 1.4a1 1 0 0 1 -1.32 1.497l-.094 -.083l-1.4 -1.4a1 1 0 0 1 0 -1.414z", "key": "svg-4" }], ["path", { "d": "M12 18a1 1 0 0 1 .993 .883l.007 .117v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a1 1 0 0 1 1 -1z", "key": "svg-5" }], ["path", { "d": "M6.293 16.293a1 1 0 0 1 1.497 1.32l-.083 .094l-1.4 1.4a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.4 -1.4z", "key": "svg-6" }], ["path", { "d": "M6 11a1 1 0 0 1 .117 1.993l-.117 .007h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2z", "key": "svg-7" }], ["path", { "d": "M4.893 4.893a1 1 0 0 1 1.32 -.083l.094 .083l1.4 1.4a1 1 0 0 1 -1.32 1.497l-.094 -.083l-1.4 -1.4a1 1 0 0 1 0 -1.414z", "key": "svg-8" }]]; const IconBrightnessUpFilled = createReactComponent("filled", "brightness-up-filled", "BrightnessUpFilled", __iconNode$dj); const __iconNode$di = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-9 1.732a8 8 0 0 0 4.001 14.928l-.001 -16a8 8 0 0 0 -4 1.072", "key": "svg-0" }]]; const IconBrightnessFilled = createReactComponent("filled", "brightness-filled", "BrightnessFilled", __iconNode$di); const __iconNode$dh = [["path", { "d": "M12.4 2l.253 .005a6.34 6.34 0 0 1 5.235 3.166l.089 .163l.178 .039a6.33 6.33 0 0 1 4.254 3.406l.105 .228a6.334 6.334 0 0 1 -5.74 8.865l-.144 -.002l-.037 .052a5.26 5.26 0 0 1 -5.458 1.926l-.186 -.051l-3.435 2.06a1 1 0 0 1 -1.508 -.743l-.006 -.114v-2.435l-.055 -.026a3.67 3.67 0 0 1 -1.554 -1.498l-.102 -.199a3.67 3.67 0 0 1 -.312 -2.14l.038 -.21l-.116 -.092a5.8 5.8 0 0 1 -1.887 -6.025l.071 -.238a5.8 5.8 0 0 1 5.42 -4.004h.157l.15 -.165a6.33 6.33 0 0 1 4.33 -1.963zm1.6 11h-5a1 1 0 0 0 0 2h5a1 1 0 0 0 0 -2m3 -4h-10a1 1 0 1 0 0 2h10a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconBubbleTextFilled = createReactComponent("filled", "bubble-text-filled", "BubbleTextFilled", __iconNode$dh); const __iconNode$dg = [["path", { "d": "M12.4 2a6.33 6.33 0 0 1 5.491 3.176l.09 .162l.126 .027a6.335 6.335 0 0 1 4.889 5.934l.004 .234a6.333 6.333 0 0 1 -6.333 6.334l-.035 -.002l-.035 .05a5.26 5.26 0 0 1 -3.958 2.08l-.239 .005q -.722 0 -1.404 -.19l-.047 -.014l-3.434 2.061a1 1 0 0 1 -1.509 -.743l-.006 -.114v-2.434l-.121 -.06a3.67 3.67 0 0 1 -1.94 -3.042l-.006 -.197q 0 -.365 .07 -.717l.013 -.058l-.113 -.09a5.8 5.8 0 0 1 -2.098 -4.218l-.005 -.25a5.8 5.8 0 0 1 5.8 -5.8l.058 .001l.15 -.163a6.32 6.32 0 0 1 4.328 -1.967z", "key": "svg-0" }]]; const IconBubbleFilled = createReactComponent("filled", "bubble-filled", "BubbleFilled", __iconNode$dg); const __iconNode$df = [["path", { "d": "M12 4a4 4 0 0 1 3.995 3.8l.005 .2a1 1 0 0 1 .428 .096l3.033 -1.938a1 1 0 1 1 1.078 1.684l-3.015 1.931a7.17 7.17 0 0 1 .476 2.227h3a1 1 0 0 1 0 2h-3v1a6.01 6.01 0 0 1 -.195 1.525l2.708 1.616a1 1 0 1 1 -1.026 1.718l-2.514 -1.501a6.002 6.002 0 0 1 -3.973 2.56v-5.918a1 1 0 0 0 -2 0v5.917a6.002 6.002 0 0 1 -3.973 -2.56l-2.514 1.503a1 1 0 1 1 -1.026 -1.718l2.708 -1.616a6.01 6.01 0 0 1 -.195 -1.526v-1h-3a1 1 0 0 1 0 -2h3.001v-.055a7 7 0 0 1 .474 -2.173l-3.014 -1.93a1 1 0 1 1 1.078 -1.684l3.032 1.939l.024 -.012l.068 -.027l.019 -.005l.016 -.006l.032 -.008l.04 -.013l.034 -.007l.034 -.004l.045 -.008l.015 -.001l.015 -.002l.087 -.004a4 4 0 0 1 4 -4zm0 2a2 2 0 0 0 -2 2h4a2 2 0 0 0 -2 -2z", "key": "svg-0" }]]; const IconBugFilled = createReactComponent("filled", "bug-filled", "BugFilled", __iconNode$df); const __iconNode$de = [["path", { "d": "M18 6a3 3 0 0 1 3 3v9a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2v-2a3 3 0 0 0 -6 0v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2v-9a3 3 0 0 1 3 -3z", "key": "svg-0" }]]; const IconBuildingBridge2Filled = createReactComponent("filled", "building-bridge-2-filled", "BuildingBridge2Filled", __iconNode$de); const __iconNode$dd = [["path", { "d": "M12 10a2 2 0 0 1 1.497 3.327l2.452 7.357a1 1 0 1 1 -1.898 .632l-.44 -1.316h-3.224l-.438 1.317a1 1 0 0 1 -1.152 .663l-.113 -.03a1 1 0 0 1 -.633 -1.265l2.452 -7.357a2 2 0 0 1 -.503 -1.328l.005 -.15a2 2 0 0 1 1.995 -1.85", "key": "svg-0" }], ["path", { "d": "M18.093 4.078a10 10 0 0 1 3.137 11.776a1 1 0 0 1 -1.846 -.77a8 8 0 1 0 -14.769 0a1 1 0 0 1 -1.846 .77a10 10 0 0 1 15.324 -11.776", "key": "svg-1" }], ["path", { "d": "M15.657 7.243a6 6 0 0 1 1.882 7.066a1 1 0 1 1 -1.846 -.77a4 4 0 1 0 -7.384 0a1 1 0 1 1 -1.846 .77a6 6 0 0 1 9.194 -7.066", "key": "svg-2" }]]; const IconBuildingBroadcastTowerFilled = createReactComponent("filled", "building-broadcast-tower-filled", "BuildingBroadcastTowerFilled", __iconNode$dd); const __iconNode$dc = [["path", { "d": "M4 11a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z", "key": "svg-0" }], ["path", { "d": "M12 2a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z", "key": "svg-1" }], ["path", { "d": "M21 11a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z", "key": "svg-2" }], ["path", { "d": "M4.893 4.893a1 1 0 0 1 1.32 -.083l.094 .083l.7 .7a1 1 0 0 1 -1.32 1.497l-.094 -.083l-.7 -.7a1 1 0 0 1 0 -1.414z", "key": "svg-3" }], ["path", { "d": "M17.693 4.893a1 1 0 0 1 1.497 1.32l-.083 .094l-.7 .7a1 1 0 0 1 -1.497 -1.32l.083 -.094l.7 -.7z", "key": "svg-4" }], ["path", { "d": "M14 18a1 1 0 0 1 1 1a3 3 0 0 1 -6 0a1 1 0 0 1 .883 -.993l.117 -.007h4z", "key": "svg-5" }], ["path", { "d": "M12 6a6 6 0 0 1 3.6 10.8a1 1 0 0 1 -.471 .192l-.129 .008h-6a1 1 0 0 1 -.6 -.2a6 6 0 0 1 3.6 -10.8z", "key": "svg-6" }]]; const IconBulbFilled = createReactComponent("filled", "bulb-filled", "BulbFilled", __iconNode$dc); const __iconNode$db = [["path", { "d": "M17 4c3.4 0 6 3.64 6 8v5a1 1 0 0 1 -1 1h-1.171a3.001 3.001 0 0 1 -5.658 0h-6.342a3.001 3.001 0 0 1 -5.658 0h-1.171a1 1 0 0 1 -1 -1v-11a2 2 0 0 1 2 -2zm-11 12a1 1 0 1 0 0 2a1 1 0 0 0 0 -2m12 0a1 1 0 1 0 0 2a1 1 0 0 0 0 -2m-.76 -9.989l1.068 4.989h2.636c-.313 -2.756 -1.895 -4.82 -3.704 -4.989m-11.24 -.011h-3v3h3zm5 0h-3v3h3zm4.191 0h-2.191v3h2.834z", "key": "svg-0" }]]; const IconBusFilled = createReactComponent("filled", "bus-filled", "BusFilled", __iconNode$db); const __iconNode$da = [["path", { "d": "M17.117 6.244l.228 .076a5.5 5.5 0 0 1 1.24 9.738l-.063 .039l.02 .034a4 4 0 0 1 .101 3.533l-.093 .19a4 4 0 0 1 -5.55 1.608v-14.857a5.5 5.5 0 0 1 4.118 -.36", "key": "svg-0" }], ["path", { "d": "M8.505 6c.885 0 1.736 .21 2.495 .597v14.87a4 4 0 0 1 -1.012 .41l-.196 .045a4 4 0 0 1 -4.424 -5.587l.118 -.238l-.035 -.023a5.5 5.5 0 0 1 -2.397 -5.258l.034 -.233a5.5 5.5 0 0 1 5.417 -4.583", "key": "svg-1" }], ["path", { "d": "M14.445 2.168a1 1 0 0 1 1.11 1.664l-3 2a1 1 0 0 1 -1.11 0l-3 -2a1 1 0 0 1 1.11 -1.664l2.444 1.63z", "key": "svg-2" }]]; const IconButterflyFilled = createReactComponent("filled", "butterfly-filled", "ButterflyFilled", __iconNode$da); const __iconNode$d9 = [["path", { "d": "M7 22a1 1 0 0 1 -.117 -1.993l.117 -.007h2v-6a4 4 0 0 1 -3.995 -3.8l-.005 -.2v-1a1 1 0 0 1 1.993 -.117l.007 .117v1a2 2 0 0 0 1.85 1.995l.15 .005v-7a3 3 0 0 1 5.995 -.176l.005 .176v10a2 2 0 0 0 1.995 -1.85l.005 -.15v-5a1 1 0 0 1 1.993 -.117l.007 .117v5a4 4 0 0 1 -3.8 3.995l-.2 .005v3h2a1 1 0 0 1 .117 1.993l-.117 .007h-10z", "key": "svg-0" }]]; const IconCactusFilled = createReactComponent("filled", "cactus-filled", "CactusFilled", __iconNode$d9); const __iconNode$d8 = [["path", { "d": "M18 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-10 15a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm4 0a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm4 0a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm-8 -4a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm4 0a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm4 0a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm-1 -7h-6a2 2 0 0 0 -2 2v1a2 2 0 0 0 2 2h6a2 2 0 0 0 2 -2v-1a2 2 0 0 0 -2 -2z", "key": "svg-0" }]]; const IconCalculatorFilled = createReactComponent("filled", "calculator-filled", "CalculatorFilled", __iconNode$d8); const __iconNode$d7 = [["path", { "d": "M16 2a1 1 0 0 1 .993 .883l.007 .117v1h1a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h1v-1a1 1 0 0 1 1.993 -.117l.007 .117v1h6v-1a1 1 0 0 1 1 -1m3 8h-14v8.625c0 .705 .386 1.286 .883 1.366l.117 .009h12c.513 0 .936 -.53 .993 -1.215l.007 -.16zm-9 4a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1z", "key": "svg-0" }]]; const IconCalendarEventFilled = createReactComponent("filled", "calendar-event-filled", "CalendarEventFilled", __iconNode$d7); const __iconNode$d6 = [["path", { "d": "M8 12a1 1 0 0 1 1 1v4a1 1 0 0 1 -2 0v-4a1 1 0 0 1 1 -1", "key": "svg-0" }], ["path", { "d": "M12 12a1 1 0 0 1 1 1v4a1 1 0 0 1 -2 0v-4a1 1 0 0 1 1 -1", "key": "svg-1" }], ["path", { "d": "M16 12a1 1 0 0 1 1 1v4a1 1 0 0 1 -2 0v-4a1 1 0 0 1 1 -1", "key": "svg-2" }], ["path", { "d": "M16 2a1 1 0 0 1 .993 .883l.007 .117v1h1a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h1v-1a1 1 0 0 1 1.993 -.117l.007 .117v1h6v-1a1 1 0 0 1 1 -1m3 7h-14v9.625c0 .705 .386 1.286 .883 1.366l.117 .009h12c.513 0 .936 -.53 .993 -1.215l.007 -.16z", "key": "svg-3" }]]; const IconCalendarMonthFilled = createReactComponent("filled", "calendar-month-filled", "CalendarMonthFilled", __iconNode$d6); const __iconNode$d5 = [["path", { "d": "M16 2c.183 0 .355 .05 .502 .135l.033 .02c.28 .177 .465 .49 .465 .845v1h1a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h1v-1a1 1 0 0 1 .514 -.874l.093 -.046l.066 -.025l.1 -.029l.107 -.019l.12 -.007q .083 0 .161 .013l.122 .029l.04 .012l.06 .023c.328 .135 .568 .44 .61 .806l.007 .117v1h6v-1a1 1 0 0 1 1 -1m3 7h-14v9.625c0 .705 .386 1.286 .883 1.366l.117 .009h12c.513 0 .936 -.53 .993 -1.215l.007 -.16z", "key": "svg-0" }], ["path", { "d": "M9.015 13a1 1 0 0 1 -1 1a1.001 1.001 0 1 1 -.005 -2c.557 0 1.005 .448 1.005 1", "key": "svg-1" }], ["path", { "d": "M13.015 13a1 1 0 0 1 -1 1a1.001 1.001 0 1 1 -.005 -2c.557 0 1.005 .448 1.005 1", "key": "svg-2" }], ["path", { "d": "M17.02 13a1 1 0 0 1 -1 1a1.001 1.001 0 1 1 -.005 -2c.557 0 1.005 .448 1.005 1", "key": "svg-3" }], ["path", { "d": "M12.02 15a1 1 0 0 1 0 2a1.001 1.001 0 1 1 -.005 -2z", "key": "svg-4" }], ["path", { "d": "M9.015 16a1 1 0 0 1 -1 1a1.001 1.001 0 1 1 -.005 -2c.557 0 1.005 .448 1.005 1", "key": "svg-5" }]]; const IconCalendarWeekFilled = createReactComponent("filled", "calendar-week-filled", "CalendarWeekFilled", __iconNode$d5); const __iconNode$d4 = [["path", { "d": "M16 2a1 1 0 0 1 .993 .883l.007 .117v1h1a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h1v-1a1 1 0 0 1 1.993 -.117l.007 .117v1h6v-1a1 1 0 0 1 1 -1zm3 7h-14v9.625c0 .705 .386 1.286 .883 1.366l.117 .009h12c.513 0 .936 -.53 .993 -1.215l.007 -.16v-9.625z", "key": "svg-0" }], ["path", { "d": "M12 12a1 1 0 0 1 .993 .883l.007 .117v3a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a1 1 0 0 1 -.117 -1.993l.117 -.007h1z", "key": "svg-1" }]]; const IconCalendarFilled = createReactComponent("filled", "calendar-filled", "CalendarFilled", __iconNode$d4); const __iconNode$d3 = [["path", { "d": "M15 3a2 2 0 0 1 1.995 1.85l.005 .15a1 1 0 0 0 .883 .993l.117 .007h1a3 3 0 0 1 2.995 2.824l.005 .176v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-9a3 3 0 0 1 2.824 -2.995l.176 -.005h1a1 1 0 0 0 1 -1a2 2 0 0 1 1.85 -1.995l.15 -.005h6zm-3 7a3 3 0 0 0 -2.985 2.698l-.011 .152l-.004 .15l.004 .15a3 3 0 1 0 2.996 -3.15z", "key": "svg-0" }]]; const IconCameraFilled = createReactComponent("filled", "camera-filled", "CameraFilled", __iconNode$d3); const __iconNode$d2 = [["path", { "d": "M19.757 16.03a1 1 0 0 1 .597 1.905l-.111 .035l-16 4a1 1 0 0 1 -.597 -1.905l.111 -.035l16 -4z", "key": "svg-0" }], ["path", { "d": "M3.03 16.757a1 1 0 0 1 1.098 -.749l.115 .022l16 4a1 1 0 0 1 -.37 1.962l-.116 -.022l-16 -4a1 1 0 0 1 -.727 -1.213z", "key": "svg-1" }], ["path", { "d": "M13.553 2.106c-4.174 2.086 -6.553 5.358 -6.553 8.894a5 5 0 0 0 10 0c0 -1.047 -.188 -1.808 -.606 -2.705l-.169 -.345l-.33 -.647c-.621 -1.24 -.895 -2.338 -.895 -4.303a1 1 0 0 0 -1.447 -.894z", "key": "svg-2" }]]; const IconCampfireFilled = createReactComponent("filled", "campfire-filled", "CampfireFilled", __iconNode$d2); const __iconNode$d1 = [["path", { "d": "M14 9a2 2 0 0 1 2 2v10a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1v-10a2 2 0 0 1 2 -2z", "key": "svg-0" }], ["path", { "d": "M11.254 1.334a1 1 0 0 1 1.491 0l1.452 1.623a3 3 0 0 1 -4.196 4.28c-1.195 -1.07 -1.339 -2.889 -.297 -4.166z", "key": "svg-1" }]]; const IconCandleFilled = createReactComponent("filled", "candle-filled", "CandleFilled", __iconNode$d1); const __iconNode$d0 = [["path", { "d": "M12.894 1.553c1.472 2.945 2.17 5.028 2.244 6.812l.001 .091l.032 -.022a8.7 8.7 0 0 1 2.73 -1.191l.352 -.079a8 8 0 0 1 1.562 -.169l.253 .007a1 1 0 0 1 .85 1.396c-.949 2.187 -1.818 3.595 -2.902 4.664l-.061 .058l.25 .055q .45 .108 .869 .259l.276 .104c.586 .235 1.006 .479 1.25 .662a1 1 0 0 1 -.042 1.63l-.199 .112l-1.133 .587c-.567 .289 -1.166 .584 -1.404 .67q -.123 .045 -.244 .083l-.074 .019l.016 .042c.327 .912 .456 1.789 .477 2.462l.003 .195a1 1 0 0 1 -1 1c-1.257 0 -2.77 -.729 -4.001 -1.647l.001 2.647a1 1 0 0 1 -2 0v-2.647c-1.16 .866 -2.57 1.563 -3.781 1.64l-.219 .007a1 1 0 0 1 -1 -1c0 -.624 .098 -1.464 .379 -2.358l.116 -.341l-.073 -.02l-.244 -.081c-.343 -.125 -1.442 -.686 -2.106 -1.032l-.52 -.274a1 1 0 0 1 -.152 -1.694c.244 -.183 .664 -.427 1.25 -.662a8 8 0 0 1 1.145 -.363l.249 -.055l-.06 -.058c-1.024 -1.01 -1.856 -2.322 -2.744 -4.307l-.157 -.357a1 1 0 0 1 .724 -1.38l.149 -.017l.058 -.003a7.5 7.5 0 0 1 1.744 .159a8.6 8.6 0 0 1 2.727 1.045l.27 .169v-.037c-.028 -1.594 .375 -3.18 1.095 -4.704l.139 -.285c.455 -.908 .914 -1.586 1.238 -1.98a1 1 0 0 1 1.666 .189", "key": "svg-0" }]]; const IconCannabisFilled = createReactComponent("filled", "cannabis-filled", "CannabisFilled", __iconNode$d0); const __iconNode$c$ = [["path", { "d": "M15 5h-6a7 7 0 1 0 0 14h6a7 7 0 0 0 7 -7l-.007 -.303a7 7 0 0 0 -6.993 -6.697z", "key": "svg-0" }]]; const IconCapsuleHorizontalFilled = createReactComponent("filled", "capsule-horizontal-filled", "CapsuleHorizontalFilled", __iconNode$c$); const __iconNode$c_ = [["path", { "d": "M12 2l-.243 .004a7.004 7.004 0 0 0 -6.757 6.996v6a7 7 0 0 0 7 7l.243 -.004a7.004 7.004 0 0 0 6.757 -6.996v-6a7 7 0 0 0 -7 -7z", "key": "svg-0" }]]; const IconCapsuleFilled = createReactComponent("filled", "capsule-filled", "CapsuleFilled", __iconNode$c_); const __iconNode$cZ = [["path", { "d": "M8 3a1 1 0 0 1 .117 1.993l-.117 .007h-2a1 1 0 0 0 -.993 .883l-.007 .117v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a3 3 0 0 1 2.824 -2.995l.176 -.005h2z", "key": "svg-0" }], ["path", { "d": "M4 15a1 1 0 0 1 .993 .883l.007 .117v2a1 1 0 0 0 .883 .993l.117 .007h2a1 1 0 0 1 .117 1.993l-.117 .007h-2a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-2a1 1 0 0 1 1 -1z", "key": "svg-1" }], ["path", { "d": "M18 3a3 3 0 0 1 2.995 2.824l.005 .176v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a1 1 0 0 0 -.883 -.993l-.117 -.007h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2z", "key": "svg-2" }], ["path", { "d": "M20 15a1 1 0 0 1 .993 .883l.007 .117v2a3 3 0 0 1 -2.824 2.995l-.176 .005h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2a1 1 0 0 0 .993 -.883l.007 -.117v-2a1 1 0 0 1 1 -1z", "key": "svg-3" }], ["path", { "d": "M12 8a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z", "key": "svg-4" }]]; const IconCaptureFilled = createReactComponent("filled", "capture-filled", "CaptureFilled", __iconNode$cZ); const __iconNode$cY = [["path", { "d": "M17 2a3 3 0 0 1 3 3v2a3 3 0 0 1 -6 0h-1v10h1a3 3 0 0 1 6 0v2a3 3 0 0 1 -6 0h-4a3 3 0 0 1 -6 0v-2a3 3 0 0 1 6 0h1v-10h-1a3 3 0 1 1 -6 0v-2a3 3 0 1 1 6 0h4a3 3 0 0 1 3 -3", "key": "svg-0" }]]; const IconCar4wdFilled = createReactComponent("filled", "car-4wd-filled", "Car4wdFilled", __iconNode$cY); const __iconNode$cX = [["path", { "d": "M3.06 5.66l.035 -.085l.07 -.125l.033 -.048l.063 -.075l.064 -.065l.098 -.079l.106 -.065l.067 -.033l.048 -.02l.139 -.041l18.053 -3.01a1 1 0 0 1 1.164 .986v2a1 1 0 0 1 -2 0v-.82l-13.802 2.3l1.25 .626a1 1 0 0 1 .552 .894l-.001 3h2.001v-4a1 1 0 0 1 1 -1h4a6 6 0 0 1 6 6v5a1 1 0 0 1 -1 1h-1.17a3.001 3.001 0 0 1 -5.66 0h-6.34a3.001 3.001 0 0 1 -5.83 -1v-5a1 1 0 0 1 1 -1v-4.99a1 1 0 0 1 .06 -.35m1.94 10.34a1 1 0 1 0 0 2a1 1 0 0 0 0 -2m12 0a1 1 0 1 0 .992 1.124l.008 -.132l-.007 -.109a1 1 0 0 0 -.993 -.883m-.652 -7.985l.895 2.985h2.63l-.042 -.155a4 4 0 0 0 -3.223 -2.8z", "key": "svg-0" }]]; const IconCarCraneFilled = createReactComponent("filled", "car-crane-filled", "CarCraneFilled", __iconNode$cX); const __iconNode$cW = [["path", { "d": "M12.363 2.068l4.912 1.914a2.7 2.7 0 0 1 .68 4.646l-3.045 2.371l6.09 .001a1 1 0 0 1 .932 1.363l-1.914 4.912a2.7 2.7 0 0 1 -4.646 .68l-2.372 -3.047v6.092a1 1 0 0 1 -1.363 .932l-4.912 -1.914a2.7 2.7 0 0 1 -.68 -4.646l3.045 -2.372h-6.09a1 1 0 0 1 -.932 -1.363l1.914 -4.912a2.7 2.7 0 0 1 4.646 -.68l2.371 3.044l.001 -6.089a1 1 0 0 1 1.363 -.932", "key": "svg-0" }]]; const IconCarFanFilled = createReactComponent("filled", "car-fan-filled", "CarFanFilled", __iconNode$cW); const __iconNode$cV = [["path", { "d": "M7 14a3 3 0 1 1 -3 3l.005 -.176a3 3 0 0 1 2.995 -2.824m11 0a3 3 0 1 1 -3 3l.005 -.176a3 3 0 0 1 2.995 -2.824m-11 2a1 1 0 1 0 0 2a1 1 0 0 0 0 -2m11 0a1 1 0 1 0 0 2a1 1 0 0 0 0 -2m-3.562 -12a3 3 0 0 1 2.91 2.272l.433 1.728h2.219a3 3 0 0 1 2.995 2.824l.005 .176v3.02l-.01 .117a1 1 0 0 1 -.286 .575l-.107 .091l-.07 .049l-.076 .042l-.106 .046l-.017 .005l-.047 .016l-.108 .025l-.118 .013l-.08 .002l-.122 -.012l-.148 -.033l-.063 -.022a1 1 0 0 1 -.362 -.24l-.08 -.094a4 4 0 0 0 -3.2 -1.6a4 4 0 0 0 -3.2 1.6a1 1 0 0 1 -.8 .4h-3a1 1 0 0 1 -.8 -.4a3.998 3.998 0 0 0 -6.402 .002a1 1 0 1 1 -1.602 -1.198c.493 -.66 1.11 -1.2 1.804 -1.602v-2.792a1 1 0 0 1 .06 -.35l.042 -.1l2.004 -4.007a1 1 0 0 1 .894 -.553zm-12.438 2a1 1 0 0 1 1 1v4a1 1 0 0 1 -2 0v-4a1 1 0 0 1 1 -1m12.438 0h-3.438v2h4.718l-.31 -1.243a1 1 0 0 0 -.97 -.757m-5.438 0h-1.382l-1.001 2h2.383z", "key": "svg-0" }]]; const IconCarSuvFilled = createReactComponent("filled", "car-suv-filled", "CarSuvFilled", __iconNode$cV); const __iconNode$cU = [["path", { "d": "M14 5a1 1 0 0 1 .694 .28l.087 .095l3.699 4.625h.52a3 3 0 0 1 2.995 2.824l.005 .176v4a1 1 0 0 1 -1 1h-1.171a3.001 3.001 0 0 1 -5.658 0h-4.342a3.001 3.001 0 0 1 -5.658 0h-1.171a1 1 0 0 1 -1 -1v-6l.007 -.117l.008 -.056l.017 -.078l.012 -.036l.014 -.05l2.014 -5.034a1 1 0 0 1 .928 -.629zm-7 11a1 1 0 1 0 0 2a1 1 0 0 0 0 -2m10 0a1 1 0 1 0 0 2a1 1 0 0 0 0 -2m-6 -9h-5.324l-1.2 3h6.524zm2.52 0h-.52v3h2.92z", "key": "svg-0" }]]; const IconCarFilled = createReactComponent("filled", "car-filled", "CarFilled", __iconNode$cU); const __iconNode$cT = [["path", { "d": "M17.108 22.085c-1.266 -.068 -2.924 -.859 -5.071 -2.355l-.04 -.027l-.037 .027c-2.147 1.497 -3.804 2.288 -5.072 2.356l-.178 .005c-2.747 0 -3.097 -2.64 -1.718 -7.244l.054 -.178l-.1 -.075c-6.056 -4.638 -5.046 -7.848 2.554 -8.066l.202 -.005l.115 -.326c1.184 -3.33 2.426 -5.085 4.027 -5.192l.156 -.005c1.674 0 2.957 1.76 4.182 5.197l.114 .326l.204 .005c7.6 .218 8.61 3.428 2.553 8.065l-.102 .075l.055 .178c1.35 4.512 1.04 7.137 -1.556 7.24l-.163 .003z", "key": "svg-0" }]]; const IconCarambolaFilled = createReactComponent("filled", "carambola-filled", "CarambolaFilled", __iconNode$cT); const __iconNode$cS = [["path", { "d": "M15.949 3.684l.771 2.316h1.28a3 3 0 0 1 3 3v6h1a1 1 0 0 1 0 2h-1.17a3 3 0 0 1 -2.83 2h-6.17a3.001 3.001 0 0 1 -5.66 0h-1.17a3 3 0 0 1 -3 -3v-3.5a6.5 6.5 0 0 1 5.672 -6.448l6.934 -2.971a1 1 0 0 1 1.343 .603m-6.949 13.316a1 1 0 1 0 0 2a1 1 0 0 0 0 -2m5.5 -7h-1a1.5 1.5 0 0 0 -1.5 1.5v1a1.5 1.5 0 0 0 1.5 1.5h1a1.5 1.5 0 0 0 1.5 -1.5v-1a1.5 1.5 0 0 0 -1.5 -1.5m-.105 -4.653l-1.524 .653h1.742z", "key": "svg-0" }]]; const IconCaravanFilled = createReactComponent("filled", "caravan-filled", "CaravanFilled", __iconNode$cS); const __iconNode$cR = [["path", { "d": "M19 5a3 3 0 0 1 3 3v8.5a3.5 3.5 0 0 1 -3.5 3.5h-1.062a4 4 0 0 1 -3.118 -1.504l-1.54 -1.92a1 1 0 0 0 -1.56 0l-1.538 1.917a4 4 0 0 1 -3.122 1.507h-1.06a3.5 3.5 0 0 1 -3.5 -3.5v-8.5a3 3 0 0 1 3 -3zm-11 5a2 2 0 0 0 -1.995 1.85l-.005 .15a2 2 0 1 0 2 -2m8 0a2 2 0 0 0 -1.995 1.85l-.005 .15a2 2 0 1 0 2 -2", "key": "svg-0" }]]; const IconCardboardsFilled = createReactComponent("filled", "cardboards-filled", "CardboardsFilled", __iconNode$cR); const __iconNode$cQ = [["path", { "d": "M10.348 3.169l-7.15 3.113a2 2 0 0 0 -1.03 2.608l4.92 11.895a1.96 1.96 0 0 0 2.59 1.063l7.142 -3.11a2.002 2.002 0 0 0 1.036 -2.611l-4.92 -11.894a1.96 1.96 0 0 0 -2.588 -1.064z", "key": "svg-0" }], ["path", { "d": "M16 3a2 2 0 0 1 1.995 1.85l.005 .15v3.5a1 1 0 0 1 -1.993 .117l-.007 -.117v-3.5h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z", "key": "svg-1" }], ["path", { "d": "M19.08 5.61a1 1 0 0 1 1.31 -.53c.257 .108 .505 .21 .769 .314a2 2 0 0 1 1.114 2.479l-.056 .146l-2.298 5.374a1 1 0 0 1 -1.878 -.676l.04 -.11l2.296 -5.371l-.366 -.148l-.402 -.167a1 1 0 0 1 -.53 -1.312z", "key": "svg-2" }]]; const IconCardsFilled = createReactComponent("filled", "cards-filled", "CardsFilled", __iconNode$cQ); const __iconNode$cP = [["path", { "d": "M18 9c.852 0 1.297 .986 .783 1.623l-.076 .084l-6 6a1 1 0 0 1 -1.32 .083l-.094 -.083l-6 -6l-.083 -.094l-.054 -.077l-.054 -.096l-.017 -.036l-.027 -.067l-.032 -.108l-.01 -.053l-.01 -.06l-.004 -.057v-.118l.005 -.058l.009 -.06l.01 -.052l.032 -.108l.027 -.067l.07 -.132l.065 -.09l.073 -.081l.094 -.083l.077 -.054l.096 -.054l.036 -.017l.067 -.027l.108 -.032l.053 -.01l.06 -.01l.057 -.004l12.059 -.002z", "key": "svg-0" }]]; const IconCaretDownFilled = createReactComponent("filled", "caret-down-filled", "CaretDownFilled", __iconNode$cP); const __iconNode$cO = [["path", { "d": "M13 6c0 -.89 1.077 -1.337 1.707 -.707l6 6a1 1 0 0 1 0 1.414l-6 6a.95 .95 0 0 1 -.082 .073l-.009 .006l-.022 .016l-.058 .042l-.016 .009l-.009 .007l-.028 .014l-.043 .024l-.018 .007l-.018 .01l-.034 .012l-.033 .015l-.026 .007l-.02 .008l-.026 .005l-.036 .012l-.029 .004l-.024 .006l-.028 .003l-.031 .006l-.032 .002l-.026 .003h-.026l-.033 .002l-.033 -.002h-.026l-.026 -.003l-.032 -.002l-.031 -.006l-.028 -.003l-.024 -.006l-.03 -.004l-.035 -.012l-.027 -.005l-.019 -.008l-.026 -.007l-.033 -.015l-.034 -.012l-.018 -.01l-.018 -.007l-.043 -.024l-.028 -.014l-.009 -.007l-.016 -.009l-.058 -.042l-.019 -.012l-.003 -.004l-.01 -.006a1.006 1.006 0 0 1 -.154 -.155l-.006 -.009l-.016 -.022l-.042 -.058l-.009 -.016l-.007 -.009l-.014 -.028l-.024 -.043l-.007 -.018l-.01 -.018l-.012 -.034l-.015 -.033l-.007 -.026l-.008 -.02l-.005 -.026l-.012 -.036l-.004 -.029l-.006 -.024l-.003 -.028l-.006 -.031l-.002 -.032l-.003 -.026v-.026l-.002 -.033v-12z", "key": "svg-0" }], ["path", { "d": "M9.293 5.293c.63 -.63 1.707 -.184 1.707 .707v12l-.002 .033v.026l-.003 .026l-.002 .032l-.006 .031l-.003 .028l-.006 .024l-.004 .03l-.012 .035l-.005 .027l-.008 .019l-.007 .026l-.015 .033l-.012 .034l-.01 .018l-.007 .018l-.024 .043l-.014 .028l-.007 .009l-.009 .016l-.042 .058l-.012 .019l-.004 .003l-.006 .01a1.006 1.006 0 0 1 -.155 .154l-.009 .006l-.022 .016l-.058 .042l-.016 .009l-.009 .007l-.028 .014l-.043 .024l-.018 .007l-.018 .01l-.034 .012l-.033 .015l-.026 .007l-.02 .008l-.026 .005l-.036 .012l-.029 .004l-.024 .006l-.028 .003l-.031 .006l-.032 .002l-.026 .003h-.026l-.033 .002l-.033 -.002h-.026l-.028 -.003l-.03 -.002l-.032 -.006l-.027 -.003l-.025 -.006l-.028 -.004l-.037 -.012l-.026 -.005l-.02 -.008l-.025 -.007l-.034 -.015l-.033 -.012l-.019 -.01l-.017 -.007l-.044 -.024l-.027 -.014l-.01 -.007l-.015 -.009l-.059 -.042l-.018 -.012l-.004 -.004l-.008 -.006a1.006 1.006 0 0 1 -.082 -.073l-6 -6a1 1 0 0 1 0 -1.414l6 -6z", "key": "svg-1" }]]; const IconCaretLeftRightFilled = createReactComponent("filled", "caret-left-right-filled", "CaretLeftRightFilled", __iconNode$cO); const __iconNode$cN = [["path", { "d": "M13.883 5.007l.058 -.005h.118l.058 .005l.06 .009l.052 .01l.108 .032l.067 .027l.132 .07l.09 .065l.081 .073l.083 .094l.054 .077l.054 .096l.017 .036l.027 .067l.032 .108l.01 .053l.01 .06l.004 .057l.002 .059v12c0 .852 -.986 1.297 -1.623 .783l-.084 -.076l-6 -6a1 1 0 0 1 -.083 -1.32l.083 -.094l6 -6l.094 -.083l.077 -.054l.096 -.054l.036 -.017l.067 -.027l.108 -.032l.053 -.01l.06 -.01z", "key": "svg-0" }]]; const IconCaretLeftFilled = createReactComponent("filled", "caret-left-filled", "CaretLeftFilled", __iconNode$cN); const __iconNode$cM = [["path", { "d": "M9 6c0 -.852 .986 -1.297 1.623 -.783l.084 .076l6 6a1 1 0 0 1 .083 1.32l-.083 .094l-6 6l-.094 .083l-.077 .054l-.096 .054l-.036 .017l-.067 .027l-.108 .032l-.053 .01l-.06 .01l-.057 .004l-.059 .002l-.059 -.002l-.058 -.005l-.06 -.009l-.052 -.01l-.108 -.032l-.067 -.027l-.132 -.07l-.09 -.065l-.081 -.073l-.083 -.094l-.054 -.077l-.054 -.096l-.017 -.036l-.027 -.067l-.032 -.108l-.01 -.053l-.01 -.06l-.004 -.057l-.002 -12.059z", "key": "svg-0" }]]; const IconCaretRightFilled = createReactComponent("filled", "caret-right-filled", "CaretRightFilled", __iconNode$cM); const __iconNode$cL = [["path", { "d": "M11.293 3.293a1 1 0 0 1 1.414 0l6 6a.95 .95 0 0 1 .073 .082l.006 .008l.016 .022l.042 .059l.009 .015l.007 .01l.014 .027l.024 .044l.007 .017l.01 .02l.012 .032l.015 .034l.007 .025l.008 .02l.005 .026l.012 .037l.004 .028l.006 .025l.003 .026l.006 .033l.002 .03l.003 .028v.026l.002 .033l-.002 .033v.026l-.003 .026l-.002 .032l-.005 .029l-.004 .03l-.006 .024l-.004 .03l-.012 .035l-.005 .027l-.008 .019l-.007 .026l-.015 .033l-.012 .034l-.01 .018l-.007 .018l-.024 .043l-.014 .028l-.007 .009l-.009 .016l-.042 .058l-.012 .019l-.004 .003l-.006 .01a1.006 1.006 0 0 1 -.155 .154l-.009 .006l-.022 .016l-.058 .042l-.016 .009l-.009 .007l-.028 .014l-.043 .024l-.018 .007l-.018 .01l-.034 .012l-.033 .015l-.024 .006l-.021 .009l-.027 .005l-.036 .012l-.029 .004l-.024 .006l-.028 .003l-.031 .006l-.032 .002l-.026 .003h-.026l-.033 .002h-12c-.89 0 -1.337 -1.077 -.707 -1.707l6 -6z", "key": "svg-0" }], ["path", { "d": "M18 13l.033 .002h.026l.026 .003l.032 .002l.031 .006l.028 .003l.024 .006l.03 .004l.035 .012l.027 .005l.019 .008l.026 .007l.033 .015l.034 .012l.018 .01l.018 .007l.043 .024l.028 .014l.009 .007l.016 .009l.051 .037l.026 .017l.003 .004l.01 .006a.982 .982 0 0 1 .154 .155l.006 .009l.015 .02l.043 .06l.009 .016l.007 .009l.014 .028l.024 .043l.005 .013l.012 .023l.012 .034l.015 .033l.007 .026l.008 .02l.005 .026l.012 .036l.004 .029l.006 .024l.003 .028l.006 .031l.002 .032l.003 .026v.026l.002 .033l-.002 .033v.026l-.003 .026l-.002 .032l-.006 .031l-.003 .028l-.006 .024l-.004 .03l-.012 .035l-.005 .027l-.008 .019l-.007 .026l-.015 .033l-.012 .034l-.01 .018l-.007 .018l-.024 .043l-.014 .028l-.007 .009l-.009 .016l-.042 .058l-.012 .019l-.004 .003l-.006 .01l-.073 .081l-6 6a1 1 0 0 1 -1.414 0l-6 -6c-.63 -.63 -.184 -1.707 .707 -1.707h12z", "key": "svg-1" }]]; const IconCaretUpDownFilled = createReactComponent("filled", "caret-up-down-filled", "CaretUpDownFilled", __iconNode$cL); const __iconNode$cK = [["path", { "d": "M11.293 7.293a1 1 0 0 1 1.32 -.083l.094 .083l6 6l.083 .094l.054 .077l.054 .096l.017 .036l.027 .067l.032 .108l.01 .053l.01 .06l.004 .057l.002 .059l-.002 .059l-.005 .058l-.009 .06l-.01 .052l-.032 .108l-.027 .067l-.07 .132l-.065 .09l-.073 .081l-.094 .083l-.077 .054l-.096 .054l-.036 .017l-.067 .027l-.108 .032l-.053 .01l-.06 .01l-.057 .004l-.059 .002h-12c-.852 0 -1.297 -.986 -.783 -1.623l.076 -.084l6 -6z", "key": "svg-0" }]]; const IconCaretUpFilled = createReactComponent("filled", "caret-up-filled", "CaretUpFilled", __iconNode$cK); const __iconNode$cJ = [["path", { "d": "M16 4h-8a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2z", "key": "svg-0" }], ["path", { "d": "M22 6a1 1 0 0 1 .117 1.993l-.117 .007h-1v8h1a1 1 0 0 1 .117 1.993l-.117 .007h-1a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-8a2 2 0 0 1 1.85 -1.995l.15 -.005h1z", "key": "svg-1" }], ["path", { "d": "M3 6a2 2 0 0 1 1.995 1.85l.005 .15v8a2 2 0 0 1 -1.85 1.995l-.15 .005h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1v-8h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z", "key": "svg-2" }]]; const IconCarouselHorizontalFilled = createReactComponent("filled", "carousel-horizontal-filled", "CarouselHorizontalFilled", __iconNode$cJ); const __iconNode$cI = [["path", { "d": "M18 6h-12a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-8a2 2 0 0 0 -2 -2z", "key": "svg-0" }], ["path", { "d": "M16 19a2 2 0 0 1 1.995 1.85l.005 .15v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1h-8v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a2 2 0 0 1 1.85 -1.995l.15 -.005h8z", "key": "svg-1" }], ["path", { "d": "M17 1a1 1 0 0 1 .993 .883l.007 .117v1a2 2 0 0 1 -1.85 1.995l-.15 .005h-8a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-1a1 1 0 0 1 1.993 -.117l.007 .117v1h8v-1a1 1 0 0 1 1 -1z", "key": "svg-2" }]]; const IconCarouselVerticalFilled = createReactComponent("filled", "carousel-vertical-filled", "CarouselVerticalFilled", __iconNode$cI); const __iconNode$cH = [["path", { "d": "M19 5a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3zm-7 4a3 3 0 0 0 -2.996 2.85l-.004 .15a3 3 0 1 0 3 -3m6.01 2h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2m-12 0h-.01a1 1 0 1 0 .01 2a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconCashBanknoteFilled = createReactComponent("filled", "cash-banknote-filled", "CashBanknoteFilled", __iconNode$cH); const __iconNode$cG = [["path", { "d": "M10 3h-6a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1z", "key": "svg-0" }], ["path", { "d": "M20 3h-6a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1z", "key": "svg-1" }], ["path", { "d": "M10 13h-6a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1z", "key": "svg-2" }], ["path", { "d": "M17 13a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z", "key": "svg-3" }]]; const IconCategoryFilled = createReactComponent("filled", "category-filled", "CategoryFilled", __iconNode$cG); const __iconNode$cF = [["path", { "d": "M12 3a3 3 0 0 1 3 3v4a3 3 0 0 1 3 3v3a.5 .5 0 1 0 1 0v-6.585l-1 -1l-.293 .292a1 1 0 0 1 -1.414 -1.414l.292 -.293l-.292 -.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.414 0l3 3a1 1 0 0 1 .293 .707v7a2.5 2.5 0 1 1 -5 0v-3a1 1 0 0 0 -1 -1v7a1 1 0 0 1 0 2h-12a1 1 0 0 1 0 -2v-13a3 3 0 0 1 3 -3zm-2.486 7.643a1 1 0 0 0 -1.371 .343l-1.5 2.5l-.054 .1a1 1 0 0 0 .911 1.414h1.233l-.59 .986a1 1 0 0 0 1.714 1.028l1.5 -2.5l.054 -.1a1 1 0 0 0 -.911 -1.414h-1.235l.592 -.986a1 1 0 0 0 -.343 -1.371m2.486 -5.643h-6a1 1 0 0 0 -1 1v1h8v-1a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconChargingPileFilled = createReactComponent("filled", "charging-pile-filled", "ChargingPileFilled", __iconNode$cF); const __iconNode$cE = [["path", { "d": "M15.22 9.375a1 1 0 0 1 1.393 -.165l.094 .083l4 4a1 1 0 0 1 .284 .576l.009 .131v5a1 1 0 0 1 -.883 .993l-.117 .007h-16.022l-.11 -.009l-.11 -.02l-.107 -.034l-.105 -.046l-.1 -.059l-.094 -.07l-.06 -.055l-.072 -.082l-.064 -.089l-.054 -.096l-.016 -.035l-.04 -.103l-.027 -.106l-.015 -.108l-.004 -.11l.009 -.11l.019 -.105c.01 -.04 .022 -.077 .035 -.112l.046 -.105l.059 -.1l4 -6a1 1 0 0 1 1.165 -.39l.114 .05l3.277 1.638l3.495 -4.369z", "key": "svg-0" }], ["path", { "d": "M15.232 3.36a1 1 0 0 1 1.382 -.15l.093 .083l4 4a1 1 0 0 1 -1.32 1.497l-.094 -.083l-3.226 -3.225l-4.299 5.158a1 1 0 0 1 -1.1 .303l-.115 -.049l-3.254 -1.626l-2.499 3.332a1 1 0 0 1 -1.295 .269l-.105 -.069a1 1 0 0 1 -.269 -1.295l.069 -.105l3 -4a1 1 0 0 1 1.137 -.341l.11 .047l3.291 1.645l4.494 -5.391z", "key": "svg-1" }]]; const IconChartAreaLineFilled = createReactComponent("filled", "chart-area-line-filled", "ChartAreaLineFilled", __iconNode$cE); const __iconNode$cD = [["path", { "d": "M20 18a1 1 0 0 1 .117 1.993l-.117 .007h-16a1 1 0 0 1 -.117 -1.993l.117 -.007h16z", "key": "svg-0" }], ["path", { "d": "M15.22 5.375a1 1 0 0 1 1.393 -.165l.094 .083l4 4a1 1 0 0 1 .284 .576l.009 .131v5a1 1 0 0 1 -.883 .993l-.117 .007h-16.022l-.11 -.009l-.11 -.02l-.107 -.034l-.105 -.046l-.1 -.059l-.094 -.07l-.06 -.055l-.072 -.082l-.064 -.089l-.054 -.096l-.016 -.035l-.04 -.103l-.027 -.106l-.015 -.108l-.004 -.11l.009 -.11l.019 -.105c.01 -.04 .022 -.077 .035 -.112l.046 -.105l.059 -.1l4 -6a1 1 0 0 1 1.165 -.39l.114 .05l3.277 1.638l3.495 -4.369z", "key": "svg-1" }]]; const IconChartAreaFilled = createReactComponent("filled", "chart-area-filled", "ChartAreaFilled", __iconNode$cD); const __iconNode$cC = [["path", { "d": "M6 12a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z", "key": "svg-0" }], ["path", { "d": "M16 16a3 3 0 1 1 -2.995 3.176l-.005 -.176l.005 -.176a3 3 0 0 1 2.995 -2.824z", "key": "svg-1" }], ["path", { "d": "M14.5 2a5.5 5.5 0 1 1 -5.496 5.721l-.004 -.221l.004 -.221a5.5 5.5 0 0 1 5.496 -5.279z", "key": "svg-2" }]]; const IconChartBubbleFilled = createReactComponent("filled", "chart-bubble-filled", "ChartBubbleFilled", __iconNode$cC); const __iconNode$cB = [["path", { "d": "M6 3a1 1 0 0 1 .993 .883l.007 .117v1a2 2 0 0 1 1.995 1.85l.005 .15v3a2 2 0 0 1 -1.85 1.995l-.15 .005v8a1 1 0 0 1 -1.993 .117l-.007 -.117v-8a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-3a2 2 0 0 1 1.85 -1.995l.15 -.005v-1a1 1 0 0 1 1 -1z", "key": "svg-0" }], ["path", { "d": "M12 3a1 1 0 0 1 .993 .883l.007 .117v9a2 2 0 0 1 1.995 1.85l.005 .15v3a2 2 0 0 1 -1.85 1.995l-.15 .005a1 1 0 0 1 -1.993 .117l-.007 -.117l-.15 -.005a2 2 0 0 1 -1.844 -1.838l-.006 -.157v-3a2 2 0 0 1 1.85 -1.995l.15 -.005v-9a1 1 0 0 1 1 -1z", "key": "svg-1" }], ["path", { "d": "M18 3a1 1 0 0 1 .993 .883l.007 .117a2 2 0 0 1 1.995 1.85l.005 .15v4a2 2 0 0 1 -1.85 1.995l-.15 .005v8a1 1 0 0 1 -1.993 .117l-.007 -.117v-8a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-4a2 2 0 0 1 1.85 -1.995l.15 -.005a1 1 0 0 1 1 -1z", "key": "svg-2" }]]; const IconChartCandleFilled = createReactComponent("filled", "chart-candle-filled", "ChartCandleFilled", __iconNode$cB); const __iconNode$cA = [["path", { "d": "M11.292 2.61c.396 .318 .65 .78 .703 1.286l.005 .104v4a1 1 0 0 1 -.748 .968a3.1 3.1 0 1 0 3.78 3.78a1 1 0 0 1 .968 -.748h3.8a2 2 0 0 1 2 2a1 1 0 0 1 -.026 .226a10 10 0 1 1 -12 -12l.057 -.01l.052 -.01a1.9 1.9 0 0 1 1.409 .404m3.703 -.11l.045 .002l.067 .004l.081 .014l.032 .004l.072 .022l.04 .01a10 10 0 0 1 6.003 5.818l.108 .294a1 1 0 0 1 -.943 1.332h-4.5a1 1 0 0 1 -.76 -.35a8 8 0 0 0 -.89 -.89a1 1 0 0 1 -.35 -.76v-4.5q .001 -.119 .026 -.23l.03 -.102a1 1 0 0 1 .168 -.299l.03 -.033l.039 -.043a1 1 0 0 1 .089 -.08l.051 -.034l.03 -.023l.045 -.025l.052 -.03a1 1 0 0 1 .435 -.101", "key": "svg-0" }]]; const IconChartDonutFilled = createReactComponent("filled", "chart-donut-filled", "ChartDonutFilled", __iconNode$cA); const __iconNode$cz = [["path", { "d": "M3 2a1 1 0 0 1 1 1v17h17a1 1 0 0 1 .993 .883l.007 .117a1 1 0 0 1 -1 1h-18a1 1 0 0 1 -1 -1v-18a1 1 0 0 1 1 -1m18.97 .757a1 1 0 0 1 -.727 1.213l-5.256 1.314a3 3 0 0 1 -.55 1.465l1.768 2.358a3.003 3.003 0 0 1 3.795 2.893a3 3 0 0 1 -5.436 1.751l-3.57 1.428a3 3 0 0 1 -5.994 -.179l.005 -.176a3 3 0 0 1 5.43 -1.576l3.57 -1.428l.015 -.17c.06 -.518 .253 -.996 .542 -1.4l-1.767 -2.357a3.003 3.003 0 0 1 -3.795 -2.893l.005 -.176a3 3 0 0 1 5.497 -1.48l5.255 -1.314a1 1 0 0 1 1.213 .727", "key": "svg-0" }]]; const IconChartDots2Filled = createReactComponent("filled", "chart-dots-2-filled", "ChartDots2Filled", __iconNode$cz); const __iconNode$cy = [["path", { "d": "M18 2a4 4 0 1 1 -3.843 5.114l-6.295 .786a3 3 0 0 1 -.094 .257l6.446 4.431a3 3 0 1 1 -.695 4.099l-3.527 1.058q .008 .127 .008 .255a4 4 0 1 1 -8 0l.005 -.2a4 4 0 0 1 7.366 -1.954l3.64 -1.094l.01 -.102q .023 -.204 .074 -.4l-6.688 -4.6a3 3 0 0 1 -4.407 -2.65l.005 -.176a3 3 0 0 1 5.784 -.931l6.312 -.79a4 4 0 0 1 3.899 -3.103", "key": "svg-0" }]]; const IconChartDots3Filled = createReactComponent("filled", "chart-dots-3-filled", "ChartDots3Filled", __iconNode$cy); const __iconNode$cx = [["path", { "d": "M3 2a1 1 0 0 1 1 1v17h17a1 1 0 0 1 .993 .883l.007 .117a1 1 0 0 1 -1 1h-18a1 1 0 0 1 -1 -1v-18a1 1 0 0 1 1 -1z", "key": "svg-0" }], ["path", { "d": "M19 4a3 3 0 1 1 -.651 5.93l-2.002 3.202a3 3 0 1 1 -4.927 .337l-1.378 -1.655a3 3 0 1 1 1.538 -1.282l1.378 1.654a2.994 2.994 0 0 1 1.693 -.115l2.002 -3.203a3 3 0 0 1 2.347 -4.868z", "key": "svg-1" }]]; const IconChartDotsFilled = createReactComponent("filled", "chart-dots-filled", "ChartDotsFilled", __iconNode$cx); const __iconNode$cw = [["path", { "d": "M17.72 16l-1.315 3.948a3 3 0 0 1 -2.847 2.052h-3.116a3 3 0 0 1 -2.847 -2.052l-1.315 -3.948zm2 -6l-1.333 4h-12.774l-1.333 -4zm-.106 -8a2 2 0 0 1 1.896 2.632l-1.123 3.368h-16.774l-1.123 -3.368a2 2 0 0 1 1.72 -2.624l.177 -.008z", "key": "svg-0" }]]; const IconChartFunnelFilled = createReactComponent("filled", "chart-funnel-filled", "ChartFunnelFilled", __iconNode$cw); const __iconNode$cv = [["path", { "d": "M18 2a1 1 0 0 1 1 1v.171a3.008 3.008 0 0 1 1.83 1.83l.17 -.001a1 1 0 0 1 0 2h-.171a3.008 3.008 0 0 1 -1.828 1.829l-.001 2.171h2a1 1 0 0 1 0 2h-2v2.171a3.008 3.008 0 0 1 1.83 1.83l.17 -.001a1 1 0 0 1 0 2h-.171a3.008 3.008 0 0 1 -1.828 1.829l-.001 .171a1 1 0 0 1 -2 0v-.17a3.008 3.008 0 0 1 -1.829 -1.83h-2.171v2a1 1 0 0 1 -2 0v-2h-2.171a3.008 3.008 0 0 1 -1.828 1.829l-.001 .171a1 1 0 0 1 -2 0v-.17a3.008 3.008 0 0 1 -1.829 -1.83h-.171a1 1 0 0 1 0 -2h.17a3.008 3.008 0 0 1 1.83 -1.83v-.34a3.008 3.008 0 0 1 -1.829 -1.83h-.171a1 1 0 0 1 0 -2h.17a3.008 3.008 0 0 1 1.83 -1.83v-2.17h-2a1 1 0 1 1 0 -2h2v-2a1 1 0 1 1 2 0v2h4v-2a1 1 0 0 1 2 0v2h2.17a3.008 3.008 0 0 1 1.83 -1.83v-.17a1 1 0 0 1 1 -1zm-7 11h-2.171a3.008 3.008 0 0 1 -1.828 1.829v.342a3.008 3.008 0 0 1 1.828 1.829h2.171v-4zm6 0h-4v4h2.17a3.008 3.008 0 0 1 1.83 -1.83v-2.17zm-6 -6h-4v2.171a3.008 3.008 0 0 1 1.83 1.83l2.17 -.001v-4zm4.171 0h-2.171v4h4v-2.17a3.008 3.008 0 0 1 -1.829 -1.83z", "key": "svg-0" }]]; const IconChartGridDotsFilled = createReactComponent("filled", "chart-grid-dots-filled", "ChartGridDotsFilled", __iconNode$cv); const __iconNode$cu = [["path", { "d": "M11 2.05v9.95a1 1 0 0 0 1 1h9.95a10 10 0 0 1 -19.95 -1l.005 -.324a10 10 0 0 1 8.995 -9.626m6 1.29a10 10 0 0 1 4.95 7.66h-8.95v-8.95a10 10 0 0 1 4 1.29", "key": "svg-0" }]]; const IconChartPie2Filled = createReactComponent("filled", "chart-pie-2-filled", "ChartPie2Filled", __iconNode$cu); const __iconNode$ct = [["path", { "d": "M17 20.66a10 10 0 0 1 -11.328 -.917l6.742 -6.743h9.536a10 10 0 0 1 -4.95 7.66m-6 -18.61v9.534l-6.743 6.744a10 10 0 0 1 -2.257 -6.328l.005 -.324a10 10 0 0 1 8.995 -9.626m6 1.29a10 10 0 0 1 4.95 7.66h-8.95v-8.95a10 10 0 0 1 4 1.29", "key": "svg-0" }]]; const IconChartPie3Filled = createReactComponent("filled", "chart-pie-3-filled", "ChartPie3Filled", __iconNode$ct); const __iconNode$cs = [["path", { "d": "M11.844 13.57l4.843 7.264a10 10 0 0 1 -11.015 -1.09zm6.507 6.154l-4.481 -6.724h8.081a10 10 0 0 1 -3.348 6.511zm-7.35 -17.674v9.534l-6.744 6.744a10 10 0 0 1 -2.257 -6.328l.005 -.324a10 10 0 0 1 8.995 -9.626m6 1.29a10 10 0 0 1 4.95 7.66h-8.95v-8.95a10 10 0 0 1 4 1.29", "key": "svg-0" }]]; const IconChartPie4Filled = createReactComponent("filled", "chart-pie-4-filled", "ChartPie4Filled", __iconNode$cs); const __iconNode$cr = [["path", { "d": "M9.883 2.207a1.9 1.9 0 0 1 2.087 1.522l.025 .167l.005 .104v7a1 1 0 0 0 .883 .993l.117 .007h6.8a2 2 0 0 1 2 2a1 1 0 0 1 -.026 .226a10 10 0 1 1 -12.27 -11.933l.27 -.067l.11 -.02z", "key": "svg-0" }], ["path", { "d": "M14 3.5v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 .943 -1.332a10 10 0 0 0 -6.11 -6.111a1 1 0 0 0 -1.333 .943z", "key": "svg-1" }]]; const IconChartPieFilled = createReactComponent("filled", "chart-pie-filled", "ChartPieFilled", __iconNode$cr); const __iconNode$cq = [["path", { "d": "M20.707 6.293a1 1 0 0 1 0 1.414l-10 10a1 1 0 0 1 -1.414 0l-5 -5a1 1 0 0 1 1.414 -1.414l4.293 4.293l9.293 -9.293a1 1 0 0 1 1.414 0", "key": "svg-0" }]]; const IconCheckFilled = createReactComponent("filled", "check-filled", "CheckFilled", __iconNode$cq); const __iconNode$cp = [["path", { "d": "M19 19.002v1.998a1 1 0 0 1 -.883 .993l-.117 .007h-12a1 1 0 0 1 -1 -1v-1.994a1 1 0 0 1 1 -1l12 -.004a1 1 0 0 1 1 1", "key": "svg-0" }], ["path", { "d": "M12 2a5 5 0 0 1 4.533 2.888l.06 .137l.136 -.009a5 5 0 0 1 4.99 3.477l.063 .213a5 5 0 0 1 -2.696 5.831l-.087 .037v1.428a1 1 0 0 1 -1 1l-12 .004a1 1 0 0 1 -.993 -.883l-.007 -.117v-1.433l-.123 -.055a5 5 0 0 1 -2.6 -3.001l-.064 -.223a5 5 0 0 1 5.193 -6.27l.066 -.142a5 5 0 0 1 4.302 -2.877z", "key": "svg-1" }]]; const IconChefHatFilled = createReactComponent("filled", "chef-hat-filled", "ChefHatFilled", __iconNode$cp); const __iconNode$co = [["path", { "d": "M16.588 5.191l.058 .045l.078 .074l.072 .084l.013 .018a.998 .998 0 0 1 .182 .727l-.022 .111l-.03 .092c-.99 2.725 -.666 5.158 .679 7.706a4 4 0 1 1 -4.613 4.152l-.005 -.2l.005 -.2a4.002 4.002 0 0 1 2.5 -3.511c-.947 -2.03 -1.342 -4.065 -1.052 -6.207c-.166 .077 -.332 .15 -.499 .218l.094 -.064c-2.243 1.47 -3.552 3.004 -3.98 4.57a4.5 4.5 0 1 1 -7.064 3.906l-.004 -.212l.005 -.212a4.5 4.5 0 0 1 5.2 -4.233c.332 -1.073 .945 -2.096 1.83 -3.069c-1.794 -.096 -3.586 -.759 -5.355 -1.986l-.268 -.19l-.051 -.04l-.046 -.04l-.044 -.044l-.04 -.046l-.04 -.05l-.032 -.047l-.035 -.06l-.053 -.11l-.038 -.116l-.023 -.117l-.005 -.042l-.005 -.118l.01 -.118l.023 -.117l.038 -.115l.03 -.066l.023 -.045l.035 -.06l.032 -.046l.04 -.051l.04 -.046l.044 -.044l.046 -.04l.05 -.04c4.018 -2.922 8.16 -2.922 12.177 0z", "key": "svg-0" }]]; const IconCherryFilled = createReactComponent("filled", "cherry-filled", "CherryFilled", __iconNode$co); const __iconNode$cn = [["path", { "d": "M12 2a2 2 0 0 1 1.386 3.442c.646 .28 1.226 .62 1.74 1.017l-3.833 3.834l-.083 .094a1 1 0 0 0 1.403 1.403l.094 -.083l3.814 -3.813c.977 1.35 1.479 3.07 1.479 5.106c0 1.913 -1.178 3.722 -3.089 3.973l-.2 .02l-.211 .007h-5c-2.126 0 -3.5 -1.924 -3.5 -4c0 -3.68 1.57 -6.255 4.613 -7.56a2 2 0 0 1 1.387 -3.44z", "key": "svg-0" }], ["path", { "d": "M12 5v1", "key": "svg-1" }], ["path", { "d": "M18 18h-12a1 1 0 0 0 -1 1a2 2 0 0 0 2 2h10a2 2 0 0 0 1.987 -1.768l.011 -.174a1 1 0 0 0 -.998 -1.058z", "key": "svg-2" }]]; const IconChessBishopFilled = createReactComponent("filled", "chess-bishop-filled", "ChessBishopFilled", __iconNode$cn); const __iconNode$cm = [["path", { "d": "M12 2a1 1 0 0 1 .993 .883l.007 .117v2h2a1 1 0 0 1 .117 1.993l-.117 .007h-2v1.758a4.49 4.49 0 0 1 2.033 -.734l.24 -.018l.227 -.006a4.5 4.5 0 0 1 4.5 4.5a4.504 4.504 0 0 1 -4.064 4.478l-.217 .016l-.219 .006h-7a4.5 4.5 0 1 1 2.501 -8.241l-.001 -1.759h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2v-2a1 1 0 0 1 1 -1z", "key": "svg-0" }], ["path", { "d": "M18 18h-12a1 1 0 0 0 -1 1a2 2 0 0 0 2 2h10a2 2 0 0 0 1.987 -1.768l.011 -.174a1 1 0 0 0 -.998 -1.058z", "key": "svg-1" }]]; const IconChessKingFilled = createReactComponent("filled", "chess-king-filled", "ChessKingFilled", __iconNode$cm); const __iconNode$cl = [["path", { "d": "M8.959 1.99l-.147 .028l-.115 .029a1 1 0 0 0 -.646 1.27l.749 2.245l-2.815 1.735a2 2 0 0 0 -.655 2.751l.089 .133a2 2 0 0 0 1.614 .819l1.563 -.001l-1.614 4.674a1 1 0 0 0 .945 1.327h7.961a1 1 0 0 0 1 -.978l.112 -5c0 -3.827 -1.555 -6.878 -4.67 -7.966l-2.399 -.83l-.375 -.121l-.258 -.074l-.135 -.031l-.101 -.013l-.055 -.001l-.048 .003z", "key": "svg-0" }], ["path", { "d": "M18 18h-12a1 1 0 0 0 -1 1a2 2 0 0 0 2 2h10a2 2 0 0 0 1.987 -1.768l.011 -.174a1 1 0 0 0 -.998 -1.058z", "key": "svg-1" }]]; const IconChessKnightFilled = createReactComponent("filled", "chess-knight-filled", "ChessKnightFilled", __iconNode$cl); const __iconNode$ck = [["path", { "d": "M12 2a2 2 0 0 1 1.572 3.236l.793 1.983l1.702 -1.702a2.003 2.003 0 0 1 1.933 -2.517a2 2 0 0 1 .674 3.884l-1.69 9.295a1 1 0 0 1 -.865 .814l-.119 .007h-8a1 1 0 0 1 -.956 -.705l-.028 -.116l-1.69 -9.295a2 2 0 1 1 2.607 -1.367l1.701 1.702l.794 -1.983a2 2 0 0 1 1.572 -3.236z", "key": "svg-0" }], ["path", { "d": "M18 18h-12a1 1 0 0 0 -1 1a2 2 0 0 0 2 2h10a2 2 0 0 0 1.987 -1.768l.011 -.174a1 1 0 0 0 -.998 -1.058z", "key": "svg-1" }]]; const IconChessQueenFilled = createReactComponent("filled", "chess-queen-filled", "ChessQueenFilled", __iconNode$ck); const __iconNode$cj = [["path", { "d": "M14 3a1 1 0 0 1 .993 .883l.007 .117v2h1.652l.362 -2.164a1 1 0 0 1 1.034 -.836l.116 .013a1 1 0 0 1 .836 1.035l-.013 .116l-.5 3a1 1 0 0 1 -.865 .829l-.122 .007h-1.383l.877 7.89a1 1 0 0 1 -.877 1.103l-.117 .007h-8a1 1 0 0 1 -1 -.993l.006 -.117l.877 -7.89h-1.383a1 1 0 0 1 -.96 -.718l-.026 -.118l-.5 -3a1 1 0 0 1 1.947 -.442l.025 .114l.361 2.164h1.653v-2a1 1 0 0 1 1.993 -.117l.007 .117v2h2v-2a1 1 0 0 1 1 -1z", "key": "svg-0" }], ["path", { "d": "M18 18h-12a1 1 0 0 0 -1 1a2 2 0 0 0 2 2h10a2 2 0 0 0 1.987 -1.768l.011 -.174a1 1 0 0 0 -.998 -1.058z", "key": "svg-1" }]]; const IconChessRookFilled = createReactComponent("filled", "chess-rook-filled", "ChessRookFilled", __iconNode$cj); const __iconNode$ci = [["path", { "d": "M12 2a4 4 0 0 1 4 4a5.03 5.03 0 0 1 -.438 2.001l.438 -.001a1 1 0 0 1 .117 1.993l-.117 .007h-1.263l1.24 5.79a1 1 0 0 1 -.747 1.184l-.113 .02l-.117 .006h-6a1 1 0 0 1 -.996 -1.093l.018 -.117l1.24 -5.79h-1.262a1 1 0 0 1 -.117 -1.993l.117 -.007h.438a5.154 5.154 0 0 1 -.412 -1.525l-.02 -.259l-.006 -.216a4 4 0 0 1 4 -4z", "key": "svg-0" }], ["path", { "d": "M18 18h-12a1 1 0 0 0 -1 1a2 2 0 0 0 2 2h10a2 2 0 0 0 1.987 -1.768l.011 -.174a1 1 0 0 0 -.998 -1.058z", "key": "svg-1" }]]; const IconChessFilled = createReactComponent("filled", "chess-filled", "ChessFilled", __iconNode$ci); const __iconNode$ch = [["path", { "d": "M18.707 8.293a1 1 0 0 1 0 1.414l-6 6a1 1 0 0 1 -1.414 0l-6 -6a1 1 0 0 1 1.414 -1.414l5.293 5.293l5.293 -5.293a1 1 0 0 1 1.414 0", "key": "svg-0" }]]; const IconChevronDownFilled = createReactComponent("filled", "chevron-down-filled", "ChevronDownFilled", __iconNode$ch); const __iconNode$cg = [["path", { "d": "M9.707 5.293l6 6a1 1 0 0 1 0 1.414l-6 6a1 1 0 1 1 -1.414 -1.414l5.293 -5.293l-5.293 -5.293a1 1 0 0 1 1.414 -1.414", "key": "svg-0" }]]; const IconChevronRightFilled = createReactComponent("filled", "chevron-right-filled", "ChevronRightFilled", __iconNode$cg); const __iconNode$cf = [["path", { "d": "M15 19v1a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2v-1zm-10 -1c-.89 0 -1.337 -1.077 -.707 -1.707l2.855 -2.857l-1.464 -.487a1 1 0 0 1 -.472 -1.565l.08 -.091l3.019 -3.02l-.758 -.379a1 1 0 0 1 -.343 -1.507l.083 -.094l4 -4a1 1 0 0 1 1.414 0l4 4a1 1 0 0 1 -.26 1.601l-.759 .379l3.02 3.02a1 1 0 0 1 -.279 1.61l-.113 .046l-1.465 .487l2.856 2.857c.603 .602 .22 1.614 -.593 1.701l-.114 .006z", "key": "svg-0" }]]; const IconChristmasTreeFilled = createReactComponent("filled", "christmas-tree-filled", "ChristmasTreeFilled", __iconNode$cf); const __iconNode$ce = [["path", { "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-8 4.66a1 1 0 0 0 -1 1v6l.007 .117l.029 .149l.035 .105l.054 .113l.071 .111c.03 .04 .061 .077 .097 .112l.09 .08l.096 .067l.098 .052l.11 .044l.112 .03l.126 .017l6.075 .003l.117 -.007a1 1 0 0 0 .883 -.993l-.007 -.117a1 1 0 0 0 -.993 -.883h-3.586l4.293 -4.293l.083 -.094a1 1 0 0 0 -1.497 -1.32l-4.293 4.291v-3.584l-.007 -.117a1 1 0 0 0 -.993 -.883z", "key": "svg-0" }]]; const IconCircleArrowDownLeftFilled = createReactComponent("filled", "circle-arrow-down-left-filled", "CircleArrowDownLeftFilled", __iconNode$ce); const __iconNode$cd = [["path", { "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-2 4.66l-.117 .007a1 1 0 0 0 -.883 .993v3.585l-4.293 -4.292l-.094 -.083a1 1 0 0 0 -1.32 1.497l4.292 4.293h-3.585l-.117 .007a1 1 0 0 0 .117 1.993l6.034 .001a.998 .998 0 0 0 .186 -.025l.053 -.014l.066 -.02l.13 -.059l.093 -.055a.98 .98 0 0 0 .438 -.828v-6l-.007 -.117a1 1 0 0 0 -.993 -.883z", "key": "svg-0" }]]; const IconCircleArrowDownRightFilled = createReactComponent("filled", "circle-arrow-down-right-filled", "CircleArrowDownRightFilled", __iconNode$cd); const __iconNode$cc = [["path", { "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-5 3.66a1 1 0 0 0 -1 1v5.585l-2.293 -2.292l-.094 -.083a1 1 0 0 0 -1.32 1.497l4 4c.028 .028 .057 .054 .094 .083l.092 .064l.098 .052l.081 .034l.113 .034l.112 .02l.117 .006l.115 -.007l.114 -.02l.142 -.044l.113 -.054l.111 -.071a.939 .939 0 0 0 .112 -.097l4 -4l.083 -.094a1 1 0 0 0 -1.497 -1.32l-2.293 2.291v-5.584l-.007 -.117a1 1 0 0 0 -.993 -.883z", "key": "svg-0" }]]; const IconCircleArrowDownFilled = createReactComponent("filled", "circle-arrow-down-filled", "CircleArrowDownFilled", __iconNode$cc); const __iconNode$cb = [["path", { "d": "M12 2a10 10 0 0 1 .324 19.995l-.324 .005l-.324 -.005a10 10 0 0 1 .324 -19.995zm.707 5.293a1 1 0 0 0 -1.414 0l-4 4a1.048 1.048 0 0 0 -.083 .094l-.064 .092l-.052 .098l-.044 .11l-.03 .112l-.017 .126l-.003 .075l.004 .09l.007 .058l.025 .118l.035 .105l.054 .113l.043 .07l.071 .095l.054 .058l4 4l.094 .083a1 1 0 0 0 1.32 -1.497l-2.292 -2.293h5.585l.117 -.007a1 1 0 0 0 -.117 -1.993h-5.586l2.293 -2.293l.083 -.094a1 1 0 0 0 -.083 -1.32z", "key": "svg-0" }]]; const IconCircleArrowLeftFilled = createReactComponent("filled", "circle-arrow-left-filled", "CircleArrowLeftFilled", __iconNode$cb); const __iconNode$ca = [["path", { "d": "M12 2l.324 .005a10 10 0 1 1 -.648 0l.324 -.005zm.613 5.21a1 1 0 0 0 -1.32 1.497l2.291 2.293h-5.584l-.117 .007a1 1 0 0 0 .117 1.993h5.584l-2.291 2.293l-.083 .094a1 1 0 0 0 1.497 1.32l4 -4l.073 -.082l.064 -.089l.062 -.113l.044 -.11l.03 -.112l.017 -.126l.003 -.075l-.007 -.118l-.029 -.148l-.035 -.105l-.054 -.113l-.071 -.111a1.008 1.008 0 0 0 -.097 -.112l-4 -4z", "key": "svg-0" }]]; const IconCircleArrowRightFilled = createReactComponent("filled", "circle-arrow-right-filled", "CircleArrowRightFilled", __iconNode$ca); const __iconNode$c9 = [["path", { "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-2 4.66h-6l-.117 .007l-.149 .029l-.105 .035l-.113 .054l-.111 .071a1.01 1.01 0 0 0 -.112 .097l-.08 .09l-.067 .096l-.052 .098l-.044 .11l-.03 .112l-.017 .126l-.003 6.075l.007 .117a1 1 0 0 0 .993 .883l.117 -.007a1 1 0 0 0 .883 -.993v-3.585l4.293 4.292l.094 .083a1 1 0 0 0 1.32 -1.497l-4.292 -4.293h3.585l.117 -.007a1 1 0 0 0 -.117 -1.993z", "key": "svg-0" }]]; const IconCircleArrowUpLeftFilled = createReactComponent("filled", "circle-arrow-up-left-filled", "CircleArrowUpLeftFilled", __iconNode$c9); const __iconNode$c8 = [["path", { "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-2 4.66h-6l-.117 .007a1 1 0 0 0 -.883 .993l.007 .117a1 1 0 0 0 .993 .883h3.584l-4.291 4.293l-.083 .094a1 1 0 0 0 1.497 1.32l4.293 -4.293v3.586l.007 .117a1 1 0 0 0 1.993 -.117v-6l-.007 -.117l-.029 -.149l-.035 -.105l-.054 -.113l-.071 -.111a1.01 1.01 0 0 0 -.097 -.112l-.09 -.08l-.096 -.067l-.098 -.052l-.11 -.044l-.112 -.03l-.126 -.017l-.075 -.003z", "key": "svg-0" }]]; const IconCircleArrowUpRightFilled = createReactComponent("filled", "circle-arrow-up-right-filled", "CircleArrowUpRightFilled", __iconNode$c8); const __iconNode$c7 = [["path", { "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-4.98 3.66l-.163 .01l-.086 .016l-.142 .045l-.113 .054l-.07 .043l-.095 .071l-.058 .054l-4 4l-.083 .094a1 1 0 0 0 1.497 1.32l2.293 -2.293v5.586l.007 .117a1 1 0 0 0 1.993 -.117v-5.585l2.293 2.292l.094 .083a1 1 0 0 0 1.32 -1.497l-4 -4l-.082 -.073l-.089 -.064l-.113 -.062l-.081 -.034l-.113 -.034l-.112 -.02l-.098 -.006z", "key": "svg-0" }]]; const IconCircleArrowUpFilled = createReactComponent("filled", "circle-arrow-up-filled", "CircleArrowUpFilled", __iconNode$c7); const __iconNode$c6 = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-2 6.66h-6a1 1 0 0 0 -.708 1.707l3 3a1 1 0 0 0 1.415 0l3 -3a1 1 0 0 0 0 -1.414l-.094 -.083a1 1 0 0 0 -.613 -.21", "key": "svg-0" }]]; const IconCircleCaretDownFilled = createReactComponent("filled", "circle-caret-down-filled", "CircleCaretDownFilled", __iconNode$c6); const __iconNode$c5 = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10a10 10 0 1 1 0 -20m2 13v-6a1 1 0 0 0 -1.707 -.708l-3 3a1 1 0 0 0 0 1.415l3 3a1 1 0 0 0 1.414 0l.083 -.094c.14 -.18 .21 -.396 .21 -.613", "key": "svg-0" }]]; const IconCircleCaretLeftFilled = createReactComponent("filled", "circle-caret-left-filled", "CircleCaretLeftFilled", __iconNode$c5); const __iconNode$c4 = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-5.293 4.953a1 1 0 0 0 -1.707 .707v6c0 .217 .07 .433 .21 .613l.083 .094a1 1 0 0 0 1.414 0l3 -3a1 1 0 0 0 0 -1.414z", "key": "svg-0" }]]; const IconCircleCaretRightFilled = createReactComponent("filled", "circle-caret-right-filled", "CircleCaretRightFilled", __iconNode$c4); const __iconNode$c3 = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-4.293 5.953a1 1 0 0 0 -1.414 0l-3 3a1 1 0 0 0 .707 1.707h6c.217 0 .433 -.07 .613 -.21l.094 -.083a1 1 0 0 0 0 -1.414z", "key": "svg-0" }]]; const IconCircleCaretUpFilled = createReactComponent("filled", "circle-caret-up-filled", "CircleCaretUpFilled", __iconNode$c3); const __iconNode$c2 = [["path", { "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.293 5.953a1 1 0 0 0 -1.32 -.083l-.094 .083l-3.293 3.292l-1.293 -1.292l-.094 -.083a1 1 0 0 0 -1.403 1.403l.083 .094l2 2l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l4 -4l.083 -.094a1 1 0 0 0 -.083 -1.32z", "key": "svg-0" }]]; const IconCircleCheckFilled = createReactComponent("filled", "circle-check-filled", "CircleCheckFilled", __iconNode$c2); const __iconNode$c1 = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10a10 10 0 1 1 0 -20m-2.293 8.293a1 1 0 0 0 -1.414 1.414l3 3a1 1 0 0 0 1.414 0l3 -3a1 1 0 0 0 0 -1.414l-.094 -.083a1 1 0 0 0 -1.32 .083l-2.294 2.292z", "key": "svg-0" }]]; const IconCircleChevronDownFilled = createReactComponent("filled", "circle-chevron-down-filled", "CircleChevronDownFilled", __iconNode$c1); const __iconNode$c0 = [["path", { "d": "M17 3.34a10 10 0 0 1 5 8.66c0 5.523 -4.477 10 -10 10s-10 -4.477 -10 -10a10 10 0 0 1 15 -8.66m-3.293 4.953a1 1 0 0 0 -1.414 0l-3 3a1 1 0 0 0 0 1.414l3 3a1 1 0 0 0 1.414 0l.083 -.094a1 1 0 0 0 -.083 -1.32l-2.292 -2.293l2.292 -2.293a1 1 0 0 0 0 -1.414", "key": "svg-0" }]]; const IconCircleChevronLeftFilled = createReactComponent("filled", "circle-chevron-left-filled", "CircleChevronLeftFilled", __iconNode$c0); const __iconNode$b$ = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1 -20 0c0 -5.523 4.477 -10 10 -10m-.293 6.293a1 1 0 0 0 -1.414 0l-.083 .094a1 1 0 0 0 .083 1.32l2.292 2.293l-2.292 2.293a1 1 0 0 0 1.414 1.414l3 -3a1 1 0 0 0 0 -1.414z", "key": "svg-0" }]]; const IconCircleChevronRightFilled = createReactComponent("filled", "circle-chevron-right-filled", "CircleChevronRightFilled", __iconNode$b$); const __iconNode$b_ = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-4.293 5.953a1 1 0 0 0 -1.414 0l-3 3a1 1 0 0 0 0 1.414l.094 .083a1 1 0 0 0 1.32 -.083l2.293 -2.292l2.293 2.292a1 1 0 0 0 1.414 -1.414z", "key": "svg-0" }]]; const IconCircleChevronUpFilled = createReactComponent("filled", "circle-chevron-up-filled", "CircleChevronUpFilled", __iconNode$b_); const __iconNode$bZ = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10a10 10 0 1 1 0 -20m-2.293 10.293a1 1 0 1 0 -1.414 1.414l3 3a1 1 0 0 0 1.414 0l3 -3a1 1 0 0 0 0 -1.414l-.094 -.083a1 1 0 0 0 -1.32 .083l-2.294 2.292zm0 -4a1 1 0 0 0 -1.414 1.414l3 3a1 1 0 0 0 1.414 0l3 -3a1 1 0 0 0 0 -1.414l-.094 -.083a1 1 0 0 0 -1.32 .083l-2.294 2.292z", "key": "svg-0" }]]; const IconCircleChevronsDownFilled = createReactComponent("filled", "circle-chevrons-down-filled", "CircleChevronsDownFilled", __iconNode$bZ); const __iconNode$bY = [["path", { "d": "M11.927 2.133c5.494 -.04 9.992 4.359 10.073 9.852v.295c-.081 5.493 -4.579 9.893 -10.073 9.852c-5.494 -.04 -9.926 -4.505 -9.926 -10c0 -5.494 4.432 -9.959 9.926 -10m3.78 6.16a1 1 0 0 0 -1.414 0l-3 3a1 1 0 0 0 0 1.414l3 3a1 1 0 0 0 1.414 0l.083 -.094a1 1 0 0 0 -.083 -1.32l-2.292 -2.292l2.292 -2.293a1 1 0 0 0 0 -1.414m-4 0a1 1 0 0 0 -1.414 0l-3 3a1 1 0 0 0 0 1.414l3 3a1 1 0 0 0 1.414 0l.083 -.094a1 1 0 0 0 -.083 -1.32l-2.292 -2.293l2.292 -2.293a1 1 0 0 0 0 -1.414", "key": "svg-0" }]]; const IconCircleChevronsLeftFilled = createReactComponent("filled", "circle-chevrons-left-filled", "CircleChevronsLeftFilled", __iconNode$bY); const __iconNode$bX = [["path", { "d": "M12.073 1.868c5.494 .04 9.926 4.505 9.926 10c0 5.494 -4.432 9.959 -9.926 10c-5.494 .04 -9.992 -4.36 -10.073 -9.853v-.295c.081 -5.493 4.579 -9.893 10.073 -9.852m-2.366 6.425a1 1 0 0 0 -1.414 0l-.083 .094a1 1 0 0 0 .083 1.32l2.292 2.293l-2.292 2.293a1 1 0 0 0 1.414 1.414l3 -3a1 1 0 0 0 0 -1.414zm4 0a1 1 0 0 0 -1.414 0l-.083 .094a1 1 0 0 0 .083 1.32l2.292 2.293l-2.292 2.293a1 1 0 0 0 1.414 1.414l3 -3a1 1 0 0 0 0 -1.414z", "key": "svg-0" }]]; const IconCircleChevronsRightFilled = createReactComponent("filled", "circle-chevrons-right-filled", "CircleChevronsRightFilled", __iconNode$bX); const __iconNode$bW = [["path", { "d": "M11.867 2.001c5.495 0 9.96 4.432 10 9.926s-4.359 9.993 -9.852 10.073h-.295c-5.493 -.081 -9.893 -4.579 -9.852 -10.073c.04 -5.494 4.505 -9.926 10 -9.926m.84 9.292a1 1 0 0 0 -1.414 0l-3 3a1 1 0 0 0 0 1.414l.094 .083a1 1 0 0 0 1.32 -.083l2.292 -2.292l2.293 2.292a1 1 0 0 0 1.414 -1.414zm0 -4a1 1 0 0 0 -1.414 0l-3 3a1 1 0 0 0 0 1.414l.094 .083a1 1 0 0 0 1.32 -.083l2.292 -2.292l2.293 2.292a1 1 0 0 0 1.414 -1.414z", "key": "svg-0" }]]; const IconCircleChevronsUpFilled = createReactComponent("filled", "circle-chevrons-up-filled", "CircleChevronsUpFilled", __iconNode$bW); const __iconNode$bV = [["path", { "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-5 6.66a2 2 0 0 0 -1.977 1.697l-.018 .154l-.005 .149l.005 .15a2 2 0 1 0 1.995 -2.15z", "key": "svg-0" }]]; const IconCircleDotFilled = createReactComponent("filled", "circle-dot-filled", "CircleDotFilled", __iconNode$bV); const __iconNode$bU = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1 -20 0c0 -5.523 4.477 -10 10 -10zm2 5a3 3 0 0 0 -2.98 2.65l-.015 .174l-.005 .176l.005 .176c.019 .319 .087 .624 .197 .908l.09 .209l-3.5 3.5l-.082 .094a1 1 0 0 0 0 1.226l.083 .094l1.5 1.5l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l.083 -.094a1 1 0 0 0 0 -1.226l-.083 -.094l-.792 -.793l.585 -.585l.793 .792l.094 .083a1 1 0 0 0 1.403 -1.403l-.083 -.094l-.792 -.793l.792 -.792a3 3 0 1 0 1.293 -5.708zm0 2a1 1 0 1 1 0 2a1 1 0 0 1 0 -2", "key": "svg-0" }]]; const IconCircleKeyFilled = createReactComponent("filled", "circle-key-filled", "CircleKeyFilled", __iconNode$bU); const __iconNode$bT = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10m0 5a3 3 0 0 0 -3 3v6a1 1 0 0 0 2 0v-2h2v2a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-6a3 3 0 0 0 -3 -3m0 2a1 1 0 0 1 1 1v2h-2v-2a1 1 0 0 1 .883 -.993z", "key": "svg-0" }]]; const IconCircleLetterAFilled = createReactComponent("filled", "circle-letter-a-filled", "CircleLetterAFilled", __iconNode$bT); const __iconNode$bS = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10m0 5h-2a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1h2a3 3 0 0 0 3 -3l-.005 -.176a3 3 0 0 0 -.654 -1.7l-.106 -.124l.106 -.124a3 3 0 0 0 -2.341 -4.876m0 6a1 1 0 0 1 0 2h-1v-2zm0 -4a1 1 0 0 1 0 2h-1v-2z", "key": "svg-0" }]]; const IconCircleLetterBFilled = createReactComponent("filled", "circle-letter-b-filled", "CircleLetterBFilled", __iconNode$bS); const __iconNode$bR = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10m0 5a3 3 0 0 0 -3 3v4a3 3 0 0 0 6 0a1 1 0 0 0 -1.993 -.117l-.007 .117a1 1 0 0 1 -2 0v-4a1 1 0 0 1 1.993 -.117l.007 .117a1 1 0 0 0 2 0a3 3 0 0 0 -3 -3", "key": "svg-0" }]]; const IconCircleLetterCFilled = createReactComponent("filled", "circle-letter-c-filled", "CircleLetterCFilled", __iconNode$bR); const __iconNode$bQ = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10m0 5h-2a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1h2a3 3 0 0 0 3 -3v-4a3 3 0 0 0 -3 -3m0 2a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-1v-6z", "key": "svg-0" }]]; const IconCircleLetterDFilled = createReactComponent("filled", "circle-letter-d-filled", "CircleLetterDFilled", __iconNode$bQ); const __iconNode$bP = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10m2 5h-4a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1h4a1 1 0 0 0 1 -1l-.007 -.117a1 1 0 0 0 -.993 -.883h-3v-2h1.5a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-1.5v-2h3a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconCircleLetterEFilled = createReactComponent("filled", "circle-letter-e-filled", "CircleLetterEFilled", __iconNode$bP); const __iconNode$bO = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10m2 5h-4a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-3h2a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-2v-2h3a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconCircleLetterFFilled = createReactComponent("filled", "circle-letter-f-filled", "CircleLetterFFilled", __iconNode$bO); const __iconNode$bN = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10m2 5h-2a3 3 0 0 0 -3 3v4a3 3 0 0 0 3 3h2a1 1 0 0 0 1 -1v-4a1 1 0 0 0 -1 -1h-1a1 1 0 0 0 -1 1l.007 .117a1 1 0 0 0 .993 .883v2h-1a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconCircleLetterGFilled = createReactComponent("filled", "circle-letter-g-filled", "CircleLetterGFilled", __iconNode$bN); const __iconNode$bM = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10m2 5a1 1 0 0 0 -1 1v3h-2v-3a1 1 0 0 0 -.883 -.993l-.117 -.007a1 1 0 0 0 -1 1v8a1 1 0 0 0 2 0v-3h2v3a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-8a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconCircleLetterHFilled = createReactComponent("filled", "circle-letter-h-filled", "CircleLetterHFilled", __iconNode$bM); const __iconNode$bL = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10m0 5a1 1 0 0 0 -1 1v8a1 1 0 0 0 2 0v-8a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconCircleLetterIFilled = createReactComponent("filled", "circle-letter-i-filled", "CircleLetterIFilled", __iconNode$bL); const __iconNode$bK = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10m2 5h-4a1 1 0 0 0 -1 1l.007 .117a1 1 0 0 0 .993 .883h3v5a1 1 0 0 1 -1.993 .117l-.007 -.117a1 1 0 0 0 -2 0a3 3 0 0 0 6 0v-6a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconCircleLetterJFilled = createReactComponent("filled", "circle-letter-j-filled", "CircleLetterJFilled", __iconNode$bK); const __iconNode$bJ = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10m2.53 5.152a1 1 0 0 0 -1.378 .318l-2.152 3.443v-2.913a1 1 0 0 0 -.883 -.993l-.117 -.007a1 1 0 0 0 -1 1v8a1 1 0 0 0 2 0v-2.914l2.152 3.444a1 1 0 0 0 1.276 .374l.102 -.056l.095 -.068a1 1 0 0 0 .223 -1.31l-2.17 -3.47l2.17 -3.47a1 1 0 0 0 -.318 -1.378", "key": "svg-0" }]]; const IconCircleLetterKFilled = createReactComponent("filled", "circle-letter-k-filled", "CircleLetterKFilled", __iconNode$bJ); const __iconNode$bI = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10m-2 5a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1h4a1 1 0 0 0 1 -1l-.007 -.117a1 1 0 0 0 -.993 -.883h-3v-7a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconCircleLetterLFilled = createReactComponent("filled", "circle-letter-l-filled", "CircleLetterLFilled", __iconNode$bI); const __iconNode$bH = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10m4 6c0 -1.014 -1.336 -1.384 -1.857 -.514l-2.143 3.57l-2.143 -3.57c-.521 -.87 -1.857 -.5 -1.857 .514v8a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-4.39l1.143 1.904l.074 .108a1 1 0 0 0 1.64 -.108l1.143 -1.904v4.39a1 1 0 0 0 2 0z", "key": "svg-0" }]]; const IconCircleLetterMFilled = createReactComponent("filled", "circle-letter-m-filled", "CircleLetterMFilled", __iconNode$bH); const __iconNode$bG = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10m-1.106 5.553c-.471 -.944 -1.894 -.608 -1.894 .447v8a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-3.764l2.106 4.211c.471 .944 1.894 .608 1.894 -.447v-8a1 1 0 0 0 -1 -1l-.117 .007a1 1 0 0 0 -.883 .993v3.764z", "key": "svg-0" }]]; const IconCircleLetterNFilled = createReactComponent("filled", "circle-letter-n-filled", "CircleLetterNFilled", __iconNode$bG); const __iconNode$bF = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10m0 5a3 3 0 0 0 -3 3v4a3 3 0 0 0 6 0v-4a3 3 0 0 0 -3 -3m0 2a1 1 0 0 1 1 1v4a1 1 0 0 1 -2 0v-4a1 1 0 0 1 1 -1", "key": "svg-0" }]]; const IconCircleLetterOFilled = createReactComponent("filled", "circle-letter-o-filled", "CircleLetterOFilled", __iconNode$bF); const __iconNode$bE = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10m0 5h-2a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-3h1a3 3 0 0 0 0 -6m0 2a1 1 0 0 1 0 2h-1v-2z", "key": "svg-0" }]]; const IconCircleLetterPFilled = createReactComponent("filled", "circle-letter-p-filled", "CircleLetterPFilled", __iconNode$bE); const __iconNode$bD = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10m0 5a3 3 0 0 0 -3 3v4a3 3 0 0 0 4.168 2.764l.125 -.057a1 1 0 0 0 1.414 -1.414l.057 -.125a3 3 0 0 0 .236 -1.168v-4a3 3 0 0 0 -3 -3m1 7.001h-.059a.996 .996 0 0 0 -.941 1a1 1 0 0 1 -1 -1.001v-4a1 1 0 0 1 2 0z", "key": "svg-0" }]]; const IconCircleLetterQFilled = createReactComponent("filled", "circle-letter-q-filled", "CircleLetterQFilled", __iconNode$bD); const __iconNode$bC = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10m0 5h-2a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-2.332l2.2 2.932a1 1 0 0 0 1.4 .2l.096 -.081a1 1 0 0 0 .104 -1.319l-1.903 -2.538l.115 -.037a3.001 3.001 0 0 0 -1.012 -5.825m0 2a1 1 0 0 1 0 2h-1v-2z", "key": "svg-0" }]]; const IconCircleLetterRFilled = createReactComponent("filled", "circle-letter-r-filled", "CircleLetterRFilled", __iconNode$bC); const __iconNode$bB = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10m1 5h-2a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h2v2h-2a1 1 0 0 0 -2 0a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-2v-2h2l.007 .117a1 1 0 0 0 1.993 -.117a2 2 0 0 0 -2 -2", "key": "svg-0" }]]; const IconCircleLetterSFilled = createReactComponent("filled", "circle-letter-s-filled", "CircleLetterSFilled", __iconNode$bB); const __iconNode$bA = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10m2 5h-4a1 1 0 1 0 0 2h1v7a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-7h1a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconCircleLetterTFilled = createReactComponent("filled", "circle-letter-t-filled", "CircleLetterTFilled", __iconNode$bA); const __iconNode$bz = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10m2 5a1 1 0 0 0 -1 1v6a1 1 0 0 1 -2 0v-6a1 1 0 0 0 -2 0v6a3 3 0 0 0 6 0v-6a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconCircleLetterUFilled = createReactComponent("filled", "circle-letter-u-filled", "CircleLetterUFilled", __iconNode$bz); const __iconNode$by = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10m2.243 5.03a1 1 0 0 0 -1.213 .727l-1.03 4.118l-1.03 -4.118a1 1 0 1 0 -1.94 .486l2 8c.252 1.01 1.688 1.01 1.94 0l2 -8a1 1 0 0 0 -.727 -1.213", "key": "svg-0" }]]; const IconCircleLetterVFilled = createReactComponent("filled", "circle-letter-v-filled", "CircleLetterVFilled", __iconNode$by); const __iconNode$bx = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10m2.008 5.876l-.52 4.153l-.56 -1.4c-.319 -.799 -1.41 -.837 -1.803 -.114l-.053 .114l-.561 1.4l-.519 -4.153a1 1 0 0 0 -1 -.876l-.116 .008a1 1 0 0 0 -.868 1.116l1 8c.128 1.025 1.537 1.207 1.92 .247l1.072 -2.678l1.072 2.678c.383 .96 1.792 .778 1.92 -.247l1 -8a1 1 0 0 0 -1.984 -.248", "key": "svg-0" }]]; const IconCircleLetterWFilled = createReactComponent("filled", "circle-letter-w-filled", "CircleLetterWFilled", __iconNode$bx); const __iconNode$bw = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10m2.447 5.106a1 1 0 0 0 -1.341 .447l-1.106 2.21l-1.106 -2.21a1 1 0 0 0 -1.234 -.494l-.107 .047a1 1 0 0 0 -.447 1.341l1.774 3.553l-1.775 3.553a1 1 0 0 0 .345 1.283l.102 .058a1 1 0 0 0 1.341 -.447l1.107 -2.211l1.106 2.211a1 1 0 0 0 1.234 .494l.107 -.047a1 1 0 0 0 .447 -1.341l-1.776 -3.553l1.776 -3.553a1 1 0 0 0 -.345 -1.283z", "key": "svg-0" }]]; const IconCircleLetterXFilled = createReactComponent("filled", "circle-letter-x-filled", "CircleLetterXFilled", __iconNode$bw); const __iconNode$bv = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10m2.371 5.072a1 1 0 0 0 -1.3 .557l-1.071 2.678l-1.072 -2.678a1 1 0 0 0 -1.856 .742l1.928 4.823v2.806a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-2.809l1.928 -4.82a1 1 0 0 0 -.45 -1.25z", "key": "svg-0" }]]; const IconCircleLetterYFilled = createReactComponent("filled", "circle-letter-y-filled", "CircleLetterYFilled", __iconNode$bv); const __iconNode$bu = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10m2 5h-4a1 1 0 0 0 -1 1l.007 .117a1 1 0 0 0 .993 .883h2.382l-3.276 6.553a1 1 0 0 0 .894 1.447h4a1 1 0 0 0 1 -1l-.007 -.117a1 1 0 0 0 -.993 -.883h-2.382l3.276 -6.553a1 1 0 0 0 -.894 -1.447", "key": "svg-0" }]]; const IconCircleLetterZFilled = createReactComponent("filled", "circle-letter-z-filled", "CircleLetterZFilled", __iconNode$bu); const __iconNode$bt = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm0 5a3 3 0 0 0 -2.995 2.824l-.005 .176v4l.005 .176a3 3 0 0 0 5.99 0l.005 -.176v-4l-.005 -.176a3 3 0 0 0 -2.995 -2.824zm0 2a1 1 0 0 1 .993 .883l.007 .117v4l-.007 .117a1 1 0 0 1 -1.986 0l-.007 -.117v-4l.007 -.117a1 1 0 0 1 .993 -.883z", "key": "svg-0" }]]; const IconCircleNumber0Filled = createReactComponent("filled", "circle-number-0-filled", "CircleNumber0Filled", __iconNode$bt); const __iconNode$bs = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm.994 5.886c-.083 -.777 -1.008 -1.16 -1.617 -.67l-.084 .077l-2 2l-.083 .094a1 1 0 0 0 0 1.226l.083 .094l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l.293 -.293v5.586l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-8l-.006 -.114z", "key": "svg-0" }]]; const IconCircleNumber1Filled = createReactComponent("filled", "circle-number-1-filled", "CircleNumber1Filled", __iconNode$bs); const __iconNode$br = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm1 5h-3l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h3v2h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h3l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-3v-2h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006z", "key": "svg-0" }]]; const IconCircleNumber2Filled = createReactComponent("filled", "circle-number-2-filled", "CircleNumber2Filled", __iconNode$br); const __iconNode$bq = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm1 5h-2l-.15 .005a2 2 0 0 0 -1.85 1.995a1 1 0 0 0 1.974 .23l.02 -.113l.006 -.117h2v2h-2l-.133 .007c-1.111 .12 -1.154 1.73 -.128 1.965l.128 .021l.133 .007h2v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006z", "key": "svg-0" }]]; const IconCircleNumber3Filled = createReactComponent("filled", "circle-number-3-filled", "CircleNumber3Filled", __iconNode$bq); const __iconNode$bp = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm2 5a1 1 0 0 0 -.993 .883l-.007 .117v3h-2v-3l-.007 -.117a1 1 0 0 0 -1.986 0l-.007 .117v3l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2v3l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-8l-.007 -.117a1 1 0 0 0 -.993 -.883z", "key": "svg-0" }]]; const IconCircleNumber4Filled = createReactComponent("filled", "circle-number-4-filled", "CircleNumber4Filled", __iconNode$bp); const __iconNode$bo = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm2 5h-4a1 1 0 0 0 -.993 .883l-.007 .117v4a1 1 0 0 0 .883 .993l.117 .007h3v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2a2 2 0 0 0 1.995 -1.85l.005 -.15v-2a2 2 0 0 0 -1.85 -1.995l-.15 -.005h-2v-2h3a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -.883 -.993l-.117 -.007z", "key": "svg-0" }]]; const IconCircleNumber5Filled = createReactComponent("filled", "circle-number-5-filled", "CircleNumber5Filled", __iconNode$bo); const __iconNode$bn = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm1 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v6l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006h-2v-2h2l.007 .117a1 1 0 0 0 1.993 -.117a2 2 0 0 0 -1.85 -1.995l-.15 -.005zm0 6v2h-2v-2h2z", "key": "svg-0" }]]; const IconCircleNumber6Filled = createReactComponent("filled", "circle-number-6-filled", "CircleNumber6Filled", __iconNode$bn); const __iconNode$bm = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm2 5h-4l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117l.007 .117a1 1 0 0 0 .876 .876l.117 .007h2.718l-1.688 6.757l-.022 .115a1 1 0 0 0 1.927 .482l.035 -.111l2 -8l.021 -.112a1 1 0 0 0 -.878 -1.125l-.113 -.006z", "key": "svg-0" }]]; const IconCircleNumber7Filled = createReactComponent("filled", "circle-number-7-filled", "CircleNumber7Filled", __iconNode$bm); const __iconNode$bl = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm1 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15c.018 .236 .077 .46 .17 .667l.075 .152l.018 .03l-.018 .032c-.133 .24 -.218 .509 -.243 .795l-.007 .174v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm0 6v2h-2v-2h2zm0 -4v2h-2v-2h2z", "key": "svg-0" }]]; const IconCircleNumber8Filled = createReactComponent("filled", "circle-number-8-filled", "CircleNumber8Filled", __iconNode$bl); const __iconNode$bk = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm1 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-6l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm0 2v2h-2v-2h2z", "key": "svg-0" }]]; const IconCircleNumber9Filled = createReactComponent("filled", "circle-number-9-filled", "CircleNumber9Filled", __iconNode$bk); const __iconNode$bj = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1 -20 0l.004 -.28c.148 -5.393 4.566 -9.72 9.996 -9.72m3 12.12a1 1 0 0 0 -1 1v.015a1 1 0 0 0 2 0v-.015a1 1 0 0 0 -1 -1m.707 -5.752a1 1 0 0 0 -1.414 0l-6 6a1 1 0 0 0 1.414 1.414l6 -6a1 1 0 0 0 0 -1.414m-6.707 -.263a1 1 0 0 0 -1 1v.015a1 1 0 1 0 2 0v-.015a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconCirclePercentageFilled = createReactComponent("filled", "circle-percentage-filled", "CirclePercentageFilled", __iconNode$bj); const __iconNode$bi = [["path", { "d": "M4.929 4.929a10 10 0 1 1 14.141 14.141a10 10 0 0 1 -14.14 -14.14m8.071 4.071a1 1 0 1 0 -2 0v2h-2a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0 -2h-2v-2z", "key": "svg-0" }]]; const IconCirclePlusFilled = createReactComponent("filled", "circle-plus-filled", "CirclePlusFilled", __iconNode$bi); const __iconNode$bh = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m0 5.66h-10a1 1 0 0 0 -1 1v4a1 1 0 0 0 1 1h10a1 1 0 0 0 1 -1v-4a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconCircleRectangleFilled = createReactComponent("filled", "circle-rectangle-filled", "CircleRectangleFilled", __iconNode$bh); const __iconNode$bg = [["path", { "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-6.489 5.8a1 1 0 0 0 -1.218 1.567l1.292 1.293l-1.292 1.293l-.083 .094a1 1 0 0 0 1.497 1.32l1.293 -1.292l1.293 1.292l.094 .083a1 1 0 0 0 1.32 -1.497l-1.292 -1.293l1.292 -1.293l.083 -.094a1 1 0 0 0 -1.497 -1.32l-1.293 1.292l-1.293 -1.292l-.094 -.083z", "key": "svg-0" }]]; const IconCircleXFilled = createReactComponent("filled", "circle-x-filled", "CircleXFilled", __iconNode$bg); const __iconNode$bf = [["path", { "d": "M7 3.34a10 10 0 1 1 -4.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 4.995 -8.336z", "key": "svg-0" }]]; const IconCircleFilled = createReactComponent("filled", "circle-filled", "CircleFilled", __iconNode$bf); const __iconNode$be = [["path", { "d": "M6.5 12a5 5 0 1 1 -4.995 5.217l-.005 -.217l.005 -.217a5 5 0 0 1 4.995 -4.783z", "key": "svg-0" }], ["path", { "d": "M17.5 12a5 5 0 1 1 -4.995 5.217l-.005 -.217l.005 -.217a5 5 0 0 1 4.995 -4.783z", "key": "svg-1" }], ["path", { "d": "M12 2a5 5 0 1 1 -4.995 5.217l-.005 -.217l.005 -.217a5 5 0 0 1 4.995 -4.783z", "key": "svg-2" }]]; const IconCirclesFilled = createReactComponent("filled", "circles-filled", "CirclesFilled", __iconNode$be); const __iconNode$bd = [["path", { "d": "M7 12a1 1 0 0 1 -1 1h-3a1 1 0 0 1 0 -2h3a1 1 0 0 1 1 1m6 -9v3a1 1 0 0 1 -2 0v-3a1 1 0 0 1 2 0m-6.693 1.893l2.2 2.2a1 1 0 0 1 -1.414 1.414l-2.2 -2.2a1 1 0 0 1 1.414 -1.414m12.8 0a1 1 0 0 1 0 1.414l-2.2 2.2a1 1 0 0 1 -1.414 -1.414l2.2 -2.2a1 1 0 0 1 1.414 0m-10.6 10.6a1 1 0 0 1 0 1.414l-2.2 2.2a1 1 0 1 1 -1.414 -1.414l2.2 -2.2a1 1 0 0 1 1.414 0m3.42 -4.49l.049 -.003l.098 .003l.097 .012l.097 .022l9.048 3.014c.845 .282 .928 1.445 .131 1.843l-3.702 1.851l-1.85 3.702c-.399 .797 -1.562 .714 -1.844 -.13l-3.003 -9.011l-.033 -.135l-.012 -.097v-.148l.012 -.097l.022 -.097l.03 -.094l.04 -.09l.05 -.084l.086 -.117l.067 -.07l.037 -.034l.076 -.06l.081 -.052l.087 -.043l.103 -.04l.135 -.033z", "key": "svg-0" }]]; const IconClickFilled = createReactComponent("filled", "click-filled", "ClickFilled", __iconNode$bd); const __iconNode$bc = [["path", { "d": "M17.997 4.17a3 3 0 0 1 2.003 2.83v12a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 2.003 -2.83a4 4 0 0 0 3.997 3.83h4a4 4 0 0 0 3.98 -3.597zm-3.704 7.123l-3.293 3.292l-1.293 -1.292a1 1 0 1 0 -1.414 1.414l2 2a1 1 0 0 0 1.414 0l4 -4a1 1 0 0 0 -1.414 -1.414m-.293 -9.293a2 2 0 1 1 0 4h-4a2 2 0 1 1 0 -4z", "key": "svg-0" }]]; const IconClipboardCheckFilled = createReactComponent("filled", "clipboard-check-filled", "ClipboardCheckFilled", __iconNode$bc); const __iconNode$bb = [["path", { "d": "M17.997 4.17a3 3 0 0 1 2.003 2.83v12a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 2.003 -2.83a4 4 0 0 0 3.997 3.83h4a4 4 0 0 0 3.98 -3.597zm-8.997 7.83a1 1 0 0 0 -1 1v4a1 1 0 0 0 2 0v-4a1 1 0 0 0 -1 -1m3 3a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-1a1 1 0 0 0 -1 -1m3 -1a1 1 0 0 0 -1 1v2a1 1 0 0 0 2 0v-2a1 1 0 0 0 -1 -1m-1 -12a2 2 0 1 1 0 4h-4a2 2 0 1 1 0 -4z", "key": "svg-0" }]]; const IconClipboardDataFilled = createReactComponent("filled", "clipboard-data-filled", "ClipboardDataFilled", __iconNode$bb); const __iconNode$ba = [["path", { "d": "M17.997 4.17a3 3 0 0 1 2.003 2.83v12a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 2.003 -2.83a4 4 0 0 0 3.997 3.83h4a4 4 0 0 0 3.98 -3.597zm-8.987 10.83h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m5.99 0h-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0 -2m-5.99 -4h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m5.99 0h-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0 -2m-1 -9a2 2 0 1 1 0 4h-4a2 2 0 1 1 0 -4z", "key": "svg-0" }]]; const IconClipboardListFilled = createReactComponent("filled", "clipboard-list-filled", "ClipboardListFilled", __iconNode$ba); const __iconNode$b9 = [["path", { "d": "M17.997 4.17a3 3 0 0 1 2.003 2.83v12a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 2.003 -2.83a4 4 0 0 0 3.997 3.83h4a4 4 0 0 0 3.98 -3.597zm-5.997 6.83a1 1 0 0 0 -1 1v1h-1a1 1 0 0 0 0 2h1v1a1 1 0 0 0 2 0v-1h1a1 1 0 0 0 0 -2h-1v-1a1 1 0 0 0 -1 -1m2 -9a2 2 0 1 1 0 4h-4a2 2 0 1 1 0 -4z", "key": "svg-0" }]]; const IconClipboardPlusFilled = createReactComponent("filled", "clipboard-plus-filled", "ClipboardPlusFilled", __iconNode$b9); const __iconNode$b8 = [["path", { "d": "M17.997 4.17a3 3 0 0 1 2.003 2.83v12a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 2.003 -2.83a4 4 0 0 0 3.997 3.83h4a4 4 0 0 0 3.98 -3.597zm-3.176 11.259a1 1 0 0 0 -1.392 -.25a2.5 2.5 0 0 1 -2.858 0a1 1 0 0 0 -1.142 1.642a4.5 4.5 0 0 0 5.142 0a1 1 0 0 0 .25 -1.392m-4.811 -3.429h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m4 0h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m-.01 -10a2 2 0 1 1 0 4h-4a2 2 0 1 1 0 -4z", "key": "svg-0" }]]; const IconClipboardSmileFilled = createReactComponent("filled", "clipboard-smile-filled", "ClipboardSmileFilled", __iconNode$b8); const __iconNode$b7 = [["path", { "d": "M17.997 4.17a3 3 0 0 1 2.003 2.83v12a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 2.003 -2.83a4 4 0 0 0 3.997 3.83h4a4 4 0 0 0 3.98 -3.597zm-2.997 10.83h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0 -2m0 -4h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0 -2m-1 -9a2 2 0 1 1 0 4h-4a2 2 0 1 1 0 -4z", "key": "svg-0" }]]; const IconClipboardTextFilled = createReactComponent("filled", "clipboard-text-filled", "ClipboardTextFilled", __iconNode$b7); const __iconNode$b6 = [["path", { "d": "M17.997 4.17a3 3 0 0 1 2.003 2.83v12a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 2.003 -2.83a4 4 0 0 0 3.997 3.83h4a4 4 0 0 0 3.98 -3.597zm-2.997 5.83h-6a1 1 0 0 0 -1 1v1a1 1 0 0 0 2 0h1v4a1 1 0 0 0 0 2h2a1 1 0 0 0 0 -2v-4h1a1 1 0 0 0 2 0v-1a1 1 0 0 0 -1 -1m-1 -8a2 2 0 1 1 0 4h-4a2 2 0 1 1 0 -4z", "key": "svg-0" }]]; const IconClipboardTypographyFilled = createReactComponent("filled", "clipboard-typography-filled", "ClipboardTypographyFilled", __iconNode$b6); const __iconNode$b5 = [["path", { "d": "M17.997 4.17a3 3 0 0 1 2.003 2.83v12a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 2.003 -2.83a4 4 0 0 0 3.997 3.83h4a4 4 0 0 0 3.98 -3.597zm-7.29 7.123a1 1 0 0 0 -1.414 0l-.083 .094a1 1 0 0 0 .083 1.32l1.292 1.293l-1.292 1.293a1 1 0 0 0 0 1.414l.094 .083a1 1 0 0 0 1.32 -.083l1.293 -1.293l1.293 1.293a1 1 0 0 0 1.414 0l.083 -.094a1 1 0 0 0 -.083 -1.32l-1.293 -1.293l1.293 -1.293a1 1 0 0 0 0 -1.414l-.094 -.083a1 1 0 0 0 -1.32 .083l-1.293 1.292zm3.293 -9.293a2 2 0 1 1 0 4h-4a2 2 0 1 1 0 -4z", "key": "svg-0" }]]; const IconClipboardXFilled = createReactComponent("filled", "clipboard-x-filled", "ClipboardXFilled", __iconNode$b5); const __iconNode$b4 = [["path", { "d": "M17.997 4.17a3 3 0 0 1 2.003 2.83v12a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 2.003 -2.83a4 4 0 0 0 3.997 3.83h4a4 4 0 0 0 3.98 -3.597zm-3.997 -2.17a2 2 0 1 1 0 4h-4a2 2 0 1 1 0 -4z", "key": "svg-0" }]]; const IconClipboardFilled = createReactComponent("filled", "clipboard-filled", "ClipboardFilled", __iconNode$b4); const __iconNode$b3 = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-5.401 9.576l.052 .021l.08 .026l.08 .019l.072 .011l.117 .007l.076 -.003l.135 -.02l.082 -.02l.103 -.039l.073 -.035l.078 -.046l.06 -.042l.08 -.069l.083 -.088l.062 -.083l2 -3a1 1 0 1 0 -1.664 -1.11l-.168 .251v-1.696a1 1 0 0 0 -.883 -.993l-.117 -.007a1 1 0 0 0 -1 1v5.026l.009 .105l.02 .107l.04 .129l.048 .102l.046 .078l.042 .06l.069 .08l.088 .083l.083 .062l.09 .053z", "key": "svg-0" }]]; const IconClockHour1Filled = createReactComponent("filled", "clock-hour-1-filled", "ClockHour1Filled", __iconNode$b3); const __iconNode$b2 = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-5.401 9.576l.052 .021l.08 .026l.08 .019l.072 .011l.117 .007l.076 -.003l.135 -.02l.082 -.02l.103 -.039l.073 -.035l.078 -.046l.06 -.042l.08 -.069l.083 -.088l.062 -.083l.053 -.09l.031 -.064l.032 -.081l.03 -.109l.015 -.094l.007 -.117v-5a1 1 0 0 0 -2 0v3.131l-1.445 -.963a1 1 0 0 0 -1.317 .184l-.07 .093a1 1 0 0 0 .277 1.387l3.038 2.024z", "key": "svg-0" }]]; const IconClockHour10Filled = createReactComponent("filled", "clock-hour-10-filled", "ClockHour10Filled", __iconNode$b2); const __iconNode$b1 = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-4.952 9.659l.069 -.006l.096 -.016l.089 -.023l.099 -.038l.082 -.04l.113 -.073l.073 -.06l.074 -.074l.075 -.094l.052 -.08l.035 -.07l.051 -.132l.031 -.135l.01 -.082l.003 -.076v-5a1 1 0 0 0 -2 0v1.697l-.168 -.252a1 1 0 0 0 -1.286 -.336l-.1 .059a1 1 0 0 0 -.278 1.387l2.018 3.027l.07 .087l.075 .074l.094 .075l.08 .052l.07 .035l.132 .051l.135 .031l.082 .01z", "key": "svg-0" }]]; const IconClockHour11Filled = createReactComponent("filled", "clock-hour-11-filled", "ClockHour11Filled", __iconNode$b1); const __iconNode$b0 = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-5 2.66a1 1 0 0 0 -1 1v5a1 1 0 0 0 2 0v-5a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconClockHour12Filled = createReactComponent("filled", "clock-hour-12-filled", "ClockHour12Filled", __iconNode$b0); const __iconNode$a$ = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-6 3.66v5.022l.003 .054l.02 .135l.005 .025a1 1 0 0 0 .056 .165l.04 .082l.062 .099l.07 .087l.075 .074l.094 .075l.08 .052l.07 .035l.132 .051l.135 .031l.082 .01l.124 .002l.113 -.012l.108 -.024l.106 -.036l.108 -.051l.065 -.04l3.007 -2.004a1 1 0 1 0 -1.11 -1.664l-1.445 .962v-3.13a1 1 0 0 0 -.883 -.993l-.117 -.007a1 1 0 0 0 -1 1", "key": "svg-0" }]]; const IconClockHour2Filled = createReactComponent("filled", "clock-hour-2-filled", "ClockHour2Filled", __iconNode$a$); const __iconNode$a_ = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-5 2.66a1 1 0 0 0 -1 1v5a1 1 0 0 0 1 1h3.5a1 1 0 0 0 0 -2h-2.5v-4a1 1 0 0 0 -.883 -.993z", "key": "svg-0" }]]; const IconClockHour3Filled = createReactComponent("filled", "clock-hour-3-filled", "ClockHour3Filled", __iconNode$a_); const __iconNode$aZ = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-5 2.66a1 1 0 0 0 -1 1v5.026l.009 .105l.02 .107l.04 .129l.048 .102l.046 .078l.042 .06l.069 .08l.088 .083l.083 .062l3 2a1 1 0 1 0 1.11 -1.664l-2.555 -1.704v-4.464a1 1 0 0 0 -.883 -.993z", "key": "svg-0" }]]; const IconClockHour4Filled = createReactComponent("filled", "clock-hour-4-filled", "ClockHour4Filled", __iconNode$aZ); const __iconNode$aY = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-6 3.66v5.022l.003 .054l.02 .135l.005 .025a1 1 0 0 0 .056 .165l.04 .082l.04 .065l2.004 3.007a1 1 0 1 0 1.664 -1.11l-1.832 -2.748v-4.697a1 1 0 0 0 -.883 -.993l-.117 -.007a1 1 0 0 0 -1 1", "key": "svg-0" }]]; const IconClockHour5Filled = createReactComponent("filled", "clock-hour-5-filled", "ClockHour5Filled", __iconNode$aY); const __iconNode$aX = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-6 12.16a1 1 0 0 0 2 0v-8.5a1 1 0 0 0 -2 0z", "key": "svg-0" }]]; const IconClockHour6Filled = createReactComponent("filled", "clock-hour-6-filled", "ClockHour6Filled", __iconNode$aX); const __iconNode$aW = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-4.007 8.777l.007 -.117v-5a1 1 0 0 0 -2 0v4.696l-1.832 2.75a1 1 0 0 0 .184 1.316l.093 .07a1 1 0 0 0 1.387 -.277l2.024 -3.038l.06 -.116l.032 -.081l.03 -.109z", "key": "svg-0" }]]; const IconClockHour7Filled = createReactComponent("filled", "clock-hour-7-filled", "ClockHour7Filled", __iconNode$aW); const __iconNode$aV = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-5 2.66a1 1 0 0 0 -1 1v4.464l-2.555 1.704a1 1 0 0 0 -.336 1.286l.059 .1a1 1 0 0 0 1.387 .278l3.027 -2.018l.087 -.07l.074 -.075l.075 -.094l.052 -.08l.035 -.07l.051 -.132l.031 -.135l.01 -.082l.003 -.076v-5a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconClockHour8Filled = createReactComponent("filled", "clock-hour-8-filled", "ClockHour8Filled", __iconNode$aV); const __iconNode$aU = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-4.883 9.653a1 1 0 0 0 .883 -.993v-5a1 1 0 0 0 -2 0v4h-2.5a1 1 0 0 0 -.993 .883l-.007 .117a1 1 0 0 0 1 1h3.5z", "key": "svg-0" }]]; const IconClockHour9Filled = createReactComponent("filled", "clock-hour-9-filled", "ClockHour9Filled", __iconNode$aU); const __iconNode$aT = [["path", { "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-5 2.66a1 1 0 0 0 -.993 .883l-.007 .117v5l.009 .131a1 1 0 0 0 .197 .477l.087 .1l3 3l.094 .082a1 1 0 0 0 1.226 0l.094 -.083l.083 -.094a1 1 0 0 0 0 -1.226l-.083 -.094l-2.707 -2.708v-4.585l-.007 -.117a1 1 0 0 0 -.993 -.883z", "key": "svg-0" }]]; const IconClockFilled = createReactComponent("filled", "clock-filled", "ClockFilled", __iconNode$aT); const __iconNode$aS = [["path", { "d": "M9 20a2 2 0 0 1 -2 2h-4a1 1 0 0 1 0 -2h4v-2.997l-.343 .001a1 1 0 0 1 -.117 -.007l-.105 -.001c-2.94 -.11 -5.317 -2.399 -5.43 -5.263l-.005 -.216c0 -2.747 2.08 -5.01 4.784 -5.417l.114 -.016l.07 -.181c.663 -1.62 2.056 -2.906 3.829 -3.518l.244 -.08c2.194 -.667 4.614 -.224 6.36 1.176c1.385 1.108 2.187 2.686 2.25 4.34l.004 .212l.091 .003c2.3 .107 4.143 1.961 4.25 4.27l.004 .211c0 2.478 -1.997 4.487 -4.465 4.487h-1.535v2.996h4a1 1 0 0 1 0 2h-4a2 2 0 0 1 -2 -2v-2.997h-2v3.997a1 1 0 0 1 -2 0v-3.997h-2z", "key": "svg-0" }]]; const IconCloudComputingFilled = createReactComponent("filled", "cloud-computing-filled", "CloudComputingFilled", __iconNode$aS); const __iconNode$aR = [["path", { "d": "M15.262 4.087c.974 .768 1.566 1.848 1.678 2.997l.007 .107l.18 .025a3.42 3.42 0 0 1 2.867 3.184l.006 .188a3.42 3.42 0 0 1 -3.425 3.412h-3.575l.001 1.171a3 3 0 0 1 1.829 1.829h6.17a1 1 0 0 1 0 2h-6.17a3.001 3.001 0 0 1 -5.66 0h-6.17a1 1 0 0 1 0 -2h6.171a3 3 0 0 1 1.829 -1.83v-1.17h-2.74c-2.341 0 -4.26 -1.826 -4.26 -4.103c0 -2.001 1.481 -3.655 3.43 -4.026l.086 -.015l.049 -.112c.514 -1.124 1.508 -2.01 2.756 -2.447l.222 -.072c1.627 -.49 3.42 -.166 4.72 .862", "key": "svg-0" }]]; const IconCloudDataConnectionFilled = createReactComponent("filled", "cloud-data-connection-filled", "CloudDataConnectionFilled", __iconNode$aR); const __iconNode$aQ = [["path", { "d": "M10.04 4.305c2.195 -.667 4.615 -.224 6.36 1.176c1.386 1.108 2.188 2.686 2.252 4.34l.003 .212l.091 .003c2.3 .107 4.143 1.961 4.25 4.27l.004 .211c0 2.407 -1.885 4.372 -4.255 4.482l-.21 .005h-11.878l-.222 -.008c-2.94 -.11 -5.317 -2.399 -5.43 -5.263l-.005 -.216c0 -2.747 2.08 -5.01 4.784 -5.417l.114 -.016l.07 -.181c.663 -1.62 2.056 -2.906 3.829 -3.518l.244 -.08z", "key": "svg-0" }]]; const IconCloudFilled = createReactComponent("filled", "cloud-filled", "CloudFilled", __iconNode$aQ); const __iconNode$aP = [["path", { "d": "M12.712 13.297l3.398 3.442a3.104 3.104 0 0 1 0 4.351a3.04 3.04 0 0 1 -4.036 .27l-.075 -.062l-.073 .062a3.04 3.04 0 0 1 -1.664 .634l-.203 .007a3.04 3.04 0 0 1 -2.17 -.91a3.104 3.104 0 0 1 .002 -4.354l3.397 -3.44a1 1 0 0 1 1.424 0m8.378 -5.407a3.04 3.04 0 0 1 .27 4.037l-.062 .073l.062 .075a3.04 3.04 0 0 1 .634 1.664l.007 .203a3.04 3.04 0 0 1 -.91 2.17a3.104 3.104 0 0 1 -4.354 -.002l-3.44 -3.397a1 1 0 0 1 0 -1.424l3.443 -3.399a3.104 3.104 0 0 1 4.351 0m-13.827 .002l3.44 3.397a1 1 0 0 1 0 1.424l-3.444 3.397a3.104 3.104 0 0 1 -4.351 0a3.04 3.04 0 0 1 -.27 -4.036l.062 -.075l-.062 -.073a3.04 3.04 0 0 1 -.634 -1.664l-.007 -.203c0 -.816 .328 -1.598 .91 -2.17a3.104 3.104 0 0 1 4.354 .002m6.678 -5.891a3.04 3.04 0 0 1 2.17 .91a3.104 3.104 0 0 1 -.002 4.354l-3.397 3.44a1 1 0 0 1 -1.424 0l-3.397 -3.444a3.104 3.104 0 0 1 0 -4.351a3.04 3.04 0 0 1 4.036 -.27l.073 .062l.075 -.062a3.04 3.04 0 0 1 1.664 -.634z", "key": "svg-0" }]]; const IconCloverFilled = createReactComponent("filled", "clover-filled", "CloverFilled", __iconNode$aP); const __iconNode$aO = [["path", { "d": "M12 2a5 5 0 0 0 -4.488 2.797l-.103 .225a4.998 4.998 0 0 0 -.334 2.837l.027 .14a5 5 0 0 0 -3.091 9.009l.198 .14a4.998 4.998 0 0 0 4.42 .58l.174 -.066l-.773 3.095a1 1 0 0 0 .97 1.243h6l.113 -.006a1 1 0 0 0 .857 -1.237l-.774 -3.095l.174 .065a5 5 0 1 0 1.527 -9.727l.028 -.14a4.997 4.997 0 0 0 -4.925 -5.86z", "key": "svg-0" }]]; const IconClubsFilled = createReactComponent("filled", "clubs-filled", "ClubsFilled", __iconNode$aO); const __iconNode$aN = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-3.658 5.22a1 1 0 0 0 -1.282 .598l-2 5.5a1 1 0 0 0 1.88 .684l2 -5.5a1 1 0 0 0 -.598 -1.282m-4.135 1.233a1 1 0 0 0 -1.414 0l-1.5 1.5a1 1 0 0 0 0 1.414l1.5 1.5a1 1 0 0 0 1.414 0l.083 -.094a1 1 0 0 0 -.083 -1.32l-.792 -.793l.792 -.793a1 1 0 0 0 0 -1.414m7 0a1 1 0 0 0 -1.414 0l-.083 .094a1 1 0 0 0 .083 1.32l.792 .793l-.792 .793a1 1 0 0 0 1.414 1.414l1.5 -1.5a1 1 0 0 0 0 -1.414z", "key": "svg-0" }]]; const IconCodeCircle2Filled = createReactComponent("filled", "code-circle-2-filled", "CodeCircle2Filled", __iconNode$aN); const __iconNode$aM = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-6.293 5.953a1 1 0 0 0 -1.414 0l-2 2a1 1 0 0 0 0 1.414l2 2a1 1 0 0 0 1.414 0l.083 -.094a1 1 0 0 0 -.083 -1.32l-1.292 -1.293l1.292 -1.293a1 1 0 0 0 0 -1.414m4 0a1 1 0 0 0 -1.414 0l-.083 .094a1 1 0 0 0 .083 1.32l1.292 1.293l-1.292 1.293a1 1 0 0 0 1.414 1.414l2 -2a1 1 0 0 0 0 -1.414z", "key": "svg-0" }]]; const IconCodeCircleFilled = createReactComponent("filled", "code-circle-filled", "CodeCircleFilled", __iconNode$aM); const __iconNode$aL = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-4 2.66a1 1 0 0 0 -1 1h-1a1 1 0 0 0 -2 0a1 1 0 1 0 0 2v6a1 1 0 0 0 0 2c0 1.333 2 1.333 2 0h1a1 1 0 0 0 2 0v-.15c1.167 -.394 2 -1.527 2 -2.85l-.005 -.175a3.063 3.063 0 0 0 -.734 -1.827c.46 -.532 .739 -1.233 .739 -1.998c0 -1.323 -.833 -2.456 -2 -2.85v-.15a1 1 0 0 0 -1 -1zm.09 7c.492 0 .91 .437 .91 1s-.418 1 -.91 1h-2.09v-2h2.09zm0 -4c.492 0 .91 .437 .91 1c0 .522 -.36 .937 -.806 .993l-.104 .007h-2.09v-2h2.09z", "key": "svg-0" }]]; const IconCoinBitcoinFilled = createReactComponent("filled", "coin-bitcoin-filled", "CoinBitcoinFilled", __iconNode$aL); const __iconNode$aK = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-5 2.66c-2.052 0 -3.768 1.449 -4.549 3.5h-.451a1 1 0 0 0 -.117 1.993l.134 .007a7.298 7.298 0 0 0 0 1h-.017a1 1 0 0 0 0 2h.452c.78 2.053 2.496 3.5 4.548 3.5c1.141 0 2.217 -.457 3.084 -1.27a1 1 0 0 0 -1.368 -1.46c-.509 .478 -1.102 .73 -1.716 .73c-.922 0 -1.776 -.578 -2.335 -1.499l1.335 -.001a1 1 0 0 0 0 -2h-1.977a5.342 5.342 0 0 1 0 -1h1.977a1 1 0 0 0 0 -2h-1.336c.56 -.921 1.414 -1.5 2.336 -1.5c.615 0 1.208 .252 1.717 .73a1 1 0 0 0 1.368 -1.46c-.867 -.812 -1.943 -1.27 -3.085 -1.27z", "key": "svg-0" }]]; const IconCoinEuroFilled = createReactComponent("filled", "coin-euro-filled", "CoinEuroFilled", __iconNode$aK); const __iconNode$aJ = [["path", { "d": "M15 11.414v4.586a1 1 0 0 0 1 1l4.66 .001a10 10 0 0 1 -17.32 0l4.66 -.001l.117 -.007a1 1 0 0 0 .883 -.993v-4.585l2.293 2.292l.094 .083a1 1 0 0 0 1.32 -.083l2.293 -2.293zm2 -8.074a10 10 0 0 1 4.54 11.66h-4.54v-6c0 -.89 -1.077 -1.337 -1.707 -.707l-3.293 3.292l-3.293 -3.292l-.084 -.076c-.637 -.514 -1.623 -.07 -1.623 .783v6h-4.54a9.991 9.991 0 0 1 -.46 -3l.005 -.324a10 10 0 0 1 14.995 -8.336z", "key": "svg-0" }]]; const IconCoinMoneroFilled = createReactComponent("filled", "coin-monero-filled", "CoinMoneroFilled", __iconNode$aJ); const __iconNode$aI = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-4 2.66a3 3 0 0 0 -3 3v2h-1a1 1 0 0 0 -.993 .883l-.007 .117a1 1 0 0 0 1 1h1v1a1 1 0 0 1 -.77 .974l-.113 .02l-.117 .006c-1.287 0 -1.332 1.864 -.133 1.993l.133 .007h6a1 1 0 0 0 1 -1l-.007 -.117a1 1 0 0 0 -.993 -.883h-3.171l.048 -.148a3 3 0 0 0 .123 -.852v-1h1a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-1v-2a1 1 0 0 1 .883 -.993l.117 -.007a1 1 0 0 1 .993 .883l.007 .117a1 1 0 0 0 2 0a3 3 0 0 0 -3 -3z", "key": "svg-0" }]]; const IconCoinPoundFilled = createReactComponent("filled", "coin-pound-filled", "CoinPoundFilled", __iconNode$aI); const __iconNode$aH = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-2 3.66h-6c-1.287 0 -1.332 1.864 -.133 1.993l.133 .007h1a2 2 0 0 1 1.732 1h-2.732a1 1 0 0 0 0 2l2.732 .001a2 2 0 0 1 -1.732 .999h-1c-.89 0 -1.337 1.077 -.707 1.707l3 3a1 1 0 0 0 1.414 0l.083 -.094a1 1 0 0 0 -.083 -1.32l-1.484 -1.485l.113 -.037a4.009 4.009 0 0 0 2.538 -2.77l1.126 -.001a1 1 0 0 0 0 -2h-1.126a3.973 3.973 0 0 0 -.33 -.855l-.079 -.145h1.535a1 1 0 0 0 1 -1l-.007 -.117a1 1 0 0 0 -.993 -.883z", "key": "svg-0" }]]; const IconCoinRupeeFilled = createReactComponent("filled", "coin-rupee-filled", "CoinRupeeFilled", __iconNode$aH); const __iconNode$aG = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-6.211 4.384a2 2 0 0 0 -2.683 -.895l-.553 .277a1 1 0 0 0 .894 1.788l.553 -.276l-.001 1.382h-.999a1 1 0 0 0 -.993 .883l-.007 .117a1 1 0 0 0 1 1h.999l.001 3a3 3 0 0 0 2.824 2.995l.176 .005h.5a3.5 3.5 0 0 0 3.5 -3.5v-.5a1 1 0 0 0 -1 -1h-1a1 1 0 0 0 -1 1l.007 .117a1 1 0 0 0 .876 .876l.032 .002l-.02 .057a1.5 1.5 0 0 1 -1.395 .948h-.5a1 1 0 0 1 -1 -1l-.001 -3h4.001a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-4.001l.001 -1.382a2 2 0 0 0 -.136 -.725l-.075 -.17z", "key": "svg-0" }]]; const IconCoinTakaFilled = createReactComponent("filled", "coin-taka-filled", "CoinTakaFilled", __iconNode$aG); const __iconNode$aF = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.445 3.828a1 1 0 0 0 -1.387 .277l-2.168 3.251l-2.168 -3.25a1 1 0 0 0 -1.286 -.337l-.1 .059a1 1 0 0 0 -.278 1.387l1.63 2.445h-.798a1 1 0 0 0 -.993 .883l-.007 .117a1 1 0 0 0 1 1h2v1h-2a1 1 0 0 0 -.993 .883l-.007 .117a1 1 0 0 0 1 1h2v1a1 1 0 0 0 .883 .993l.117 .007l.117 -.007a1 1 0 0 0 .883 -.993v-1h2a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-2v-1h2a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-.799l1.631 -2.445a1 1 0 0 0 -.184 -1.317l-.093 -.07z", "key": "svg-0" }]]; const IconCoinYenFilled = createReactComponent("filled", "coin-yen-filled", "CoinYenFilled", __iconNode$aF); const __iconNode$aE = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.445 3.828a1 1 0 0 0 -1.387 .277l-2.168 3.251l-2.168 -3.25a1 1 0 0 0 -1.286 -.337l-.1 .059a1 1 0 0 0 -.278 1.387l2.296 3.445h-1.464a1 1 0 0 0 -.993 .883l-.007 .117a1 1 0 0 0 1 1h2v3a1 1 0 0 0 .883 .993l.117 .007l.117 -.007a1 1 0 0 0 .883 -.993v-3h2a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-1.465l2.297 -3.445a1 1 0 0 0 -.184 -1.317l-.093 -.07z", "key": "svg-0" }]]; const IconCoinYuanFilled = createReactComponent("filled", "coin-yuan-filled", "CoinYuanFilled", __iconNode$aE); const __iconNode$aD = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-5 2.66a1 1 0 0 0 -1 1a3 3 0 1 0 0 6v2a1.024 1.024 0 0 1 -.866 -.398l-.068 -.101a1 1 0 0 0 -1.732 .998a3 3 0 0 0 2.505 1.5h.161a1 1 0 0 0 .883 .994l.117 .007a1 1 0 0 0 1 -1l.176 -.005a3 3 0 0 0 -.176 -5.995v-2c.358 -.012 .671 .14 .866 .398l.068 .101a1 1 0 0 0 1.732 -.998a3 3 0 0 0 -2.505 -1.501h-.161a1 1 0 0 0 -1 -1zm1 7a1 1 0 0 1 0 2v-2zm-2 -4v2a1 1 0 0 1 0 -2z", "key": "svg-0" }]]; const IconCoinFilled = createReactComponent("filled", "coin-filled", "CoinFilled", __iconNode$aD); const __iconNode$aC = [["path", { "d": "M18 2a2 2 0 0 1 2 2v16a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-16a2 2 0 0 1 2 -2z", "key": "svg-0" }]]; const IconColumns1Filled = createReactComponent("filled", "columns-1-filled", "Columns1Filled", __iconNode$aC); const __iconNode$aB = [["path", { "d": "M4 2h6a1 1 0 0 1 1 1v18a1 1 0 0 1 -1 1h-6a2 2 0 0 1 -2 -2v-16a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M14 2h6a2 2 0 0 1 2 2v16a2 2 0 0 1 -2 2h-6a1 1 0 0 1 -1 -1v-18a1 1 0 0 1 1 -1", "key": "svg-1" }]]; const IconColumns2Filled = createReactComponent("filled", "columns-2-filled", "Columns2Filled", __iconNode$aB); const __iconNode$aA = [["path", { "d": "M4 2h2a1 1 0 0 1 1 1v18a1 1 0 0 1 -1 1h-2a2 2 0 0 1 -2 -2v-16a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M9 3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v18a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z", "key": "svg-1" }], ["path", { "d": "M18 2h2a2 2 0 0 1 2 2v16a2 2 0 0 1 -2 2h-2a1 1 0 0 1 -1 -1v-18a1 1 0 0 1 1 -1", "key": "svg-2" }]]; const IconColumns3Filled = createReactComponent("filled", "columns-3-filled", "Columns3Filled", __iconNode$aA); const __iconNode$az = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-5 14.66a1 1 0 1 0 0 2a1 1 0 0 0 0 -2m3.684 -10.949l-6 2a1 1 0 0 0 -.633 .633l-2.007 6.026l-.023 .086l-.017 .113l-.004 .068v.044l.009 .111l.012 .07l.04 .144l.045 .1l.054 .095l.064 .09l.069 .075l.084 .074l.098 .07l.1 .054l.078 .033l.105 .033l.109 .02l.043 .005l.068 .004h.044l.111 -.009l.07 -.012l.02 -.006l.019 -.002l.074 -.022l6 -2a1 1 0 0 0 .633 -.633l2 -6a1 1 0 0 0 -1.265 -1.265zm-1.265 2.529l-1.21 3.629l-3.629 1.21l1.21 -3.629l3.629 -1.21zm-9.419 1.42a1 1 0 1 0 0 2a1 1 0 0 0 0 -2m14 0a1 1 0 1 0 0 2a1 1 0 0 0 0 -2m-7 -7a1 1 0 1 0 0 2a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconCompassFilled = createReactComponent("filled", "compass-filled", "CompassFilled", __iconNode$az); const __iconNode$ay = [["path", { "d": "M12 1c5.52 0 10 1.494 10 4.002v.5a1 1 0 0 1 -.121 .477l-8.139 15.006a2 2 0 0 1 -3.489 -.016l-8.13 -14.99a1 1 0 0 1 -.121 -.475v-.5c0 -2.509 4.48 -4.004 10 -4.004", "key": "svg-0" }]]; const IconCone2Filled = createReactComponent("filled", "cone-2-filled", "Cone2Filled", __iconNode$ay); const __iconNode$ax = [["path", { "d": "M12 1.001c.72 0 1.385 .387 1.749 1.03l8.13 14.99a1 1 0 0 1 .121 .477v.498c0 2.46 -4.306 3.945 -9.677 4.002l-.323 .002c-5.52 0 -10 -1.495 -10 -4.003v-.5a1 1 0 0 1 .121 -.477l8.139 -15.005a2 2 0 0 1 1.74 -1.015", "key": "svg-0" }]]; const IconConeFilled = createReactComponent("filled", "cone-filled", "ConeFilled", __iconNode$ax); const __iconNode$aw = [["path", { "d": "M3 5a1 1 0 0 1 1 -1a1 1 0 0 1 1.993 -.117l.007 .117a1 1 0 0 1 .117 1.993l-.117 .007a1 1 0 1 1 -2 0a1 1 0 0 1 -1 -1m7.53 -1.243a1 1 0 1 1 1.94 .486l-.5 2a1 1 0 1 1 -1.94 -.486zm6.47 1.243a1 1 0 0 1 1 -1a1 1 0 0 1 1.993 -.117l.007 .117a1 1 0 0 1 .117 1.993l-.117 .007a1 1 0 0 1 -2 0a1 1 0 0 1 -1 -1m-8.81 4.293l6.517 6.518a1 1 0 0 1 -.29 1.617l-9.573 4.387a2 2 0 0 1 -2.661 -2.652l4.39 -9.58a1 1 0 0 1 1.616 -.29m7.517 -1a1 1 0 0 1 0 1.414l-1 1a1 1 0 0 1 -1.414 -1.414l1 -1a1 1 0 0 1 1.414 0m4.05 3.237a1 1 0 0 1 .486 1.94l-2 .5a1 1 0 0 1 -.486 -1.94zm-2.756 7.47a1 1 0 0 1 1 -1a1 1 0 0 1 1.993 -.117l.007 .117a1 1 0 0 1 .117 1.993l-.117 .007a1 1 0 0 1 -2 0a1 1 0 0 1 -1 -1", "key": "svg-0" }]]; const IconConfettiFilled = createReactComponent("filled", "confetti-filled", "ConfettiFilled", __iconNode$aw); const __iconNode$av = [["path", { "d": "M20 3a1 1 0 0 1 1 1v.01a1 1 0 0 1 -2 0v-.01a1 1 0 0 1 1 -1", "key": "svg-0" }], ["path", { "d": "M20 19a1 1 0 0 1 1 1v.01a1 1 0 0 1 -2 0v-.01a1 1 0 0 1 1 -1", "key": "svg-1" }], ["path", { "d": "M20 15a1 1 0 0 1 1 1v.01a1 1 0 0 1 -2 0v-.01a1 1 0 0 1 1 -1", "key": "svg-2" }], ["path", { "d": "M20 11a1 1 0 0 1 1 1v.01a1 1 0 0 1 -2 0v-.01a1 1 0 0 1 1 -1", "key": "svg-3" }], ["path", { "d": "M20 7a1 1 0 0 1 1 1v.01a1 1 0 0 1 -2 0v-.01a1 1 0 0 1 1 -1", "key": "svg-4" }], ["path", { "d": "M15 3a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2z", "key": "svg-5" }], ["path", { "d": "M4 3a1 1 0 0 1 1 1v.01a1 1 0 1 1 -2 0v-.01a1 1 0 0 1 1 -1", "key": "svg-6" }], ["path", { "d": "M4 19a1 1 0 0 1 1 1v.01a1 1 0 0 1 -2 0v-.01a1 1 0 0 1 1 -1", "key": "svg-7" }], ["path", { "d": "M4 15a1 1 0 0 1 1 1v.01a1 1 0 0 1 -2 0v-.01a1 1 0 0 1 1 -1", "key": "svg-8" }], ["path", { "d": "M4 11a1 1 0 0 1 1 1v.01a1 1 0 0 1 -2 0v-.01a1 1 0 0 1 1 -1", "key": "svg-9" }], ["path", { "d": "M4 7a1 1 0 0 1 1 1v.01a1 1 0 1 1 -2 0v-.01a1 1 0 0 1 1 -1", "key": "svg-10" }]]; const IconContainerFilled = createReactComponent("filled", "container-filled", "ContainerFilled", __iconNode$av); const __iconNode$au = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm0 2h-14a1 1 0 0 0 -1 1v14a1 1 0 0 0 .769 .973c3.499 -.347 7.082 -4.127 7.226 -7.747l.005 -.226c0 -3.687 3.66 -7.619 7.232 -7.974a1 1 0 0 0 -.232 -.026", "key": "svg-0" }]]; const IconContrast2Filled = createReactComponent("filled", "contrast-2-filled", "Contrast2Filled", __iconNode$au); const __iconNode$at = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-9 1.732a8 8 0 0 0 4.001 14.928l-.001 -16a8 8 0 0 0 -4 1.072", "key": "svg-0" }]]; const IconContrastFilled = createReactComponent("filled", "contrast-filled", "ContrastFilled", __iconNode$at); const __iconNode$as = [["path", { "d": "M12.007 1l.238 .005a6 6 0 0 1 5.405 3.974l.078 .233a6 6 0 0 1 -.182 4.08l-.093 .21l.05 -.002a2.94 2.94 0 0 1 2.638 1.511l.081 .158a2.887 2.887 0 0 1 -1.234 3.764l-.19 .096l-1.798 .821v.963l1.166 1.166l.14 .154a2.96 2.96 0 0 1 -.17 4.002c-1.087 1.088 -2.827 1.161 -4.03 .144l-.16 -.146l-1.946 -1.948l-1.946 1.947a2.96 2.96 0 0 1 -3.95 .22l-.15 -.128c-1.17 -1.073 -1.284 -2.879 -.234 -4.12l.146 -.158l1.134 -1.134v-.962l-1.834 -.84l-.181 -.093a2.88 2.88 0 0 1 -1.205 -3.75a2.93 2.93 0 0 1 2.646 -1.661l.13 .003l-.03 -.064a6.1 6.1 0 0 1 -.503 -1.968l-.017 -.26v-.217a6 6 0 0 1 5.775 -5.996l.224 -.004zm.003 15h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2m0 -3h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2m0 -5h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2m-2 -3h-.01a1 1 0 1 0 0 2h.01a1 1 0 0 0 0 -2m4 0h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconCookieManFilled = createReactComponent("filled", "cookie-man-filled", "CookieManFilled", __iconNode$as); const __iconNode$ar = [["path", { "d": "M13.53 2.552l2.667 1.104a1 1 0 0 1 .414 1.53a3 3 0 0 0 3.492 4.604a1 1 0 0 1 1.296 .557l.049 .122a4 4 0 0 1 0 3.062l-.079 .151c-.467 .74 -.785 1.314 -.945 1.7c-.166 .4 -.373 1.097 -.613 2.073l-.047 .144a4 4 0 0 1 -2.166 2.164l-.139 .046c-1.006 .253 -1.705 .461 -2.076 .615c-.412 .17 -.982 .486 -1.696 .942l-.156 .082a4 4 0 0 1 -3.062 0l-.148 -.077c-.759 -.475 -1.333 -.793 -1.704 -.947c-.413 -.171 -1.109 -.378 -2.07 -.612l-.146 -.048a4 4 0 0 1 -2.164 -2.166l-.046 -.138c-.254 -1.009 -.463 -1.709 -.615 -2.078q -.256 -.621 -.942 -1.695l-.082 -.156a4 4 0 0 1 0 -3.062l.084 -.16c.447 -.692 .761 -1.262 .94 -1.692c.147 -.355 .356 -1.057 .615 -2.078l.045 -.138a4 4 0 0 1 2.166 -2.164l.141 -.047c.988 -.245 1.686 -.453 2.074 -.614c.395 -.164 .967 -.48 1.7 -.944l.152 -.08a4 4 0 0 1 3.062 0m-1.531 13.448a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1m4 -3a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1m-8 -1a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1m4 -1a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1m-1 -4c-.552 0 -1 .448 -1 1.01a1 1 0 1 0 2 -.01a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconCookieFilled = createReactComponent("filled", "cookie-filled", "CookieFilled", __iconNode$ar); const __iconNode$aq = [["path", { "d": "M18.333 6a3.667 3.667 0 0 1 3.667 3.667v8.666a3.667 3.667 0 0 1 -3.667 3.667h-8.666a3.667 3.667 0 0 1 -3.667 -3.667v-8.666a3.667 3.667 0 0 1 3.667 -3.667zm-3.333 -4c1.094 0 1.828 .533 2.374 1.514a1 1 0 1 1 -1.748 .972c-.221 -.398 -.342 -.486 -.626 -.486h-10c-.548 0 -1 .452 -1 1v9.998c0 .32 .154 .618 .407 .805l.1 .065a1 1 0 1 1 -.99 1.738a3 3 0 0 1 -1.517 -2.606v-10c0 -1.652 1.348 -3 3 -3zm1.293 9.293l-3.293 3.292l-1.293 -1.292a1 1 0 0 0 -1.414 1.414l2 2a1 1 0 0 0 1.414 0l4 -4a1 1 0 0 0 -1.414 -1.414", "key": "svg-0" }]]; const IconCopyCheckFilled = createReactComponent("filled", "copy-check-filled", "CopyCheckFilled", __iconNode$aq); const __iconNode$ap = [["path", { "d": "M18.333 6a3.667 3.667 0 0 1 3.667 3.667v8.666a3.667 3.667 0 0 1 -3.667 3.667h-8.666a3.667 3.667 0 0 1 -3.667 -3.667v-8.666a3.667 3.667 0 0 1 3.667 -3.667zm-3.333 -4c1.094 0 1.828 .533 2.374 1.514a1 1 0 1 1 -1.748 .972c-.221 -.398 -.342 -.486 -.626 -.486h-10c-.548 0 -1 .452 -1 1v9.998c0 .32 .154 .618 .407 .805l.1 .065a1 1 0 1 1 -.99 1.738a3 3 0 0 1 -1.517 -2.606v-10c0 -1.652 1.348 -3 3 -3zm2 11h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconCopyMinusFilled = createReactComponent("filled", "copy-minus-filled", "CopyMinusFilled", __iconNode$ap); const __iconNode$ao = [["path", { "d": "M18.333 6a3.667 3.667 0 0 1 3.667 3.667v8.666a3.667 3.667 0 0 1 -3.667 3.667h-8.666a3.667 3.667 0 0 1 -3.667 -3.667v-8.666a3.667 3.667 0 0 1 3.667 -3.667zm-4.333 4a1 1 0 0 0 -1 1v2h-2a1 1 0 0 0 -.993 .883l-.007 .117a1 1 0 0 0 1 1h2v2a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-2h2a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-2v-2a1 1 0 0 0 -.883 -.993zm1 -8c1.094 0 1.828 .533 2.374 1.514a1 1 0 1 1 -1.748 .972c-.221 -.398 -.342 -.486 -.626 -.486h-10c-.548 0 -1 .452 -1 1v9.998c0 .32 .154 .618 .407 .805l.1 .065a1 1 0 1 1 -.99 1.738a3 3 0 0 1 -1.517 -2.606v-10c0 -1.652 1.348 -3 3 -3z", "key": "svg-0" }]]; const IconCopyPlusFilled = createReactComponent("filled", "copy-plus-filled", "CopyPlusFilled", __iconNode$ao); const __iconNode$an = [["path", { "d": "M18.333 6a3.667 3.667 0 0 1 3.667 3.667v8.666a3.667 3.667 0 0 1 -3.667 3.667h-8.666a3.667 3.667 0 0 1 -3.667 -3.667v-8.666a3.667 3.667 0 0 1 3.667 -3.667zm-3.333 -4c1.094 0 1.828 .533 2.374 1.514a1 1 0 1 1 -1.748 .972c-.221 -.398 -.342 -.486 -.626 -.486h-10c-.548 0 -1 .452 -1 1v9.998c0 .32 .154 .618 .407 .805l.1 .065a1 1 0 1 1 -.99 1.738a3 3 0 0 1 -1.517 -2.606v-10c0 -1.652 1.348 -3 3 -3zm.8 8.786l-1.837 1.799l-1.749 -1.785a1 1 0 0 0 -1.319 -.096l-.095 .082a1 1 0 0 0 -.014 1.414l1.749 1.785l-1.835 1.8a1 1 0 0 0 -.096 1.32l.082 .095a1 1 0 0 0 1.414 .014l1.836 -1.8l1.75 1.786a1 1 0 0 0 1.319 .096l.095 -.082a1 1 0 0 0 .014 -1.414l-1.75 -1.786l1.836 -1.8a1 1 0 0 0 .096 -1.319l-.082 -.095a1 1 0 0 0 -1.414 -.014", "key": "svg-0" }]]; const IconCopyXFilled = createReactComponent("filled", "copy-x-filled", "CopyXFilled", __iconNode$an); const __iconNode$am = [["path", { "d": "M20.926 7.074a3.67 3.67 0 0 1 1.074 2.593v8.666a3.667 3.667 0 0 1 -3.667 3.667h-8.666a3.667 3.667 0 0 1 -3.667 -3.667v-8.666q 0 -.053 .005 -.102a3.66 3.66 0 0 1 3.662 -3.565h8.666c.973 0 1.905 .386 2.593 1.074", "key": "svg-0" }], ["path", { "d": "M17.374 3.514a1 1 0 1 1 -1.748 .972c-.221 -.398 -.342 -.486 -.626 -.486h-10c-.548 0 -1 .452 -1 1v9.998c0 .36 .194 .692 .507 .87a1 1 0 1 1 -.99 1.738a3 3 0 0 1 -1.517 -2.606v-10c0 -1.652 1.348 -3 3 -3h10c1.094 0 1.828 .533 2.374 1.514", "key": "svg-1" }]]; const IconCopyFilled = createReactComponent("filled", "copy-filled", "CopyFilled", __iconNode$am); const __iconNode$al = [["path", { "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-2.117 5.889a4.016 4.016 0 0 0 -5.543 -.23a1 1 0 0 0 1.32 1.502a2.016 2.016 0 0 1 2.783 .116a1.993 1.993 0 0 1 0 2.766a2.016 2.016 0 0 1 -2.783 .116a1 1 0 0 0 -1.32 1.501a4.016 4.016 0 0 0 5.543 -.23a3.993 3.993 0 0 0 0 -5.542z", "key": "svg-0" }]]; const IconCopyleftFilled = createReactComponent("filled", "copyleft-filled", "CopyleftFilled", __iconNode$al); const __iconNode$ak = [["path", { "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-2.34 5.659a4.016 4.016 0 0 0 -5.543 .23a3.993 3.993 0 0 0 0 5.542a4.016 4.016 0 0 0 5.543 .23a1 1 0 0 0 -1.32 -1.502c-.81 .711 -2.035 .66 -2.783 -.116a1.993 1.993 0 0 1 0 -2.766a2.016 2.016 0 0 1 2.783 -.116a1 1 0 0 0 1.32 -1.501z", "key": "svg-0" }]]; const IconCopyrightFilled = createReactComponent("filled", "copyright-filled", "CopyrightFilled", __iconNode$ak); const __iconNode$aj = [["path", { "d": "M22 10v6a4 4 0 0 1 -4 4h-12a4 4 0 0 1 -4 -4v-6h20zm-14.99 4h-.01a1 1 0 1 0 .01 2a1 1 0 0 0 0 -2m5.99 0h-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0 -2zm5 -10a4 4 0 0 1 4 4h-20a4 4 0 0 1 4 -4h12z", "key": "svg-0" }]]; const IconCreditCardFilled = createReactComponent("filled", "credit-card-filled", "CreditCardFilled", __iconNode$aj); const __iconNode$ai = [["path", { "d": "M18 3a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3z", "key": "svg-0" }]]; const IconCrop11Filled = createReactComponent("filled", "crop-1-1-filled", "Crop11Filled", __iconNode$ai); const __iconNode$ah = [["path", { "d": "M18 7a3 3 0 0 1 3 3v4a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-4a3 3 0 0 1 3 -3z", "key": "svg-0" }]]; const IconCrop169Filled = createReactComponent("filled", "crop-16-9-filled", "Crop169Filled", __iconNode$ah); const __iconNode$ag = [["path", { "d": "M18 6a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3z", "key": "svg-0" }]]; const IconCrop32Filled = createReactComponent("filled", "crop-3-2-filled", "Crop32Filled", __iconNode$ag); const __iconNode$af = [["path", { "d": "M18 4a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3z", "key": "svg-0" }]]; const IconCrop54Filled = createReactComponent("filled", "crop-5-4-filled", "Crop54Filled", __iconNode$af); const __iconNode$ae = [["path", { "d": "M18 5a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3z", "key": "svg-0" }]]; const IconCrop75Filled = createReactComponent("filled", "crop-7-5-filled", "Crop75Filled", __iconNode$ae); const __iconNode$ad = [["path", { "d": "M18 5a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3z", "key": "svg-0" }]]; const IconCropLandscapeFilled = createReactComponent("filled", "crop-landscape-filled", "CropLandscapeFilled", __iconNode$ad); const __iconNode$ac = [["path", { "d": "M16 3a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-8a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3z", "key": "svg-0" }]]; const IconCropPortraitFilled = createReactComponent("filled", "crop-portrait-filled", "CropPortraitFilled", __iconNode$ac); const __iconNode$ab = [["path", { "d": "M10 2l-.117 .007a1 1 0 0 0 -.883 .993v4h-4a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 .993 .883h4v8a1 1 0 0 0 1 1h4l.117 -.007a1 1 0 0 0 .883 -.993v-8h4a1 1 0 0 0 1 -1v-4l-.007 -.117a1 1 0 0 0 -.993 -.883h-4v-4a1 1 0 0 0 -1 -1h-4z", "key": "svg-0" }]]; const IconCrossFilled = createReactComponent("filled", "cross-filled", "CrossFilled", __iconNode$ab); const __iconNode$aa = [["path", { "d": "M19 19h-14c-.5 0 -.9 -.3 -1 -.8l-2 -10c0 -.4 .1 -.8 .5 -1.1c.4 -.2 .8 -.2 1.1 0l4.1 3.3l3.4 -5.1c.4 -.6 1.3 -.6 1.7 0l3.4 5.1l4.1 -3.3c.3 -.3 .8 -.3 1.1 0c.4 .2 .5 .6 .5 1.1l-2 10c0 .5 -.5 .8 -1 .8z", "key": "svg-0" }]]; const IconCrownFilled = createReactComponent("filled", "crown-filled", "CrownFilled", __iconNode$aa); const __iconNode$a9 = [["path", { "d": "M12 1a1 1 0 0 1 1 1v1.055a9.004 9.004 0 0 1 7.946 7.945h1.054a1 1 0 0 1 0 2h-1.055a9.004 9.004 0 0 1 -7.944 7.945l-.001 1.055a1 1 0 0 1 -2 0v-1.055a9.004 9.004 0 0 1 -7.945 -7.944l-1.055 -.001a1 1 0 0 1 0 -2h1.055a9.004 9.004 0 0 1 7.945 -7.945v-1.055a1 1 0 0 1 1 -1m0 4a7 7 0 1 0 0 14a7 7 0 0 0 0 -14m0 3a4 4 0 1 1 -4 4l.005 -.2a4 4 0 0 1 3.995 -3.8", "key": "svg-0" }]]; const IconCurrentLocationFilled = createReactComponent("filled", "current-location-filled", "CurrentLocationFilled", __iconNode$a9); const __iconNode$a8 = [["path", { "d": "M12 2.954a10 10 0 0 1 6.222 17.829a1 1 0 0 1 -.622 .217h-11.2a1 1 0 0 1 -.622 -.217a10 10 0 0 1 6.222 -17.829m4.207 5.839a1 1 0 0 0 -1.414 0l-2.276 2.274a2.003 2.003 0 0 0 -2.514 1.815l-.003 .118a2 2 0 1 0 3.933 -.517l2.274 -2.276a1 1 0 0 0 0 -1.414", "key": "svg-0" }]]; const IconDashboardFilled = createReactComponent("filled", "dashboard-filled", "DashboardFilled", __iconNode$a8); const __iconNode$a7 = [["path", { "d": "M3 15.731c1.968 1.507 5.234 2.269 9 2.269c3.76 0 7.025 -.76 9 -2.252v2.252c0 2.425 -3.895 3.936 -8.693 3.998l-.307 .002c-4.938 0 -9 -1.523 -9 -4z", "key": "svg-0" }], ["path", { "d": "M3 9.731c1.968 1.507 5.234 2.269 9 2.269c3.76 0 7.025 -.76 9 -2.252v2.252c0 2.477 -4.062 4 -9 4c-4.798 0 -8.77 -1.438 -8.979 -3.795l-.016 -.101l-.005 -.104z", "key": "svg-1" }], ["path", { "d": "M12 2c1.041 0 2.044 .068 2.977 .198l.469 .071q .84 .14 1.586 .348l.44 .131l.075 .024a11 11 0 0 1 .805 .3l.199 .086q .535 .242 .967 .53q .165 .11 .313 .225a3.8 3.8 0 0 1 .669 .668l.091 .128q .07 .105 .129 .211l.07 .139q .163 .35 .2 .73l.01 .211c0 2.477 -4.062 4 -9 4c-4.798 0 -8.77 -1.438 -8.979 -3.795a1 1 0 0 1 -.021 -.205l.005 -.104l.016 -.1c.205 -2.306 4.01 -3.733 8.667 -3.794z", "key": "svg-2" }]]; const IconDatabaseFilled = createReactComponent("filled", "database-filled", "DatabaseFilled", __iconNode$a7); const __iconNode$a6 = [["path", { "d": "M20 8v6a8 8 0 1 1 -16 0v-6zm-8 2a4 4 0 0 0 -3.996 3.826l-.004 .174a4 4 0 1 0 4 -4m.01 3a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993zm-10.01 -8v-1a2 2 0 0 1 2 -2h16a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-16a2 2 0 0 1 -2 -2", "key": "svg-0" }]]; const IconDeviceCctvFilled = createReactComponent("filled", "device-cctv-filled", "DeviceCctvFilled", __iconNode$a6); const __iconNode$a5 = [["path", { "d": "M7 21a1 1 0 0 1 0 -2h1v-2h-4a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h16a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-4v2h1a1 1 0 0 1 0 2zm7 -4h-4v2h4z", "key": "svg-0" }]]; const IconDeviceDesktopFilled = createReactComponent("filled", "device-desktop-filled", "DeviceDesktopFilled", __iconNode$a5); const __iconNode$a4 = [["path", { "d": "M16 3a1 1 0 0 1 .707 .293l4 4a1 1 0 0 1 .293 .707v10a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h1v4a1 1 0 0 0 .883 .993l.117 .007h6a1 1 0 0 0 1 -1v-4zm-4 8a2.995 2.995 0 0 0 -2.995 2.898a1 1 0 0 0 -.005 .102a3 3 0 1 0 3 -3m1 -8v3h-4v-3z", "key": "svg-0" }]]; const IconDeviceFloppyFilled = createReactComponent("filled", "device-floppy-filled", "DeviceFloppyFilled", __iconNode$a4); const __iconNode$a3 = [["path", { "d": "M15.5 4a6 6 0 0 1 5.945 5.187l1.532 7.883a3.3 3.3 0 0 1 -5.632 2.903l-3.776 -3.974l-3.14 .001l-3.719 3.916a3.3 3.3 0 0 1 -5.629 -2.92l1.634 -8.173a6 6 0 0 1 5.885 -4.823zm-7.5 3a1 1 0 0 0 -1 1v1h-1a1 1 0 1 0 0 2h1v1a1 1 0 0 0 2 0v-1h1a1 1 0 0 0 0 -2h-1v-1a1 1 0 0 0 -1 -1m10 2h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconDeviceGamepad2Filled = createReactComponent("filled", "device-gamepad-2-filled", "DeviceGamepad2Filled", __iconNode$a3); const __iconNode$a2 = [["path", { "d": "M12.707 14.293l3 3a1 1 0 0 1 .293 .707v2a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2v-2a1 1 0 0 1 .293 -.707l3 -3a1 1 0 0 1 1.414 0m-6.707 -6.293a1 1 0 0 1 .707 .293l3 3a1 1 0 0 1 0 1.414l-3 3a1 1 0 0 1 -.707 .293h-2a2 2 0 0 1 -2 -2v-4a2 2 0 0 1 2 -2zm14 0a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-2a1 1 0 0 1 -.707 -.293l-3 -3a1 1 0 0 1 0 -1.414l3 -3a1 1 0 0 1 .707 -.293zm-6 -6a2 2 0 0 1 2 2v2a1 1 0 0 1 -.293 .707l-3 3a1 1 0 0 1 -1.414 0l-3 -3a1 1 0 0 1 -.293 -.707v-2a2 2 0 0 1 2 -2z", "key": "svg-0" }]]; const IconDeviceGamepad3Filled = createReactComponent("filled", "device-gamepad-3-filled", "DeviceGamepad3Filled", __iconNode$a2); const __iconNode$a1 = [["path", { "d": "M20 5a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-16a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3zm-12 4l-.117 .007a1 1 0 0 0 -.883 .993v1h-1a1 1 0 0 0 -1 1l.007 .117a1 1 0 0 0 .993 .883h1v1a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-1h1a1 1 0 0 0 1 -1l-.007 -.117a1 1 0 0 0 -.993 -.883h-1v-1a1 1 0 0 0 -1 -1m10 3a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1m-3 -2a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconDeviceGamepadFilled = createReactComponent("filled", "device-gamepad-filled", "DeviceGamepadFilled", __iconNode$a1); const __iconNode$a0 = [["path", { "d": "M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm-4 13a1 1 0 0 0 -.993 .883l-.007 .117l.007 .127a1 1 0 0 0 1.986 0l.007 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -.993 .883l-.007 .117l.007 .127a1 1 0 0 0 1.986 0l.007 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm-6 -6.764l-.106 .211a1 1 0 0 1 -.77 .545l-.124 .008l-5 -.001v3.001h14v-3.001l-4.382 .001l-.724 1.447a1 1 0 0 1 -1.725 .11l-.063 -.11l-1.106 -2.211zm7 -4.236h-12a1 1 0 0 0 -.993 .883l-.007 .117v1.999l4.381 .001l.725 -1.447a1 1 0 0 1 1.725 -.11l.063 .11l1.106 2.21l.106 -.21a1 1 0 0 1 .77 -.545l.124 -.008l5 -.001v-1.999a1 1 0 0 0 -.883 -.993l-.117 -.007z", "key": "svg-0" }]]; const IconDeviceHeartMonitorFilled = createReactComponent("filled", "device-heart-monitor-filled", "DeviceHeartMonitorFilled", __iconNode$a0); const __iconNode$9$ = [["path", { "d": "M8 22a1 1 0 0 1 0 -2h.616l.25 -2h-4.866a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h16a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-4.867l.25 2h.617a1 1 0 0 1 0 2zm5.116 -4h-2.233l-.25 2h2.733z", "key": "svg-0" }]]; const IconDeviceImacFilled = createReactComponent("filled", "device-imac-filled", "DeviceImacFilled", __iconNode$9$); const __iconNode$9_ = [["path", { "d": "M18 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-3 16h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconDeviceIpadFilled = createReactComponent("filled", "device-ipad-filled", "DeviceIpadFilled", __iconNode$9_); const __iconNode$9Z = [["path", { "d": "M16 2a3 3 0 0 1 2.995 2.824l.005 .176v14a3 3 0 0 1 -2.824 2.995l-.176 .005h-8a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005h8zm-4 14a1 1 0 0 0 -.993 .883l-.007 .117l.007 .127a1 1 0 0 0 1.986 0l.007 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm1 -12h-2l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h2l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", "key": "svg-0" }]]; const IconDeviceMobileFilled = createReactComponent("filled", "device-mobile-filled", "DeviceMobileFilled", __iconNode$9Z); const __iconNode$9Y = [["path", { "d": "M15 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-6a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3h2v1a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-1zm-5 15a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883m4 0a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883m-4 -3a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883m4 0a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883m-2 -7a3 3 0 0 0 -2.995 2.824l-.005 .176a3 3 0 1 0 3 -3", "key": "svg-0" }]]; const IconDeviceRemoteFilled = createReactComponent("filled", "device-remote-filled", "DeviceRemoteFilled", __iconNode$9Y); const __iconNode$9X = [["path", { "d": "M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-5 9a4 4 0 0 0 -3.995 3.8l-.005 .2a4 4 0 1 0 4 -4m0 -5a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconDeviceSpeakerFilled = createReactComponent("filled", "device-speaker-filled", "DeviceSpeakerFilled", __iconNode$9X); const __iconNode$9W = [["path", { "d": "M18 2a2 2 0 0 1 1.995 1.85l.005 .15v16a2 2 0 0 1 -1.85 1.995l-.15 .005h-12a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-16a2 2 0 0 1 1.85 -1.995l.15 -.005h12zm-6 13a2 2 0 0 0 -1.977 1.697l-.018 .154l-.005 .149l.005 .15a2 2 0 1 0 1.995 -2.15z", "key": "svg-0" }]]; const IconDeviceTabletFilled = createReactComponent("filled", "device-tablet-filled", "DeviceTabletFilled", __iconNode$9W); const __iconNode$9V = [["path", { "d": "M8.707 2.293l3.293 3.292l3.293 -3.292a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 0 1.414l-2.293 2.293h4.586a3 3 0 0 1 3 3v9a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-9a3 3 0 0 1 3 -3h4.585l-2.292 -2.293a1 1 0 0 1 1.414 -1.414m10.293 5.707h-2a1 1 0 0 0 -1 1v9a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-9a1 1 0 0 0 -1 -1", "key": "svg-0" }], ["path", { "d": "M18 14a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1", "key": "svg-1" }], ["path", { "d": "M18 11a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1", "key": "svg-2" }]]; const IconDeviceTvOldFilled = createReactComponent("filled", "device-tv-old-filled", "DeviceTvOldFilled", __iconNode$9V); const __iconNode$9U = [["path", { "d": "M8.707 2.293l3.293 3.292l3.293 -3.292a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 0 1.414l-2.293 2.293h4.586a3 3 0 0 1 3 3v9a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-9a3 3 0 0 1 3 -3h4.585l-2.292 -2.293a1 1 0 0 1 1.414 -1.414", "key": "svg-0" }]]; const IconDeviceTvFilled = createReactComponent("filled", "device-tv-filled", "DeviceTvFilled", __iconNode$9U); const __iconNode$9T = [["path", { "d": "M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-5 13a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1m1.368 -6.673a2.98 2.98 0 0 0 -3.631 .728a1 1 0 0 0 1.526 1.292a.98 .98 0 0 1 1.195 -.239a1 1 0 0 1 -.455 1.892a1 1 0 0 0 -.006 2a3 3 0 0 0 1.371 -5.673", "key": "svg-0" }]]; const IconDeviceUnknownFilled = createReactComponent("filled", "device-unknown-filled", "DeviceUnknownFilled", __iconNode$9T); const __iconNode$9S = [["path", { "d": "M15 2a1 1 0 0 1 1 1v4h1a1 1 0 0 1 1 1v8a6 6 0 1 1 -12 0v-8a1 1 0 0 1 1 -1h1v-4a1 1 0 0 1 1 -1zm-1 2h-4v3h4z", "key": "svg-0" }]]; const IconDeviceUsbFilled = createReactComponent("filled", "device-usb-filled", "DeviceUsbFilled", __iconNode$9S); const __iconNode$9R = [["path", { "d": "M12 6q 1.74 0 3.342 .106q 1.619 .107 2.973 .448q 1.388 .345 2.436 1.05a4.9 4.9 0 0 1 1.665 1.916c.397 .801 .584 1.769 .584 2.91c0 1.156 -.222 2.208 -.673 3.14c-.45 .934 -1.073 1.685 -1.868 2.236a4.7 4.7 0 0 1 -2.73 .839q -.932 .001 -1.703 -.263a7 7 0 0 1 -1.374 -.644a20 20 0 0 1 -1.107 -.736a8 8 0 0 0 -.901 -.567a1.4 1.4 0 0 0 -.643 -.174c-.209 0 -.426 .057 -.658 .18q -.42 .226 -.893 .564a20 20 0 0 1 -1.105 .733a6.8 6.8 0 0 1 -1.366 .642a5.2 5.2 0 0 1 -1.688 .264a4.7 4.7 0 0 1 -2.75 -.838c-.794 -.55 -1.418 -1.302 -1.868 -2.234q -.675 -1.407 -.673 -3.14c-.005 -1.135 .182 -2.105 .577 -2.9a4.9 4.9 0 0 1 1.673 -1.926c.699 -.47 1.511 -.816 2.442 -1.049a17 17 0 0 1 2.968 -.447q 1.599 -.11 3.34 -.11", "key": "svg-0" }]]; const IconDeviceVisionProFilled = createReactComponent("filled", "device-vision-pro-filled", "DeviceVisionProFilled", __iconNode$9R); const __iconNode$9Q = [["path", { "d": "M15 2a1 1 0 0 1 1 1v2.126c1.726 .445 3 2.01 3 3.874v6a4 4 0 0 1 -3 3.874v2.126a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1v-2.126a4 4 0 0 1 -3 -3.874v-6a4 4 0 0 1 3 -3.874v-2.126a1 1 0 0 1 1 -1zm-1 17h-4v1h4zm0 -15h-4v1h4z", "key": "svg-0" }]]; const IconDeviceWatchFilled = createReactComponent("filled", "device-watch-filled", "DeviceWatchFilled", __iconNode$9Q); const __iconNode$9P = [["path", { "d": "M6 2h-2a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2z", "key": "svg-0" }], ["path", { "d": "M20 2h-2a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2z", "key": "svg-1" }], ["path", { "d": "M13 2h-2a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2z", "key": "svg-2" }], ["path", { "d": "M6 9h-2a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2z", "key": "svg-3" }], ["path", { "d": "M20 9h-2a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2z", "key": "svg-4" }], ["path", { "d": "M13 9h-2a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2z", "key": "svg-5" }], ["path", { "d": "M13 16h-2a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2z", "key": "svg-6" }]]; const IconDialpadFilled = createReactComponent("filled", "dialpad-filled", "DialpadFilled", __iconNode$9P); const __iconNode$9O = [["path", { "d": "M18 4a1 1 0 0 1 .783 .378l.074 .108l3 5a1 1 0 0 1 -.032 1.078l-.08 .103l-8.53 9.533a1.7 1.7 0 0 1 -1.215 .51c-.4 0 -.785 -.14 -1.11 -.417l-.135 -.126l-8.5 -9.5a1 1 0 0 1 -.172 -1.067l.06 -.115l3.013 -5.022l.064 -.09a.982 .982 0 0 1 .155 -.154l.089 -.064l.088 -.05l.05 -.023l.06 -.025l.109 -.032l.112 -.02l.117 -.005h12zm-8.886 3.943a1 1 0 0 0 -1.371 .343l-.6 1l-.06 .116a1 1 0 0 0 .177 1.07l2 2.2l.09 .088a1 1 0 0 0 1.323 -.02l.087 -.09a1 1 0 0 0 -.02 -1.323l-1.501 -1.65l.218 -.363l.055 -.103a1 1 0 0 0 -.398 -1.268z", "key": "svg-0" }]]; const IconDiamondFilled = createReactComponent("filled", "diamond-filled", "DiamondFilled", __iconNode$9O); const __iconNode$9N = [["path", { "d": "M12 2.005c-.777 0 -1.508 .367 -1.971 .99l-5.362 6.895c-.89 1.136 -.89 3.083 0 4.227l5.375 6.911a2.457 2.457 0 0 0 3.93 -.017l5.361 -6.894c.89 -1.136 .89 -3.083 0 -4.227l-5.375 -6.911a2.446 2.446 0 0 0 -1.958 -.974z", "key": "svg-0" }]]; const IconDiamondsFilled = createReactComponent("filled", "diamonds-filled", "DiamondsFilled", __iconNode$9N); const __iconNode$9M = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-6.333 8.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3", "key": "svg-0" }]]; const IconDice1Filled = createReactComponent("filled", "dice-1-filled", "Dice1Filled", __iconNode$9M); const __iconNode$9L = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-3.833 11a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3m-5 -5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3", "key": "svg-0" }]]; const IconDice2Filled = createReactComponent("filled", "dice-2-filled", "Dice2Filled", __iconNode$9L); const __iconNode$9K = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.833 12a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3m-3.5 -3.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3m-3.5 -3.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3", "key": "svg-0" }]]; const IconDice3Filled = createReactComponent("filled", "dice-3-filled", "Dice3Filled", __iconNode$9K); const __iconNode$9J = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.833 12a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3m-7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3m0 -7a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3m7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3", "key": "svg-0" }]]; const IconDice4Filled = createReactComponent("filled", "dice-4-filled", "Dice4Filled", __iconNode$9J); const __iconNode$9I = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.833 12a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3m-7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3m3.5 -3.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3m-3.5 -3.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3m7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3", "key": "svg-0" }]]; const IconDice5Filled = createReactComponent("filled", "dice-5-filled", "Dice5Filled", __iconNode$9I); const __iconNode$9H = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.833 13a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3m-7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3m0 -4.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3m7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3m-7 -4.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3m7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3", "key": "svg-0" }]]; const IconDice6Filled = createReactComponent("filled", "dice-6-filled", "Dice6Filled", __iconNode$9H); const __iconNode$9G = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.833 12a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3m-7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3m0 -7a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3m7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3", "key": "svg-0" }]]; const IconDiceFilled = createReactComponent("filled", "dice-filled", "DiceFilled", __iconNode$9G); const __iconNode$9F = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1 -20 0l.004 -.28c.148 -5.393 4.566 -9.72 9.996 -9.72m-.293 13.293a1 1 0 0 0 -1.414 1.414l1 1a1 1 0 0 0 1.414 0l1 -1a1 1 0 0 0 0 -1.414l-.094 -.083a1 1 0 0 0 -1.32 .083l-.293 .292zm-3 -5a1 1 0 0 0 -1.414 0l-1 1a1 1 0 0 0 0 1.414l1 1a1 1 0 0 0 1.414 0l.083 -.094a1 1 0 0 0 -.083 -1.32l-.292 -.293l.292 -.293a1 1 0 0 0 0 -1.414m8 0a1 1 0 0 0 -1.414 0l-.083 .094a1 1 0 0 0 .083 1.32l.292 .292l-.292 .294a1 1 0 0 0 1.414 1.414l1 -1a1 1 0 0 0 0 -1.414zm-4 -4a1 1 0 0 0 -1.414 0l-1 1a1 1 0 0 0 0 1.414l.094 .083a1 1 0 0 0 1.32 -.083l.293 -.292l.293 .292a1 1 0 0 0 1.414 -1.414z", "key": "svg-0" }]]; const IconDirectionArrowsFilled = createReactComponent("filled", "direction-arrows-filled", "DirectionArrowsFilled", __iconNode$9F); const __iconNode$9E = [["path", { "d": "M10.52 2.614a2.095 2.095 0 0 1 2.835 -.117l.126 .117l7.905 7.905c.777 .777 .816 2.013 .117 2.836l-.117 .126l-7.905 7.905a2.094 2.094 0 0 1 -2.836 .117l-.126 -.117l-7.907 -7.906a2.096 2.096 0 0 1 -.115 -2.835l.117 -.126l7.905 -7.905zm5.969 9.535l.01 -.116l-.003 -.12l-.016 -.114l-.03 -.11l-.044 -.112l-.052 -.098l-.076 -.105l-.07 -.081l-3.5 -3.5l-.095 -.083a1 1 0 0 0 -1.226 0l-.094 .083l-.083 .094a1 1 0 0 0 0 1.226l.083 .094l1.792 1.793h-5.085l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h5.085l-1.792 1.793l-.083 .094a1 1 0 0 0 1.403 1.403l.094 -.083l3.5 -3.5l.097 -.112l.05 -.074l.037 -.067l.05 -.112l.023 -.076l.025 -.117z", "key": "svg-0" }]]; const IconDirectionSignFilled = createReactComponent("filled", "direction-sign-filled", "DirectionSignFilled", __iconNode$9E); const __iconNode$9D = [["path", { "d": "M10 22a1 1 0 0 1 0 -2h1v-2.001l-5 .001a1 1 0 0 1 -.707 -.293l-2 -2a1 1 0 0 1 0 -1.414l2 -2a1 1 0 0 1 .707 -.293l5 -.001v-1.999h-3a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h3v-1a1 1 0 0 1 2 0v1h6a1 1 0 0 1 .707 .293l2 2a1 1 0 0 1 0 1.414l-2 2a1 1 0 0 1 -.707 .293h-6v1.999l1 .001a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1l-1 -.001v2.001h1a1 1 0 0 1 0 2z", "key": "svg-0" }]]; const IconDirectionsFilled = createReactComponent("filled", "directions-filled", "DirectionsFilled", __iconNode$9D); const __iconNode$9C = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m0 7.66a1 1 0 0 0 -1 1a4 4 0 0 1 -4 4a1 1 0 0 0 0 2a6 6 0 0 0 6 -6a1 1 0 0 0 -1 -1m-5 -1a2 2 0 0 0 -1.995 1.85l-.005 .15a2 2 0 1 0 2 -2m0 -4a6 6 0 0 0 -6 6a1 1 0 0 0 2 0a4 4 0 0 1 4 -4a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconDiscFilled = createReactComponent("filled", "disc-filled", "DiscFilled", __iconNode$9C); const __iconNode$9B = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-2.5 9.66a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3m1.207 -4.707a1 1 0 0 0 -1.414 0l-6 6a1 1 0 0 0 1.414 1.414l6 -6a1 1 0 0 0 0 -1.414m-6.207 -.293a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3", "key": "svg-0" }]]; const IconDiscountFilled = createReactComponent("filled", "discount-filled", "DiscountFilled", __iconNode$9B); const __iconNode$9A = [["path", { "d": "M14 12a2 2 0 1 1 -4 0q 0 -.053 .005 -.102a1.996 1.996 0 0 1 1.995 -1.898a2 2 0 0 1 2 2", "key": "svg-0" }], ["path", { "d": "M14 19a2 2 0 1 1 -4 0q 0 -.052 .005 -.102a1.996 1.996 0 0 1 1.995 -1.898a2 2 0 0 1 2 2", "key": "svg-1" }], ["path", { "d": "M14 5a2 2 0 1 1 -4 0q 0 -.053 .005 -.102a1.996 1.996 0 0 1 1.995 -1.898a2 2 0 0 1 2 2", "key": "svg-2" }]]; const IconDotsVerticalFilled = createReactComponent("filled", "dots-vertical-filled", "DotsVerticalFilled", __iconNode$9A); const __iconNode$9z = [["path", { "d": "M7 12a2 2 0 1 1 -4 0q 0 -.053 .005 -.102a1.996 1.996 0 0 1 1.995 -1.898a2 2 0 0 1 2 2", "key": "svg-0" }], ["path", { "d": "M14 12a2 2 0 1 1 -4 0q 0 -.053 .005 -.102a1.996 1.996 0 0 1 1.995 -1.898a2 2 0 0 1 2 2", "key": "svg-1" }], ["path", { "d": "M21 12a2 2 0 1 1 -4 0q 0 -.053 .005 -.102a1.996 1.996 0 0 1 1.995 -1.898a2 2 0 0 1 2 2", "key": "svg-2" }]]; const IconDotsFilled = createReactComponent("filled", "dots-filled", "DotsFilled", __iconNode$9z); const __iconNode$9y = [["path", { "d": "M20 16a1 1 0 0 1 1 1v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-2a1 1 0 0 1 2 0v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1 -1v-2a1 1 0 0 1 1 -1m-8 -13a1 1 0 0 1 1 1v9.585l3.293 -3.292a1 1 0 0 1 1.414 1.414l-5 5a1 1 0 0 1 -.09 .08l.09 -.08a1 1 0 0 1 -.674 .292l-.033 .001h-.032l-.054 -.004l.086 .004a1 1 0 0 1 -.617 -.213a1 1 0 0 1 -.09 -.08l-5 -5a1 1 0 0 1 1.414 -1.414l3.293 3.292v-9.585a1 1 0 0 1 1 -1", "key": "svg-0" }]]; const IconDownloadFilled = createReactComponent("filled", "download-filled", "DownloadFilled", __iconNode$9y); const __iconNode$9x = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-4.177 4.092a1 1 0 0 0 -1.646 0l-2.602 3.764c-1.022 1.67 -.634 3.736 .875 4.929a4.144 4.144 0 0 0 5.095 0c1.51 -1.191 1.897 -3.26 .904 -4.882z", "key": "svg-0" }]]; const IconDropCircleFilled = createReactComponent("filled", "drop-circle-filled", "DropCircleFilled", __iconNode$9x); const __iconNode$9w = [["path", { "d": "M13.905 2.923l.098 .135l4.92 7.306a7.566 7.566 0 0 1 1.043 3.167l.024 .326c.007 .047 .01 .094 .01 .143l-.002 .06c.056 2.3 -.944 4.582 -2.87 6.14c-2.969 2.402 -7.286 2.402 -10.255 0c-1.904 -1.54 -2.904 -3.787 -2.865 -6.071a1.052 1.052 0 0 1 .013 -.333a7.66 7.66 0 0 1 .913 -3.176l.172 -.302l4.893 -7.26c.185 -.275 .426 -.509 .709 -.686c1.055 -.66 2.446 -.413 3.197 .55zm-2.06 1.107l-.077 .038l-.041 .03l-.037 .036l-.033 .042l-4.863 7.214a5.607 5.607 0 0 0 -.651 1.61h11.723a5.444 5.444 0 0 0 -.49 -1.313l-.141 -.251l-4.891 -7.261a.428 .428 0 0 0 -.5 -.145z", "key": "svg-0" }]]; const IconDropletHalf2Filled = createReactComponent("filled", "droplet-half-2-filled", "DropletHalf2Filled", __iconNode$9w); const __iconNode$9v = [["path", { "d": "M12 2l.07 .003a2.41 2.41 0 0 1 1.825 .907l.108 .148l4.92 7.306c1.952 3.267 1.191 7.42 -1.796 9.836c-2.968 2.402 -7.285 2.402 -10.254 0c-2.917 -2.36 -3.711 -6.376 -1.901 -9.65l.134 -.232l4.893 -7.26c.185 -.275 .426 -.509 .709 -.686a2.426 2.426 0 0 1 1.066 -.36l.226 -.012zm-1 3.149l-4.206 6.24c-1.44 2.41 -.88 5.463 1.337 7.257a6.101 6.101 0 0 0 2.869 1.276v-14.773z", "key": "svg-0" }]]; const IconDropletHalfFilled = createReactComponent("filled", "droplet-half-filled", "DropletHalfFilled", __iconNode$9v); const __iconNode$9u = [["path", { "d": "M10.708 2.372a2.382 2.382 0 0 0 -.71 .686l-4.892 7.26c-1.981 3.314 -1.22 7.466 1.767 9.882c2.969 2.402 7.286 2.402 10.254 0c2.987 -2.416 3.748 -6.569 1.795 -9.836l-4.919 -7.306c-.722 -1.075 -2.192 -1.376 -3.295 -.686z", "key": "svg-0" }]]; const IconDropletFilled = createReactComponent("filled", "droplet-filled", "DropletFilled", __iconNode$9u); const __iconNode$9t = [["path", { "d": "M6 12.003c.541 0 1.045 .273 1.342 .727l2.122 3.273a3.999 3.999 0 0 1 -6.035 5.063c-1.487 -1.248 -1.864 -3.382 -.867 -5.11l2.098 -3.226a1.6 1.6 0 0 1 1.34 -.727", "key": "svg-0" }], ["path", { "d": "M18 12.003c.541 0 1.045 .273 1.342 .727l2.122 3.273a3.999 3.999 0 0 1 -6.035 5.063c-1.487 -1.248 -1.864 -3.382 -.867 -5.11l2.098 -3.227a1.6 1.6 0 0 1 1.34 -.726", "key": "svg-1" }], ["path", { "d": "M12 2.003c.541 0 1.045 .273 1.342 .727l2.122 3.273a3.999 3.999 0 0 1 -6.035 5.063c-1.487 -1.248 -1.864 -3.382 -.867 -5.11l2.098 -3.226a1.6 1.6 0 0 1 1.34 -.727", "key": "svg-2" }]]; const IconDropletsFilled = createReactComponent("filled", "droplets-filled", "DropletsFilled", __iconNode$9t); const __iconNode$9s = [["path", { "d": "M19 3a1 1 0 0 1 1 1v15a1 1 0 0 1 -1 1h-5v2a1 1 0 0 1 -1.351 .936l-8 -3a1 1 0 0 1 -.649 -.936v-15a1 1 0 0 1 .212 -.616l.068 -.079l.078 -.072l.066 -.05l.092 -.058l.065 -.033l.1 -.04l.099 -.028l.046 -.01l.108 -.013l.066 -.001zm-5.649 3.064a1 1 0 0 1 .649 .936v11h4v-13h-7.486z", "key": "svg-0" }]]; const IconDualScreenFilled = createReactComponent("filled", "dual-screen-filled", "DualScreenFilled", __iconNode$9s); const __iconNode$9r = [["path", { "d": "M10.003 2.04a3.53 3.53 0 0 1 2.602 .62l.09 .07l.149 -.11a3.53 3.53 0 0 1 3.044 -.462l.207 .072a3.53 3.53 0 0 1 1.99 1.903l.014 .031l.045 -.004a3.53 3.53 0 0 1 2.624 .879l.153 .144l.358 .358c1.976 1.977 -.32 6.748 -4.655 11.083c-4.336 4.335 -9.106 6.632 -11.083 4.655l-.382 -.382l-.135 -.145a3.53 3.53 0 0 1 -.87 -2.556l.01 -.1l-.162 -.072a3.53 3.53 0 0 1 -1.838 -2.124l-.055 -.192a3.53 3.53 0 0 1 .56 -2.937l.062 -.079l-.07 -.092a3.53 3.53 0 0 1 -.644 -2.401l.025 -.2a3.53 3.53 0 0 1 1.707 -2.505l.046 -.026l-.005 -.14a3.53 3.53 0 0 1 .885 -2.345l.15 -.16l.159 -.149a3.53 3.53 0 0 1 2.346 -.884l.14 .004l.026 -.046a3.53 3.53 0 0 1 2.308 -1.67z", "key": "svg-0" }]]; const IconDumplingFilled = createReactComponent("filled", "dumpling-filled", "DumplingFilled", __iconNode$9r); const __iconNode$9q = [["path", { "d": "M19 16a3 3 0 1 1 -2.829 4h-1.171a1 1 0 0 1 0 -2h1.17a3 3 0 0 1 2.83 -2m2.53 -13.848a1 1 0 0 1 .318 1.378l-.286 .445l-.173 .264a73 73 0 0 1 -1.26 1.839a70 70 0 0 1 -4.376 5.58c-2.795 3.195 -5.544 5.638 -8.171 7.04c-1.593 .848 -3.123 1.302 -4.582 1.302a1 1 0 0 1 0 -2c1.097 0 2.317 -.361 3.64 -1.068c2.373 -1.265 4.958 -3.562 7.607 -6.59a68 68 0 0 0 4.25 -5.42a69 69 0 0 0 1.003 -1.456l.455 -.69q .133 -.204 .196 -.306a1 1 0 0 1 1.378 -.318m-9.529 15.848a1 1 0 0 1 0 2h-2a1 1 0 0 1 0 -2z", "key": "svg-0" }]]; const IconEaseInControlPointFilled = createReactComponent("filled", "ease-in-control-point-filled", "EaseInControlPointFilled", __iconNode$9q); const __iconNode$9p = [["path", { "d": "M19 17a3 3 0 1 1 -2.829 4h-1.171a1 1 0 0 1 0 -2h1.17a3 3 0 0 1 2.83 -2m-14 -16c1.306 0 2.418 .835 2.83 2h1.17a1 1 0 1 1 0 2h-1.171a3.001 3.001 0 1 1 -2.829 -4m9 2a1 1 0 0 1 0 2h-2a1 1 0 0 1 0 -2zm-2 16a1 1 0 0 1 0 2h-2a1 1 0 0 1 0 -2z", "key": "svg-0" }], ["path", { "d": "M21 3a1 1 0 0 1 0 2c-2.83 0 -4.6 1.845 -8.152 7.53c-3.947 6.315 -6.012 8.47 -9.848 8.47a1 1 0 0 1 0 -2c2.83 0 4.6 -1.845 8.152 -7.53c3.947 -6.315 6.012 -8.47 9.848 -8.47", "key": "svg-1" }]]; const IconEaseInOutControlPointsFilled = createReactComponent("filled", "ease-in-out-control-points-filled", "EaseInOutControlPointsFilled", __iconNode$9p); const __iconNode$9o = [["path", { "d": "M21 4a1 1 0 0 1 0 2c-1.097 0 -2.317 .361 -3.64 1.068c-2.373 1.265 -4.958 3.562 -7.607 6.59a68 68 0 0 0 -4.25 5.42a69 69 0 0 0 -1.003 1.456l-.455 .69q -.132 .204 -.196 .306a1 1 0 1 1 -1.696 -1.06l.286 -.445l.173 -.264a73 73 0 0 1 1.26 -1.839a70 70 0 0 1 4.376 -5.58c2.795 -3.195 5.544 -5.638 8.171 -7.04c1.592 -.848 3.122 -1.302 4.581 -1.302m-16 -2c1.306 0 2.418 .835 2.83 2h1.17a1 1 0 1 1 0 2h-1.171a3.001 3.001 0 1 1 -2.829 -4", "key": "svg-0" }], ["path", { "d": "M14 4a1 1 0 0 1 0 2h-2a1 1 0 0 1 0 -2z", "key": "svg-1" }]]; const IconEaseOutControlPointFilled = createReactComponent("filled", "ease-out-control-point-filled", "EaseOutControlPointFilled", __iconNode$9o); const __iconNode$9n = [["path", { "d": "M8 7a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v9a1 1 0 0 0 1 1h9a1 1 0 0 0 1 -1v-1a1 1 0 0 1 2 0v1a3 3 0 0 1 -3 3h-9a3 3 0 0 1 -3 -3v-9a3 3 0 0 1 3 -3h1a1 1 0 0 1 1 1", "key": "svg-0" }], ["path", { "d": "M14.596 5.011l4.392 4.392l-6.28 6.303a1 1 0 0 1 -.708 .294h-3a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 .294 -.708zm6.496 -2.103a3.097 3.097 0 0 1 .165 4.203l-.164 .18l-.693 .694l-4.387 -4.387l.695 -.69a3.1 3.1 0 0 1 4.384 0", "key": "svg-1" }]]; const IconEditFilled = createReactComponent("filled", "edit-filled", "EditFilled", __iconNode$9n); const __iconNode$9m = [["path", { "d": "M11.236 2.066l-1.694 5.647l-.029 .123a1 1 0 0 0 .406 .978l2.764 1.974l-1.551 2.716a1 1 0 1 0 1.736 .992l2 -3.5l.052 -.105a1 1 0 0 0 -.339 -1.205l-2.918 -2.085l1.623 -5.41c3.641 1.074 6.714 6.497 6.714 11.892c0 4.59 -3.273 7.71 -8 7.917c-4.75 0 -8 -3.21 -8 -7.917c0 -5.654 3.372 -11.344 7.236 -12.017", "key": "svg-0" }]]; const IconEggCrackedFilled = createReactComponent("filled", "egg-cracked-filled", "EggCrackedFilled", __iconNode$9m); const __iconNode$9l = [["path", { "d": "M14.001 1.996q .06 0 .117 .007l.155 .003a6 6 0 0 1 4.25 2.05l.176 .21a6 6 0 0 1 1.296 4.014l-.018 .244l.106 .06a4 4 0 0 1 1.904 3.087l.011 .204a4 4 0 0 1 -1.392 3.161l-.085 .069l.083 .16a4 4 0 0 1 .239 2.848l-.065 .204a4 4 0 0 1 -6.257 1.824l-.115 -.096l-.092 .1a6 6 0 0 1 -4.022 1.787l-.257 .006a6 6 0 0 1 -5.644 -8.04l.034 -.089l-.155 -.12a6 6 0 0 1 -1.662 -7.256l.105 -.211a6 6 0 0 1 7.246 -2.894l.188 .068l.073 -.06a6 6 0 0 1 3.505 -1.334zm-2.001 7.004a3 3 0 0 0 -2.996 2.85l-.004 .15a3 3 0 1 0 3 -3", "key": "svg-0" }]]; const IconEggFriedFilled = createReactComponent("filled", "egg-fried-filled", "EggFriedFilled", __iconNode$9l); const __iconNode$9k = [["path", { "d": "M12.002 2c-4.173 -.008 -8.002 6.058 -8.002 12.083c0 4.708 3.25 7.917 8 7.917c4.727 -.206 8 -3.328 8 -7.917c0 -6.02 -3.825 -12.075 -7.998 -12.083z", "key": "svg-0" }]]; const IconEggFilled = createReactComponent("filled", "egg-filled", "EggFilled", __iconNode$9k); const __iconNode$9j = [["path", { "d": "M18 3a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2zm-7.293 10.293a1 1 0 1 0 -1.414 1.414l2 2a1 1 0 0 0 1.414 0l2 -2a1 1 0 0 0 0 -1.414l-.094 -.083a1 1 0 0 0 -1.32 .083l-1.294 1.292zm2 -6a1 1 0 0 0 -1.414 0l-2 2a1 1 0 0 0 0 1.414l.094 .083a1 1 0 0 0 1.32 -.083l1.293 -1.292l1.293 1.292a1 1 0 0 0 1.414 -1.414z", "key": "svg-0" }]]; const IconElevatorFilled = createReactComponent("filled", "elevator-filled", "ElevatorFilled", __iconNode$9j); const __iconNode$9i = [["path", { "d": "M14 4a1 1 0 0 1 0 2h-1v1h.383a2 2 0 0 1 1.787 1.106l1.45 2.894h.38v-1a1 1 0 0 1 .883 -.993l.117 -.007h2a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-2a1 1 0 0 1 -1 -1v-1h-1v1a2 2 0 0 1 -1.85 1.995l-.15 .005h-3.465a2 2 0 0 1 -1.664 -.89l-1.407 -2.11h-1.464a1 1 0 0 1 -.993 -.883l-.007 -.117v-2h-1v2a1 1 0 0 1 -2 0v-6a1 1 0 1 1 2 0v2h1v-2a1 1 0 0 1 1 -1h1.584l1.709 -1.707a1 1 0 0 1 .576 -.284l.131 -.009h1v-1h-1a1 1 0 1 1 0 -2z", "key": "svg-0" }]]; const IconEngineFilled = createReactComponent("filled", "engine-filled", "EngineFilled", __iconNode$9i); const __iconNode$9h = [["path", { "d": "M7.233 6a3 3 0 0 1 2.006 .77l9.145 8.23h1.116a3.5 3.5 0 0 1 3.495 3.308l.005 .192a3.5 3.5 0 0 1 -3.5 3.5h-2.733a3 3 0 0 1 -2.006 -.77l-9.144 -8.23h-1.117a3.5 3.5 0 0 1 -3.495 -3.308l-.005 -.192a3.5 3.5 0 0 1 3.5 -3.5z", "key": "svg-0" }], ["path", { "d": "M18 2a1 1 0 0 1 1 1v4.584l1.293 -1.291a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 0 1.414l-3 3a1 1 0 0 1 -.112 .097l-.11 .071l-.114 .054l-.105 .035l-.149 .03l-.117 .006l-.075 -.003l-.126 -.017l-.111 -.03l-.111 -.044l-.098 -.052l-.096 -.067l-.09 -.08l-3 -3a1 1 0 1 1 1.414 -1.414l1.293 1.293v-4.586a1 1 0 0 1 1 -1", "key": "svg-1" }]]; const IconEscalatorDownFilled = createReactComponent("filled", "escalator-down-filled", "EscalatorDownFilled", __iconNode$9h); const __iconNode$9g = [["path", { "d": "M19.5 6a3.5 3.5 0 0 1 0 7h-1.086l-8.12 8.121a3 3 0 0 1 -1.924 .872l-.198 .007h-3.672a3.5 3.5 0 0 1 0 -7h2.084l8.123 -8.121a3 3 0 0 1 1.923 -.872l.198 -.007z", "key": "svg-0" }], ["path", { "d": "M19.5 8h-2.672a1 1 0 0 0 -.707 .293l-8.414 8.414a1 1 0 0 1 -.707 .293h-2.5a1.5 1.5 0 0 0 0 3h3.672a1 1 0 0 0 .707 -.293l8.414 -8.414a1 1 0 0 1 .707 -.293h1.5a1.5 1.5 0 0 0 0 -3", "key": "svg-1" }], ["path", { "d": "M5.852 2.011l.058 -.007l.09 -.004l.075 .003l.126 .017l.111 .03l.111 .044l.098 .052l.104 .074l.082 .073l3 3a1 1 0 1 1 -1.414 1.414l-1.293 -1.292v4.585a1 1 0 0 1 -2 0v-4.585l-1.293 1.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 0 -1.414l3 -3q .053 -.054 .112 -.097l.11 -.071l.114 -.054l.105 -.035z", "key": "svg-2" }]]; const IconEscalatorUpFilled = createReactComponent("filled", "escalator-up-filled", "EscalatorUpFilled", __iconNode$9g); const __iconNode$9f = [["path", { "d": "M19.5 4a3.5 3.5 0 0 1 0 7h-1.086l-8.12 8.121a3 3 0 0 1 -1.924 .872l-.198 .007h-3.672a3.5 3.5 0 0 1 0 -7h2.084l8.123 -8.121a3 3 0 0 1 1.923 -.872l.198 -.007z", "key": "svg-0" }]]; const IconEscalatorFilled = createReactComponent("filled", "escalator-filled", "EscalatorFilled", __iconNode$9f); const __iconNode$9e = [["path", { "d": "M19 3a3 3 0 0 1 1 5.83v4.17a6 6 0 0 1 -6 6h-.585l1.292 1.293a1 1 0 0 1 .083 1.32l-.083 .094a1 1 0 0 1 -1.414 0l-2.959 -2.959a1 1 0 0 1 -.238 -.32l-.038 -.091l-.028 -.094a.98 .98 0 0 1 .187 -.866l.076 -.084l3 -3a1 1 0 0 1 1.414 1.414l-1.293 1.293h.586a4 4 0 0 0 3.995 -3.8l.005 -.2v-4.171a3 3 0 0 1 -2 -2.829l.005 -.176a3 3 0 0 1 2.995 -2.824m-8.293 -.707l3 3a.98 .98 0 0 1 .263 .95l-.01 .031l-.003 .018l-.008 .018l-.007 .027l-.016 .035l-.01 .032l-.007 .01l-.005 .014a1 1 0 0 1 -.232 .316l-2.965 2.963a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 0 -1.414l1.291 -1.293h-.584a4 4 0 0 0 -3.995 3.8l-.005 .2v4.171a3.001 3.001 0 1 1 -4 2.829l.005 -.176a3 3 0 0 1 1.995 -2.654v-4.17a6 6 0 0 1 6 -6h.585l-1.292 -1.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.414 0", "key": "svg-0" }]]; const IconExchangeFilled = createReactComponent("filled", "exchange-filled", "ExchangeFilled", __iconNode$9e); const __iconNode$9d = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-5 11.66a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1m0 -7a1 1 0 0 0 -1 1v4a1 1 0 0 0 2 0v-4a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconExclamationCircleFilled = createReactComponent("filled", "exclamation-circle-filled", "ExclamationCircleFilled", __iconNode$9d); const __iconNode$9c = [["path", { "d": "M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2zm-5 4h-4a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1h4a1 1 0 0 0 1 -1l-.007 -.117a1 1 0 0 0 -.993 -.883h-3v-2h3a1 1 0 0 0 0 -2h-3v-2h3a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconExplicitFilled = createReactComponent("filled", "explicit-filled", "ExplicitFilled", __iconNode$9c); const __iconNode$9b = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm0 2h-14a1 1 0 0 0 -1 1v14c0 .29 .123 .55 .321 .732l1.61 -1.584a973 973 0 0 0 6.69 -6.675l7.094 -7.173a1 1 0 0 0 -.715 -.3m-1 11h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0 -2m-10 -10a1 1 0 0 1 1 1v1h1a1 1 0 0 1 .993 .883l.007 .117a1 1 0 0 1 -1 1h-1v1a1 1 0 0 1 -.883 .993l-.117 .007a1 1 0 0 1 -1 -1v-1h-1a1 1 0 0 1 -.993 -.883l-.007 -.117a1 1 0 0 1 1 -1h1v-1a1 1 0 0 1 .883 -.993z", "key": "svg-0" }]]; const IconExposureFilled = createReactComponent("filled", "exposure-filled", "ExposureFilled", __iconNode$9b); const __iconNode$9a = [["path", { "d": "M12 5a1 1 0 0 1 0 2h-6a1 1 0 0 0 -1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1 -1v-6a1 1 0 0 1 2 0v6a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3zm3 -2h5l.075 .003l.126 .017l.111 .03l.111 .044l.098 .052l.096 .067l.09 .08q .054 .053 .097 .112l.071 .11l.054 .114l.035 .105l.03 .148l.006 .118v5a1 1 0 0 1 -2 0v-2.586l-7.293 7.293a1 1 0 0 1 -1.414 -1.414l7.291 -7.293h-2.584a1 1 0 0 1 0 -2", "key": "svg-0" }]]; const IconExternalLinkFilled = createReactComponent("filled", "external-link-filled", "ExternalLinkFilled", __iconNode$9a); const __iconNode$99 = [["path", { "d": "M20 2a1 1 0 0 1 0 2v16a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-16a1 1 0 1 1 0 -2zm-12 15l-.128 .007a1 1 0 0 0 .118 1.993l.128 -.007a1 1 0 0 0 -.118 -1.993m4 0l-.128 .007a1 1 0 0 0 .118 1.993l.128 -.007a1 1 0 0 0 -.118 -1.993m4 0l-.128 .007a1 1 0 0 0 .118 1.993l.128 -.007a1 1 0 0 0 -.118 -1.993m-6 -3h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0 -2m5 0h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0 -2m-1 -8h-4a1 1 0 1 0 0 2h1v3a1 1 0 0 0 2 0v-3h1a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconEyeTableFilled = createReactComponent("filled", "eye-table-filled", "EyeTableFilled", __iconNode$99); const __iconNode$98 = [["path", { "d": "M12 4c4.29 0 7.863 2.429 10.665 7.154l.22 .379l.045 .1l.03 .083l.014 .055l.014 .082l.011 .1v.11l-.014 .111a.992 .992 0 0 1 -.026 .11l-.039 .108l-.036 .075l-.016 .03c-2.764 4.836 -6.3 7.38 -10.555 7.499l-.313 .004c-4.396 0 -8.037 -2.549 -10.868 -7.504a1 1 0 0 1 0 -.992c2.831 -4.955 6.472 -7.504 10.868 -7.504zm0 5a3 3 0 1 0 0 6a3 3 0 0 0 0 -6", "key": "svg-0" }]]; const IconEyeFilled = createReactComponent("filled", "eye-filled", "EyeFilled", __iconNode$98); const __iconNode$97 = [["path", { "d": "M8 3a1 1 0 1 1 0 2h-1.257l-2.24 7.467a4.5 4.5 0 0 1 6.24 2.533h2.513a4.502 4.502 0 0 1 6.241 -2.534l-2.241 -7.466h-1.256a1 1 0 0 1 -.993 -.883l-.007 -.117a1 1 0 0 1 1 -1h2a1 1 0 0 1 .958 .713l3 10a1 1 0 0 1 .042 .287v2.5a4.5 4.5 0 0 1 -8.972 .5h-2.056a4.5 4.5 0 0 1 -8.972 -.5v-2.5a1 1 0 0 1 .042 -.287l3 -10a1 1 0 0 1 .958 -.713z", "key": "svg-0" }]]; const IconEyeglass2Filled = createReactComponent("filled", "eyeglass-2-filled", "Eyeglass2Filled", __iconNode$97); const __iconNode$96 = [["path", { "d": "M6.5 21a4.5 4.5 0 0 1 -4.5 -4.5v-2.518l.004 -.071l.014 -.103l.018 -.076l3.006 -10.02a1 1 0 0 1 .958 -.712h2a1 1 0 1 1 0 2h-1.257l-2.4 8h5.657a1 1 0 0 1 1 1v1h2v-1a1 1 0 0 1 1 -1h5.656l-2.4 -8h-1.256a1 1 0 0 1 -.993 -.883l-.007 -.117a1 1 0 0 1 1 -1h2a1 1 0 0 1 .958 .713l3.01 10.036l.022 .112l.008 .08l.002 2.559a4.5 4.5 0 0 1 -8.972 .5h-2.056a4.5 4.5 0 0 1 -4.472 4", "key": "svg-0" }]]; const IconEyeglassFilled = createReactComponent("filled", "eyeglass-filled", "EyeglassFilled", __iconNode$96); const __iconNode$95 = [["path", { "d": "M12.825 4.196l5 1.43a3 3 0 0 1 2.175 2.884v.065c1.7 .33 3 1.72 3 3.425s-1.3 3.095 -3 3.425v.066a3 3 0 0 1 -2.175 2.885l-5 1.428a3 3 0 0 1 -1.65 0l-5 -1.429a3 3 0 0 1 -2.17 -2.702l-.005 -.247c-1.7 -.33 -3 -1.72 -3 -3.426c0 -1.705 1.3 -3.096 3 -3.426v-.064a3 3 0 0 1 2.175 -2.884l5 -1.428a3 3 0 0 1 1.65 0m2.175 8.802h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0 -2m-11 -2.349c-.6 .248 -1 .77 -1 1.349c0 .578 .4 1.101 1 1.349zm16.001 0v2.697c.599 -.248 .999 -.77 .999 -1.348s-.4 -1.1 -.999 -1.348m-5.001 -1.652h-6a1 1 0 1 0 0 2h6a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconFaceMaskFilled = createReactComponent("filled", "face-mask-filled", "FaceMaskFilled", __iconNode$95); const __iconNode$94 = [["path", { "d": "M19 4a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-14a4 4 0 0 1 -4 -4v-8a4 4 0 0 1 4 -4zm-13 5a1 1 0 0 0 -1 1v4a1 1 0 0 0 2 0v-4a1 1 0 0 0 -1 -1m5 0a3 3 0 0 0 0 6a1 1 0 0 0 .117 -1.993l-.117 -.007a1 1 0 0 1 -.117 -1.993l.117 -.007a1 1 0 0 0 0 -2m5 0a3 3 0 0 0 -2.995 2.824l-.005 .176a3 3 0 1 0 3 -3", "key": "svg-0" }], ["path", { "d": "M16 11a1 1 0 1 0 0 2a1 1 0 0 0 0 -2", "key": "svg-1" }]]; const IconFaviconFilled = createReactComponent("filled", "favicon-filled", "FaviconFilled", __iconNode$94); const __iconNode$93 = [["path", { "d": "M8 9.585v6.415h6.414l-2.707 2.707a1 1 0 0 1 -.112 .097l-.11 .071l-.114 .054l-.105 .035l-.149 .03l-.117 .006h-4.586l-1.707 1.707a1 1 0 1 1 -1.414 -1.414l1.707 -1.709v-4.584l.003 -.075l.017 -.126l.03 -.111l.044 -.111l.052 -.098l.067 -.096l.08 -.09z", "key": "svg-0" }], ["path", { "d": "M19.414 11l-3 3h-4.914l2.914 -3z", "key": "svg-1" }], ["path", { "d": "M13 4.586v4.998l-3 3v-4.999z", "key": "svg-2" }], ["path", { "d": "M16.482 3a4.515 4.515 0 0 1 4.518 4.514a4.7 4.7 0 0 1 -.239 1.487l-5.761 -.001v-5.76c.469 -.158 .968 -.24 1.482 -.24", "key": "svg-3" }]]; const IconFeatherFilled = createReactComponent("filled", "feather-filled", "FeatherFilled", __iconNode$93); const __iconNode$92 = [["path", { "d": "M19 17v3a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-3z", "key": "svg-0" }], ["path", { "d": "M11 17v3a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-3z", "key": "svg-1" }], ["path", { "d": "M20 12a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1z", "key": "svg-2" }], ["path", { "d": "M8.707 3.293l2 2a1 1 0 0 1 .293 .707v5h-6v-5a1 1 0 0 1 .293 -.707l2 -2a1 1 0 0 1 1.414 0", "key": "svg-3" }], ["path", { "d": "M16.707 3.293l2 2a1 1 0 0 1 .293 .707v5h-6v-5a1 1 0 0 1 .293 -.707l2 -2a1 1 0 0 1 1.414 0", "key": "svg-4" }]]; const IconFenceFilled = createReactComponent("filled", "fence-filled", "FenceFilled", __iconNode$92); const __iconNode$91 = [["path", { "d": "M22 12a1 1 0 0 1 .86 1.51l-2.202 3.709a4.06 4.06 0 0 1 -3.365 1.781h-15.293a1 1 0 0 1 -.957 -1.291l1.521 -5a1 1 0 0 1 .957 -.709zm-3 1a1 1 0 1 0 0 2a1 1 0 0 0 0 -2m-5.106 -7.447l.723 1.447h.874a1 1 0 0 1 .864 .497l2.037 3.503h-12.832l.973 -3.284a1 1 0 0 1 .958 -.716h4.89l-.275 -.553a1 1 0 0 1 1.788 -.894", "key": "svg-0" }]]; const IconFerryFilled = createReactComponent("filled", "ferry-filled", "FerryFilled", __iconNode$91); const __iconNode$90 = [["path", { "d": "M12 0a5 5 0 0 1 3.584 8.488l-.012 .012a5 5 0 0 1 1.33 2.517l.018 .101l.251 -.048q .15 -.025 .3 -.041l.304 -.024l.225 -.005a5 5 0 1 1 -4.89 6.046l-.032 -.164l-.24 .048a5 5 0 0 1 -.556 .062l-.282 .008q -.427 0 -.84 -.07l-.239 -.048l-.004 .025a5 5 0 0 1 -3.331 3.834l-.22 .068a5 5 0 1 1 -.461 -9.728l.173 .036l.019 -.102c.19 -.95 .653 -1.824 1.331 -2.516l-.05 -.052a5.02 5.02 0 0 1 -1.355 -2.978l-.018 -.244l-.005 -.225a5 5 0 0 1 5 -5m6 15a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1m-12 0a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1m6 -4.995c-1.1 0 -1.99 .891 -1.99 1.99v.02a1.99 1.99 0 0 0 3.98 0v-.02a1.99 1.99 0 0 0 -1.99 -1.99m0 -6.005a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconFidgetSpinnerFilled = createReactComponent("filled", "fidget-spinner-filled", "FidgetSpinnerFilled", __iconNode$90); const __iconNode$8$ = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm-3 10a1 1 0 0 0 -1 1v5a1 1 0 0 0 2 0v-5a1 1 0 0 0 -1 -1m3 4a1 1 0 0 0 -1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0 -1 -1m3 -2a1 1 0 0 0 -1 1v3a1 1 0 0 0 2 0v-3a1 1 0 0 0 -1 -1", "key": "svg-0" }], ["path", { "d": "M19 7h-4l-.001 -4.001z", "key": "svg-1" }]]; const IconFileAnalyticsFilled = createReactComponent("filled", "file-analytics-filled", "FileAnalyticsFilled", __iconNode$8$); const __iconNode$8_ = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm3.707 10.293a1 1 0 0 0 -1.414 0l-3.293 3.292l-1.293 -1.292a1 1 0 1 0 -1.414 1.414l2 2a1 1 0 0 0 1.414 0l4 -4a1 1 0 0 0 0 -1.414m-.707 -9.294l4 4.001h-4z", "key": "svg-0" }]]; const IconFileCheckFilled = createReactComponent("filled", "file-check-filled", "FileCheckFilled", __iconNode$8_); const __iconNode$8Z = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm-2 9h-1a1 1 0 0 0 -1 1v5a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007v-3a1 1 0 0 0 0 -2m5 0h-1a1 1 0 0 0 0 2v3a1 1 0 0 0 0 2h1a1 1 0 0 0 1 -1v-5a1 1 0 0 0 -1 -1m-.001 -8.001l4.001 4.001h-4z", "key": "svg-0" }]]; const IconFileCode2Filled = createReactComponent("filled", "file-code-2-filled", "FileCode2Filled", __iconNode$8Z); const __iconNode$8Y = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm-1.553 11.106a1 1 0 0 0 -1.341 .447l-1 2a1 1 0 0 0 0 .894l1 2a1 1 0 0 0 1.341 .447l.102 -.058a1 1 0 0 0 .345 -1.283l-.776 -1.553l.776 -1.553a1 1 0 0 0 -.447 -1.341m4.447 .447a1 1 0 0 0 -1.341 -.447l-.102 .058a1 1 0 0 0 -.345 1.283l.774 1.553l-.775 1.553a1 1 0 0 0 1.788 .894l1 -2a1 1 0 0 0 0 -.894z", "key": "svg-0" }], ["path", { "d": "M19 7h-4l-.001 -4.001z", "key": "svg-1" }]]; const IconFileCodeFilled = createReactComponent("filled", "file-code-filled", "FileCodeFilled", __iconNode$8Y); const __iconNode$8X = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm-2.5 8a2.5 2.5 0 0 0 -2.5 2.5v3a2.5 2.5 0 1 0 5 0a1 1 0 0 0 -2 0a.5 .5 0 1 1 -1 0v-3a.5 .5 0 1 1 1 0a1 1 0 0 0 2 0a2.5 2.5 0 0 0 -2.5 -2.5m6.743 .03a1 1 0 0 0 -1.213 .727l-.53 2.119l-.53 -2.119a1 1 0 1 0 -1.94 .486l1.5 6c.252 1.01 1.688 1.01 1.94 0l1.5 -6a1 1 0 0 0 -.727 -1.213m-1.244 -7.031l4.001 4.001h-4z", "key": "svg-0" }]]; const IconFileCvFilled = createReactComponent("filled", "file-cv-filled", "FileCvFilled", __iconNode$8X); const __iconNode$8W = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm.894 8.553a1 1 0 0 0 -1.788 0l-3 6a1 1 0 0 0 .894 1.447h6a1 1 0 0 0 .894 -1.447zm-.894 2.683l1.381 2.764h-2.763zm2.999 -10.237l4.001 4.001h-4z", "key": "svg-0" }]]; const IconFileDeltaFilled = createReactComponent("filled", "file-delta-filled", "FileDeltaFilled", __iconNode$8W); const __iconNode$8V = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm3 14h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0 -2m0 -4h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0 -2", "key": "svg-0" }], ["path", { "d": "M19 7h-4l-.001 -4.001z", "key": "svg-1" }]]; const IconFileDescriptionFilled = createReactComponent("filled", "file-description-filled", "FileDescriptionFilled", __iconNode$8V); const __iconNode$8U = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm2 15h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0 -2m-2 -7a1 1 0 0 0 -1 1v1h-1a1 1 0 0 0 0 2h1v1a1 1 0 0 0 2 0v-1h1a1 1 0 0 0 0 -2h-1v-1a1 1 0 0 0 -1 -1", "key": "svg-0" }], ["path", { "d": "M19 7h-4l-.001 -4.001z", "key": "svg-1" }]]; const IconFileDiffFilled = createReactComponent("filled", "file-diff-filled", "FileDiffFilled", __iconNode$8U); const __iconNode$8T = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm-1 9h-1a2 2 0 0 0 -2 2v3a2 2 0 0 0 2 2h1a2 2 0 0 0 2 -2v-3a2 2 0 0 0 -2 -2m4 0a1 1 0 0 0 -1 1v5a1 1 0 0 0 2 0v-5a1 1 0 0 0 -1 -1m-4 2v3h-1v-3z", "key": "svg-0" }], ["path", { "d": "M19 7h-4l-.001 -4.001z", "key": "svg-1" }]]; const IconFileDigitFilled = createReactComponent("filled", "file-digit-filled", "FileDigitFilled", __iconNode$8T); const __iconNode$8S = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm0 8a1 1 0 0 0 -1 1v.05a2.5 2.5 0 0 0 .5 4.95h1a.5 .5 0 1 1 0 1h-2.5a1 1 0 0 0 0 2h1a1 1 0 0 0 2 0v-.05a2.5 2.5 0 0 0 -.5 -4.95h-1a.5 .5 0 1 1 0 -1h2.5a1 1 0 0 0 0 -2h-1a1 1 0 0 0 -1 -1", "key": "svg-0" }], ["path", { "d": "M19 7h-4l-.001 -4.001z", "key": "svg-1" }]]; const IconFileDollarFilled = createReactComponent("filled", "file-dollar-filled", "FileDollarFilled", __iconNode$8S); const __iconNode$8R = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm-3 12a1 1 0 0 0 -.993 .883l-.007 .127a1 1 0 0 0 1.993 .117l.007 -.127a1 1 0 0 0 -1 -1m3 0a1 1 0 0 0 -.993 .883l-.007 .127a1 1 0 0 0 1.993 .117l.007 -.127a1 1 0 0 0 -1 -1m3 0a1 1 0 0 0 -.993 .883l-.007 .127a1 1 0 0 0 1.993 .117l.007 -.127a1 1 0 0 0 -1 -1", "key": "svg-0" }], ["path", { "d": "M19 7h-4l-.001 -4.001z", "key": "svg-1" }]]; const IconFileDotsFilled = createReactComponent("filled", "file-dots-filled", "FileDotsFilled", __iconNode$8R); const __iconNode$8Q = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm0 8a1 1 0 0 0 -1 1v3.585l-.793 -.792a1 1 0 0 0 -1.32 -.083l-.094 .083a1 1 0 0 0 0 1.414l2.5 2.5l.044 .042l.068 .055l.11 .071l.114 .054l.105 .035l.15 .03l.116 .006l.117 -.007l.117 -.02l.108 -.033l.081 -.034l.098 -.052l.092 -.064l.094 -.083l2.5 -2.5a1 1 0 0 0 0 -1.414l-.094 -.083a1 1 0 0 0 -1.32 .083l-.793 .791v-3.584a1 1 0 0 0 -.883 -.993zm2.999 -7.001l4.001 4.001h-4z", "key": "svg-0" }]]; const IconFileDownloadFilled = createReactComponent("filled", "file-download-filled", "FileDownloadFilled", __iconNode$8Q); const __iconNode$8P = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm2.334 9.23a4 4 0 0 0 -5.208 2.77h-.126a1 1 0 0 0 0 2h.126a4 4 0 0 0 5.208 2.77a1 1 0 0 0 -.668 -1.885l-.156 .049a2 2 0 0 1 -2.243 -.934h.733a1 1 0 0 0 0 -2h-.733q .056 -.097 .124 -.19a2 2 0 0 1 2.275 -.695l.112 .032a1 1 0 0 0 .556 -1.918", "key": "svg-0" }], ["path", { "d": "M19 7h-4l-.001 -4.001z", "key": "svg-1" }]]; const IconFileEuroFilled = createReactComponent("filled", "file-euro-filled", "FileEuroFilled", __iconNode$8P); const __iconNode$8O = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm1.5 9h-.333l-.16 .006c-.895 .07 -1.65 .732 -1.75 1.63l-.152 1.364h-.605a1 1 0 0 0 0 2h.382l-.111 1h-.271a1 1 0 0 0 0 2h.333l.16 -.006c.896 -.071 1.652 -.733 1.75 -1.632l.151 -1.362h.606a1 1 0 0 0 0 -2h-.383l.111 -1h.272a1 1 0 0 0 0 -2", "key": "svg-0" }], ["path", { "d": "M19 7h-4l-.001 -4.001z", "key": "svg-1" }]]; const IconFileFunctionFilled = createReactComponent("filled", "file-function-filled", "FileFunctionFilled", __iconNode$8O); const __iconNode$8N = [["path", { "d": "M22 12l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007h-4l-.15 -.005a2 2 0 0 1 -1.844 -1.838l-.006 -.157v-4l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007h-9a3 3 0 0 0 -2.995 2.824l-.005 .176v10a3 3 0 0 0 2.824 2.995l.176 .005h14a3 3 0 0 0 2.995 -2.824l.005 -.176z", "key": "svg-0" }], ["path", { "d": "M17 5v4l4.001 .001z", "key": "svg-1" }]]; const IconFileHorizontalFilled = createReactComponent("filled", "file-horizontal-filled", "FileHorizontalFilled", __iconNode$8N); const __iconNode$8M = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm0 12h-1a1 1 0 0 0 0 2v3a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007v-3a1 1 0 0 0 -1 -1m.01 -3h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2", "key": "svg-0" }], ["path", { "d": "M19 7h-4l-.001 -4.001z", "key": "svg-1" }]]; const IconFileInfoFilled = createReactComponent("filled", "file-info-filled", "FileInfoFilled", __iconNode$8M); const __iconNode$8L = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm4 15h-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0 -2m0 -4h-8a1 1 0 0 0 0 2h8a1 1 0 0 0 0 -2m-7 -7h-1a1 1 0 1 0 0 2h1a1 1 0 1 0 0 -2", "key": "svg-0" }], ["path", { "d": "M19 7h-4l-.001 -4.001z", "key": "svg-1" }]]; const IconFileInvoiceFilled = createReactComponent("filled", "file-invoice-filled", "FileInvoiceFilled", __iconNode$8L); const __iconNode$8K = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm-2 8a1 1 0 0 0 -.117 1.993l.117 .007c.342 0 .662 .362 1.166 1.445l-1.998 3a1 1 0 0 0 1.664 1.11l1.29 -1.934c.825 1.738 1.508 2.379 2.878 2.379a1 1 0 0 0 .117 -1.993l-.117 -.007c-.39 0 -.75 -.47 -1.387 -1.938l-.415 -.976c-.985 -2.274 -1.656 -3.086 -3.198 -3.086m4.999 -7.001l4.001 4.001h-4z", "key": "svg-0" }]]; const IconFileLambdaFilled = createReactComponent("filled", "file-lambda-filled", "FileLambdaFilled", __iconNode$8K); const __iconNode$8J = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm3 11h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0 -2", "key": "svg-0" }], ["path", { "d": "M19 7h-4l-.001 -4.001z", "key": "svg-1" }]]; const IconFileMinusFilled = createReactComponent("filled", "file-minus-filled", "FileMinusFilled", __iconNode$8J); const __iconNode$8I = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm.447 9.106a1 1 0 0 0 -1.447 .894v3a2 2 0 0 0 -1.995 1.85l-.005 .15a2 2 0 1 0 4 0v-3.382l.553 .276a1 1 0 0 0 .894 -1.788z", "key": "svg-0" }], ["path", { "d": "M19 7h-4l-.001 -4.001z", "key": "svg-1" }]]; const IconFileMusicFilled = createReactComponent("filled", "file-music-filled", "FileMusicFilled", __iconNode$8I); const __iconNode$8H = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm2 14h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0 -2m-3.995 -4h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2m4 0h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2", "key": "svg-0" }], ["path", { "d": "M19 7h-4l-.001 -4.001z", "key": "svg-1" }]]; const IconFileNeutralFilled = createReactComponent("filled", "file-neutral-filled", "FileNeutralFilled", __iconNode$8H); const __iconNode$8G = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm1 10l-5 5v2h2l5 -5a1.414 1.414 0 0 0 -2 -2", "key": "svg-0" }], ["path", { "d": "M19 7h-4l-.001 -4.001z", "key": "svg-1" }]]; const IconFilePencilFilled = createReactComponent("filled", "file-pencil-filled", "FilePencilFilled", __iconNode$8G); const __iconNode$8F = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm2.01 14h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m.697 -3.707a1 1 0 0 0 -1.414 0l-4 4a1 1 0 0 0 1.414 1.414l4 -4a1 1 0 0 0 0 -1.414m-4.697 -.293h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m4.989 -9.001l4.001 4.001h-4z", "key": "svg-0" }]]; const IconFilePercentFilled = createReactComponent("filled", "file-percent-filled", "FilePercentFilled", __iconNode$8F); const __iconNode$8E = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm-2.5 7.5a1.5 1.5 0 0 0 -1.5 1.5v1a6 6 0 0 0 6 6h1a1.5 1.5 0 0 0 0 -3h-1l-.144 .007a1.5 1.5 0 0 0 -1.128 .697l-.042 .074l-.022 -.007a4.01 4.01 0 0 1 -2.435 -2.435l-.008 -.023l.075 -.041a1.5 1.5 0 0 0 .704 -1.272v-1a1.5 1.5 0 0 0 -1.5 -1.5m5.499 -6.501l4.001 4.001h-4z", "key": "svg-0" }]]; const IconFilePhoneFilled = createReactComponent("filled", "file-phone-filled", "FilePhoneFilled", __iconNode$8E); const __iconNode$8D = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm.555 9.168a1 1 0 0 0 -1.387 .277l-2 3l-.057 .097a1 1 0 0 0 .889 1.458h2.13l-.962 1.445a1 1 0 1 0 1.664 1.11l2 -3l.057 -.097a1 1 0 0 0 -.889 -1.458h-2.132l.964 -1.445a1 1 0 0 0 -.277 -1.387", "key": "svg-0" }], ["path", { "d": "M19 7h-4l-.001 -4.001z", "key": "svg-1" }]]; const IconFilePowerFilled = createReactComponent("filled", "file-power-filled", "FilePowerFilled", __iconNode$8D); const __iconNode$8C = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm-3 11a1 1 0 0 0 0 2a2 2 0 0 1 1.995 1.85l.005 .15a1 1 0 0 0 2 0a4 4 0 0 0 -4 -4m0 -3a1 1 0 0 0 0 2a5 5 0 0 1 5 5a1 1 0 0 0 2 0a7 7 0 0 0 -7 -7m.01 6h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m5.989 -13.001l4.001 4.001h-4z", "key": "svg-0" }]]; const IconFileRssFilled = createReactComponent("filled", "file-rss-filled", "FileRssFilled", __iconNode$8C); const __iconNode$8B = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm2.571 15.18a4.5 4.5 0 0 0 -5.142 0a1 1 0 1 0 1.142 1.64a2.5 2.5 0 0 1 2.858 0a1 1 0 0 0 1.142 -1.64m-4.565 -5.18h-.011a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2m4 0h-.011a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2", "key": "svg-0" }], ["path", { "d": "M19 7h-4l-.001 -4.001z", "key": "svg-1" }]]; const IconFileSadFilled = createReactComponent("filled", "file-sad-filled", "FileSadFilled", __iconNode$8B); const __iconNode$8A = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm-2.293 9.293a1 1 0 1 0 -1.414 1.414l2.292 2.293l-1.068 1.067a2.003 2.003 0 0 0 -2.512 1.784l-.005 .149a2 2 0 1 0 3.933 -.516l1.067 -1.069l1.067 1.068a2 2 0 0 0 -.062 .368l-.005 .149a2 2 0 1 0 1.484 -1.933l-1.069 -1.067l2.292 -2.293a1 1 0 0 0 -1.414 -1.414l-2.293 2.292z", "key": "svg-0" }], ["path", { "d": "M19 7h-4l-.001 -4.001z", "key": "svg-1" }]]; const IconFileScissorsFilled = createReactComponent("filled", "file-scissors-filled", "FileScissorsFilled", __iconNode$8A); const __iconNode$8z = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm0 8.5a1 1 0 0 0 -1 1v.67a3 3 0 0 0 -.909 .516l-.576 -.346a1 1 0 0 0 -1.03 1.714l.575 .346q -.043 .207 -.055 .424l-.005 .176q 0 .28 .05 .548l-.582 .336a1 1 0 0 0 1 1.732l.583 -.336c.277 .238 .598 .425 .95 .55l-.001 .67a1 1 0 0 0 2 0v-.671c.335 -.118 .641 -.294 .909 -.514l.576 .345a1 1 0 0 0 1.03 -1.714l-.575 -.346a3 3 0 0 0 .01 -1.148l.581 -.336a1 1 0 0 0 -1 -1.732l-.582 .335a3 3 0 0 0 -.948 -.548l-.001 -.671a1 1 0 0 0 -1 -1m0 3.5a1 1 0 1 1 0 2a1 1 0 0 1 0 -2", "key": "svg-0" }], ["path", { "d": "M19 7h-4l-.001 -4.001z", "key": "svg-1" }]]; const IconFileSettingsFilled = createReactComponent("filled", "file-settings-filled", "FileSettingsFilled", __iconNode$8z); const __iconNode$8y = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm-1.768 9.818a1 1 0 0 0 -1.414 0a4.5 4.5 0 0 0 0 6.364a1 1 0 0 0 1.414 -1.414a2.5 2.5 0 0 1 0 -3.536a1 1 0 0 0 0 -1.414m4.95 0a1 1 0 0 0 -1.414 1.414a2.5 2.5 0 0 1 0 3.536a1 1 0 0 0 1.414 1.414a4.5 4.5 0 0 0 0 -6.364m-3.182 2.182a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883", "key": "svg-0" }], ["path", { "d": "M19 7h-4l-.001 -4.001z", "key": "svg-1" }]]; const IconFileSignalFilled = createReactComponent("filled", "file-signal-filled", "FileSignalFilled", __iconNode$8y); const __iconNode$8x = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm2.82 14.429a1 1 0 0 0 -1.391 -.25a2.5 2.5 0 0 1 -2.858 0a1 1 0 0 0 -1.142 1.642a4.5 4.5 0 0 0 5.142 0a1 1 0 0 0 .25 -1.392m-4.815 -4.429h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2m4 0h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2", "key": "svg-0" }], ["path", { "d": "M19 7h-4l-.001 -4.001z", "key": "svg-1" }]]; const IconFileSmileFilled = createReactComponent("filled", "file-smile-filled", "FileSmileFilled", __iconNode$8x); const __iconNode$8w = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm-.2 9a.39 .39 0 0 0 -.351 .217l-1.086 2.193l-2.428 .352a.389 .389 0 0 0 -.217 .665l1.757 1.707l-.415 2.411a.392 .392 0 0 0 .568 .41l2.172 -1.138l2.172 1.138a.39 .39 0 0 0 .567 -.411l-.414 -2.41l1.757 -1.707a.39 .39 0 0 0 -.217 -.665l-2.428 -.352l-1.086 -2.193a.39 .39 0 0 0 -.351 -.217", "key": "svg-0" }], ["path", { "d": "M19 7h-4l-.001 -4.001z", "key": "svg-1" }]]; const IconFileStarFilled = createReactComponent("filled", "file-star-filled", "FileStarFilled", __iconNode$8w); const __iconNode$8v = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm3 14h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0 -2m0 -4h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0 -2m-5 -4h-1a1 1 0 1 0 0 2h1a1 1 0 0 0 0 -2", "key": "svg-0" }], ["path", { "d": "M19 7h-4l-.001 -4.001z", "key": "svg-1" }]]; const IconFileTextFilled = createReactComponent("filled", "file-text-filled", "FileTextFilled", __iconNode$8v); const __iconNode$8u = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm0 8a5 5 0 0 0 -4.995 4.783l-.005 .217a5 5 0 1 0 5 -5m0 2a3 3 0 1 1 0 6a3 3 0 0 1 0 -6m0 .496a1 1 0 0 0 -1 1v1.504a1 1 0 0 0 .293 .707l1 1a1 1 0 0 0 1.414 0l.083 -.094a1 1 0 0 0 -.083 -1.32l-.707 -.708v-1.089a1 1 0 0 0 -1 -1", "key": "svg-0" }], ["path", { "d": "M19 7h-4l-.001 -4.001z", "key": "svg-1" }]]; const IconFileTimeFilled = createReactComponent("filled", "file-time-filled", "FileTimeFilled", __iconNode$8u); const __iconNode$8t = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm3 9h-6a1 1 0 0 0 -1 1v1a1 1 0 0 0 2 0h1v5a1 1 0 0 0 0 2h2a1 1 0 0 0 0 -2v-5h1a1 1 0 0 0 2 0v-1a1 1 0 0 0 -1 -1", "key": "svg-0" }], ["path", { "d": "M19 7h-4l-.001 -4.001z", "key": "svg-1" }]]; const IconFileTypographyFilled = createReactComponent("filled", "file-typography-filled", "FileTypographyFilled", __iconNode$8t); const __iconNode$8s = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm0 15a1 1 0 0 0 -.993 .883l-.007 .127a1 1 0 0 0 1.993 .117l.007 -.127a1 1 0 0 0 -1 -1m1.136 -5.727a2.5 2.5 0 0 0 -3.037 .604a1 1 0 0 0 1.434 1.389l.088 -.09a.5 .5 0 1 1 .379 .824a1 1 0 0 0 -.002 2a2.5 2.5 0 0 0 1.137 -4.727", "key": "svg-0" }], ["path", { "d": "M19 7h-4l-.001 -4.001z", "key": "svg-1" }]]; const IconFileUnknownFilled = createReactComponent("filled", "file-unknown-filled", "FileUnknownFilled", __iconNode$8s); const __iconNode$8r = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm0 9l-.09 .004l-.058 .007l-.118 .025l-.105 .035l-.113 .054l-.111 .071a1 1 0 0 0 -.112 .097l-2.5 2.5a1 1 0 0 0 0 1.414l.094 .083a1 1 0 0 0 1.32 -.083l.793 -.793v3.586a1 1 0 0 0 2 0v-3.585l.793 .792a1 1 0 0 0 1.414 -1.414l-2.5 -2.5l-.082 -.073l-.104 -.074l-.098 -.052l-.11 -.044l-.112 -.03l-.126 -.017z", "key": "svg-0" }], ["path", { "d": "M19 7h-4l-.001 -4.001z", "key": "svg-1" }]]; const IconFileUploadFilled = createReactComponent("filled", "file-upload-filled", "FileUploadFilled", __iconNode$8r); const __iconNode$8q = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm2.5 9a2.5 2.5 0 0 0 -2.292 1.5h-.208a3.5 3.5 0 0 0 -3.399 2.666a2.5 2.5 0 0 0 -1.596 2.17l-.005 .164a2.5 2.5 0 1 0 3.676 -2.206a1.5 1.5 0 0 1 1.324 -.794h.208a2.5 2.5 0 1 0 2.292 -3.5m-5 6a.5 .5 0 1 1 0 1a.5 .5 0 0 1 0 -1m5 -4a.5 .5 0 1 1 0 1a.5 .5 0 0 1 0 -1", "key": "svg-0" }], ["path", { "d": "M19 7h-4l-.001 -4.001z", "key": "svg-1" }]]; const IconFileVectorFilled = createReactComponent("filled", "file-vector-filled", "FileVectorFilled", __iconNode$8q); const __iconNode$8p = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005h5zm-1.489 9.14a1 1 0 0 0 -1.301 1.473l.083 .094l1.292 1.293l-1.292 1.293l-.083 .094a1 1 0 0 0 1.403 1.403l.094 -.083l1.293 -1.292l1.293 1.292l.094 .083a1 1 0 0 0 1.403 -1.403l-.083 -.094l-1.292 -1.293l1.292 -1.293l.083 -.094a1 1 0 0 0 -1.403 -1.403l-.094 .083l-1.293 1.292l-1.293 -1.292l-.094 -.083l-.102 -.07z", "key": "svg-0" }], ["path", { "d": "M19 7h-4l-.001 -4.001z", "key": "svg-1" }]]; const IconFileXFilled = createReactComponent("filled", "file-x-filled", "FileXFilled", __iconNode$8p); const __iconNode$8o = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005h5z", "key": "svg-0" }], ["path", { "d": "M19 7h-4l-.001 -4.001z", "key": "svg-1" }]]; const IconFileFilled = createReactComponent("filled", "file-filled", "FileFilled", __iconNode$8o); const __iconNode$8n = [["path", { "d": "M11 2l3 .001v5.999a1 1 0 0 0 .883 .993l.117 .007h6v6a3 3 0 0 1 -3 3h-1v1a3 3 0 0 1 -3 3h-7a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3h1v-1a3 3 0 0 1 3 -3m-3 6h-1a1 1 0 0 0 -1 1v10a1 1 0 0 0 1 1h7a1 1 0 0 0 1 -1v-1h-4a3 3 0 0 1 -3 -3zm12.415 -1h-4.415v-4.415z", "key": "svg-0" }]]; const IconFilesFilled = createReactComponent("filled", "files-filled", "FilesFilled", __iconNode$8n); const __iconNode$8m = [["path", { "d": "M20 3h-16a1 1 0 0 0 -1 1v2.227l.008 .223a3 3 0 0 0 .772 1.795l4.22 4.641v8.114a1 1 0 0 0 1.316 .949l6 -2l.108 -.043a1 1 0 0 0 .576 -.906v-6.586l4.121 -4.12a3 3 0 0 0 .879 -2.123v-2.171a1 1 0 0 0 -1 -1z", "key": "svg-0" }]]; const IconFilterFilled = createReactComponent("filled", "filter-filled", "FilterFilled", __iconNode$8m); const __iconNode$8l = [["path", { "d": "M19.396 11.056a6 6 0 0 1 -5.647 10.506q .206 -.21 .396 -.44a8 8 0 0 0 1.789 -6.155a8.02 8.02 0 0 0 3.462 -3.911", "key": "svg-0" }], ["path", { "d": "M4.609 11.051a7.99 7.99 0 0 0 9.386 4.698a6 6 0 1 1 -9.534 -4.594z", "key": "svg-1" }], ["path", { "d": "M12 2a6 6 0 1 1 -6 6l.004 -.225a6 6 0 0 1 5.996 -5.775", "key": "svg-2" }]]; const IconFiltersFilled = createReactComponent("filled", "filters-filled", "FiltersFilled", __iconNode$8l); const __iconNode$8k = [["path", { "d": "M16.675 6.44l.118 .005a1 1 0 0 1 .232 .052l.032 .015l.273 .103c1.936 .771 3.69 2.27 5.253 4.476l.245 .355a1 1 0 0 1 0 1.12c-1.702 2.519 -3.636 4.176 -5.792 4.947a1 1 0 0 1 -1.093 -.288a7.97 7.97 0 0 1 -1.883 -4.225h-2.06v3a1 1 0 0 1 -2 0v-3h-2v1a1 1 0 0 1 -2 0v-1h-1.166l-.335 .324a39 39 0 0 0 -1.751 1.846a1 1 0 0 1 -1.496 -1.328q .593 -.667 1.214 -1.308l.522 -.528l-.523 -.529a42 42 0 0 1 -.613 -.648l-.6 -.661a1 1 0 1 1 1.496 -1.328a40 40 0 0 0 2.069 2.161l1.183 -.001v-1a1 1 0 1 1 2 0v1h2v-3a1 1 0 0 1 2 0v3h2.062a7.97 7.97 0 0 1 1.656 -3.953l.196 -.24l.075 -.081l.105 -.088l.068 -.048l.097 -.052l.069 -.03l.138 -.042l.091 -.017q .059 -.007 .118 -.009m1.325 3.56a1 1 0 0 0 -.993 .883l-.007 .127a1 1 0 0 0 1.993 .117l.007 -.127a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconFishBoneFilled = createReactComponent("filled", "fish-bone-filled", "FishBoneFilled", __iconNode$8k); const __iconNode$8j = [["path", { "d": "M19 4a1 1 0 0 1 .993 .883l.007 .117v9a1 1 0 0 1 -.883 .993l-.117 .007h-13v6a1 1 0 0 1 -.883 .993l-.117 .007a1 1 0 0 1 -.993 -.883l-.007 -.117v-16a1 1 0 0 1 .883 -.993l.117 -.007h14z", "key": "svg-0" }]]; const IconFlag2Filled = createReactComponent("filled", "flag-2-filled", "Flag2Filled", __iconNode$8j); const __iconNode$8i = [["path", { "d": "M19 4c.852 0 1.297 .986 .783 1.623l-.076 .084l-3.792 3.793l3.792 3.793c.603 .602 .22 1.614 -.593 1.701l-.114 .006h-13v6a1 1 0 0 1 -.883 .993l-.117 .007a1 1 0 0 1 -.993 -.883l-.007 -.117v-16a1 1 0 0 1 .883 -.993l.117 -.007h14z", "key": "svg-0" }]]; const IconFlag3Filled = createReactComponent("filled", "flag-3-filled", "Flag3Filled", __iconNode$8i); const __iconNode$8h = [["path", { "d": "M4 5a1 1 0 0 1 .3 -.714a6 6 0 0 1 8.213 -.176l.351 .328a4 4 0 0 0 5.272 0l.249 -.227c.61 -.483 1.527 -.097 1.61 .676l.005 .113v9a1 1 0 0 1 -.3 .714a6 6 0 0 1 -8.213 .176l-.351 -.328a4 4 0 0 0 -5.136 -.114v6.552a1 1 0 0 1 -1.993 .117l-.007 -.117v-16z", "key": "svg-0" }]]; const IconFlagFilled = createReactComponent("filled", "flag-filled", "FlagFilled", __iconNode$8h); const __iconNode$8g = [["path", { "d": "M10 2c0 -.88 1.056 -1.331 1.692 -.722c1.958 1.876 3.096 5.995 1.75 9.12l-.08 .174l.012 .003c.625 .133 1.203 -.43 2.303 -2.173l.14 -.224a1 1 0 0 1 1.582 -.153c1.334 1.435 2.601 4.377 2.601 6.27c0 4.265 -3.591 7.705 -8 7.705s-8 -3.44 -8 -7.706c0 -2.252 1.022 -4.716 2.632 -6.301l.605 -.589c.241 -.236 .434 -.43 .618 -.624c1.43 -1.512 2.145 -2.924 2.145 -4.78", "key": "svg-0" }]]; const IconFlameFilled = createReactComponent("filled", "flame-filled", "FlameFilled", __iconNode$8g); const __iconNode$8f = [["path", { "d": "M11.106 2.553a1 1 0 0 1 1.788 0l2.851 5.701l5.702 2.852a1 1 0 0 1 .11 1.725l-.11 .063l-5.702 2.851l-2.85 5.702a1 1 0 0 1 -1.726 .11l-.063 -.11l-2.852 -5.702l-5.701 -2.85a1 1 0 0 1 -.11 -1.726l.11 -.063l5.701 -2.852z", "key": "svg-0" }]]; const IconFlareFilled = createReactComponent("filled", "flare-filled", "FlareFilled", __iconNode$8f); const __iconNode$8e = [["path", { "d": "M15 2a1 1 0 0 1 0 2v5.674l.062 .03a7 7 0 0 1 3.85 5.174l.037 .262a7 7 0 0 1 -3.078 6.693a1 1 0 0 1 -.553 .167h-6.635a1 1 0 0 1 -.552 -.166a7 7 0 0 1 .807 -12.134l.062 -.028v-5.672a1 1 0 1 1 0 -2h6zm-2 2h-2v6.34a1 1 0 0 1 -.551 .894l-.116 .049a5 5 0 0 0 -2.92 2.717h9.172a5 5 0 0 0 -2.918 -2.715a1 1 0 0 1 -.667 -.943v-6.342z", "key": "svg-0" }]]; const IconFlask2Filled = createReactComponent("filled", "flask-2-filled", "Flask2Filled", __iconNode$8e); const __iconNode$8d = [["path", { "d": "M15 2a1 1 0 0 1 0 2v4.826l3.932 10.814l.034 .077a1.7 1.7 0 0 1 -.002 1.193l-.07 .162a1.7 1.7 0 0 1 -1.213 .911l-.181 .017h-11l-.181 -.017a1.7 1.7 0 0 1 -1.285 -2.266l.039 -.09l3.927 -10.804v-4.823a1 1 0 1 1 0 -2h6zm-2 2h-2v4h2v-4z", "key": "svg-0" }]]; const IconFlaskFilled = createReactComponent("filled", "flask-filled", "FlaskFilled", __iconNode$8d); const __iconNode$8c = [["path", { "d": "M12 1a4 4 0 0 1 4 4l-.002 .055l.03 -.018a3.97 3.97 0 0 1 2.79 -.455l.237 .056a3.97 3.97 0 0 1 2.412 1.865a4.01 4.01 0 0 1 -1.455 5.461l-.068 .036l.071 .039a4.01 4.01 0 0 1 1.555 5.27l-.101 .186a3.97 3.97 0 0 1 -5.441 1.468l-.03 -.02l.002 .057a4 4 0 0 1 -3.8 3.995l-.2 .005a4 4 0 0 1 -4 -4l.001 -.056l-.029 .019a3.97 3.97 0 0 1 -2.79 .456l-.236 -.056a3.97 3.97 0 0 1 -2.413 -1.865a4.01 4.01 0 0 1 1.453 -5.46l.07 -.038l-.071 -.038a4.01 4.01 0 0 1 -1.555 -5.27l.1 -.187a3.97 3.97 0 0 1 5.444 -1.468l.026 .018v-.055a4 4 0 0 1 3.8 -3.995zm0 8a3 3 0 1 0 0 6a3 3 0 0 0 0 -6", "key": "svg-0" }]]; const IconFlowerFilled = createReactComponent("filled", "flower-filled", "FlowerFilled", __iconNode$8c); const __iconNode$8b = [["path", { "d": "M2 6c0 -.796 .316 -1.558 .879 -2.121c.563 -.563 1.325 -.879 2.121 -.879h4l.099 .005c.229 .023 .444 .124 .608 .288l2.707 2.707h6.586c.796 0 1.558 .316 2.121 .879c.319 .319 .559 .703 .707 1.121l-14.523 0c-.407 0 -.805 .125 -1.14 .356c-.292 .203 -.525 .48 -.674 .801l-.058 .141l-1.379 3.676c-.194 .517 .068 1.093 .585 1.287c.517 .194 1.094 -.068 1.288 -.585l1.134 -3.027c.146 -.39 .519 -.649 .937 -.649h13.002l.217 .012c.216 .024 .426 .082 .624 .173c.054 .025 .107 .053 .159 .083c.199 .115 .377 .263 .525 .439c.188 .222 .325 .482 .403 .762c.077 .28 .092 .573 .045 .859c-.001 .008 -.003 .016 -.005 .024l-.995 5.21c-.131 .686 -.497 1.304 -1.036 1.749c-.47 .389 -1.046 .624 -1.65 .677l-.261 .012h-14.026c-.796 0 -1.558 -.316 -2.121 -.879c-.563 -.563 -.879 -1.325 -.879 -2.121v-11z", "key": "svg-0" }]]; const IconFolderOpenFilled = createReactComponent("filled", "folder-open-filled", "FolderOpenFilled", __iconNode$8b); const __iconNode$8a = [["path", { "d": "M9 3a1 1 0 0 1 .608 .206l.1 .087l2.706 2.707h6.586a3 3 0 0 1 2.995 2.824l.005 .176v8a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-11a3 3 0 0 1 2.824 -2.995l.176 -.005h4z", "key": "svg-0" }]]; const IconFolderFilled = createReactComponent("filled", "folder-filled", "FolderFilled", __iconNode$8a); const __iconNode$89 = [["path", { "d": "M12 2a1 1 0 0 1 .707 .293l1.708 1.707h4.585a3 3 0 0 1 2.995 2.824l.005 .176v7a3 3 0 0 1 -3 3h-1v1a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-9a3 3 0 0 1 3 -3h1v-1a3 3 0 0 1 3 -3zm-6 6h-1a1 1 0 0 0 -1 1v9a1 1 0 0 0 1 1h10a1 1 0 0 0 1 -1v-1h-7a3 3 0 0 1 -3 -3z", "key": "svg-0" }]]; const IconFoldersFilled = createReactComponent("filled", "folders-filled", "FoldersFilled", __iconNode$89); const __iconNode$88 = [["path", { "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.293 4.953a1 1 0 0 0 -1.414 0l-6 6l-.083 .094a1 1 0 0 0 1.497 1.32l6 -6l.083 -.094a1 1 0 0 0 -.083 -1.32z", "key": "svg-0" }]]; const IconForbid2Filled = createReactComponent("filled", "forbid-2-filled", "Forbid2Filled", __iconNode$88); const __iconNode$87 = [["path", { "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-7.387 4.87a1 1 0 0 0 -1.32 1.497l6 6l.094 .083a1 1 0 0 0 1.32 -1.497l-6 -6z", "key": "svg-0" }]]; const IconForbidFilled = createReactComponent("filled", "forbid-filled", "ForbidFilled", __iconNode$87); const __iconNode$86 = [["path", { "d": "M15 2a4 4 0 0 1 4 4a1 1 0 0 1 -1.993 .117l-.007 -.117a2 2 0 0 0 -3.995 -.15l-.005 .15v9h1v-4a3 3 0 0 1 6 0a1 1 0 0 1 -1.993 .117l-.007 -.117a1 1 0 0 0 -1.993 -.117l-.007 .117v4h5a1 1 0 0 1 .993 .883l.007 .117v2a4 4 0 0 1 -3.8 3.995l-.2 .005h-12a4 4 0 0 1 -3.995 -3.8l-.005 -.2v-2a1 1 0 0 1 .883 -.993l.117 -.007h5v-4a1 1 0 0 0 -1.993 -.117l-.007 .117a1 1 0 0 1 -2 0a3 3 0 0 1 5.995 -.176l.005 .176v4h1v-9a2 2 0 1 0 -4 0a1 1 0 1 1 -2 0a4 4 0 0 1 7.001 -2.645a3.983 3.983 0 0 1 2.999 -1.355z", "key": "svg-0" }]]; const IconFountainFilled = createReactComponent("filled", "fountain-filled", "FountainFilled", __iconNode$86); const __iconNode$85 = [["path", { "d": "M17.333 3a3.667 3.667 0 0 1 3.667 3.667v10.666a3.667 3.667 0 0 1 -3.667 3.667h-10.666a3.667 3.667 0 0 1 -3.667 -3.667v-10.666a3.667 3.667 0 0 1 3.667 -3.667zm-3.583 3a2.38 2.38 0 0 0 -2.37 2.145l-.285 2.855h-2.095l-.117 .007a1 1 0 0 0 .117 1.993h1.894l-.265 2.656l-.014 .071a.38 .38 0 0 1 -.365 .273a.25 .25 0 0 1 -.25 -.25v-.25l-.007 -.117a1 1 0 0 0 -1.993 .117v.25l.005 .154a2.25 2.25 0 0 0 2.245 2.096a2.38 2.38 0 0 0 2.37 -2.145l.284 -2.855h2.096l.117 -.007a1 1 0 0 0 -.117 -1.993h-1.895l.266 -2.656l.014 -.071a.381 .381 0 0 1 .365 -.273a.25 .25 0 0 1 .25 .25v.25l.007 .117a1 1 0 0 0 1.993 -.117v-.25l-.005 -.154a2.25 2.25 0 0 0 -2.245 -2.096z", "key": "svg-0" }]]; const IconFunctionFilled = createReactComponent("filled", "function-filled", "FunctionFilled", __iconNode$85); const __iconNode$84 = [["path", { "d": "M3.324 3a2 2 0 0 1 1.855 1.258l1.097 2.742h14.724a1 1 0 0 1 .94 1.341l-.046 .106l-2.934 5.871a3.5 3.5 0 1 1 -4.96 3.182l.005 -.192a3.5 3.5 0 0 1 .499 -1.618l-2.446 -.258l-3.446 4.75a2 2 0 0 1 -2.08 .762l-.154 -.044a2 2 0 0 1 -1.378 -1.9v-9.804l-1.679 -4.196h-1.321a1 1 0 0 1 -.993 -.883l-.007 -.117a1 1 0 0 1 1 -1zm14.176 13a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3m-10.5 -2.498l-.002 5.498l2.783 -3.833a5 5 0 0 1 -2.614 -1.474z", "key": "svg-0" }]]; const IconGardenCartFilled = createReactComponent("filled", "garden-cart-filled", "GardenCartFilled", __iconNode$84); const __iconNode$83 = [["path", { "d": "M3 21a1 1 0 0 1 0 -2v-13a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v4a3 3 0 0 1 3 3v3a.5 .5 0 1 0 1 0v-6a2 2 0 0 1 -2 -2v-.585l-.707 -.708a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.414 0l3.003 3.002l.095 .112l.028 .04l.044 .073l.052 .11l.031 .09l.02 .076l.012 .078l.008 .126v7a2.5 2.5 0 1 1 -5 0v-3a1 1 0 0 0 -1 -1v7a1 1 0 0 1 0 2zm9 -16h-6a1 1 0 0 0 -1 1v4h8v-4a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconGasStationFilled = createReactComponent("filled", "gas-station-filled", "GasStationFilled", __iconNode$83); const __iconNode$82 = [["path", { "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-.293 3.953a1 1 0 0 0 -1.414 0l-2.59 2.59l-.083 .094l-.068 .1a2.001 2.001 0 0 0 -2.547 1.774l-.005 .149l.005 .15a2 2 0 1 0 3.917 -.701a.968 .968 0 0 0 .195 -.152l2.59 -2.59l.083 -.094a1 1 0 0 0 -.083 -1.32zm-4.707 -1.293a6 6 0 0 0 -6 6a1 1 0 0 0 2 0a4 4 0 0 1 4 -4a1 1 0 0 0 0 -2z", "key": "svg-0" }]]; const IconGaugeFilled = createReactComponent("filled", "gauge-filled", "GaugeFilled", __iconNode$82); const __iconNode$81 = [["path", { "d": "M12 1.999l.041 .002l.208 .003a8 8 0 0 1 7.747 7.747l.003 .248l.177 .006a3 3 0 0 1 2.819 2.819l.005 .176a3 3 0 0 1 -3 3l-.001 1.696l1.833 2.75a1 1 0 0 1 -.72 1.548l-.112 .006h-10c-3.445 .002 -6.327 -2.49 -6.901 -5.824l-.028 -.178l-.071 .001a3 3 0 0 1 -2.995 -2.824l-.005 -.175a3 3 0 0 1 3 -3l.004 -.25a8 8 0 0 1 7.996 -7.75zm0 10.001a2 2 0 0 0 -2 2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1a2 2 0 0 0 -2 -2zm-1.99 -4l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993zm4 0l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993z", "key": "svg-0" }]]; const IconGhost2Filled = createReactComponent("filled", "ghost-2-filled", "Ghost2Filled", __iconNode$81); const __iconNode$80 = [["path", { "d": "M12 3a8 8 0 0 1 8 8v6.954l.009 .103a2.78 2.78 0 0 1 -1.468 2.618l-.163 .08c-1.111 .502 -2.42 .22 -3.266 -.74a.65 .65 0 0 0 -1.024 0a2.65 2.65 0 0 1 -4.176 0a.65 .65 0 0 0 -.512 -.249c-.2 0 -.389 .092 -.55 .296a2.78 2.78 0 0 1 -4.859 -2.005l.01 -.104l.007 -.077l-.008 .074v-6.95l.004 -.25a8 8 0 0 1 7.747 -7.746zm-1.99 6h-.01a1 1 0 1 0 0 2h.01a1 1 0 0 0 0 -2m4 0h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconGhost3Filled = createReactComponent("filled", "ghost-3-filled", "Ghost3Filled", __iconNode$80); const __iconNode$7$ = [["path", { "d": "M12 3a8 8 0 0 1 7.996 7.75l.004 .25l-.001 6.954l.01 .103a2.78 2.78 0 0 1 -1.468 2.618l-.163 .08c-1.053 .475 -2.283 .248 -3.129 -.593l-.137 -.146a.65 .65 0 0 0 -1.024 0a2.65 2.65 0 0 1 -4.176 0a.65 .65 0 0 0 -.512 -.25c-.2 0 -.389 .092 -.55 .296a2.78 2.78 0 0 1 -4.859 -2.005l.008 -.091l.001 -6.966l.004 -.25a8 8 0 0 1 7.996 -7.75zm2.82 10.429a1 1 0 0 0 -1.391 -.25a2.5 2.5 0 0 1 -2.858 0a1 1 0 0 0 -1.142 1.642a4.5 4.5 0 0 0 5.142 0a1 1 0 0 0 .25 -1.392zm-4.81 -4.429l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993zm4 0l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993z", "key": "svg-0" }]]; const IconGhostFilled = createReactComponent("filled", "ghost-filled", "GhostFilled", __iconNode$7$); const __iconNode$7_ = [["path", { "d": "M18 4a4 4 0 0 1 3.995 3.8l.005 .2v8a4 4 0 0 1 -3.8 3.995l-.2 .005h-12a4 4 0 0 1 -3.995 -3.8l-.005 -.2v-8a4 4 0 0 1 3.8 -3.995l.2 -.005h12zm-5.493 5l-.19 .004c-.928 .052 -1.719 .583 -2.317 1.444c-.56 -.805 -1.288 -1.322 -2.139 -1.428l-.198 -.017l-.164 -.003l-.16 .005c-1.28 .086 -2.339 1.179 -2.339 2.495c0 1.226 1.222 2.211 2.453 2.447l.16 .026l-1.32 1.32l-.083 .094a1 1 0 0 0 0 1.226l.083 .094l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l2.293 -2.292l2.293 2.292l.094 .083a1 1 0 0 0 1.403 -1.403l-.083 -.094l-1.32 -1.32c1.229 -.169 2.502 -1.11 2.606 -2.315l.007 -.158l-.005 -.163c-.08 -1.189 -1.02 -2.162 -2.175 -2.316l-.159 -.016l-.154 -.005zm-.025 2l.102 .009c.194 .04 .367 .21 .407 .406l.009 .085l-.012 .031l-.034 .04c-.13 .135 -.513 .369 -.836 .42l-.118 .009h-.602l.052 -.1l.088 -.156c.27 -.444 .574 -.696 .852 -.738l.092 -.006zm-4.964 0l.084 .005l.094 .02c.254 .077 .523 .32 .765 .718l.09 .157l.05 .1h-.601l-.106 -.008c-.398 -.057 -.894 -.4 -.894 -.492c0 -.23 .194 -.446 .416 -.491l.102 -.01z", "key": "svg-0" }]]; const IconGiftCardFilled = createReactComponent("filled", "gift-card-filled", "GiftCardFilled", __iconNode$7_); const __iconNode$7Z = [["path", { "d": "M11 14v8h-4a3 3 0 0 1 -3 -3v-4a1 1 0 0 1 1 -1h6zm8 0a1 1 0 0 1 1 1v4a3 3 0 0 1 -3 3h-4v-8h6zm-2.5 -12a3.5 3.5 0 0 1 3.163 5h.337a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-7v-5h-2v5h-7a2 2 0 0 1 -2 -2v-1a2 2 0 0 1 2 -2h.337a3.486 3.486 0 0 1 -.337 -1.5c0 -1.933 1.567 -3.5 3.483 -3.5c1.755 -.03 3.312 1.092 4.381 2.934l.136 .243c1.033 -1.914 2.56 -3.114 4.291 -3.175l.209 -.002zm-9 2a1.5 1.5 0 0 0 0 3h3.143c-.741 -1.905 -1.949 -3.02 -3.143 -3zm8.983 0c-1.18 -.02 -2.385 1.096 -3.126 3h3.143a1.5 1.5 0 1 0 -.017 -3z", "key": "svg-0" }]]; const IconGiftFilled = createReactComponent("filled", "gift-filled", "GiftFilled", __iconNode$7Z); const __iconNode$7Y = [["path", { "d": "M5.004 10.229l-.003 -.186l.001 -.113l.008 -.071l1 -7a1 1 0 0 1 .877 -.853l.113 -.006h10a1 1 0 0 1 .968 .747l.022 .112l1.006 7.05l.004 .091c0 3.226 -2.56 5.564 -6 5.945v4.055h3a1 1 0 0 1 .117 1.993l-.117 .007h-8a1 1 0 0 1 -.117 -1.993l.117 -.007h3v-4.055c-3.358 -.371 -5.878 -2.609 -5.996 -5.716zm11.129 -6.229h-8.267l-.607 4.258a6.001 6.001 0 0 1 5.125 .787l.216 .155a4 4 0 0 0 4.32 .31l-.787 -5.51z", "key": "svg-0" }]]; const IconGlassFullFilled = createReactComponent("filled", "glass-full-filled", "GlassFullFilled", __iconNode$7Y); const __iconNode$7X = [["path", { "d": "M12 2c3.205 0 5.894 1.05 5.997 2.89l.99 5.946l.013 .164c0 3.226 -2.56 5.564 -6 5.945v3.055h3a1 1 0 0 1 0 2h-8a1 1 0 0 1 0 -2h3v-3.055c-3.44 -.38 -6 -2.719 -6 -5.945l.014 -.164l.991 -5.955l.001 -.038c.146 -1.81 2.817 -2.843 5.994 -2.843m0 2c-1.224 0 -2.359 .192 -3.164 .514c-.594 .238 -.836 .467 -.836 .486c0 .02 .242 .248 .836 .486c.804 .322 1.94 .514 3.164 .514s2.359 -.192 3.164 -.514c.594 -.238 .836 -.467 .836 -.486l-.02 -.026c-.07 -.07 -.321 -.262 -.816 -.46c-.804 -.322 -1.94 -.514 -3.164 -.514", "key": "svg-0" }]]; const IconGlassFilled = createReactComponent("filled", "glass-filled", "GlassFilled", __iconNode$7X); const __iconNode$7W = [["path", { "d": "M11 4a5 5 0 1 1 -4.995 5.217l-.005 -.217l.005 -.217a5 5 0 0 1 4.995 -4.783z", "key": "svg-0" }], ["path", { "d": "M14.133 1.502a1 1 0 0 1 1.365 -.369a9.015 9.015 0 1 1 -10.404 14.622a1 1 0 1 1 1.312 -1.51a7.015 7.015 0 1 0 8.096 -11.378a1 1 0 0 1 -.369 -1.365z", "key": "svg-1" }], ["path", { "d": "M11 16a1 1 0 0 1 .993 .883l.007 .117v4a1 1 0 0 1 -1.993 .117l-.007 -.117v-4a1 1 0 0 1 1 -1z", "key": "svg-2" }], ["path", { "d": "M15 20a1 1 0 0 1 .117 1.993l-.117 .007h-8a1 1 0 0 1 -.117 -1.993l.117 -.007h8z", "key": "svg-3" }]]; const IconGlobeFilled = createReactComponent("filled", "globe-filled", "GlobeFilled", __iconNode$7W); const __iconNode$7V = [["path", { "d": "M11 3a1 1 0 0 1 1.496 -.868l7 4a1 1 0 0 1 0 1.736l-6.496 3.712v6.42a1 1 0 0 1 -.883 .993l-.117 .007a1 1 0 0 1 -1 -1z", "key": "svg-0" }], ["path", { "d": "M14.135 17.168a1 1 0 0 1 1.367 -.363c.916 .532 1.498 1.291 1.498 2.195c0 1.84 -2.319 3 -5 3s-5 -1.16 -5 -3c0 -.911 .577 -1.66 1.498 -2.195a1 1 0 1 1 1.004 1.73c-.365 .212 -.502 .39 -.502 .465c0 .086 .179 .296 .622 .518c.6 .3 1.456 .482 2.378 .482s1.777 -.182 2.378 -.482c.443 -.222 .622 -.432 .622 -.518c0 -.07 -.142 -.256 -.502 -.465a1 1 0 0 1 -.363 -1.367", "key": "svg-1" }]]; const IconGolfFilled = createReactComponent("filled", "golf-filled", "GolfFilled", __iconNode$7V); const __iconNode$7U = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-.086 5.066c.372 -.837 -.483 -1.692 -1.32 -1.32l-9 4l-.108 .055c-.75 .44 -.611 1.609 .271 1.83l3.418 .853l.855 3.419c.23 .922 1.498 1.032 1.884 .163z", "key": "svg-0" }]]; const IconGpsFilled = createReactComponent("filled", "gps-filled", "GpsFilled", __iconNode$7U); const __iconNode$7T = [["path", { "d": "M18 3a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12zm-2.293 6.293a1 1 0 0 0 -1.414 0l-2.293 2.292l-1.293 -1.292a1 1 0 0 0 -1.414 0l-3 3a1 1 0 0 0 0 1.414l.094 .083a1 1 0 0 0 1.32 -.083l2.293 -2.292l1.293 1.292l.094 .083a1 1 0 0 0 1.32 -.083l2.293 -2.292l1.293 1.292a1 1 0 0 0 1.414 -1.414l-2 -2z", "key": "svg-0" }]]; const IconGraphFilled = createReactComponent("filled", "graph-filled", "GraphFilled", __iconNode$7T); const __iconNode$7S = [["path", { "d": "M18 3a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3zm-4 4a1 1 0 0 0 -1 1v1h-2v-1a1 1 0 0 0 -.883 -.993l-.117 -.007a1 1 0 0 0 -1 1v1h-1a1 1 0 0 0 -.993 .883l-.007 .117a1 1 0 0 0 1 1h1v2h-1a1 1 0 0 0 -.993 .883l-.007 .117a1 1 0 0 0 1 1h1v1a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-1h2v1a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-1h1a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-1v-2h1a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-1v-1a1 1 0 0 0 -.883 -.993zm-1 4v2h-2v-2z", "key": "svg-0" }]]; const IconGridPatternFilled = createReactComponent("filled", "grid-pattern-filled", "GridPatternFilled", __iconNode$7S); const __iconNode$7R = [["path", { "d": "M12 2c-1.613 0 -2.882 .104 -3.825 .323l-.23 .057c-3.019 .708 -4.945 2.503 -4.945 5.62c0 3.367 1.939 8.274 4.22 11.125c.32 .4 .664 .786 1.03 1.158l.367 .36a4.904 4.904 0 0 0 6.752 .011a15.04 15.04 0 0 0 1.41 -1.528c2.491 -3.113 4.221 -7.294 4.221 -11.126c0 -3.025 -1.813 -4.806 -4.71 -5.562l-.266 -.066c-.936 -.25 -2.281 -.372 -4.024 -.372z", "key": "svg-0" }]]; const IconGuitarPickFilled = createReactComponent("filled", "guitar-pick-filled", "GuitarPickFilled", __iconNode$7R); const __iconNode$7Q = [["path", { "d": "M12 2a3 3 0 0 1 3 3a1 1 0 0 1 -1.993 .117l-.007 -.117a1 1 0 0 0 -2 -.004c.006 1.516 .495 2.579 1.486 3.13l7.97 4.428a3 3 0 0 1 1.544 2.623v.823a3 3 0 0 1 -2.824 2.995l-.176 .005a3 3 0 0 1 -3 3h-8a3 3 0 0 1 -3 -3a3 3 0 0 1 -3 -3v-.823a3 3 0 0 1 1.543 -2.623l6.695 -3.72c-.832 -.976 -1.232 -2.296 -1.238 -3.834a3 3 0 0 1 3 -3m0 8.144l-7.486 4.158a1 1 0 0 0 -.514 .875v.823a1 1 0 0 0 1 1h.17a3 3 0 0 1 2.83 -2h8c1.306 0 2.418 .835 2.83 2h.17a1 1 0 0 0 1 -1v-.823a1 1 0 0 0 -.515 -.875z", "key": "svg-0" }]]; const IconHanger2Filled = createReactComponent("filled", "hanger-2-filled", "Hanger2Filled", __iconNode$7Q); const __iconNode$7P = [["path", { "d": "M21 18a3 3 0 0 1 -2.824 2.995l-.176 .005h-1a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-3a3 3 0 0 1 2.824 -2.995l.176 -.005h1c.351 0 .688 .06 1 .171v-.171a7 7 0 0 0 -13.996 -.24l-.004 .24v.17c.25 -.088 .516 -.144 .791 -.163l.209 -.007h1a3 3 0 0 1 2.995 2.824l.005 .176v3a3 3 0 0 1 -2.824 2.995l-.176 .005h-1a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-6a9 9 0 0 1 17.996 -.265l.004 .265v6z", "key": "svg-0" }]]; const IconHeadphonesFilled = createReactComponent("filled", "headphones-filled", "HeadphonesFilled", __iconNode$7P); const __iconNode$7O = [["path", { "d": "M12 2a9 9 0 0 1 9 9v6a3 3 0 0 1 -2.152 2.879c-.678 1.901 -3.538 3.121 -6.848 3.121a1 1 0 0 1 0 -2c1.889 0 3.482 -.482 4.334 -1.075a3 3 0 0 1 -2.334 -2.925l.001 -3.051l.004 -.051a2.995 2.995 0 0 1 2.995 -2.898h1c.351 0 .688 .06 1 .171v-.171a7 7 0 0 0 -13.996 -.24l-.004 .41c.313 -.11 .65 -.17 1 -.17h1a3 3 0 0 1 3 3v3a3 3 0 0 1 -3 3h-1a3 3 0 0 1 -3 -3v-6a9 9 0 0 1 9 -9", "key": "svg-0" }]]; const IconHeadsetFilled = createReactComponent("filled", "headset-filled", "HeadsetFilled", __iconNode$7O); const __iconNode$7N = [["path", { "d": "M11.001 3.8l-.001 1.963l-1.894 3.79l-.047 .11a1 1 0 0 0 .341 1.137l3.332 2.499l-1.626 3.254a1 1 0 0 0 -.106 .447v3.417l-7.197 -7.127a6 6 0 0 1 6.956 -9.621zm5.77 -.739l.246 .037a6 6 0 0 1 3.184 10.193l-.044 .037l-7.157 7.088v-3.181l1.894 -3.788l.047 -.11a1 1 0 0 0 -.341 -1.137l-3.333 -2.5l1.627 -3.253a1 1 0 0 0 .106 -.447v-2.187a6 6 0 0 1 3.77 -.752", "key": "svg-0" }]]; const IconHeartBrokenFilled = createReactComponent("filled", "heart-broken-filled", "HeartBrokenFilled", __iconNode$7N); const __iconNode$7M = [["path", { "d": "M6.979 3.074a6 6 0 0 1 4.988 1.425l.037 .033l.034 -.03a6 6 0 0 1 4.733 -1.44l.246 .036a6 6 0 0 1 3.364 10.008l-.18 .185l-.048 .041l-7.45 7.379a1 1 0 0 1 -1.313 .082l-.094 -.082l-7.493 -7.422a6 6 0 0 1 3.176 -10.215z", "key": "svg-0" }]]; const IconHeartFilled = createReactComponent("filled", "heart-filled", "HeartFilled", __iconNode$7M); const __iconNode$7L = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-4 5a1 1 0 0 0 -1 1v3h-4v-3a1 1 0 0 0 -.883 -.993l-.117 -.007a1 1 0 0 0 -1 1v8a1 1 0 0 0 2 0v-3h4v3a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-8a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconHelicopterLandingFilled = createReactComponent("filled", "helicopter-landing-filled", "HelicopterLandingFilled", __iconNode$7L); const __iconNode$7K = [["path", { "d": "M20 5a1 1 0 0 1 0 2h-6v1c4.642 0 8 2.218 8 6a3 3 0 0 1 -3 3h-3v1h3a1 1 0 0 1 0 2h-8a1 1 0 0 1 0 -2h3v-1h-2c-1.652 0 -3 -1.348 -3 -3v-1.001l-6 .001a1 1 0 0 1 -.894 -.553l-1 -2a1 1 0 0 1 1.788 -.894l.724 1.447l5.382 -.001l.005 -.175a3 3 0 0 1 2.995 -2.824v-1h-7a1 1 0 1 1 0 -2zm-3.999 5.174l-.001 1.826h3.36c-.665 -.906 -1.825 -1.539 -3.359 -1.826", "key": "svg-0" }]]; const IconHelicopterFilled = createReactComponent("filled", "helicopter-filled", "HelicopterFilled", __iconNode$7K); const __iconNode$7J = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1 -19.995 .324l-.005 -.324l.004 -.28c.148 -5.393 4.566 -9.72 9.996 -9.72zm0 13a1 1 0 0 0 -.993 .883l-.007 .117l.007 .127a1 1 0 0 0 1.986 0l.007 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm1.368 -6.673a2.98 2.98 0 0 0 -3.631 .728a1 1 0 0 0 1.44 1.383l.171 -.18a.98 .98 0 0 1 1.11 -.15a1 1 0 0 1 -.34 1.886l-.232 .012a1 1 0 0 0 .111 1.994a3 3 0 0 0 1.371 -5.673z", "key": "svg-0" }]]; const IconHelpCircleFilled = createReactComponent("filled", "help-circle-filled", "HelpCircleFilled", __iconNode$7J); const __iconNode$7I = [["path", { "d": "M10.425 1.414a3.33 3.33 0 0 1 3.026 -.097l.19 .097l6.775 3.995l.096 .063l.092 .077l.107 .075a3.224 3.224 0 0 1 1.266 2.188l.018 .202l.005 .204v7.284c0 1.106 -.57 2.129 -1.454 2.693l-.17 .1l-6.803 4.302c-.918 .504 -2.019 .535 -3.004 .068l-.196 -.1l-6.695 -4.237a3.225 3.225 0 0 1 -1.671 -2.619l-.007 -.207v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098zm1.575 13.586a1 1 0 0 0 -.993 .883l-.007 .117l.007 .127a1 1 0 0 0 1.986 0l.007 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm1.368 -6.673a2.98 2.98 0 0 0 -3.631 .728a1 1 0 0 0 1.44 1.383l.171 -.18a.98 .98 0 0 1 1.11 -.15a1 1 0 0 1 -.34 1.886l-.232 .012a1 1 0 0 0 .111 1.994a3 3 0 0 0 1.371 -5.673z", "key": "svg-0" }]]; const IconHelpHexagonFilled = createReactComponent("filled", "help-hexagon-filled", "HelpHexagonFilled", __iconNode$7I); const __iconNode$7H = [["path", { "d": "M14.897 1a4 4 0 0 1 2.664 1.016l.165 .156l4.1 4.1a4 4 0 0 1 1.168 2.605l.006 .227v5.794a4 4 0 0 1 -1.016 2.664l-.156 .165l-4.1 4.1a4 4 0 0 1 -2.603 1.168l-.227 .006h-5.795a3.999 3.999 0 0 1 -2.664 -1.017l-.165 -.156l-4.1 -4.1a4 4 0 0 1 -1.168 -2.604l-.006 -.227v-5.794a4 4 0 0 1 1.016 -2.664l.156 -.165l4.1 -4.1a4 4 0 0 1 2.605 -1.168l.227 -.006h5.793zm-2.897 14a1 1 0 0 0 -.993 .883l-.007 .117l.007 .127a1 1 0 0 0 1.986 0l.007 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm1.368 -6.673a2.98 2.98 0 0 0 -3.631 .728a1 1 0 0 0 1.44 1.383l.171 -.18a.98 .98 0 0 1 1.11 -.15a1 1 0 0 1 -.34 1.886l-.232 .012a1 1 0 0 0 .111 1.994a3 3 0 0 0 1.371 -5.673z", "key": "svg-0" }]]; const IconHelpOctagonFilled = createReactComponent("filled", "help-octagon-filled", "HelpOctagonFilled", __iconNode$7H); const __iconNode$7G = [["path", { "d": "M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm0 13a1 1 0 0 0 -.993 .883l-.007 .117l.007 .127a1 1 0 0 0 1.986 0l.007 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm1.368 -6.673a2.98 2.98 0 0 0 -3.631 .728a1 1 0 0 0 1.44 1.383l.171 -.18a.98 .98 0 0 1 1.11 -.15a1 1 0 0 1 -.34 1.886l-.232 .012a1 1 0 0 0 .111 1.994a3 3 0 0 0 1.371 -5.673z", "key": "svg-0" }]]; const IconHelpSquareRoundedFilled = createReactComponent("filled", "help-square-rounded-filled", "HelpSquareRoundedFilled", __iconNode$7G); const __iconNode$7F = [["path", { "d": "M19 2a3 3 0 0 1 2.995 2.824l.005 .176v14a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005h14zm-7 13a1 1 0 0 0 -.993 .883l-.007 .117l.007 .127a1 1 0 0 0 1.986 0l.007 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm1.368 -6.673a2.98 2.98 0 0 0 -3.631 .728a1 1 0 0 0 1.44 1.383l.171 -.18a.98 .98 0 0 1 1.11 -.15a1 1 0 0 1 -.34 1.886l-.232 .012a1 1 0 0 0 .111 1.994a3 3 0 0 0 1.371 -5.673z", "key": "svg-0" }]]; const IconHelpSquareFilled = createReactComponent("filled", "help-square-filled", "HelpSquareFilled", __iconNode$7F); const __iconNode$7E = [["path", { "d": "M12 1.67c.955 0 1.845 .467 2.39 1.247l.105 .16l8.114 13.548a2.914 2.914 0 0 1 -2.307 4.363l-.195 .008h-16.225a2.914 2.914 0 0 1 -2.582 -4.2l.099 -.185l8.11 -13.538a2.914 2.914 0 0 1 2.491 -1.403zm0 13.33a1 1 0 0 0 -.993 .883l-.007 .117l.007 .127a1 1 0 0 0 1.986 0l.007 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm1.368 -6.673a2.98 2.98 0 0 0 -3.631 .728a1 1 0 0 0 1.44 1.383l.171 -.18a.98 .98 0 0 1 1.11 -.15a1 1 0 0 1 -.34 1.886l-.232 .012a1 1 0 0 0 .111 1.994a3 3 0 0 0 1.371 -5.673z", "key": "svg-0" }]]; const IconHelpTriangleFilled = createReactComponent("filled", "help-triangle-filled", "HelpTriangleFilled", __iconNode$7E); const __iconNode$7D = [["path", { "d": "M17 3.34a10 10 0 1 1 -10 17.32a10 10 0 0 1 10 -17.32m-5 12.66a1 1 0 0 0 -.993 .883l-.007 .127a1 1 0 0 0 1.993 .117l.007 -.127a1 1 0 0 0 -1 -1m1.173 -9.856a3.6 3.6 0 0 0 -3.97 1.252a1 1 0 0 0 1.512 1.304l.082 -.096a1.6 1.6 0 1 1 1.846 2.462a2.49 2.49 0 0 0 -1.641 2.49a1 1 0 0 0 1.996 .004v-.117a.5 .5 0 0 1 .259 -.466l.075 -.034a3.61 3.61 0 0 0 2.338 -3.47a3.6 3.6 0 0 0 -2.497 -3.329", "key": "svg-0" }]]; const IconHelpFilled = createReactComponent("filled", "help-filled", "HelpFilled", __iconNode$7D); const __iconNode$7C = [["path", { "d": "M13.666 1.429l6.75 3.98l.096 .063l.093 .078l.106 .074a3.22 3.22 0 0 1 1.284 2.39l.005 .204v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.23 3.23 0 0 1 -1.678 -2.826v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098c1 -.552 2.214 -.552 3.24 .015m-1.666 5.571a3 3 0 0 0 -3 3v6a1 1 0 0 0 2 0v-2h2v2a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-6a3 3 0 0 0 -3 -3m0 2a1 1 0 0 1 1 1v2h-2v-2a1 1 0 0 1 .883 -.993z", "key": "svg-0" }]]; const IconHexagonLetterAFilled = createReactComponent("filled", "hexagon-letter-a-filled", "HexagonLetterAFilled", __iconNode$7C); const __iconNode$7B = [["path", { "d": "M13.666 1.429l6.75 3.98l.096 .063l.093 .078l.106 .074a3.22 3.22 0 0 1 1.284 2.39l.005 .204v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.23 3.23 0 0 1 -1.678 -2.826v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098c1 -.552 2.214 -.552 3.24 .015m-1.666 5.571h-2a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1h2a3 3 0 0 0 3 -3l-.005 -.176a3 3 0 0 0 -.654 -1.7l-.106 -.124l.106 -.124a3 3 0 0 0 -2.341 -4.876m0 6a1 1 0 0 1 0 2h-1v-2zm0 -4a1 1 0 0 1 0 2h-1v-2z", "key": "svg-0" }]]; const IconHexagonLetterBFilled = createReactComponent("filled", "hexagon-letter-b-filled", "HexagonLetterBFilled", __iconNode$7B); const __iconNode$7A = [["path", { "d": "M13.666 1.429l6.75 3.98l.096 .063l.093 .078l.106 .074a3.22 3.22 0 0 1 1.284 2.39l.005 .204v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.23 3.23 0 0 1 -1.678 -2.826v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098c1 -.552 2.214 -.552 3.24 .015m-1.666 5.571a3 3 0 0 0 -3 3v4a3 3 0 0 0 6 0a1 1 0 0 0 -1.993 -.117l-.007 .117a1 1 0 0 1 -2 0v-4a1 1 0 0 1 1.993 -.117l.007 .117a1 1 0 0 0 2 0a3 3 0 0 0 -3 -3", "key": "svg-0" }]]; const IconHexagonLetterCFilled = createReactComponent("filled", "hexagon-letter-c-filled", "HexagonLetterCFilled", __iconNode$7A); const __iconNode$7z = [["path", { "d": "M13.666 1.429l6.75 3.98l.096 .063l.093 .078l.106 .074a3.22 3.22 0 0 1 1.284 2.39l.005 .204v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.23 3.23 0 0 1 -1.678 -2.826v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098c1 -.552 2.214 -.552 3.24 .015m-1.666 5.571h-2a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1h2a3 3 0 0 0 3 -3v-4a3 3 0 0 0 -3 -3m0 2a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-1v-6z", "key": "svg-0" }]]; const IconHexagonLetterDFilled = createReactComponent("filled", "hexagon-letter-d-filled", "HexagonLetterDFilled", __iconNode$7z); const __iconNode$7y = [["path", { "d": "M13.666 1.429l6.75 3.98l.096 .063l.093 .078l.106 .074a3.22 3.22 0 0 1 1.284 2.39l.005 .204v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.23 3.23 0 0 1 -1.678 -2.826v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098c1 -.552 2.214 -.552 3.24 .015m.334 5.571h-4a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1h4a1 1 0 0 0 1 -1l-.007 -.117a1 1 0 0 0 -.993 -.883h-3v-2h1.5a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-1.5v-2h3a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconHexagonLetterEFilled = createReactComponent("filled", "hexagon-letter-e-filled", "HexagonLetterEFilled", __iconNode$7y); const __iconNode$7x = [["path", { "d": "M13.666 1.429l6.75 3.98l.096 .063l.093 .078l.106 .074a3.22 3.22 0 0 1 1.284 2.39l.005 .204v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.23 3.23 0 0 1 -1.678 -2.826v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098c1 -.552 2.214 -.552 3.24 .015m.334 5.571h-4a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-3h2a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-2v-2h3a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconHexagonLetterFFilled = createReactComponent("filled", "hexagon-letter-f-filled", "HexagonLetterFFilled", __iconNode$7x); const __iconNode$7w = [["path", { "d": "M13.666 1.429l6.75 3.98l.096 .063l.093 .078l.106 .074a3.22 3.22 0 0 1 1.284 2.39l.005 .204v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.23 3.23 0 0 1 -1.678 -2.826v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098c1 -.552 2.214 -.552 3.24 .015m.334 5.571h-2a3 3 0 0 0 -3 3v4a3 3 0 0 0 3 3h2a1 1 0 0 0 1 -1v-4a1 1 0 0 0 -1 -1h-1a1 1 0 0 0 -1 1l.007 .117a1 1 0 0 0 .993 .883v2h-1a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconHexagonLetterGFilled = createReactComponent("filled", "hexagon-letter-g-filled", "HexagonLetterGFilled", __iconNode$7w); const __iconNode$7v = [["path", { "d": "M13.666 1.429l6.75 3.98l.096 .063l.093 .078l.106 .074a3.22 3.22 0 0 1 1.284 2.39l.005 .204v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.23 3.23 0 0 1 -1.678 -2.826v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098c1 -.552 2.214 -.552 3.24 .015m.334 5.571a1 1 0 0 0 -1 1v3h-2v-3a1 1 0 0 0 -.883 -.993l-.117 -.007a1 1 0 0 0 -1 1v8a1 1 0 0 0 2 0v-3h2v3a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-8a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconHexagonLetterHFilled = createReactComponent("filled", "hexagon-letter-h-filled", "HexagonLetterHFilled", __iconNode$7v); const __iconNode$7u = [["path", { "d": "M13.666 1.429l6.75 3.98l.096 .063l.093 .078l.106 .074a3.22 3.22 0 0 1 1.284 2.39l.005 .204v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.23 3.23 0 0 1 -1.678 -2.826v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098c1 -.552 2.214 -.552 3.24 .015m-1.666 5.571a1 1 0 0 0 -1 1v8a1 1 0 0 0 2 0v-8a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconHexagonLetterIFilled = createReactComponent("filled", "hexagon-letter-i-filled", "HexagonLetterIFilled", __iconNode$7u); const __iconNode$7t = [["path", { "d": "M13.666 1.429l6.75 3.98l.096 .063l.093 .078l.106 .074a3.22 3.22 0 0 1 1.284 2.39l.005 .204v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.23 3.23 0 0 1 -1.678 -2.826v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098c1 -.552 2.214 -.552 3.24 .015m.334 5.571h-4a1 1 0 0 0 -1 1l.007 .117a1 1 0 0 0 .993 .883h3v5a1 1 0 0 1 -1.993 .117l-.007 -.117a1 1 0 0 0 -2 0a3 3 0 0 0 6 0v-6a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconHexagonLetterJFilled = createReactComponent("filled", "hexagon-letter-j-filled", "HexagonLetterJFilled", __iconNode$7t); const __iconNode$7s = [["path", { "d": "M13.666 1.429l6.75 3.98l.096 .063l.093 .078l.106 .074a3.22 3.22 0 0 1 1.284 2.39l.005 .204v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.23 3.23 0 0 1 -1.678 -2.826v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098c1 -.552 2.214 -.552 3.24 .015m.864 5.723a1 1 0 0 0 -1.378 .318l-2.152 3.442v-2.912a1 1 0 0 0 -.883 -.993l-.117 -.007a1 1 0 0 0 -1 1v8a1 1 0 0 0 2 0v-2.914l2.152 3.444a1 1 0 0 0 1.276 .374l.102 -.056l.095 -.068a1 1 0 0 0 .223 -1.31l-2.17 -3.47l2.17 -3.47a1 1 0 0 0 -.318 -1.378", "key": "svg-0" }]]; const IconHexagonLetterKFilled = createReactComponent("filled", "hexagon-letter-k-filled", "HexagonLetterKFilled", __iconNode$7s); const __iconNode$7r = [["path", { "d": "M13.666 1.429l6.75 3.98l.096 .063l.093 .078l.106 .074a3.22 3.22 0 0 1 1.284 2.39l.005 .204v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.23 3.23 0 0 1 -1.678 -2.826v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098c1 -.552 2.214 -.552 3.24 .015m-3.666 5.571a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1h4a1 1 0 0 0 1 -1l-.007 -.117a1 1 0 0 0 -.993 -.883h-3v-7a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconHexagonLetterLFilled = createReactComponent("filled", "hexagon-letter-l-filled", "HexagonLetterLFilled", __iconNode$7r); const __iconNode$7q = [["path", { "d": "M13.666 1.429l6.75 3.98l.096 .063l.093 .078l.106 .074a3.22 3.22 0 0 1 1.284 2.39l.005 .204v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.23 3.23 0 0 1 -1.678 -2.826v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098c1 -.552 2.214 -.552 3.24 .015m2.334 6.571c0 -1.014 -1.336 -1.384 -1.857 -.514l-2.143 3.57l-2.143 -3.57c-.521 -.87 -1.857 -.5 -1.857 .514v8a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-4.39l1.143 1.904l.074 .108a1 1 0 0 0 1.64 -.108l1.143 -1.904v4.39a1 1 0 0 0 2 0z", "key": "svg-0" }]]; const IconHexagonLetterMFilled = createReactComponent("filled", "hexagon-letter-m-filled", "HexagonLetterMFilled", __iconNode$7q); const __iconNode$7p = [["path", { "d": "M13.666 1.429l6.75 3.98l.096 .063l.093 .078l.106 .074a3.22 3.22 0 0 1 1.284 2.39l.005 .204v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.23 3.23 0 0 1 -1.678 -2.826v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098c1 -.552 2.214 -.552 3.24 .015m-2.772 6.124c-.471 -.944 -1.894 -.608 -1.894 .447v8a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-3.764l2.106 4.211c.471 .944 1.894 .608 1.894 -.447v-8a1 1 0 0 0 -1 -1l-.117 .007a1 1 0 0 0 -.883 .993v3.764z", "key": "svg-0" }]]; const IconHexagonLetterNFilled = createReactComponent("filled", "hexagon-letter-n-filled", "HexagonLetterNFilled", __iconNode$7p); const __iconNode$7o = [["path", { "d": "M13.666 1.429l6.75 3.98l.096 .063l.093 .078l.106 .074a3.22 3.22 0 0 1 1.284 2.39l.005 .204v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.23 3.23 0 0 1 -1.678 -2.826v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098c1 -.552 2.214 -.552 3.24 .015m-1.666 5.571a3 3 0 0 0 -3 3v4a3 3 0 0 0 6 0v-4a3 3 0 0 0 -3 -3m0 2a1 1 0 0 1 1 1v4a1 1 0 0 1 -2 0v-4a1 1 0 0 1 1 -1", "key": "svg-0" }]]; const IconHexagonLetterOFilled = createReactComponent("filled", "hexagon-letter-o-filled", "HexagonLetterOFilled", __iconNode$7o); const __iconNode$7n = [["path", { "d": "M13.666 1.429l6.75 3.98l.096 .063l.093 .078l.106 .074a3.22 3.22 0 0 1 1.284 2.39l.005 .204v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.23 3.23 0 0 1 -1.678 -2.826v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098c1 -.552 2.214 -.552 3.24 .015m-1.666 5.571h-2a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-3h1a3 3 0 0 0 0 -6m0 2a1 1 0 0 1 0 2h-1v-2z", "key": "svg-0" }]]; const IconHexagonLetterPFilled = createReactComponent("filled", "hexagon-letter-p-filled", "HexagonLetterPFilled", __iconNode$7n); const __iconNode$7m = [["path", { "d": "M13.666 1.429l6.75 3.98l.096 .063l.093 .078l.106 .074a3.22 3.22 0 0 1 1.284 2.39l.005 .204v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.23 3.23 0 0 1 -1.678 -2.826v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098c1 -.552 2.214 -.552 3.24 .015m-1.666 5.571a3 3 0 0 0 -3 3v4a3 3 0 0 0 4.168 2.764l.125 -.057a1 1 0 0 0 1.414 -1.414l.057 -.125a3 3 0 0 0 .236 -1.168v-4a3 3 0 0 0 -3 -3m1 7.002h-.059a.996 .996 0 0 0 -.941 .998a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 2 0z", "key": "svg-0" }]]; const IconHexagonLetterQFilled = createReactComponent("filled", "hexagon-letter-q-filled", "HexagonLetterQFilled", __iconNode$7m); const __iconNode$7l = [["path", { "d": "M13.666 1.429l6.75 3.98l.096 .063l.093 .078l.106 .074a3.22 3.22 0 0 1 1.284 2.39l.005 .204v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.23 3.23 0 0 1 -1.678 -2.826v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098c1 -.552 2.214 -.552 3.24 .015m-1.666 5.571h-2a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-2.332l2.2 2.932a1 1 0 0 0 1.4 .2l.096 -.081a1 1 0 0 0 .104 -1.319l-1.903 -2.538l.115 -.037a3.001 3.001 0 0 0 -1.012 -5.825m0 2a1 1 0 0 1 0 2h-1v-2z", "key": "svg-0" }]]; const IconHexagonLetterRFilled = createReactComponent("filled", "hexagon-letter-r-filled", "HexagonLetterRFilled", __iconNode$7l); const __iconNode$7k = [["path", { "d": "M13.666 1.429l6.75 3.98l.096 .063l.093 .078l.106 .074a3.22 3.22 0 0 1 1.284 2.39l.005 .204v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.23 3.23 0 0 1 -1.678 -2.826v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098c1 -.552 2.214 -.552 3.24 .015m-.666 5.571h-2a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h2v2h-2a1 1 0 0 0 -2 0a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-2v-2h2l.007 .117a1 1 0 0 0 1.993 -.117a2 2 0 0 0 -2 -2", "key": "svg-0" }]]; const IconHexagonLetterSFilled = createReactComponent("filled", "hexagon-letter-s-filled", "HexagonLetterSFilled", __iconNode$7k); const __iconNode$7j = [["path", { "d": "M13.666 1.429l6.75 3.98l.096 .063l.093 .078l.106 .074a3.22 3.22 0 0 1 1.284 2.39l.005 .204v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.23 3.23 0 0 1 -1.678 -2.826v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098c1 -.552 2.214 -.552 3.24 .015m.334 5.571h-4a1 1 0 1 0 0 2h1v7a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-7h1a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconHexagonLetterTFilled = createReactComponent("filled", "hexagon-letter-t-filled", "HexagonLetterTFilled", __iconNode$7j); const __iconNode$7i = [["path", { "d": "M13.666 1.429l6.75 3.98l.096 .063l.093 .078l.106 .074a3.22 3.22 0 0 1 1.284 2.39l.005 .204v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.23 3.23 0 0 1 -1.678 -2.826v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098c1 -.552 2.214 -.552 3.24 .015m.334 5.571a1 1 0 0 0 -1 1v6a1 1 0 0 1 -2 0v-6a1 1 0 0 0 -2 0v6a3 3 0 0 0 6 0v-6a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconHexagonLetterUFilled = createReactComponent("filled", "hexagon-letter-u-filled", "HexagonLetterUFilled", __iconNode$7i); const __iconNode$7h = [["path", { "d": "M13.666 1.429l6.75 3.98l.096 .063l.093 .078l.106 .074a3.22 3.22 0 0 1 1.284 2.39l.005 .204v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.23 3.23 0 0 1 -1.678 -2.826v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098c1 -.552 2.214 -.552 3.24 .015m.577 5.6a1 1 0 0 0 -1.213 .728l-1.03 4.118l-1.03 -4.118a1 1 0 1 0 -1.94 .486l2 8c.252 1.01 1.688 1.01 1.94 0l2 -8a1 1 0 0 0 -.727 -1.213", "key": "svg-0" }]]; const IconHexagonLetterVFilled = createReactComponent("filled", "hexagon-letter-v-filled", "HexagonLetterVFilled", __iconNode$7h); const __iconNode$7g = [["path", { "d": "M13.666 1.429l6.75 3.98l.096 .063l.093 .078l.106 .074a3.22 3.22 0 0 1 1.284 2.39l.005 .204v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.23 3.23 0 0 1 -1.678 -2.826v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098c1 -.552 2.214 -.552 3.24 .015m.342 6.447l-.52 4.153l-.56 -1.4c-.319 -.799 -1.41 -.837 -1.803 -.114l-.053 .114l-.561 1.4l-.519 -4.153a1 1 0 0 0 -1 -.876l-.116 .008a1 1 0 0 0 -.868 1.116l1 8c.128 1.025 1.537 1.207 1.92 .247l1.072 -2.678l1.072 2.678c.383 .96 1.792 .778 1.92 -.247l1 -8a1 1 0 0 0 -1.984 -.248", "key": "svg-0" }]]; const IconHexagonLetterWFilled = createReactComponent("filled", "hexagon-letter-w-filled", "HexagonLetterWFilled", __iconNode$7g); const __iconNode$7f = [["path", { "d": "M13.666 1.429l6.75 3.98l.096 .063l.093 .078l.106 .074a3.22 3.22 0 0 1 1.284 2.39l.005 .204v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.23 3.23 0 0 1 -1.678 -2.826v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098c1 -.552 2.214 -.552 3.24 .015m.781 5.677a1 1 0 0 0 -1.341 .447l-1.106 2.21l-1.106 -2.21a1 1 0 0 0 -1.234 -.494l-.107 .047a1 1 0 0 0 -.447 1.341l1.774 3.553l-1.775 3.553a1 1 0 0 0 .345 1.283l.102 .058a1 1 0 0 0 1.341 -.447l1.107 -2.21l1.106 2.21a1 1 0 0 0 1.234 .494l.107 -.047a1 1 0 0 0 .447 -1.341l-1.776 -3.553l1.776 -3.553a1 1 0 0 0 -.345 -1.283z", "key": "svg-0" }]]; const IconHexagonLetterXFilled = createReactComponent("filled", "hexagon-letter-x-filled", "HexagonLetterXFilled", __iconNode$7f); const __iconNode$7e = [["path", { "d": "M13.666 1.429l6.75 3.98l.096 .063l.093 .078l.106 .074a3.22 3.22 0 0 1 1.284 2.39l.005 .204v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.23 3.23 0 0 1 -1.678 -2.826v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098c1 -.552 2.214 -.552 3.24 .015m.705 5.643a1 1 0 0 0 -1.3 .557l-1.071 2.678l-1.072 -2.678a1 1 0 0 0 -1.856 .742l1.928 4.823v2.806a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-2.809l1.928 -4.82a1 1 0 0 0 -.45 -1.25z", "key": "svg-0" }]]; const IconHexagonLetterYFilled = createReactComponent("filled", "hexagon-letter-y-filled", "HexagonLetterYFilled", __iconNode$7e); const __iconNode$7d = [["path", { "d": "M13.666 1.429l6.75 3.98l.096 .063l.093 .078l.106 .074a3.22 3.22 0 0 1 1.284 2.39l.005 .204v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.23 3.23 0 0 1 -1.678 -2.826v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098c1 -.552 2.214 -.552 3.24 .015m.334 5.571h-4a1 1 0 0 0 -1 1l.007 .117a1 1 0 0 0 .993 .883h2.382l-3.276 6.553a1 1 0 0 0 .894 1.447h4a1 1 0 0 0 1 -1l-.007 -.117a1 1 0 0 0 -.993 -.883h-2.382l3.276 -6.553a1 1 0 0 0 -.894 -1.447", "key": "svg-0" }]]; const IconHexagonLetterZFilled = createReactComponent("filled", "hexagon-letter-z-filled", "HexagonLetterZFilled", __iconNode$7d); const __iconNode$7c = [["path", { "d": "M13.666 1.429l6.75 3.98l.096 .063l.093 .078l.106 .074a3.22 3.22 0 0 1 1.284 2.39l.005 .204v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.23 3.23 0 0 1 -1.678 -2.826v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098c1 -.552 2.214 -.552 3.24 .015m1.334 9.571h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconHexagonMinusFilled = createReactComponent("filled", "hexagon-minus-filled", "HexagonMinusFilled", __iconNode$7c); const __iconNode$7b = [["path", { "d": "M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm1.575 5.586a3 3 0 0 0 -2.995 2.824l-.005 .176v4l.005 .176a3 3 0 0 0 5.99 0l.005 -.176v-4l-.005 -.176a3 3 0 0 0 -2.995 -2.824zm0 2a1 1 0 0 1 .993 .883l.007 .117v4l-.007 .117a1 1 0 0 1 -1.986 0l-.007 -.117v-4l.007 -.117a1 1 0 0 1 .993 -.883z", "key": "svg-0" }]]; const IconHexagonNumber0Filled = createReactComponent("filled", "hexagon-number-0-filled", "HexagonNumber0Filled", __iconNode$7b); const __iconNode$7a = [["path", { "d": "M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm.952 5.803l-.084 .076l-2 2l-.083 .094a1 1 0 0 0 0 1.226l.083 .094l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l.293 -.293v5.586l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-8l-.006 -.114c-.083 -.777 -1.008 -1.16 -1.617 -.67z", "key": "svg-0" }]]; const IconHexagonNumber1Filled = createReactComponent("filled", "hexagon-number-1-filled", "HexagonNumber1Filled", __iconNode$7a); const __iconNode$79 = [["path", { "d": "M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm2.575 5.586h-3l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h3v2h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h3l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-3v-2h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006z", "key": "svg-0" }]]; const IconHexagonNumber2Filled = createReactComponent("filled", "hexagon-number-2-filled", "HexagonNumber2Filled", __iconNode$79); const __iconNode$78 = [["path", { "d": "M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm2.575 5.586h-2l-.15 .005a2 2 0 0 0 -1.85 1.995a1 1 0 0 0 1.974 .23l.02 -.113l.006 -.117h2v2h-2l-.133 .007c-1.111 .12 -1.154 1.73 -.128 1.965l.128 .021l.133 .007h2v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006z", "key": "svg-0" }]]; const IconHexagonNumber3Filled = createReactComponent("filled", "hexagon-number-3-filled", "HexagonNumber3Filled", __iconNode$78); const __iconNode$77 = [["path", { "d": "M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm3.575 5.586a1 1 0 0 0 -.993 .883l-.007 .117v3h-2v-3l-.007 -.117a1 1 0 0 0 -1.986 0l-.007 .117v3l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2v3l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-8l-.007 -.117a1 1 0 0 0 -.993 -.883z", "key": "svg-0" }]]; const IconHexagonNumber4Filled = createReactComponent("filled", "hexagon-number-4-filled", "HexagonNumber4Filled", __iconNode$77); const __iconNode$76 = [["path", { "d": "M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm3.575 5.586h-4a1 1 0 0 0 -.993 .883l-.007 .117v4a1 1 0 0 0 .883 .993l.117 .007h3v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2a2 2 0 0 0 1.995 -1.85l.005 -.15v-2a2 2 0 0 0 -1.85 -1.995l-.15 -.005h-2v-2h3a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -.883 -.993l-.117 -.007z", "key": "svg-0" }]]; const IconHexagonNumber5Filled = createReactComponent("filled", "hexagon-number-5-filled", "HexagonNumber5Filled", __iconNode$76); const __iconNode$75 = [["path", { "d": "M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm2.575 5.586h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v6l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006h-2v-2h2l.007 .117a1 1 0 0 0 1.993 -.117a2 2 0 0 0 -1.85 -1.995l-.15 -.005zm0 6v2h-2v-2h2z", "key": "svg-0" }]]; const IconHexagonNumber6Filled = createReactComponent("filled", "hexagon-number-6-filled", "HexagonNumber6Filled", __iconNode$75); const __iconNode$74 = [["path", { "d": "M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm3.575 5.586h-4l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117l.007 .117a1 1 0 0 0 .876 .876l.117 .007h2.718l-1.688 6.757l-.022 .115a1 1 0 0 0 1.927 .482l.035 -.111l2 -8l.021 -.112a1 1 0 0 0 -.878 -1.125l-.113 -.006z", "key": "svg-0" }]]; const IconHexagonNumber7Filled = createReactComponent("filled", "hexagon-number-7-filled", "HexagonNumber7Filled", __iconNode$74); const __iconNode$73 = [["path", { "d": "M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm2.575 5.586h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15c.018 .236 .077 .46 .17 .667l.075 .152l.018 .03l-.018 .032c-.133 .24 -.218 .509 -.243 .795l-.007 .174v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm0 6v2h-2v-2h2zm0 -4v2h-2v-2h2z", "key": "svg-0" }]]; const IconHexagonNumber8Filled = createReactComponent("filled", "hexagon-number-8-filled", "HexagonNumber8Filled", __iconNode$73); const __iconNode$72 = [["path", { "d": "M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm2.575 5.586h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-6l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm0 2v2h-2v-2h2z", "key": "svg-0" }]]; const IconHexagonNumber9Filled = createReactComponent("filled", "hexagon-number-9-filled", "HexagonNumber9Filled", __iconNode$72); const __iconNode$71 = [["path", { "d": "M13.666 1.429l6.75 3.98l.096 .063l.093 .078l.106 .074a3.22 3.22 0 0 1 1.284 2.39l.005 .204v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.23 3.23 0 0 1 -1.678 -2.826v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098c1 -.552 2.214 -.552 3.24 .015m-1.666 6.571a1 1 0 0 0 -1 1v2h-2a1 1 0 0 0 -.993 .883l-.007 .117a1 1 0 0 0 1 1h2v2a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-2h2a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-2v-2a1 1 0 0 0 -.883 -.993z", "key": "svg-0" }]]; const IconHexagonPlusFilled = createReactComponent("filled", "hexagon-plus-filled", "HexagonPlusFilled", __iconNode$71); const __iconNode$70 = [["path", { "d": "M10.425 1.414l-6.775 3.996a3.21 3.21 0 0 0 -1.65 2.807v7.285a3.226 3.226 0 0 0 1.678 2.826l6.695 4.237c1.034 .57 2.22 .57 3.2 .032l6.804 -4.302c.98 -.537 1.623 -1.618 1.623 -2.793v-7.284l-.005 -.204a3.223 3.223 0 0 0 -1.284 -2.39l-.107 -.075l-.007 -.007a1.074 1.074 0 0 0 -.181 -.133l-6.776 -3.995a3.33 3.33 0 0 0 -3.216 0z", "key": "svg-0" }]]; const IconHexagonFilled = createReactComponent("filled", "hexagon-filled", "HexagonFilled", __iconNode$70); const __iconNode$6$ = [["path", { "d": "M12.707 2.293l9 9c.63 .63 .184 1.707 -.707 1.707h-1v6a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-6h-1c-.89 0 -1.337 -1.077 -.707 -1.707l9 -9a1 1 0 0 1 1.414 0m.793 8.707h-3a1.5 1.5 0 0 0 -1.5 1.5v3a1.5 1.5 0 0 0 1.5 1.5h3a1.5 1.5 0 0 0 1.5 -1.5v-3a1.5 1.5 0 0 0 -1.5 -1.5", "key": "svg-0" }]]; const IconHome2Filled = createReactComponent("filled", "home-2-filled", "Home2Filled", __iconNode$6$); const __iconNode$6_ = [["path", { "d": "M12.707 2.293l9 9c.63 .63 .184 1.707 -.707 1.707h-1v6a3 3 0 0 1 -3 3h-1v-7a3 3 0 0 0 -2.824 -2.995l-.176 -.005h-2a3 3 0 0 0 -3 3v7h-1a3 3 0 0 1 -3 -3v-6h-1c-.89 0 -1.337 -1.077 -.707 -1.707l9 -9a1 1 0 0 1 1.414 0m.293 11.707a1 1 0 0 1 1 1v7h-4v-7a1 1 0 0 1 .883 -.993l.117 -.007z", "key": "svg-0" }]]; const IconHomeFilled = createReactComponent("filled", "home-filled", "HomeFilled", __iconNode$6_); const __iconNode$6Z = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1 -20 0l.004 -.28c.148 -5.393 4.566 -9.72 9.996 -9.72m2 5a1 1 0 0 0 -1 1v2.999h-2v-2.999a1 1 0 0 0 -.883 -.993l-.117 -.007a1 1 0 0 0 -1 1v8a1 1 0 0 0 2 0v-3.001h2v3.001a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-8a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconHospitalCircleFilled = createReactComponent("filled", "hospital-circle-filled", "HospitalCircleFilled", __iconNode$6Z); const __iconNode$6Y = [["path", { "d": "M17 2a2 2 0 0 1 1.995 1.85l.005 .15v2a6.996 6.996 0 0 1 -3.393 6a6.994 6.994 0 0 1 3.388 5.728l.005 .272v2a2 2 0 0 1 -1.85 1.995l-.15 .005h-10a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-2a6.996 6.996 0 0 1 3.393 -6a6.994 6.994 0 0 1 -3.388 -5.728l-.005 -.272v-2a2 2 0 0 1 1.85 -1.995l.15 -.005h10z", "key": "svg-0" }]]; const IconHourglassFilled = createReactComponent("filled", "hourglass-filled", "HourglassFilled", __iconNode$6Y); const __iconNode$6X = [["path", { "d": "M4.25 2.603a4.5 4.5 0 1 1 -2.25 3.897l.006 -.229a4.5 4.5 0 0 1 2.244 -3.668", "key": "svg-0" }], ["path", { "d": "M5.632 13.504a1 1 0 0 1 1.736 0l4 7a1 1 0 0 1 -.868 1.496h-8a1 1 0 0 1 -.868 -1.496z", "key": "svg-1" }], ["path", { "d": "M13.293 2.293a1 1 0 0 1 1.414 0l7 7a1 1 0 1 1 -1.414 1.414l-7 -7a1 1 0 0 1 0 -1.414", "key": "svg-2" }], ["path", { "d": "M20.293 2.293a1 1 0 0 1 1.414 1.414l-7 7a1 1 0 0 1 -1.414 -1.414z", "key": "svg-3" }], ["path", { "d": "M21 13a1 1 0 0 1 1 1v7a1 1 0 0 1 -1 1h-7a1 1 0 0 1 -1 -1v-7a1 1 0 0 1 1 -1z", "key": "svg-4" }]]; const IconIconsFilled = createReactComponent("filled", "icons-filled", "IconsFilled", __iconNode$6X); const __iconNode$6W = [["path", { "d": "M18 3a4 4 0 0 1 4 4v10a4 4 0 0 1 -4 4h-12a4 4 0 0 1 -4 -4v-10q 0 -.053 .005 -.102a3.994 3.994 0 0 1 3.995 -3.898zm-1 12h-10a1 1 0 0 0 0 2h10a1 1 0 0 0 0 -2m-8 -8a2.995 2.995 0 0 0 -2.995 2.898a1 1 0 0 0 -.005 .102a3 3 0 1 0 3 -3m8 4h-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0 -2m0 -4h-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconIdFilled = createReactComponent("filled", "id-filled", "IdFilled", __iconNode$6W); const __iconNode$6V = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1 -19.995 .324l-.005 -.324l.004 -.28c.148 -5.393 4.566 -9.72 9.996 -9.72zm0 9h-1l-.117 .007a1 1 0 0 0 0 1.986l.117 .007v3l.007 .117a1 1 0 0 0 .876 .876l.117 .007h1l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117l-.007 -.117a1 1 0 0 0 -.764 -.857l-.112 -.02l-.117 -.006v-3l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007zm.01 -3l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", "key": "svg-0" }]]; const IconInfoCircleFilled = createReactComponent("filled", "info-circle-filled", "InfoCircleFilled", __iconNode$6V); const __iconNode$6U = [["path", { "d": "M10.425 1.414a3.33 3.33 0 0 1 3.026 -.097l.19 .097l6.775 3.995l.096 .063l.092 .077l.107 .075a3.224 3.224 0 0 1 1.266 2.188l.018 .202l.005 .204v7.284c0 1.106 -.57 2.129 -1.454 2.693l-.17 .1l-6.803 4.302c-.918 .504 -2.019 .535 -3.004 .068l-.196 -.1l-6.695 -4.237a3.225 3.225 0 0 1 -1.671 -2.619l-.007 -.207v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098zm1.575 9.586h-1l-.117 .007a1 1 0 0 0 0 1.986l.117 .007v3l.007 .117a1 1 0 0 0 .876 .876l.117 .007h1l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117l-.007 -.117a1 1 0 0 0 -.764 -.857l-.112 -.02l-.117 -.006v-3l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007zm.01 -3l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", "key": "svg-0" }]]; const IconInfoHexagonFilled = createReactComponent("filled", "info-hexagon-filled", "InfoHexagonFilled", __iconNode$6U); const __iconNode$6T = [["path", { "d": "M14.897 1a4 4 0 0 1 2.664 1.016l.165 .156l4.1 4.1a4 4 0 0 1 1.168 2.605l.006 .227v5.794a4 4 0 0 1 -1.016 2.664l-.156 .165l-4.1 4.1a4 4 0 0 1 -2.603 1.168l-.227 .006h-5.795a3.999 3.999 0 0 1 -2.664 -1.017l-.165 -.156l-4.1 -4.1a4 4 0 0 1 -1.168 -2.604l-.006 -.227v-5.794a4 4 0 0 1 1.016 -2.664l.156 -.165l4.1 -4.1a4 4 0 0 1 2.605 -1.168l.227 -.006h5.793zm-2.897 10h-1l-.117 .007a1 1 0 0 0 0 1.986l.117 .007v3l.007 .117a1 1 0 0 0 .876 .876l.117 .007h1l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117l-.007 -.117a1 1 0 0 0 -.764 -.857l-.112 -.02l-.117 -.006v-3l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007zm.01 -3l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", "key": "svg-0" }]]; const IconInfoOctagonFilled = createReactComponent("filled", "info-octagon-filled", "InfoOctagonFilled", __iconNode$6T); const __iconNode$6S = [["path", { "d": "M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm0 9h-1l-.117 .007a1 1 0 0 0 0 1.986l.117 .007v3l.007 .117a1 1 0 0 0 .876 .876l.117 .007h1l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117l-.007 -.117a1 1 0 0 0 -.764 -.857l-.112 -.02l-.117 -.006v-3l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007zm.01 -3l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", "key": "svg-0" }]]; const IconInfoSquareRoundedFilled = createReactComponent("filled", "info-square-rounded-filled", "InfoSquareRoundedFilled", __iconNode$6S); const __iconNode$6R = [["path", { "d": "M19 2a3 3 0 0 1 2.995 2.824l.005 .176v14a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005h14zm-7 9h-1l-.117 .007a1 1 0 0 0 0 1.986l.117 .007v3l.007 .117a1 1 0 0 0 .876 .876l.117 .007h1l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117l-.007 -.117a1 1 0 0 0 -.764 -.857l-.112 -.02l-.117 -.006v-3l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007zm.01 -3l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", "key": "svg-0" }]]; const IconInfoSquareFilled = createReactComponent("filled", "info-square-filled", "InfoSquareFilled", __iconNode$6R); const __iconNode$6Q = [["path", { "d": "M12 1.67c.955 0 1.845 .467 2.39 1.247l.105 .16l8.114 13.548a2.914 2.914 0 0 1 -2.307 4.363l-.195 .008h-16.225a2.914 2.914 0 0 1 -2.582 -4.2l.099 -.185l8.11 -13.538a2.914 2.914 0 0 1 2.491 -1.403zm0 9.33h-1l-.117 .007a1 1 0 0 0 0 1.986l.117 .007v3l.007 .117a1 1 0 0 0 .876 .876l.117 .007h1l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117l-.007 -.117a1 1 0 0 0 -.764 -.857l-.112 -.02l-.117 -.006v-3l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007zm.01 -3l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", "key": "svg-0" }]]; const IconInfoTriangleFilled = createReactComponent("filled", "info-triangle-filled", "InfoTriangleFilled", __iconNode$6Q); const __iconNode$6P = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm-6 9a1 1 0 0 0 -1 1a7 7 0 0 0 7 7a1 1 0 0 0 0 -2a5 5 0 0 1 -5 -5a1 1 0 0 0 -1 -1z", "key": "svg-0" }]]; const IconInnerShadowBottomLeftFilled = createReactComponent("filled", "inner-shadow-bottom-left-filled", "InnerShadowBottomLeftFilled", __iconNode$6P); const __iconNode$6O = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm6 9a1 1 0 0 0 -1 1a5 5 0 0 1 -5 5a1 1 0 0 0 0 2a7 7 0 0 0 7 -7a1 1 0 0 0 -1 -1z", "key": "svg-0" }]]; const IconInnerShadowBottomRightFilled = createReactComponent("filled", "inner-shadow-bottom-right-filled", "InnerShadowBottomRightFilled", __iconNode$6O); const __iconNode$6N = [["path", { "d": "M5.144 4.72c3.92 -3.695 10.093 -3.625 13.927 .209c3.905 3.905 3.905 10.237 0 14.142c-3.905 3.905 -10.237 3.905 -14.142 0c-3.905 -3.905 -3.905 -10.237 0 -14.142zm3.32 10.816a1 1 0 1 0 -1.414 1.414a7 7 0 0 0 9.9 0a1 1 0 0 0 -1.414 -1.414a5 5 0 0 1 -7.072 0z", "key": "svg-0" }]]; const IconInnerShadowBottomFilled = createReactComponent("filled", "inner-shadow-bottom-filled", "InnerShadowBottomFilled", __iconNode$6N); const __iconNode$6M = [["path", { "d": "M4.929 4.929c3.905 -3.905 10.237 -3.905 14.142 0c3.905 3.905 3.905 10.237 0 14.142c-3.905 3.905 -10.237 3.905 -14.142 0c-3.905 -3.905 -3.905 -10.237 0 -14.142zm3.535 2.121a1 1 0 0 0 -1.414 0a7 7 0 0 0 0 9.9a1 1 0 1 0 1.414 -1.414a5 5 0 0 1 0 -7.072a1 1 0 0 0 0 -1.414z", "key": "svg-0" }]]; const IconInnerShadowLeftFilled = createReactComponent("filled", "inner-shadow-left-filled", "InnerShadowLeftFilled", __iconNode$6M); const __iconNode$6L = [["path", { "d": "M4.929 4.929c3.905 -3.905 10.237 -3.905 14.142 0c3.905 3.905 3.905 10.237 0 14.142c-3.905 3.905 -10.237 3.905 -14.142 0c-3.905 -3.905 -3.905 -10.237 0 -14.142zm12.02 2.121a1 1 0 0 0 -1.413 1.414a5 5 0 0 1 0 7.072a1 1 0 0 0 1.414 1.414a7 7 0 0 0 0 -9.9z", "key": "svg-0" }]]; const IconInnerShadowRightFilled = createReactComponent("filled", "inner-shadow-right-filled", "InnerShadowRightFilled", __iconNode$6L); const __iconNode$6K = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm0 3a7 7 0 0 0 -7 7a1 1 0 0 0 2 0a5 5 0 0 1 5 -5a1 1 0 0 0 0 -2z", "key": "svg-0" }]]; const IconInnerShadowTopLeftFilled = createReactComponent("filled", "inner-shadow-top-left-filled", "InnerShadowTopLeftFilled", __iconNode$6K); const __iconNode$6J = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm0 3a1 1 0 0 0 0 2a5 5 0 0 1 5 5a1 1 0 0 0 2 0a7 7 0 0 0 -7 -7z", "key": "svg-0" }]]; const IconInnerShadowTopRightFilled = createReactComponent("filled", "inner-shadow-top-right-filled", "InnerShadowTopRightFilled", __iconNode$6J); const __iconNode$6I = [["path", { "d": "M4.929 4.929c3.905 -3.905 10.237 -3.905 14.142 0c3.905 3.905 3.905 10.237 0 14.142c-3.905 3.905 -10.237 3.905 -14.142 0c-3.905 -3.905 -3.905 -10.237 0 -14.142zm12.02 2.121a7 7 0 0 0 -9.899 0a1 1 0 0 0 1.414 1.414a5 5 0 0 1 7.072 0a1 1 0 0 0 1.414 -1.414z", "key": "svg-0" }]]; const IconInnerShadowTopFilled = createReactComponent("filled", "inner-shadow-top-filled", "InnerShadowTopFilled", __iconNode$6I); const __iconNode$6H = [["path", { "d": "M16.459 5a4 4 0 0 1 3.945 3.343l1.387 8.329a2 2 0 0 1 -1.971 2.328h-16.82a1 1 0 0 1 -1 -1a8 8 0 0 1 8 -8h8.652l-.22 -1.329a2 2 0 0 0 -1.811 -1.665l-.162 -.006h-7.459a1 1 0 1 1 0 -2zm-4.449 9h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconIroning1Filled = createReactComponent("filled", "ironing-1-filled", "Ironing1Filled", __iconNode$6H); const __iconNode$6G = [["path", { "d": "M16.459 5a4 4 0 0 1 3.945 3.343l1.387 8.329a2 2 0 0 1 -1.971 2.328h-16.82a1 1 0 0 1 -1 -1a8 8 0 0 1 8 -8h8.652l-.22 -1.329a2 2 0 0 0 -1.811 -1.665l-.162 -.006h-7.459a1 1 0 1 1 0 -2zm-6.449 9h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m4 0h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconIroning2Filled = createReactComponent("filled", "ironing-2-filled", "Ironing2Filled", __iconNode$6G); const __iconNode$6F = [["path", { "d": "M16.459 5a4 4 0 0 1 3.945 3.343l1.387 8.329a2 2 0 0 1 -1.971 2.328h-16.82a1 1 0 0 1 -1 -1a8 8 0 0 1 8 -8h8.652l-.22 -1.329a2 2 0 0 0 -1.811 -1.665l-.162 -.006h-7.459a1 1 0 1 1 0 -2zm-4.449 9h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m-3 0h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m6 0h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconIroning3Filled = createReactComponent("filled", "ironing-3-filled", "Ironing3Filled", __iconNode$6F); const __iconNode$6E = [["path", { "d": "M12 18a1 1 0 0 1 1 1v2a1 1 0 0 1 -2 0v-2a1 1 0 0 1 1 -1", "key": "svg-0" }], ["path", { "d": "M16.459 3a4 4 0 0 1 3.945 3.343l.577 3.464l.81 4.865a2 2 0 0 1 -1.971 2.328h-16.82a1 1 0 0 1 -1 -1a8 8 0 0 1 8 -8h8.652l-.22 -1.329a2 2 0 0 0 -1.811 -1.665l-.162 -.006h-7.459a1 1 0 1 1 0 -2z", "key": "svg-1" }], ["path", { "d": "M7.106 18.553a1 1 0 0 1 1.788 .894l-1 2a1 1 0 0 1 -1.788 -.894z", "key": "svg-2" }], ["path", { "d": "M15.553 18.106a1 1 0 0 1 1.341 .447l1 2a1 1 0 0 1 -1.788 .894l-1 -2a1 1 0 0 1 .447 -1.341", "key": "svg-3" }]]; const IconIroningSteamFilled = createReactComponent("filled", "ironing-steam-filled", "IroningSteamFilled", __iconNode$6E); const __iconNode$6D = [["path", { "d": "M16.459 5a4 4 0 0 1 3.945 3.343l.577 3.464l.81 4.865a2 2 0 0 1 -1.971 2.328h-16.82a1 1 0 0 1 -1 -1a8 8 0 0 1 8 -8h8.652l-.22 -1.329a2 2 0 0 0 -1.811 -1.665l-.162 -.006h-7.459a1 1 0 1 1 0 -2z", "key": "svg-0" }]]; const IconIroningFilled = createReactComponent("filled", "ironing-filled", "IroningFilled", __iconNode$6D); const __iconNode$6C = [["path", { "d": "M17 2a4 4 0 0 1 4 4v7a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1v-1h-2v1a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1v-7a4 4 0 0 1 8 0v1h2v-1a4 4 0 0 1 4 -4m-4 8v-1h-2v1zm-4 5a1 1 0 0 1 1 1c0 2.623 -.787 4.59 -2.4 5.8a1 1 0 0 1 -1.2 0c-1.613 -1.21 -2.4 -3.177 -2.4 -5.8a1 1 0 0 1 2 0c0 1.532 .308 2.684 .906 3.498l.094 .119l.094 -.12c.558 -.759 .864 -1.813 .902 -3.196l.004 -.301a1 1 0 0 1 1 -1m10 0a1 1 0 0 1 1 1c0 2.623 -.787 4.59 -2.4 5.8a1 1 0 0 1 -1.2 0c-1.613 -1.21 -2.4 -3.177 -2.4 -5.8a1 1 0 0 1 2 0c0 1.532 .308 2.684 .906 3.498l.094 .119l.094 -.12c.558 -.759 .864 -1.813 .902 -3.196l.004 -.301a1 1 0 0 1 1 -1", "key": "svg-0" }]]; const IconJetpackFilled = createReactComponent("filled", "jetpack-filled", "JetpackFilled", __iconNode$6C); const __iconNode$6B = [["path", { "d": "M8.433 6h-5.433l-.114 .006a1 1 0 0 0 -.743 1.508l2.69 4.486l-2.69 4.486l-.054 .1a1 1 0 0 0 .911 1.414h5.434l2.709 4.514l.074 .108a1 1 0 0 0 1.64 -.108l2.708 -4.514h5.435l.114 -.006a1 1 0 0 0 .743 -1.508l-2.691 -4.486l2.691 -4.486l.054 -.1a1 1 0 0 0 -.911 -1.414h-5.434l-2.709 -4.514a1 1 0 0 0 -1.714 0l-2.71 4.514z", "key": "svg-0" }]]; const IconJewishStarFilled = createReactComponent("filled", "jewish-star-filled", "JewishStarFilled", __iconNode$6B); const __iconNode$6A = [["path", { "d": "M14.52 2c1.029 0 2.015 .409 2.742 1.136l3.602 3.602a3.877 3.877 0 0 1 0 5.483l-2.643 2.643a3.88 3.88 0 0 1 -4.941 .452l-.105 -.078l-5.882 5.883a3 3 0 0 1 -1.68 .843l-.22 .027l-.221 .009h-1.172c-1.014 0 -1.867 -.759 -1.991 -1.823l-.009 -.177v-1.172c0 -.704 .248 -1.386 .73 -1.96l.149 -.161l.414 -.414a1 1 0 0 1 .707 -.293h1v-1a1 1 0 0 1 .883 -.993l.117 -.007h1v-1a1 1 0 0 1 .206 -.608l.087 -.1l1.468 -1.469l-.076 -.103a3.9 3.9 0 0 1 -.678 -1.963l-.007 -.236c0 -1.029 .409 -2.015 1.136 -2.742l2.643 -2.643a3.88 3.88 0 0 1 2.741 -1.136m.495 5h-.02a2 2 0 1 0 0 4h.02a2 2 0 1 0 0 -4", "key": "svg-0" }]]; const IconKeyFilled = createReactComponent("filled", "key-filled", "KeyFilled", __iconNode$6A); const __iconNode$6z = [["path", { "d": "M20 5a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-16a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3zm-14 8a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1m12 0a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1m-7.998 0a1 1 0 0 0 -.004 2l4 .01a1 1 0 0 0 .005 -2zm-4.002 -4a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1m4 0a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1m4 0a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1m4 0a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconKeyboardFilled = createReactComponent("filled", "keyboard-filled", "KeyboardFilled", __iconNode$6z); const __iconNode$6y = [["path", { "d": "M12 19a1 1 0 0 1 .993 .883l.007 .117v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a1 1 0 0 1 1 -1z", "key": "svg-0" }], ["path", { "d": "M12 6c-.629 0 -1.214 .301 -1.606 .807l-2.908 3.748a2.395 2.395 0 0 0 -.011 2.876l2.919 3.762c.39 .505 .977 .807 1.606 .807c.629 0 1.214 -.301 1.606 -.807l2.908 -3.748a2.395 2.395 0 0 0 .011 -2.876l-2.919 -3.762a2.032 2.032 0 0 0 -1.606 -.807z", "key": "svg-1" }], ["path", { "d": "M12 1a1 1 0 0 1 .993 .883l.007 .117v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a1 1 0 0 1 1 -1z", "key": "svg-2" }], ["path", { "d": "M5 11a1 1 0 0 1 .117 1.993l-.117 .007h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2z", "key": "svg-3" }], ["path", { "d": "M21 11a1 1 0 0 1 .117 1.993l-.117 .007h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2z", "key": "svg-4" }]]; const IconKeyframeAlignCenterFilled = createReactComponent("filled", "keyframe-align-center-filled", "KeyframeAlignCenterFilled", __iconNode$6y); const __iconNode$6x = [["path", { "d": "M12 6c-.629 0 -1.214 .301 -1.606 .807l-2.908 3.748a2.395 2.395 0 0 0 -.011 2.876l2.919 3.762c.39 .505 .977 .807 1.606 .807c.629 0 1.214 -.301 1.606 -.807l2.908 -3.748a2.395 2.395 0 0 0 .011 -2.876l-2.919 -3.762a2.032 2.032 0 0 0 -1.606 -.807z", "key": "svg-0" }], ["path", { "d": "M5 11a1 1 0 0 1 .117 1.993l-.117 .007h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2z", "key": "svg-1" }], ["path", { "d": "M21 11a1 1 0 0 1 .117 1.993l-.117 .007h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2z", "key": "svg-2" }]]; const IconKeyframeAlignHorizontalFilled = createReactComponent("filled", "keyframe-align-horizontal-filled", "KeyframeAlignHorizontalFilled", __iconNode$6x); const __iconNode$6w = [["path", { "d": "M12 1a1 1 0 0 1 .993 .883l.007 .117v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a1 1 0 0 1 1 -1z", "key": "svg-0" }], ["path", { "d": "M12 6c-.629 0 -1.214 .301 -1.606 .807l-2.908 3.748a2.395 2.395 0 0 0 -.011 2.876l2.919 3.762c.39 .505 .977 .807 1.606 .807c.629 0 1.214 -.301 1.606 -.807l2.908 -3.748a2.395 2.395 0 0 0 .011 -2.876l-2.919 -3.762a2.032 2.032 0 0 0 -1.606 -.807z", "key": "svg-1" }], ["path", { "d": "M12 19a1 1 0 0 1 .993 .883l.007 .117v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a1 1 0 0 1 1 -1z", "key": "svg-2" }]]; const IconKeyframeAlignVerticalFilled = createReactComponent("filled", "keyframe-align-vertical-filled", "KeyframeAlignVerticalFilled", __iconNode$6w); const __iconNode$6v = [["path", { "d": "M12 4a2.599 2.599 0 0 0 -2 .957l-4.355 5.24a2.847 2.847 0 0 0 -.007 3.598l4.368 5.256c.499 .6 1.225 .949 1.994 .949a2.599 2.599 0 0 0 2 -.957l4.355 -5.24a2.847 2.847 0 0 0 .007 -3.598l-4.368 -5.256a2.593 2.593 0 0 0 -1.994 -.949z", "key": "svg-0" }]]; const IconKeyframeFilled = createReactComponent("filled", "keyframe-filled", "KeyframeFilled", __iconNode$6v); const __iconNode$6u = [["path", { "d": "M8 4a2.599 2.599 0 0 0 -2 .957l-4.355 5.24a2.847 2.847 0 0 0 -.007 3.598l4.368 5.256c.499 .6 1.224 .949 1.994 .949a2.599 2.599 0 0 0 2 -.957l4.355 -5.24a2.847 2.847 0 0 0 .007 -3.598l-4.368 -5.256a2.593 2.593 0 0 0 -1.994 -.949z", "key": "svg-0" }], ["path", { "d": "M16.382 4.214a1 1 0 0 1 1.32 .074l.084 .094l4.576 5.823c.808 .993 .848 2.396 .13 3.419l-.12 .158l-4.586 5.836a1 1 0 0 1 -1.644 -1.132l.072 -.104l4.596 -5.85a.845 .845 0 0 0 .06 -.978l-.07 -.1l-4.586 -5.836a1 1 0 0 1 .168 -1.404z", "key": "svg-1" }], ["path", { "d": "M12.382 4.214a1 1 0 0 1 1.32 .074l.084 .094l4.576 5.823c.808 .993 .848 2.396 .13 3.419l-.12 .158l-4.586 5.836a1 1 0 0 1 -1.644 -1.132l.072 -.104l4.596 -5.85a.845 .845 0 0 0 .06 -.978l-.07 -.1l-4.586 -5.836a1 1 0 0 1 .168 -1.404z", "key": "svg-2" }]]; const IconKeyframesFilled = createReactComponent("filled", "keyframes-filled", "KeyframesFilled", __iconNode$6u); const __iconNode$6t = [["path", { "d": "M16.52 6a2 2 0 0 1 1.561 .75l3.7 4.625a1 1 0 0 1 0 1.25l-3.7 4.624a2 2 0 0 1 -1.561 .751h-12.52a1 1 0 0 1 -.78 -1.625l3.5 -4.375l-3.5 -4.375a1 1 0 0 1 .668 -1.62l.112 -.005z", "key": "svg-0" }]]; const IconLabelImportantFilled = createReactComponent("filled", "label-important-filled", "LabelImportantFilled", __iconNode$6t); const __iconNode$6s = [["path", { "d": "M16.52 6a2 2 0 0 1 1.561 .75l3.7 4.625a1 1 0 0 1 0 1.25l-3.7 4.624a2 2 0 0 1 -1.561 .751h-10.52a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3z", "key": "svg-0" }]]; const IconLabelFilled = createReactComponent("filled", "label-filled", "LabelFilled", __iconNode$6s); const __iconNode$6r = [["path", { "d": "M5.581 2.186l6.566 4.69l7.502 -2.812a1 1 0 0 1 1.326 .714l.019 .112l1 9a1 1 0 0 1 -.678 1.059l-9 3a1 1 0 0 1 -.553 .023l-4.434 -1.082a3 3 0 0 1 -1.287 .923c.095 .986 .374 1.9 .826 2.69a1 1 0 0 1 -1.736 .993c-.624 -1.09 -.99 -2.335 -1.098 -3.656a3 3 0 0 1 -2.034 -2.84l.005 -.176a3 3 0 0 1 .86 -1.932l-.818 -2.59a1 1 0 0 1 -.009 -.577l2 -7a1 1 0 0 1 1.543 -.539m-.009 2.451l-1.528 5.348l.642 2.031q .155 -.016 .314 -.016a3 3 0 0 1 3 2.995l3.957 .965l7.96 -2.654l-.769 -6.919l-6.797 2.55a1 1 0 0 1 -.827 -.058l-.105 -.065z", "key": "svg-0" }]]; const IconLassoPolygonFilled = createReactComponent("filled", "lasso-polygon-filled", "LassoPolygonFilled", __iconNode$6r); const __iconNode$6q = [["path", { "d": "M16.956 2.057c.355 .124 .829 .375 1.303 .796a3.77 3.77 0 0 1 1.246 2.204c.173 .989 -.047 1.894 -.519 2.683l-.123 .194q -.097 .147 -.196 .272q .066 .234 .117 .471q .26 -.178 .545 -.307c.851 -.389 1.727 -.442 2.527 -.306q .226 .04 .346 .076a1 1 0 0 1 .689 .712l.029 .13q .015 .08 .03 .18a4.45 4.45 0 0 1 -.324 2.496a3.94 3.94 0 0 1 -1.71 1.85l-.242 .12a4.23 4.23 0 0 1 -2.234 .349a9 9 0 0 1 -.443 1.023c.37 .016 .748 .093 1.128 .24c.732 .28 1.299 .758 1.711 1.367a3.95 3.95 0 0 1 .654 1.613a1 1 0 0 1 -.356 .917a3.8 3.8 0 0 1 -.716 .443c-.933 .455 -1.978 .588 -3.043 .179l-.032 -.015l-.205 -.086a3.6 3.6 0 0 1 -1.33 -1.069l-.143 -.197a4 4 0 0 1 -.26 -.433a6 6 0 0 1 -.927 .511q .18 .262 .337 .56a7.4 7.4 0 0 1 .66 1.747a1 1 0 0 1 -1.95 .444l-.028 -.11a6 6 0 0 0 -.449 -1.143c-.342 -.645 -.71 -.968 -1.048 -.968s-.706 .323 -1.048 .969a5.6 5.6 0 0 0 -.367 .874l-.082 .269l-.028 .11a1 1 0 0 1 -1.95 -.444a7.3 7.3 0 0 1 .66 -1.747q .158 -.298 .337 -.561a6.4 6.4 0 0 1 -.93 -.508a4 4 0 0 1 -.256 .43c-.366 .541 -.855 .98 -1.473 1.267l-.238 .1c-.994 .382 -1.97 .292 -2.855 -.091l-.188 -.087a3.8 3.8 0 0 1 -.716 -.443a1 1 0 0 1 -.356 -.917a3.95 3.95 0 0 1 .654 -1.613a3.6 3.6 0 0 1 1.71 -1.368c.38 -.146 .758 -.223 1.13 -.24a9 9 0 0 1 -.445 -1.023a4.23 4.23 0 0 1 -2.233 -.348a4 4 0 0 1 -.916 -.587l-.207 -.191a4 4 0 0 1 -.724 -.977l-.105 -.216a4.45 4.45 0 0 1 -.265 -2.806a1 1 0 0 1 .69 -.712q .119 -.036 .345 -.076c.801 -.135 1.678 -.082 2.53 .308q .283 .129 .545 .304q .048 -.235 .112 -.47a5 5 0 0 1 -.194 -.272c-.556 -.832 -.83 -1.806 -.642 -2.877l.05 -.242a3.75 3.75 0 0 1 1.027 -1.803l.169 -.159a4 4 0 0 1 1.303 -.796a1 1 0 0 1 .975 .178c.2 .168 .462 .446 .719 .83c.556 .833 .83 1.807 .642 2.878a3.77 3.77 0 0 1 -1.246 2.204c-.303 .27 -.607 .47 -.879 .61a7.5 7.5 0 0 0 -.255 1.971c0 3.502 2.285 6.272 5 6.272s5 -2.77 5 -6.276a7.6 7.6 0 0 0 -.253 -1.967a4.3 4.3 0 0 1 -.881 -.61a3.77 3.77 0 0 1 -1.246 -2.204c-.188 -1.07 .086 -2.045 .642 -2.877c.257 -.385 .52 -.663 .72 -.831a1 1 0 0 1 .974 -.178m-3.956 5.943v6a1 1 0 0 1 -2 0v-4.002h-.059a1 1 0 0 1 -.554 -.208l-.094 -.083a1 1 0 0 1 0 -1.414l1 -1c.63 -.63 1.707 -.184 1.707 .707", "key": "svg-0" }]]; const IconLaurelWreath1Filled = createReactComponent("filled", "laurel-wreath-1-filled", "LaurelWreath1Filled", __iconNode$6q); const __iconNode$6p = [["path", { "d": "M16.956 2.057c.355 .124 .829 .375 1.303 .796a3.77 3.77 0 0 1 1.246 2.204c.173 .989 -.047 1.894 -.519 2.683l-.123 .194q -.097 .147 -.196 .272q .066 .234 .117 .471q .26 -.178 .545 -.307c.851 -.389 1.727 -.442 2.527 -.306q .226 .04 .346 .076a1 1 0 0 1 .689 .712l.029 .13q .015 .08 .03 .18a4.45 4.45 0 0 1 -.324 2.496a3.94 3.94 0 0 1 -1.71 1.85l-.242 .12a4.23 4.23 0 0 1 -2.234 .349a9 9 0 0 1 -.443 1.023c.37 .016 .748 .093 1.128 .24c.732 .28 1.299 .758 1.711 1.367a3.95 3.95 0 0 1 .654 1.613a1 1 0 0 1 -.356 .917a3.8 3.8 0 0 1 -.716 .443c-.933 .455 -1.978 .588 -3.043 .179l-.032 -.015l-.205 -.086a3.6 3.6 0 0 1 -1.33 -1.069l-.143 -.197a4 4 0 0 1 -.26 -.433a6 6 0 0 1 -.927 .511q .18 .262 .337 .56a7.4 7.4 0 0 1 .66 1.747a1 1 0 0 1 -1.95 .444l-.028 -.11a6 6 0 0 0 -.449 -1.143c-.342 -.645 -.71 -.968 -1.048 -.968s-.706 .323 -1.048 .969a5.6 5.6 0 0 0 -.367 .874l-.082 .269l-.028 .11a1 1 0 0 1 -1.95 -.444a7.3 7.3 0 0 1 .66 -1.747q .158 -.298 .337 -.561a6.4 6.4 0 0 1 -.93 -.508a4 4 0 0 1 -.256 .43c-.366 .541 -.855 .98 -1.473 1.267l-.238 .1c-.994 .382 -1.97 .292 -2.855 -.091l-.188 -.087a3.8 3.8 0 0 1 -.716 -.443a1 1 0 0 1 -.356 -.917a3.95 3.95 0 0 1 .654 -1.613a3.6 3.6 0 0 1 1.71 -1.368c.38 -.146 .758 -.223 1.13 -.24a9 9 0 0 1 -.445 -1.023a4.23 4.23 0 0 1 -2.233 -.348a4 4 0 0 1 -.916 -.587l-.207 -.191a4 4 0 0 1 -.724 -.977l-.105 -.216a4.45 4.45 0 0 1 -.265 -2.806a1 1 0 0 1 .69 -.712q .119 -.036 .345 -.076c.801 -.135 1.678 -.082 2.53 .308q .283 .129 .545 .304q .048 -.235 .112 -.47a5 5 0 0 1 -.194 -.272c-.556 -.832 -.83 -1.806 -.642 -2.877l.05 -.242a3.75 3.75 0 0 1 1.027 -1.803l.169 -.159a4 4 0 0 1 1.303 -.796a1 1 0 0 1 .975 .178c.2 .168 .462 .446 .719 .83c.556 .833 .83 1.807 .642 2.878a3.77 3.77 0 0 1 -1.246 2.204c-.303 .27 -.607 .47 -.879 .61a7.5 7.5 0 0 0 -.255 1.971c0 3.502 2.285 6.272 5 6.272s5 -2.77 5 -6.276a7.6 7.6 0 0 0 -.253 -1.967a4.3 4.3 0 0 1 -.881 -.61a3.77 3.77 0 0 1 -1.246 -2.204c-.188 -1.07 .086 -2.045 .642 -2.877c.257 -.385 .52 -.663 .72 -.831a1 1 0 0 1 .974 -.178m-4.356 4.943a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-1v1h2a1 1 0 0 1 0 2h-2a2 2 0 0 1 -2 -2v-1a2 2 0 0 1 2 -2h1v-1h-2a1 1 0 0 1 0 -2z", "key": "svg-0" }]]; const IconLaurelWreath2Filled = createReactComponent("filled", "laurel-wreath-2-filled", "LaurelWreath2Filled", __iconNode$6p); const __iconNode$6o = [["path", { "d": "M16.956 2.057c.355 .124 .829 .375 1.303 .796a3.77 3.77 0 0 1 1.246 2.204c.173 .989 -.047 1.894 -.519 2.683l-.123 .194q -.097 .147 -.196 .272q .066 .234 .117 .471q .26 -.178 .545 -.307c.851 -.389 1.727 -.442 2.527 -.306q .226 .04 .346 .076a1 1 0 0 1 .689 .712l.029 .13q .015 .08 .03 .18a4.45 4.45 0 0 1 -.324 2.496a3.94 3.94 0 0 1 -1.71 1.85l-.242 .12a4.23 4.23 0 0 1 -2.234 .349a9 9 0 0 1 -.443 1.023c.37 .016 .748 .093 1.128 .24c.732 .28 1.299 .758 1.711 1.367a3.95 3.95 0 0 1 .654 1.613a1 1 0 0 1 -.356 .917a3.8 3.8 0 0 1 -.716 .443c-.933 .455 -1.978 .588 -3.043 .179l-.032 -.015l-.205 -.086a3.6 3.6 0 0 1 -1.33 -1.069l-.143 -.197a4 4 0 0 1 -.26 -.433a6 6 0 0 1 -.927 .511q .18 .262 .337 .56a7.4 7.4 0 0 1 .66 1.747a1 1 0 0 1 -1.95 .444l-.028 -.11a6 6 0 0 0 -.449 -1.143c-.342 -.645 -.71 -.968 -1.048 -.968s-.706 .323 -1.048 .969a5.6 5.6 0 0 0 -.367 .874l-.082 .269l-.028 .11a1 1 0 0 1 -1.95 -.444a7.3 7.3 0 0 1 .66 -1.747q .158 -.298 .337 -.561a6.4 6.4 0 0 1 -.93 -.508a4 4 0 0 1 -.256 .43c-.366 .541 -.855 .98 -1.473 1.267l-.238 .1c-.994 .382 -1.97 .292 -2.855 -.091l-.188 -.087a3.8 3.8 0 0 1 -.716 -.443a1 1 0 0 1 -.356 -.917a3.95 3.95 0 0 1 .654 -1.613a3.6 3.6 0 0 1 1.71 -1.368c.38 -.146 .758 -.223 1.13 -.24a9 9 0 0 1 -.445 -1.023a4.23 4.23 0 0 1 -2.233 -.348a4 4 0 0 1 -.916 -.587l-.207 -.191a4 4 0 0 1 -.724 -.977l-.105 -.216a4.45 4.45 0 0 1 -.265 -2.806a1 1 0 0 1 .69 -.712q .119 -.036 .345 -.076c.801 -.135 1.678 -.082 2.53 .308q .283 .129 .545 .304q .048 -.235 .112 -.47a5 5 0 0 1 -.194 -.272c-.556 -.832 -.83 -1.806 -.642 -2.877l.05 -.242a3.75 3.75 0 0 1 1.027 -1.803l.169 -.159a4 4 0 0 1 1.303 -.796a1 1 0 0 1 .975 .178c.2 .168 .462 .446 .719 .83c.556 .833 .83 1.807 .642 2.878a3.77 3.77 0 0 1 -1.246 2.204c-.303 .27 -.607 .47 -.879 .61a7.5 7.5 0 0 0 -.255 1.971c0 3.502 2.285 6.272 5 6.272s5 -2.77 5 -6.276a7.6 7.6 0 0 0 -.253 -1.967a4.3 4.3 0 0 1 -.881 -.61a3.77 3.77 0 0 1 -1.246 -2.204c-.188 -1.07 .086 -2.045 .642 -2.877c.257 -.385 .52 -.663 .72 -.831a1 1 0 0 1 .974 -.178m-4.956 4.943a2.5 2.5 0 0 1 2.125 3.817l-.125 .183l.019 .024c.273 .372 .445 .823 .477 1.312l.005 .164a2.5 2.5 0 0 1 -2.501 2.5h-1.5a1 1 0 0 1 0 -2h1.5a.5 .5 0 1 0 0 -1h-1l-.133 -.007c-1.199 -.129 -1.154 -1.993 .133 -1.993h1l.09 -.008a.5 .5 0 0 0 -.09 -.992h-1.5a1 1 0 1 1 0 -2z", "key": "svg-0" }]]; const IconLaurelWreath3Filled = createReactComponent("filled", "laurel-wreath-3-filled", "LaurelWreath3Filled", __iconNode$6o); const __iconNode$6n = [["path", { "d": "M16.956 2.057c.355 .124 .829 .375 1.303 .796a3.77 3.77 0 0 1 1.246 2.204c.173 .989 -.047 1.894 -.519 2.683l-.123 .194q -.097 .147 -.196 .272q .066 .234 .117 .471q .26 -.178 .545 -.307c.851 -.389 1.727 -.442 2.527 -.306q .226 .04 .346 .076a1 1 0 0 1 .689 .712l.029 .13q .015 .08 .03 .18a4.45 4.45 0 0 1 -.324 2.496a3.94 3.94 0 0 1 -1.71 1.85l-.242 .12a4.23 4.23 0 0 1 -2.234 .349a9 9 0 0 1 -.443 1.023c.37 .016 .748 .093 1.128 .24c.732 .28 1.299 .758 1.711 1.367a3.95 3.95 0 0 1 .654 1.613a1 1 0 0 1 -.356 .917a3.8 3.8 0 0 1 -.716 .443c-.933 .455 -1.978 .588 -3.043 .179l-.032 -.015l-.205 -.086a3.6 3.6 0 0 1 -1.33 -1.069l-.143 -.197a4 4 0 0 1 -.26 -.433a6 6 0 0 1 -.927 .511q .18 .262 .337 .56a7.4 7.4 0 0 1 .66 1.747a1 1 0 0 1 -1.95 .444l-.028 -.11a6 6 0 0 0 -.449 -1.143c-.342 -.645 -.71 -.968 -1.048 -.968s-.706 .323 -1.048 .969a5.6 5.6 0 0 0 -.367 .874l-.082 .269l-.028 .11a1 1 0 0 1 -1.95 -.444a7.3 7.3 0 0 1 .66 -1.747q .158 -.298 .337 -.561a6.4 6.4 0 0 1 -.93 -.508a4 4 0 0 1 -.256 .43c-.366 .541 -.855 .98 -1.473 1.267l-.238 .1c-.994 .382 -1.97 .292 -2.855 -.091l-.188 -.087a3.8 3.8 0 0 1 -.716 -.443a1 1 0 0 1 -.356 -.917a3.95 3.95 0 0 1 .654 -1.613a3.6 3.6 0 0 1 1.71 -1.368c.38 -.146 .758 -.223 1.13 -.24a9 9 0 0 1 -.445 -1.023a4.23 4.23 0 0 1 -2.233 -.348a4 4 0 0 1 -.916 -.587l-.207 -.191a4 4 0 0 1 -.724 -.977l-.105 -.216a4.45 4.45 0 0 1 -.265 -2.806a1 1 0 0 1 .69 -.712q .119 -.036 .345 -.076c.801 -.135 1.678 -.082 2.53 .308q .283 .129 .545 .304q .048 -.235 .112 -.47a5 5 0 0 1 -.194 -.272c-.556 -.832 -.83 -1.806 -.642 -2.877l.05 -.242a3.75 3.75 0 0 1 1.027 -1.803l.169 -.159a4 4 0 0 1 1.303 -.796a1 1 0 0 1 .975 .178c.2 .168 .462 .446 .719 .83c.556 .833 .83 1.807 .642 2.878a3.77 3.77 0 0 1 -1.246 2.204c-.303 .27 -.607 .47 -.879 .61a7.5 7.5 0 0 0 -.255 1.971c0 3.502 2.285 6.272 5 6.272s5 -2.77 5 -6.276a7.6 7.6 0 0 0 -.253 -1.967a4.3 4.3 0 0 1 -.881 -.61a3.77 3.77 0 0 1 -1.246 -2.204c-.188 -1.07 .086 -2.045 .642 -2.877c.257 -.385 .52 -.663 .72 -.831a1 1 0 0 1 .974 -.178", "key": "svg-0" }]]; const IconLaurelWreathFilled = createReactComponent("filled", "laurel-wreath-filled", "LaurelWreathFilled", __iconNode$6n); const __iconNode$6m = [["path", { "d": "M8 3a3 3 0 0 1 3 3v1a3 3 0 0 1 -3 3h-2a3 3 0 0 1 -3 -3v-1a3 3 0 0 1 3 -3z", "key": "svg-0" }], ["path", { "d": "M8 12a3 3 0 0 1 3 3v3a3 3 0 0 1 -3 3h-2a3 3 0 0 1 -3 -3v-3a3 3 0 0 1 3 -3z", "key": "svg-1" }], ["path", { "d": "M18 3a3 3 0 0 1 3 3v3a3 3 0 0 1 -3 3h-2a3 3 0 0 1 -3 -3v-3a3 3 0 0 1 3 -3z", "key": "svg-2" }], ["path", { "d": "M18 14a3 3 0 0 1 3 3v1a3 3 0 0 1 -3 3h-2a3 3 0 0 1 -3 -3v-1a3 3 0 0 1 3 -3z", "key": "svg-3" }]]; const IconLayout2Filled = createReactComponent("filled", "layout-2-filled", "Layout2Filled", __iconNode$6m); const __iconNode$6l = [["path", { "d": "M20 19a1 1 0 0 1 0 2h-16a1 1 0 0 1 0 -2z", "key": "svg-0" }], ["path", { "d": "M13 3a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3z", "key": "svg-1" }]]; const IconLayoutAlignBottomFilled = createReactComponent("filled", "layout-align-bottom-filled", "LayoutAlignBottomFilled", __iconNode$6l); const __iconNode$6k = [["path", { "d": "M12 3a1 1 0 0 1 1 1v4h3a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-3v4a1 1 0 0 1 -2 0v-4h-3a3 3 0 0 1 -3 -3v-2a3 3 0 0 1 3 -3h3v-4a1 1 0 0 1 1 -1", "key": "svg-0" }]]; const IconLayoutAlignCenterFilled = createReactComponent("filled", "layout-align-center-filled", "LayoutAlignCenterFilled", __iconNode$6k); const __iconNode$6j = [["path", { "d": "M4 3a1 1 0 0 1 1 1v16a1 1 0 0 1 -2 0v-16a1 1 0 0 1 1 -1", "key": "svg-0" }], ["path", { "d": "M18 8a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-8a3 3 0 0 1 -3 -3v-2a3 3 0 0 1 3 -3z", "key": "svg-1" }]]; const IconLayoutAlignLeftFilled = createReactComponent("filled", "layout-align-left-filled", "LayoutAlignLeftFilled", __iconNode$6j); const __iconNode$6i = [["path", { "d": "M13 5a3 3 0 0 1 3 3v3h4a1 1 0 0 1 0 2h-4v3a3 3 0 0 1 -3 3h-2a3 3 0 0 1 -3 -3v-3h-4a1 1 0 0 1 0 -2h4v-3a3 3 0 0 1 3 -3z", "key": "svg-0" }]]; const IconLayoutAlignMiddleFilled = createReactComponent("filled", "layout-align-middle-filled", "LayoutAlignMiddleFilled", __iconNode$6i); const __iconNode$6h = [["path", { "d": "M20 3a1 1 0 0 1 1 1v16a1 1 0 0 1 -2 0v-16a1 1 0 0 1 1 -1", "key": "svg-0" }], ["path", { "d": "M14 8a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-8a3 3 0 0 1 -3 -3v-2a3 3 0 0 1 3 -3z", "key": "svg-1" }]]; const IconLayoutAlignRightFilled = createReactComponent("filled", "layout-align-right-filled", "LayoutAlignRightFilled", __iconNode$6h); const __iconNode$6g = [["path", { "d": "M20 3a1 1 0 0 1 0 2h-16a1 1 0 1 1 0 -2z", "key": "svg-0" }], ["path", { "d": "M13 7a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3z", "key": "svg-1" }]]; const IconLayoutAlignTopFilled = createReactComponent("filled", "layout-align-top-filled", "LayoutAlignTopFilled", __iconNode$6g); const __iconNode$6f = [["path", { "d": "M5 3h5a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1v-5a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M14 3h5a2 2 0 0 1 2 2v2a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1", "key": "svg-1" }], ["path", { "d": "M13 11a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z", "key": "svg-2" }], ["path", { "d": "M14 16h6a1 1 0 0 1 1 1v2a2 2 0 0 1 -2 2h-5a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1", "key": "svg-3" }], ["path", { "d": "M4 13h6a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-5a2 2 0 0 1 -2 -2v-5a1 1 0 0 1 1 -1", "key": "svg-4" }]]; const IconLayoutBoardSplitFilled = createReactComponent("filled", "layout-board-split-filled", "LayoutBoardSplitFilled", __iconNode$6f); const __iconNode$6e = [["path", { "d": "M5 3h5a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1v-2a2 2 0 0 1 2 -2", "key": "svg-0" }], ["path", { "d": "M14 3h5a2 2 0 0 1 2 2v8a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1v-9a1 1 0 0 1 1 -1", "key": "svg-1" }], ["path", { "d": "M14 16h6a1 1 0 0 1 1 1v2a2 2 0 0 1 -2 2h-5a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1", "key": "svg-2" }], ["path", { "d": "M4 10h6a1 1 0 0 1 1 1v9a1 1 0 0 1 -1 1h-5a2 2 0 0 1 -2 -2v-8a1 1 0 0 1 1 -1", "key": "svg-3" }]]; const IconLayoutBoardFilled = createReactComponent("filled", "layout-board-filled", "LayoutBoardFilled", __iconNode$6e); const __iconNode$6d = [["path", { "d": "M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm0 2h-12a1 1 0 0 0 -.993 .883l-.007 .117v9h14v-9a1 1 0 0 0 -.883 -.993l-.117 -.007zm-7.387 3.21l.094 .083l1.293 1.292l1.293 -1.292a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 .083 1.32l-.083 .094l-2 2a1 1 0 0 1 -1.32 .083l-.094 -.083l-2 -2a1 1 0 0 1 1.32 -1.497z", "key": "svg-0" }]]; const IconLayoutBottombarCollapseFilled = createReactComponent("filled", "layout-bottombar-collapse-filled", "LayoutBottombarCollapseFilled", __iconNode$6d); const __iconNode$6c = [["path", { "d": "M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm0 2h-12a1 1 0 0 0 -.993 .883l-.007 .117v9h14v-9a1 1 0 0 0 -.883 -.993l-.117 -.007zm-5.387 3.21l.094 .083l2 2a1 1 0 0 1 -1.32 1.497l-.094 -.083l-1.293 -1.292l-1.293 1.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 -.083 -1.32l.083 -.094l2 -2a1 1 0 0 1 1.32 -.083z", "key": "svg-0" }]]; const IconLayoutBottombarExpandFilled = createReactComponent("filled", "layout-bottombar-expand-filled", "LayoutBottombarExpandFilled", __iconNode$6c); const __iconNode$6b = [["path", { "d": "M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm0 2h-12a1 1 0 0 0 -.993 .883l-.007 .117v9h14v-9a1 1 0 0 0 -.883 -.993l-.117 -.007z", "key": "svg-0" }]]; const IconLayoutBottombarFilled = createReactComponent("filled", "layout-bottombar-filled", "LayoutBottombarFilled", __iconNode$6b); const __iconNode$6a = [["path", { "d": "M8 3a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-2a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3z", "key": "svg-0" }], ["path", { "d": "M18 3a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-2a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3z", "key": "svg-1" }]]; const IconLayoutCardsFilled = createReactComponent("filled", "layout-cards-filled", "LayoutCardsFilled", __iconNode$6a); const __iconNode$69 = [["path", { "d": "M9 3a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2zm0 12a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2v-2a2 2 0 0 1 2 -2zm10 -4a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2zm0 -8a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2v-2a2 2 0 0 1 2 -2z", "key": "svg-0" }]]; const IconLayoutDashboardFilled = createReactComponent("filled", "layout-dashboard-filled", "LayoutDashboardFilled", __iconNode$69); const __iconNode$68 = [["path", { "d": "M20 3a1 1 0 0 1 0 2h-16a1 1 0 1 1 0 -2z", "key": "svg-0" }], ["path", { "d": "M20 19a1 1 0 0 1 0 2h-16a1 1 0 0 1 0 -2z", "key": "svg-1" }], ["path", { "d": "M16 8a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-8a3 3 0 0 1 -3 -3v-2a3 3 0 0 1 3 -3z", "key": "svg-2" }]]; const IconLayoutDistributeHorizontalFilled = createReactComponent("filled", "layout-distribute-horizontal-filled", "LayoutDistributeHorizontalFilled", __iconNode$68); const __iconNode$67 = [["path", { "d": "M4 3a1 1 0 0 1 1 1v16a1 1 0 0 1 -2 0v-16a1 1 0 0 1 1 -1", "key": "svg-0" }], ["path", { "d": "M20 3a1 1 0 0 1 1 1v16a1 1 0 0 1 -2 0v-16a1 1 0 0 1 1 -1", "key": "svg-1" }], ["path", { "d": "M13 5a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3z", "key": "svg-2" }]]; const IconLayoutDistributeVerticalFilled = createReactComponent("filled", "layout-distribute-vertical-filled", "LayoutDistributeVerticalFilled", __iconNode$67); const __iconNode$66 = [["path", { "d": "M9 3a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2v-4a2 2 0 0 1 2 -2z", "key": "svg-0" }], ["path", { "d": "M19 3a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2v-4a2 2 0 0 1 2 -2z", "key": "svg-1" }], ["path", { "d": "M9 13a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2v-4a2 2 0 0 1 2 -2z", "key": "svg-2" }], ["path", { "d": "M19 13a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2v-4a2 2 0 0 1 2 -2z", "key": "svg-3" }]]; const IconLayoutGridFilled = createReactComponent("filled", "layout-grid-filled", "LayoutGridFilled", __iconNode$66); const __iconNode$65 = [["path", { "d": "M10 3a1 1 0 0 1 0 2h-6a1 1 0 1 1 0 -2z", "key": "svg-0" }], ["path", { "d": "M20 3a1 1 0 0 1 0 2h-6a1 1 0 0 1 0 -2z", "key": "svg-1" }], ["path", { "d": "M8 7a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3z", "key": "svg-2" }], ["path", { "d": "M18 7a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-2a3 3 0 0 1 -3 -3v-2a3 3 0 0 1 3 -3z", "key": "svg-3" }]]; const IconLayoutKanbanFilled = createReactComponent("filled", "layout-kanban-filled", "LayoutKanbanFilled", __iconNode$65); const __iconNode$64 = [["path", { "d": "M18 3a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-2a3 3 0 0 1 3 -3z", "key": "svg-0" }], ["path", { "d": "M18 13a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-2a3 3 0 0 1 3 -3z", "key": "svg-1" }]]; const IconLayoutListFilled = createReactComponent("filled", "layout-list-filled", "LayoutListFilled", __iconNode$64); const __iconNode$63 = [["path", { "d": "M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm1 6h-14v9a1 1 0 0 0 .883 .993l.117 .007h12a1 1 0 0 0 .993 -.883l.007 -.117v-9zm-6.387 3.21l.094 .083l2 2a1 1 0 0 1 -1.32 1.497l-.094 -.083l-1.293 -1.292l-1.293 1.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 -.083 -1.32l.083 -.094l2 -2a1 1 0 0 1 1.32 -.083z", "key": "svg-0" }]]; const IconLayoutNavbarCollapseFilled = createReactComponent("filled", "layout-navbar-collapse-filled", "LayoutNavbarCollapseFilled", __iconNode$63); const __iconNode$62 = [["path", { "d": "M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm1 6h-14v9a1 1 0 0 0 .883 .993l.117 .007h12a1 1 0 0 0 .993 -.883l.007 -.117v-9zm-8.387 3.21l.094 .083l1.293 1.292l1.293 -1.292a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 .083 1.32l-.083 .094l-2 2a1 1 0 0 1 -1.32 .083l-.094 -.083l-2 -2a1 1 0 0 1 1.32 -1.497z", "key": "svg-0" }]]; const IconLayoutNavbarExpandFilled = createReactComponent("filled", "layout-navbar-expand-filled", "LayoutNavbarExpandFilled", __iconNode$62); const __iconNode$61 = [["path", { "d": "M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm1 6h-14v9a1 1 0 0 0 .883 .993l.117 .007h12a1 1 0 0 0 .993 -.883l.007 -.117v-9z", "key": "svg-0" }]]; const IconLayoutNavbarFilled = createReactComponent("filled", "layout-navbar-filled", "LayoutNavbarFilled", __iconNode$61); const __iconNode$60 = [["path", { "d": "M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm0 2h-9v14h9a1 1 0 0 0 .993 -.883l.007 -.117v-12a1 1 0 0 0 -.883 -.993l-.117 -.007zm-2.293 4.293a1 1 0 0 1 .083 1.32l-.083 .094l-1.292 1.293l1.292 1.293a1 1 0 0 1 .083 1.32l-.083 .094a1 1 0 0 1 -1.32 .083l-.094 -.083l-2 -2a1 1 0 0 1 -.083 -1.32l.083 -.094l2 -2a1 1 0 0 1 1.414 0z", "key": "svg-0" }]]; const IconLayoutSidebarLeftCollapseFilled = createReactComponent("filled", "layout-sidebar-left-collapse-filled", "LayoutSidebarLeftCollapseFilled", __iconNode$60); const __iconNode$5$ = [["path", { "d": "M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm0 2h-9v14h9a1 1 0 0 0 .993 -.883l.007 -.117v-12a1 1 0 0 0 -.883 -.993l-.117 -.007zm-4.387 4.21l.094 .083l2 2a1 1 0 0 1 .083 1.32l-.083 .094l-2 2a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.292 -1.293l-1.292 -1.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.32 -.083z", "key": "svg-0" }]]; const IconLayoutSidebarLeftExpandFilled = createReactComponent("filled", "layout-sidebar-left-expand-filled", "LayoutSidebarLeftExpandFilled", __iconNode$5$); const __iconNode$5_ = [["path", { "d": "M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm-3 2h-9a1 1 0 0 0 -.993 .883l-.007 .117v12a1 1 0 0 0 .883 .993l.117 .007h9v-14zm-5.387 4.21l.094 .083l2 2a1 1 0 0 1 .083 1.32l-.083 .094l-2 2a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.292 -1.293l-1.292 -1.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.32 -.083z", "key": "svg-0" }]]; const IconLayoutSidebarRightCollapseFilled = createReactComponent("filled", "layout-sidebar-right-collapse-filled", "LayoutSidebarRightCollapseFilled", __iconNode$5_); const __iconNode$5Z = [["path", { "d": "M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm-3 2h-9a1 1 0 0 0 -.993 .883l-.007 .117v12a1 1 0 0 0 .883 .993l.117 .007h9v-14zm-3.293 4.293a1 1 0 0 1 .083 1.32l-.083 .094l-1.292 1.293l1.292 1.293a1 1 0 0 1 .083 1.32l-.083 .094a1 1 0 0 1 -1.32 .083l-.094 -.083l-2 -2a1 1 0 0 1 -.083 -1.32l.083 -.094l2 -2a1 1 0 0 1 1.414 0z", "key": "svg-0" }]]; const IconLayoutSidebarRightExpandFilled = createReactComponent("filled", "layout-sidebar-right-expand-filled", "LayoutSidebarRightExpandFilled", __iconNode$5Z); const __iconNode$5Y = [["path", { "d": "M6 21a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3zm8 -16h-8a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h8z", "key": "svg-0" }]]; const IconLayoutSidebarRightFilled = createReactComponent("filled", "layout-sidebar-right-filled", "LayoutSidebarRightFilled", __iconNode$5Y); const __iconNode$5X = [["path", { "d": "M6 21a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3zm12 -16h-8v14h8a1 1 0 0 0 1 -1v-12a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconLayoutSidebarFilled = createReactComponent("filled", "layout-sidebar-filled", "LayoutSidebarFilled", __iconNode$5X); const __iconNode$5W = [["path", { "d": "M8 3a3 3 0 0 1 3 3v1a3 3 0 0 1 -3 3h-2a3 3 0 0 1 -3 -3v-1a3 3 0 0 1 3 -3z", "key": "svg-0" }], ["path", { "d": "M8 12a3 3 0 0 1 3 3v3a3 3 0 0 1 -3 3h-2a3 3 0 0 1 -3 -3v-3a3 3 0 0 1 3 -3z", "key": "svg-1" }], ["path", { "d": "M18 3a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-2a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3z", "key": "svg-2" }]]; const IconLayoutFilled = createReactComponent("filled", "layout-filled", "LayoutFilled", __iconNode$5W); const __iconNode$5V = [["path", { "d": "M3.055 14.328l-.018 -.168l-.004 -.043a11 11 0 0 1 -.047 -1.12c.018 -6.29 4.29 -9.997 13 -9.997h4.014a1 1 0 0 1 1 1l-.002 2.057c-.498 8.701 -4.74 12.943 -11.998 12.943h-2.631a16 16 0 0 0 -.375 2.11a1 1 0 1 1 -1.988 -.22q .174 -1.568 .58 -2.947l-.118 -.146l-.208 -.28l-.157 -.229l-.182 -.293l-.098 -.171l-.065 -.122a6 6 0 0 1 -.397 -.941l-.072 -.237l-.085 -.327l-.057 -.268l-.043 -.242zm8.539 -4.242c-2.845 1.265 -4.854 3.13 -6.108 5.583q .098 .2 .218 .4l.185 .281l.07 .097q .12 .164 .258 .329l.197 .224h.649c1.037 -2.271 2.777 -3.946 5.343 -5.086a1 1 0 0 0 -.812 -1.828", "key": "svg-0" }]]; const IconLeafFilled = createReactComponent("filled", "leaf-filled", "LeafFilled", __iconNode$5V); const __iconNode$5U = [["path", { "d": "M16 2a1 1 0 0 1 1 1v1l.2 .005a4 4 0 0 1 3.795 3.795l.005 .2v9a4 4 0 0 1 -2.845 3.83l-.155 .043v.127a1 1 0 0 1 -.883 .993l-.117 .007h-10a1 1 0 0 1 -1 -1v-.127l-.155 -.042a4 4 0 0 1 -2.84 -3.631l-.005 -.2v-9a4 4 0 0 1 4 -4v-1a1 1 0 0 1 1 -1zm-.8 12.286a1 1 0 0 0 -1.414 .014a2.5 2.5 0 0 1 -3.572 0a1 1 0 0 0 -1.428 1.4a4.5 4.5 0 0 0 6.428 0a1 1 0 0 0 -.014 -1.414m-5.69 -4.286h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2m5 0h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconLegoFilled = createReactComponent("filled", "lego-filled", "LegoFilled", __iconNode$5U); const __iconNode$5T = [["path", { "d": "M18 3a3 3 0 0 1 2.443 4.742l-.06 .076l.037 .087c1.269 3.187 .428 7.084 -2.203 9.872l-.217 .223c-2.8 2.8 -6.823 3.723 -10.095 2.42l-.087 -.036l-.133 .098a3 3 0 0 1 -2.11 .488l-.205 -.036a3 3 0 0 1 -1.852 -4.62l.098 -.134l-.036 -.085c-1.269 -3.187 -.428 -7.084 2.203 -9.872l.217 -.223c2.8 -2.8 6.823 -3.723 10.095 -2.42l.085 .037l.124 -.091a3 3 0 0 1 1.493 -.52z", "key": "svg-0" }]]; const IconLemon2Filled = createReactComponent("filled", "lemon-2-filled", "Lemon2Filled", __iconNode$5T); const __iconNode$5S = [["path", { "d": "M18.333 2a3.667 3.667 0 0 1 3.667 3.667v8.666a3.667 3.667 0 0 1 -3.667 3.667h-8.666a3.667 3.667 0 0 1 -3.667 -3.667v-8.666a3.667 3.667 0 0 1 3.667 -3.667zm-4.333 4a1 1 0 0 0 -1 1v2h-2a1 1 0 0 0 0 2h2v2a1 1 0 0 0 2 0v-2h2a1 1 0 0 0 0 -2h-2v-2a1 1 0 0 0 -1 -1", "key": "svg-0" }], ["path", { "d": "M3.517 6.391a1 1 0 0 1 .99 1.738c-.313 .178 -.506 .51 -.507 .868v10c0 .548 .452 1 1 1h10c.284 0 .405 -.088 .626 -.486a1 1 0 0 1 1.748 .972c-.546 .98 -1.28 1.514 -2.374 1.514h-10c-1.652 0 -3 -1.348 -3 -3v-10.002a3 3 0 0 1 1.517 -2.605", "key": "svg-1" }]]; const IconLibraryPlusFilled = createReactComponent("filled", "library-plus-filled", "LibraryPlusFilled", __iconNode$5S); const __iconNode$5R = [["path", { "d": "M18.333 2a3.667 3.667 0 0 1 3.667 3.667v8.666a3.667 3.667 0 0 1 -3.667 3.667h-8.666a3.667 3.667 0 0 1 -3.667 -3.667v-8.666a3.667 3.667 0 0 1 3.667 -3.667zm-4.333 10h-3a1 1 0 0 0 0 2h3a1 1 0 0 0 0 -2m3 -3h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0 -2m-1 -3h-5a1 1 0 0 0 0 2h5a1 1 0 0 0 0 -2", "key": "svg-0" }], ["path", { "d": "M3.517 6.391a1 1 0 0 1 .99 1.738c-.313 .178 -.506 .51 -.507 .868v10c0 .548 .452 1 1 1h10c.284 0 .405 -.088 .626 -.486a1 1 0 0 1 1.748 .972c-.546 .98 -1.28 1.514 -2.374 1.514h-10c-1.652 0 -3 -1.348 -3 -3v-10.002a3 3 0 0 1 1.517 -2.605", "key": "svg-1" }]]; const IconLibraryFilled = createReactComponent("filled", "library-filled", "LibraryFilled", __iconNode$5R); const __iconNode$5Q = [["path", { "d": "M14.757 16.172l3.571 3.571a10.004 10.004 0 0 1 -12.656 0l3.57 -3.571a5 5 0 0 0 2.758 .828c1.02 0 1.967 -.305 2.757 -.828m-10.5 -10.5l3.571 3.57a5 5 0 0 0 -.828 2.758c0 1.02 .305 1.967 .828 2.757l-3.57 3.572a10 10 0 0 1 -2.258 -6.329l.005 -.324a10 10 0 0 1 2.252 -6.005m17.743 6.329c0 2.343 -.82 4.57 -2.257 6.328l-3.571 -3.57a5 5 0 0 0 .828 -2.758c0 -1.02 -.305 -1.967 -.828 -2.757l3.571 -3.57a10 10 0 0 1 2.257 6.327m-5 -8.66q .707 .41 1.33 .918l-3.573 3.57a5 5 0 0 0 -2.757 -.828c-1.02 0 -1.967 .305 -2.757 .828l-3.573 -3.57a10 10 0 0 1 11.33 -.918", "key": "svg-0" }]]; const IconLifebuoyFilled = createReactComponent("filled", "lifebuoy-filled", "LifebuoyFilled", __iconNode$5Q); const __iconNode$5P = [["path", { "d": "M15.707 8.293a1 1 0 0 1 0 1.414l-6 6a1 1 0 1 1 -1.414 -1.414l6 -6a1 1 0 0 1 1.414 0", "key": "svg-0" }], ["path", { "d": "M19.242 4.757c2.343 2.344 2.342 6.143 -.052 8.534l-.534 .464a1 1 0 1 1 -1.312 -1.51l.483 -.416a4 4 0 0 0 0 -5.657c-1.562 -1.563 -4.095 -1.563 -5.607 -.054l-.463 .536a1 1 0 1 1 -1.514 -1.308l.513 -.59a6 6 0 0 1 8.486 .001", "key": "svg-1" }], ["path", { "d": "M6.75 10.338a1 1 0 0 1 -.088 1.411l-.483 .425a3.97 3.97 0 0 0 0 5.649a4.064 4.064 0 0 0 5.678 .038l.34 -.458a1 1 0 1 1 1.606 1.194l-.397 .534l-.1 .114a6.07 6.07 0 0 1 -8.533 0a5.97 5.97 0 0 1 -1.773 -4.247c0 -1.595 .638 -3.124 1.814 -4.284l.524 -.463a1 1 0 0 1 1.411 .087", "key": "svg-2" }]]; const IconLinkFilled = createReactComponent("filled", "link-filled", "LinkFilled", __iconNode$5P); const __iconNode$5O = [["path", { "d": "M8.207 3.793a1 1 0 0 1 0 1.414l-2.5 2.5a1 1 0 0 1 -1.414 0l-1.5 -1.5a1 1 0 0 1 1.414 -1.414l.793 .793l1.793 -1.793a1 1 0 0 1 1.414 0", "key": "svg-0" }], ["path", { "d": "M8.207 9.793a1 1 0 0 1 0 1.414l-2.5 2.5a1 1 0 0 1 -1.414 0l-1.5 -1.5a1 1 0 0 1 1.414 -1.414l.793 .793l1.793 -1.793a1 1 0 0 1 1.414 0", "key": "svg-1" }], ["path", { "d": "M8.207 15.793a1 1 0 0 1 0 1.414l-2.5 2.5a1 1 0 0 1 -1.414 0l-1.5 -1.5a1 1 0 0 1 1.414 -1.414l.793 .793l1.793 -1.793a1 1 0 0 1 1.414 0", "key": "svg-2" }], ["path", { "d": "M21 6a1 1 0 0 1 -1 1h-9a1 1 0 0 1 0 -2h9a1 1 0 0 1 1 1", "key": "svg-3" }], ["path", { "d": "M21 12a1 1 0 0 1 -1 1h-9a1 1 0 0 1 0 -2h9a1 1 0 0 1 1 1", "key": "svg-4" }], ["path", { "d": "M21 18a1 1 0 0 1 -1 1h-9a1 1 0 0 1 0 -2h9a1 1 0 0 1 1 1", "key": "svg-5" }]]; const IconListCheckFilled = createReactComponent("filled", "list-check-filled", "ListCheckFilled", __iconNode$5O); const __iconNode$5N = [["path", { "d": "M22 5a1 1 0 0 1 -1 1h-8a1 1 0 0 1 0 -2h8a1 1 0 0 1 1 1m-3 4a1 1 0 0 1 -1 1h-5a1 1 0 0 1 0 -2h5a1 1 0 0 1 1 1m3 6a1 1 0 0 1 -1 1h-8a1 1 0 0 1 0 -2h8a1 1 0 0 1 1 1m-3 4a1 1 0 0 1 -1 1h-5a1 1 0 0 1 0 -2h5a1 1 0 0 1 1 1m-11 -16a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2l.001 -4.051l.004 -.051a1.996 1.996 0 0 1 1.995 -1.898zm0 10a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2l.001 -4.051l.004 -.051a1.996 1.996 0 0 1 1.995 -1.898z", "key": "svg-0" }]]; const IconListDetailsFilled = createReactComponent("filled", "list-details-filled", "ListDetailsFilled", __iconNode$5N); const __iconNode$5M = [["path", { "d": "M21 6a1 1 0 0 1 -1 1h-10a1 1 0 1 1 0 -2h10a1 1 0 0 1 1 1", "key": "svg-0" }], ["path", { "d": "M21 12a1 1 0 0 1 -1 1h-10a1 1 0 0 1 0 -2h10a1 1 0 0 1 1 1", "key": "svg-1" }], ["path", { "d": "M21 18a1 1 0 0 1 -1 1h-10a1 1 0 0 1 0 -2h10a1 1 0 0 1 1 1", "key": "svg-2" }], ["path", { "d": "M7 5.995v.02c0 1.099 -.895 1.99 -2 1.99s-2 -.891 -2 -1.99v-.02c0 -1.099 .895 -1.99 2 -1.99s2 .891 2 1.99", "key": "svg-3" }], ["path", { "d": "M7 11.995v.02c0 1.099 -.895 1.99 -2 1.99s-2 -.891 -2 -1.99v-.02c0 -1.099 .895 -1.99 2 -1.99s2 .891 2 1.99", "key": "svg-4" }], ["path", { "d": "M7 17.995v.02c0 1.099 -.895 1.99 -2 1.99s-2 -.891 -2 -1.99v-.02c0 -1.099 .895 -1.99 2 -1.99s2 .891 2 1.99", "key": "svg-5" }]]; const IconListFilled = createReactComponent("filled", "list-filled", "ListFilled", __iconNode$5M); const __iconNode$5L = [["path", { "d": "M12 6a6 6 0 1 1 -6 6l.004 -.225a6 6 0 0 1 5.996 -5.775m0 4a2 2 0 0 0 -1.995 1.85l-.005 .15a2 2 0 1 0 2 -2m3.9 9.11a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1m3.14 -2.5a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1m1.73 -3.61a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1m0 -4a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1m-1.73 -3.61a1 1 0 0 1 1 1a1 1 0 1 1 -2 .01c0 -.562 .448 -1.01 1 -1.01m-3.14 -2.5a1 1 0 0 1 1 1a1 1 0 1 1 -2 .01c0 -.562 .448 -1.01 1 -1.01m-3.9 -.89a1 1 0 0 1 1 1a1 1 0 1 1 -2 .01c0 -.562 .448 -1.01 1 -1.01m-3.9 .89a1 1 0 0 1 1 1a1 1 0 1 1 -2 .01c0 -.562 .448 -1.01 1 -1.01m-3.14 2.5a1 1 0 0 1 1 1a1 1 0 1 1 -2 .01c0 -.562 .448 -1.01 1 -1.01m-1.73 3.61a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1m0 4a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1m1.73 3.61a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1m3.14 2.5a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1m3.9 .89a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1", "key": "svg-0" }]]; const IconLivePhotoFilled = createReactComponent("filled", "live-photo-filled", "LivePhotoFilled", __iconNode$5L); const __iconNode$5K = [["path", { "d": "M8 3a1 1 0 1 1 0 2h-2a1 1 0 0 0 -1 1v2a1 1 0 1 1 -2 0v-2a3 3 0 0 1 3 -3z", "key": "svg-0" }], ["path", { "d": "M4 15a1 1 0 0 1 1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 1 0 2h-2a3 3 0 0 1 -3 -3v-2a1 1 0 0 1 1 -1", "key": "svg-1" }], ["path", { "d": "M18 3a3 3 0 0 1 3 3v2a1 1 0 0 1 -2 0v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 0 -2z", "key": "svg-2" }], ["path", { "d": "M20 15a1 1 0 0 1 1 1v2a3 3 0 0 1 -3 3h-2a1 1 0 0 1 0 -2h2a1 1 0 0 0 1 -1v-2a1 1 0 0 1 1 -1", "key": "svg-3" }], ["path", { "d": "M15.19 7.214a5 5 0 0 1 1.185 6.27l-.056 .09l-3.484 4.976a1 1 0 0 1 -.077 .103l-.017 .019l-.057 .056l-.012 .013l-.019 .017a1 1 0 0 1 -.096 .073l-.053 .03l-.038 .024l-.011 .005a1 1 0 0 1 -.223 .083l-.045 .008l-.066 .012a1 1 0 0 1 -.242 0l-.061 -.011l-.05 -.01a1 1 0 0 1 -.234 -.087l-.047 -.028l-.044 -.026l-.011 -.008l-.032 -.025l-.053 -.04l-.01 -.01l-.009 -.007l-.034 -.035l-.035 -.034l-.007 -.01l-.01 -.009l-.037 -.05l-.024 -.03l-3.5 -5l-.056 -.089a5 5 0 0 1 7.566 -6.27m-3.191 2.786a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1", "key": "svg-4" }]]; const IconLiveViewFilled = createReactComponent("filled", "live-view-filled", "LiveViewFilled", __iconNode$5K); const __iconNode$5J = [["path", { "d": "M20.891 2.006l.106 -.006l.13 .008l.09 .016l.123 .035l.107 .046l.1 .057l.09 .067l.082 .075l.052 .059l.082 .116l.052 .096c.047 .1 .077 .206 .09 .316l.005 .106c0 .075 -.008 .149 -.024 .22l-.035 .123l-6.532 18.077a1.55 1.55 0 0 1 -1.409 .903a1.547 1.547 0 0 1 -1.329 -.747l-.065 -.127l-3.352 -6.702l-6.67 -3.336a1.55 1.55 0 0 1 -.898 -1.259l-.006 -.149c0 -.56 .301 -1.072 .841 -1.37l.14 -.07l18.017 -6.506l.106 -.03l.108 -.018z", "key": "svg-0" }]]; const IconLocationFilled = createReactComponent("filled", "location-filled", "LocationFilled", __iconNode$5J); const __iconNode$5I = [["path", { "d": "M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm0 4a3 3 0 0 1 2.995 2.824l.005 .176v1a2 2 0 0 1 1.995 1.85l.005 .15v3a2 2 0 0 1 -1.85 1.995l-.15 .005h-6a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-3a2 2 0 0 1 1.85 -1.995l.15 -.005v-1a3 3 0 0 1 3 -3zm3 6h-6v3h6v-3zm-3 -4a1 1 0 0 0 -.993 .883l-.007 .117v1h2v-1a1 1 0 0 0 -1 -1z", "fill": "currentColor", "key": "svg-0" }]]; const IconLockSquareRoundedFilled = createReactComponent("filled", "lock-square-rounded-filled", "LockSquareRoundedFilled", __iconNode$5I); const __iconNode$5H = [["path", { "d": "M12 2a5 5 0 0 1 5 5v3a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3v-3a5 5 0 0 1 5 -5m0 12a2 2 0 0 0 -1.995 1.85l-.005 .15a2 2 0 1 0 2 -2m0 -10a3 3 0 0 0 -3 3v3h6v-3a3 3 0 0 0 -3 -3", "key": "svg-0" }]]; const IconLockFilled = createReactComponent("filled", "lock-filled", "LockFilled", __iconNode$5H); const __iconNode$5G = [["path", { "d": "M12 3a1 1 0 0 1 1 1v5a2 2 0 0 0 1 1.732v-3.475c0 -1.242 .995 -2.257 2.233 -2.257c.372 0 .738 .094 1.122 .307l.18 .117c1.695 1.23 2.76 3.035 3.773 6.34q .674 2.204 .692 5.06c.016 2.195 -1.657 4.024 -3.843 4.168l-.237 .008c-2.17 0 -3.92 -1.787 -3.92 -3.98v-4.146a4 4 0 0 1 -1.893 -1.112l-.107 -.118l-.107 .118a4 4 0 0 1 -1.892 1.112l-.001 4.146c0 2.193 -1.75 3.98 -3.919 3.98l-.268 -.01c-2.155 -.142 -3.827 -1.971 -3.811 -4.165q .018 -2.858 .692 -5.06c1.011 -3.307 2.076 -5.112 3.822 -6.375l.188 -.117a2.2 2.2 0 0 1 1.064 -.273c1.237 0 2.232 1.015 2.232 2.257l.001 3.475a2 2 0 0 0 .999 -1.732v-5a1 1 0 0 1 1 -1", "key": "svg-0" }]]; const IconLungsFilled = createReactComponent("filled", "lungs-filled", "LungsFilled", __iconNode$5G); const __iconNode$5F = [["path", { "d": "M17.994 2.888l.006 .112v3a6 6 0 0 1 -5 5.916v4.186a6.98 6.98 0 0 1 5 -2.102a1 1 0 0 1 1 1a7 7 0 0 1 -14 0a1 1 0 0 1 1 -1c1.96 0 3.731 .805 5.002 2.103l-.002 -4.186a6 6 0 0 1 -5 -5.917v-3a1 1 0 0 1 1.555 -.832l2.317 1.544l1.42 -1.42a1 1 0 0 1 1.32 -.082l.095 .083l1.42 1.419l2.318 -1.544a1 1 0 0 1 1.55 .72m-10.865 13.24l.03 .134a5.01 5.01 0 0 0 3.71 3.61a5 5 0 0 0 -3.74 -3.744m9.742 .002l-.134 .03a5.01 5.01 0 0 0 -3.61 3.71a5 5 0 0 0 3.744 -3.74", "key": "svg-0" }]]; const IconMacroFilled = createReactComponent("filled", "macro-filled", "MacroFilled", __iconNode$5F); const __iconNode$5E = [["path", { "d": "M21 9v4a9 9 0 0 1 -18 0v-4h7v4a2 2 0 1 0 4 0v-4zm-3 -7a3 3 0 0 1 3 3v2h-7v-2a3 3 0 0 1 3 -3zm-11 0a3 3 0 0 1 3 3v2h-7v-2a3 3 0 0 1 3 -3z", "key": "svg-0" }]]; const IconMagnetFilled = createReactComponent("filled", "magnet-filled", "MagnetFilled", __iconNode$5E); const __iconNode$5D = [["path", { "d": "M14.872 14.287l6.522 6.52a2.996 2.996 0 0 1 -2.218 1.188l-.176 .005h-14a2.995 2.995 0 0 1 -2.394 -1.191l6.521 -6.522l2.318 1.545l.116 .066a1 1 0 0 0 .878 0l.116 -.066l2.317 -1.545z", "key": "svg-0" }], ["path", { "d": "M2 9.535l5.429 3.62l-5.429 5.43z", "key": "svg-1" }], ["path", { "d": "M22 9.535v9.05l-5.43 -5.43z", "key": "svg-2" }], ["path", { "d": "M12.44 2.102l.115 .066l8.444 5.629l-8.999 6l-9 -6l8.445 -5.63a1 1 0 0 1 .994 -.065z", "key": "svg-3" }]]; const IconMailOpenedFilled = createReactComponent("filled", "mail-opened-filled", "MailOpenedFilled", __iconNode$5D); const __iconNode$5C = [["path", { "d": "M22 7.535v9.465a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-9.465l9.445 6.297l.116 .066a1 1 0 0 0 .878 0l.116 -.066l9.445 -6.297z", "key": "svg-0" }], ["path", { "d": "M19 4c1.08 0 2.027 .57 2.555 1.427l-9.555 6.37l-9.555 -6.37a2.999 2.999 0 0 1 2.354 -1.42l.201 -.007h14z", "key": "svg-1" }]]; const IconMailFilled = createReactComponent("filled", "mail-filled", "MailFilled", __iconNode$5C); const __iconNode$5B = [["path", { "d": "M15 8c1.628 0 3.2 .787 4.707 2.293a1 1 0 0 1 -1.414 1.414c-.848 -.848 -1.662 -1.369 -2.444 -1.587l-.849 5.944v4.936a1 1 0 0 1 -2 0v-4h-2v4a1 1 0 0 1 -2 0v-4.929l-.85 -5.951c-.781 .218 -1.595 .739 -2.443 1.587a1 1 0 1 1 -1.414 -1.414c1.506 -1.506 3.08 -2.293 4.707 -2.293z", "key": "svg-0" }], ["path", { "d": "M12 1a3 3 0 1 1 -3 3l.005 -.176a3 3 0 0 1 2.995 -2.824", "key": "svg-1" }]]; const IconManFilled = createReactComponent("filled", "man-filled", "ManFilled", __iconNode$5B); const __iconNode$5A = [["path", { "d": "M19 3a3 3 0 0 1 1 5.829v1.171a3 3 0 0 1 -3 3h-4v2.171a3.001 3.001 0 1 1 -4 2.829l.005 -.176a3 3 0 0 1 1.995 -2.654v-2.17h-5v2.171a3.001 3.001 0 1 1 -4 2.829l.005 -.176a3 3 0 0 1 1.995 -2.654v-6.341a3 3 0 0 1 -2 -2.829l.005 -.176a3 3 0 1 1 3.996 3.005l-.001 2.171h5v-2.17a3 3 0 0 1 -2 -2.83l.005 -.176a3 3 0 1 1 3.996 3.005l-.001 2.171h4a1 1 0 0 0 1 -1v-1.17a3 3 0 0 1 -2 -2.83l.005 -.176a3 3 0 0 1 2.995 -2.824", "key": "svg-0" }]]; const IconManualGearboxFilled = createReactComponent("filled", "manual-gearbox-filled", "ManualGearboxFilled", __iconNode$5A); const __iconNode$5z = [["path", { "d": "M18.364 4.636a9 9 0 0 1 .203 12.519l-.203 .21l-4.243 4.242a3 3 0 0 1 -4.097 .135l-.144 -.135l-4.244 -4.243a9 9 0 0 1 12.728 -12.728zm-6.364 3.364a3 3 0 1 0 0 6a3 3 0 0 0 0 -6", "key": "svg-0" }]]; const IconMapPinFilled = createReactComponent("filled", "map-pin-filled", "MapPinFilled", __iconNode$5z); const __iconNode$5y = [["path", { "d": "M11 2l-.15 .005a2 2 0 0 0 -1.85 1.995v2.803l-2.428 -1.401a2 2 0 0 0 -2.732 .732l-1 1.732l-.073 .138a2 2 0 0 0 .805 2.594l2.427 1.402l-2.427 1.402a2 2 0 0 0 -.732 2.732l1 1.732l.083 .132a2 2 0 0 0 2.649 .6l2.428 -1.402v2.804a2 2 0 0 0 2 2h2l.15 -.005a2 2 0 0 0 1.85 -1.995v-2.804l2.428 1.403a2 2 0 0 0 2.732 -.732l1 -1.732l.073 -.138a2 2 0 0 0 -.805 -2.594l-2.428 -1.403l2.428 -1.402a2 2 0 0 0 .732 -2.732l-1 -1.732l-.083 -.132a2 2 0 0 0 -2.649 -.6l-2.428 1.4v-2.802a2 2 0 0 0 -2 -2h-2z", "key": "svg-0" }]]; const IconMedicalCrossFilled = createReactComponent("filled", "medical-cross-filled", "MedicalCrossFilled", __iconNode$5y); const __iconNode$5x = [["path", { "d": "M12 2c2.486 0 3.713 1.766 3.955 4.1l.01 .124l.129 .036c3.17 .928 5.754 2.487 5.9 4.556l.006 .184c0 1.427 -1.297 2.322 -2.871 2.733l-.201 .049l.026 .03c.244 .276 .532 .603 .7 .797l.057 .066c.49 .573 .884 1.073 1.216 1.56c.69 1.01 1.073 1.904 1.073 2.765a2 2 0 0 1 -2 2h-5c-1.043 0 -1.344 -.453 -2.394 -2.553c-.29 -.58 -.448 -.882 -.593 -1.118l-.013 -.022l-.013 .022c-.129 .21 -.268 .472 -.5 .935l-.093 .183c-1.05 2.1 -1.351 2.553 -2.394 2.553h-5a2 2 0 0 1 -2 -2c0 -.86 .384 -1.755 1.073 -2.765a18 18 0 0 1 1.216 -1.56c.152 -.178 .482 -.553 .757 -.863l.025 -.03l-.2 -.049c-1.506 -.393 -2.758 -1.23 -2.864 -2.55l-.007 -.183c0 -2.16 2.643 -3.785 5.906 -4.74l.128 -.036l.011 -.124c.235 -2.26 1.394 -3.99 3.726 -4.095z", "key": "svg-0" }]]; const IconMeepleFilled = createReactComponent("filled", "meeple-filled", "MeepleFilled", __iconNode$5x); const __iconNode$5w = [["path", { "d": "M16.77 2.62a1 1 0 0 1 1.436 .055a10.96 10.96 0 0 1 2.794 7.326c0 6.074 -4.925 10.999 -10.999 10.999a10.97 10.97 0 0 1 -7.684 -3.127a1 1 0 0 1 .008 -1.438l4.343 -4.153a1 1 0 0 1 1.352 -.027a3 3 0 0 0 4.32 -4.133a1 1 0 0 1 .088 -1.35z", "key": "svg-0" }]]; const IconMelonFilled = createReactComponent("filled", "melon-filled", "MelonFilled", __iconNode$5w); const __iconNode$5v = [["path", { "d": "M21 6a1 1 0 0 1 -1 1h-16a1 1 0 1 1 0 -2h16a1 1 0 0 1 1 1", "key": "svg-0" }], ["path", { "d": "M21 12a1 1 0 0 1 -1 1h-16a1 1 0 0 1 0 -2h16a1 1 0 0 1 1 1", "key": "svg-1" }], ["path", { "d": "M21 18a1 1 0 0 1 -1 1h-16a1 1 0 0 1 0 -2h16a1 1 0 0 1 1 1", "key": "svg-2" }]]; const IconMenu2Filled = createReactComponent("filled", "menu-2-filled", "Menu2Filled", __iconNode$5v); const __iconNode$5u = [["path", { "d": "M18 3a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-2.586l-2.707 2.707a1 1 0 0 1 -1.32 .083l-.094 -.083l-2.708 -2.707h-2.585a4 4 0 0 1 -3.995 -3.8l-.005 -.2v-8a4 4 0 0 1 4 -4zm-4 9h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0 -2m2 -4h-8a1 1 0 1 0 0 2h8a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconMessage2Filled = createReactComponent("filled", "message-2-filled", "Message2Filled", __iconNode$5u); const __iconNode$5t = [["path", { "d": "M18 3a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-4.724l-4.762 2.857a1 1 0 0 1 -1.508 -.743l-.006 -.114v-2h-1a4 4 0 0 1 -3.995 -3.8l-.005 -.2v-8a4 4 0 0 1 4 -4zm-2.8 9.286a1 1 0 0 0 -1.414 .014a2.5 2.5 0 0 1 -3.572 0a1 1 0 0 0 -1.428 1.4a4.5 4.5 0 0 0 6.428 0a1 1 0 0 0 -.014 -1.414m-5.69 -4.286h-.01a1 1 0 1 0 0 2h.01a1 1 0 0 0 0 -2m5 0h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconMessageChatbotFilled = createReactComponent("filled", "message-chatbot-filled", "MessageChatbotFilled", __iconNode$5t); const __iconNode$5s = [["path", { "d": "M5.821 4.91c3.899 -2.765 9.468 -2.539 13.073 .535c3.667 3.129 4.168 8.238 1.152 11.898c-2.841 3.447 -7.965 4.583 -12.231 2.805l-.233 -.101l-4.374 .931l-.04 .006l-.035 .007h-.018l-.022 .005h-.038l-.033 .004l-.021 -.001l-.023 .001l-.033 -.003h-.035l-.022 -.004l-.022 -.002l-.035 -.007l-.034 -.005l-.016 -.004l-.024 -.005l-.049 -.016l-.024 -.005l-.011 -.005l-.022 -.007l-.045 -.02l-.03 -.012l-.011 -.006l-.014 -.006l-.031 -.018l-.045 -.024l-.016 -.011l-.037 -.026l-.04 -.027l-.002 -.004l-.013 -.009l-.043 -.04l-.025 -.02l-.006 -.007l-.056 -.062l-.013 -.014l-.011 -.014l-.039 -.056l-.014 -.019l-.005 -.01l-.042 -.073l-.007 -.012l-.004 -.008l-.007 -.012l-.014 -.038l-.02 -.042l-.004 -.016l-.004 -.01l-.017 -.061l-.007 -.018l-.002 -.015l-.005 -.019l-.005 -.033l-.008 -.042l-.002 -.031l-.003 -.01v-.016l-.004 -.054l.001 -.036l.001 -.023l.002 -.053l.004 -.025v-.019l.008 -.035l.005 -.034l.005 -.02l.004 -.02l.018 -.06l.003 -.013l1.15 -3.45l-.022 -.037c-2.21 -3.747 -1.209 -8.391 2.413 -11.119z", "key": "svg-0" }]]; const IconMessageCircleFilled = createReactComponent("filled", "message-circle-filled", "MessageCircleFilled", __iconNode$5s); const __iconNode$5r = [["path", { "d": "M18 3a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-4.724l-4.762 2.857a1 1 0 0 1 -1.508 -.743l-.006 -.114v-2h-1a4 4 0 0 1 -3.995 -3.8l-.005 -.2v-8a4 4 0 0 1 4 -4zm-6 10a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1m0 -6a1 1 0 0 0 -1 1v3a1 1 0 0 0 2 0v-3a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconMessageReportFilled = createReactComponent("filled", "message-report-filled", "MessageReportFilled", __iconNode$5r); const __iconNode$5q = [["path", { "d": "M18 3a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-4.724l-4.762 2.857a1 1 0 0 1 -1.508 -.743l-.006 -.114v-2h-1a4 4 0 0 1 -3.995 -3.8l-.005 -.2v-8a4 4 0 0 1 4 -4zm-4 9h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0 -2m2 -4h-8a1 1 0 1 0 0 2h8a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconMessageFilled = createReactComponent("filled", "message-filled", "MessageFilled", __iconNode$5q); const __iconNode$5p = [["path", { "d": "M20.901 14.995l-.044 -.006a.4 .4 0 0 1 -.102 -.02l-.045 -.012l-.048 -.017l-.045 -.016l-.043 -.02l-.045 -.022l-.04 -.024l-.044 -.026l-.043 -.032l-.036 -.027a1 1 0 0 1 -.073 -.066l-2.707 -2.707h-6.586a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h9a2 2 0 0 1 2 2v10a1 1 0 0 1 -.076 .383l-.02 .043l-.022 .045l-.024 .04l-.026 .044l-.032 .043l-.027 .036a1 1 0 0 1 -.578 .347l-.052 .008l-.044 .006a1 1 0 0 1 -.198 0", "key": "svg-0" }], ["path", { "d": "M7 8.999v1.001a4 4 0 0 0 4 4h4v3a2 2 0 0 1 -2 2h-6.586l-2.707 2.707c-.63 .63 -1.707 .184 -1.707 -.707v-10a2 2 0 0 1 2 -2z", "key": "svg-1" }]]; const IconMessagesFilled = createReactComponent("filled", "messages-filled", "MessagesFilled", __iconNode$5p); const __iconNode$5o = [["path", { "d": "M21.874 3.486l-4.174 7.514h3.3c.846 0 1.293 .973 .791 1.612l-.074 .085l-6.9 7.095a7.5 7.5 0 1 1 -10.21 -10.974l7.746 -6.58c.722 -.614 1.814 .028 1.628 .958l-.577 2.879l7.11 -3.95c.88 -.488 1.849 .481 1.36 1.36m-12.374 7.515a3.5 3.5 0 0 0 -3.495 3.308l-.005 .192a3.5 3.5 0 1 0 3.5 -3.5", "key": "svg-0" }]]; const IconMeteorFilled = createReactComponent("filled", "meteor-filled", "MeteorFilled", __iconNode$5o); const __iconNode$5n = [["path", { "d": "M11.81 2c2.018 0 3.478 1.232 3.874 3.129l.016 .089l.172 -.057c.34 -.104 .684 -.16 1.055 -.175l.227 -.005c2.09 0 3.925 1.93 3.925 4.094c0 1.095 -.51 2.087 -1.364 2.835l-.118 .098l.06 .048c.88 .737 1.36 1.605 1.416 2.656l.006 .213c0 2.24 -1.739 4.094 -3.925 4.094c-.445 0 -.923 -.084 -1.374 -.233l-.043 .193c-.395 1.736 -1.806 2.933 -3.662 3.016l-.208 .005c-2.018 0 -3.477 -1.232 -3.873 -3.13l-.03 -.161l-.011 .006a4.1 4.1 0 0 1 -1.26 .243l-.226 .005c-2.09 0 -3.925 -1.93 -3.925 -4.094c0 -1.096 .51 -2.087 1.378 -2.84l.073 -.062l-.03 -.023c-.88 -.737 -1.359 -1.605 -1.415 -2.656l-.006 -.213c0 -2.239 1.74 -4.094 3.925 -4.094c.44 0 .92 .098 1.391 .27l.036 .013l.008 -.048c.331 -1.84 1.776 -3.125 3.7 -3.211z", "key": "svg-0" }]]; const IconMichelinStarFilled = createReactComponent("filled", "michelin-star-filled", "MichelinStarFilled", __iconNode$5n); const __iconNode$5m = [["path", { "d": "M18.501 2a4.5 4.5 0 0 1 .878 8.913a8 8 0 1 1 -15.374 3.372l-.005 -.285l.005 -.285a7.991 7.991 0 0 1 .615 -2.803a4.5 4.5 0 0 1 -3.187 -6.348a4.505 4.505 0 0 1 3.596 -2.539l.225 -.018l.281 -.007l.244 .009a4.5 4.5 0 0 1 4.215 4.247a8.001 8.001 0 0 1 4.013 0a4.5 4.5 0 0 1 4.493 -4.256z", "key": "svg-0" }]]; const IconMickeyFilled = createReactComponent("filled", "mickey-filled", "MickeyFilled", __iconNode$5m); const __iconNode$5l = [["path", { "d": "M19 9a1 1 0 0 1 1 1a8 8 0 0 1 -6.999 7.938l-.001 2.062h3a1 1 0 0 1 0 2h-8a1 1 0 0 1 0 -2h3v-2.062a8 8 0 0 1 -7 -7.938a1 1 0 1 1 2 0a6 6 0 0 0 12 0a1 1 0 0 1 1 -1m-7 -8a4 4 0 0 1 4 4v5a4 4 0 1 1 -8 0v-5a4 4 0 0 1 4 -4", "key": "svg-0" }]]; const IconMicrophoneFilled = createReactComponent("filled", "microphone-filled", "MicrophoneFilled", __iconNode$5l); const __iconNode$5k = [["path", { "d": "M15.707 4.293l3 3a1 1 0 0 1 0 1.414l-1.553 1.555a7 7 0 0 1 -.256 9.74l2.102 -.002a1 1 0 0 1 0 2h-14a1 1 0 0 1 0 -2h1v-1a1 1 0 0 1 0 -2h2a1 1 0 0 1 0 2v1h4a5 5 0 0 0 3.737 -8.323l-3.03 3.03a1 1 0 0 1 -1.414 0l-.793 -.792l-.793 .792a1 1 0 1 1 -1.414 -1.414l.792 -.793l-.792 -.793a1 1 0 0 1 0 -1.414l6 -6a1 1 0 0 1 1.414 0m2 -2l3 3a1 1 0 1 1 -1.414 1.414l-3 -3a1 1 0 1 1 1.414 -1.414", "key": "svg-0" }]]; const IconMicroscopeFilled = createReactComponent("filled", "microscope-filled", "MicroscopeFilled", __iconNode$5k); const __iconNode$5j = [["path", { "d": "M20 5a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-16a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2zm-6 2h-10v10h10zm4.01 7h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m0 -3h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m0 -3h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2", "key": "svg-0" }], ["path", { "d": "M5.945 9.668c1.336 -.891 2.274 -.891 3.61 0l-.089 -.056l.04 .017l.146 .064l.095 .044c.378 .171 .533 .23 .674 .255c.133 .023 .186 .005 .336 -.16a1 1 0 1 1 1.486 1.337c-.613 .681 -1.358 .934 -2.164 .794c-.368 -.064 -.621 -.161 -1.158 -.405a10 10 0 0 0 -.306 -.135l-.17 -.091c-.664 -.443 -.726 -.443 -1.39 0a1 1 0 1 1 -1.11 -1.664", "key": "svg-1" }], ["path", { "d": "M5.945 12.668c1.336 -.891 2.274 -.891 3.61 0l-.089 -.056l.04 .017l.146 .064l.095 .044c.378 .171 .533 .23 .674 .255c.133 .023 .186 .005 .336 -.16a1 1 0 0 1 1.486 1.337c-.613 .681 -1.358 .934 -2.164 .794c-.368 -.064 -.621 -.161 -1.158 -.405a10 10 0 0 0 -.306 -.135l-.17 -.091c-.664 -.443 -.726 -.443 -1.39 0a1 1 0 1 1 -1.11 -1.664", "key": "svg-2" }]]; const IconMicrowaveFilled = createReactComponent("filled", "microwave-filled", "MicrowaveFilled", __iconNode$5j); const __iconNode$5i = [["path", { "d": "M12.555 2.168l6 4a1 1 0 0 1 .445 .832v12a3 3 0 0 1 -3 3h-8a3 3 0 0 1 -3 -3v-12a1 1 0 0 1 .445 -.832l6 -4a1 1 0 0 1 1.11 0m-.108 12.938a1 1 0 0 0 -.894 0l-2 1a1 1 0 0 0 -.447 1.341l.058 .102a1 1 0 0 0 1.283 .345l1.553 -.776l1.553 .776a1 1 0 0 0 .894 -1.788zm0 -4a1 1 0 0 0 -.894 0l-2 1a1 1 0 0 0 -.447 1.341l.058 .102a1 1 0 0 0 1.283 .345l1.553 -.776l1.553 .776a1 1 0 0 0 .894 -1.788zm0 -4a1 1 0 0 0 -.894 0l-2 1a1 1 0 0 0 -.447 1.341l.058 .102a1 1 0 0 0 1.283 .345l1.553 -.776l1.553 .776a1 1 0 0 0 .894 -1.788z", "key": "svg-0" }]]; const IconMilitaryRankFilled = createReactComponent("filled", "military-rank-filled", "MilitaryRankFilled", __iconNode$5i); const __iconNode$5h = [["path", { "d": "M17.799 7l.144 .23a7 7 0 0 1 1.057 3.7v8.07a3 3 0 0 1 -3 3h-8a3 3 0 0 1 -3 -3v-8.071a7 7 0 0 1 1.057 -3.698l.142 -.231zm-5.799 6a3 3 0 0 0 -2.995 2.824l-.005 .176a3 3 0 1 0 3 -3m0 2a1 1 0 1 1 0 2a1 1 0 0 1 0 -2m2 -6h-4a1 1 0 1 0 0 2h4a1 1 0 0 0 0 -2m1 -7a2 2 0 0 1 2 2v1h-10v-1a2 2 0 0 1 2 -2z", "key": "svg-0" }]]; const IconMilkFilled = createReactComponent("filled", "milk-filled", "MilkFilled", __iconNode$5h); const __iconNode$5g = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10a10 10 0 1 1 0 -20m0 12a4.5 4.5 0 0 0 -3.214 1.35a1 1 0 1 0 1.428 1.4a2.5 2.5 0 0 1 3.572 0a1 1 0 0 0 1.428 -1.4a4.5 4.5 0 0 0 -3.214 -1.35m-3.553 -5.895a1 1 0 0 0 -.894 1.788l2 1a1 1 0 0 0 .894 -1.788zm8.447 .447a1 1 0 0 0 -1.341 -.447l-2 1a1 1 0 0 0 .894 1.788l2 -1a1 1 0 0 0 .447 -1.341", "key": "svg-0" }]]; const IconMoodAngryFilled = createReactComponent("filled", "mood-angry-filled", "MoodAngryFilled", __iconNode$5g); const __iconNode$5f = [["path", { "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.43 10.162a11 11 0 0 0 -6.6 1.65a1 1 0 0 0 1.06 1.696a9 9 0 0 1 5.4 -1.35a1 1 0 0 0 .14 -1.996zm-6.56 -4.502l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm6 0l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", "key": "svg-0" }]]; const IconMoodConfuzedFilled = createReactComponent("filled", "mood-confuzed-filled", "MoodConfuzedFilled", __iconNode$5f); const __iconNode$5e = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-1.8 10.946a1 1 0 0 0 -1.414 .014a2.5 2.5 0 0 1 -3.572 0a1 1 0 0 0 -1.428 1.4a4.5 4.5 0 0 0 6.428 0a1 1 0 0 0 -.014 -1.414m-7.493 -6.493a1 1 0 0 0 -1.414 1.414l.792 .793l-.792 .793a1 1 0 0 0 1.414 1.414l.793 -.792l.793 .792a1 1 0 1 0 1.414 -1.414l-.792 -.793l.792 -.793a1 1 0 1 0 -1.414 -1.414l-.793 .792zm7 0a1 1 0 0 0 -1.414 1.414l.792 .793l-.792 .793a1 1 0 0 0 1.414 1.414l.793 -.792l.793 .792a1 1 0 0 0 1.414 -1.414l-.792 -.793l.792 -.793a1 1 0 1 0 -1.414 -1.414l-.793 .792z", "key": "svg-0" }]]; const IconMoodCrazyHappyFilled = createReactComponent("filled", "mood-crazy-happy-filled", "MoodCrazyHappyFilled", __iconNode$5e); const __iconNode$5d = [["path", { "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-2 10.66h-6l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h6l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-5.99 -5l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm6 0l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", "key": "svg-0" }]]; const IconMoodEmptyFilled = createReactComponent("filled", "mood-empty-filled", "MoodEmptyFilled", __iconNode$5d); const __iconNode$5c = [["path", { "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-2 9.66h-6a1 1 0 0 0 -1 1v.05a3.975 3.975 0 0 0 3.777 3.97l.227 .005a4.026 4.026 0 0 0 3.99 -3.79l.006 -.206a1 1 0 0 0 -1 -1.029zm-5.99 -5l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993zm6 0l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993z", "key": "svg-0" }]]; const IconMoodHappyFilled = createReactComponent("filled", "mood-happy-filled", "MoodHappyFilled", __iconNode$5c); const __iconNode$5b = [["path", { "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 7.046 -9.232a3 3 0 0 0 2.949 3.556a1 1 0 0 0 0 -2l-.117 -.007a1 1 0 0 1 .117 -1.993c1.726 0 3.453 .447 5 1.34zm-1.8 10.946a1 1 0 0 0 -1.414 .014a2.5 2.5 0 0 1 -3.572 0a1 1 0 0 0 -1.428 1.4a4.5 4.5 0 0 0 6.428 0a1 1 0 0 0 -.014 -1.414zm-6.19 -5.286l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993zm6 0l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993z", "key": "svg-0" }]]; const IconMoodKidFilled = createReactComponent("filled", "mood-kid-filled", "MoodKidFilled", __iconNode$5b); const __iconNode$5a = [["path", { "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-7.99 5.66l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm6 0l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", "key": "svg-0" }]]; const IconMoodNeutralFilled = createReactComponent("filled", "mood-neutral-filled", "MoodNeutralFilled", __iconNode$5a); const __iconNode$59 = [["path", { "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-5 9.86a4.5 4.5 0 0 0 -3.214 1.35a1 1 0 1 0 1.428 1.4a2.5 2.5 0 0 1 3.572 0a1 1 0 0 0 1.428 -1.4a4.5 4.5 0 0 0 -3.214 -1.35zm-2.99 -4.2l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm6 0l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", "key": "svg-0" }]]; const IconMoodSadFilled = createReactComponent("filled", "mood-sad-filled", "MoodSadFilled", __iconNode$59); const __iconNode$58 = [["path", { "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.8 10.946a1 1 0 0 0 -1.414 .014a2.5 2.5 0 0 1 -3.572 0a1 1 0 0 0 -1.428 1.4a4.5 4.5 0 0 0 6.428 0a1 1 0 0 0 -.014 -1.414zm-6.19 -5.286l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993zm6 0l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993z", "key": "svg-0" }]]; const IconMoodSmileFilled = createReactComponent("filled", "mood-smile-filled", "MoodSmileFilled", __iconNode$58); const __iconNode$57 = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10a10 10 0 1 1 0 -20m3.707 12.293a1 1 0 0 0 -1.262 -.125l-.945 .63l-.945 -.63l-.116 -.066a1 1 0 0 0 -.994 .066l-.945 .63l-.945 -.63a1 1 0 0 0 -1.262 .125l-1 1a1 1 0 0 0 0 1.414l.094 .083a1 1 0 0 0 1.32 -.083l.42 -.42l.818 .545l.116 .066a1 1 0 0 0 .994 -.066l.945 -.63l.945 .63l.116 .066a1 1 0 0 0 .994 -.066l.817 -.545l.42 .42a1 1 0 0 0 1.415 -1.414zm-6.5 -6.5a1 1 0 0 0 -1.414 0l-.083 .094a1 1 0 0 0 .083 1.32l.792 .793l-.792 .793a1 1 0 0 0 1.414 1.414l1.5 -1.5a1 1 0 0 0 0 -1.414zm7 0a1 1 0 0 0 -1.414 0l-1.5 1.5a1 1 0 0 0 0 1.414l1.5 1.5a1 1 0 0 0 1.414 0l.083 -.094a1 1 0 0 0 -.083 -1.32l-.792 -.793l.792 -.793a1 1 0 0 0 0 -1.414", "key": "svg-0" }]]; const IconMoodWrrrFilled = createReactComponent("filled", "mood-wrrr-filled", "MoodWrrrFilled", __iconNode$57); const __iconNode$56 = [["path", { "d": "M12 1.992a10 10 0 1 0 9.236 13.838c.341 -.82 -.476 -1.644 -1.298 -1.31a6.5 6.5 0 0 1 -6.864 -10.787l.077 -.08c.551 -.63 .113 -1.653 -.758 -1.653h-.266l-.068 -.006l-.06 -.002z", "key": "svg-0" }]]; const IconMoonFilled = createReactComponent("filled", "moon-filled", "MoonFilled", __iconNode$56); const __iconNode$55 = [["path", { "d": "M15 5a1 1 0 0 1 .894 .553l3.225 6.449l.08 .003a4 4 0 1 1 -4.199 3.995l.005 -.2a4 4 0 0 1 2.111 -3.33l-.557 -1.115l-3.352 3.352a1 1 0 0 1 -.707 .293h-3.626q .124 .481 .126 1a4 4 0 1 1 -8 0l.005 -.2a4 4 0 0 1 6.33 -3.049l1.749 -1.751h-3.084a1 1 0 0 1 -.993 -.883l-.007 -.117a1 1 0 0 1 1 -1h9.381l-1 -2h-1.381a1 1 0 0 1 -.993 -.883l-.007 -.117a1 1 0 0 1 1 -1z", "key": "svg-0" }]]; const IconMotorbikeFilled = createReactComponent("filled", "motorbike-filled", "MotorbikeFilled", __iconNode$55); const __iconNode$54 = [["path", { "d": "M6.18 10.95l2.54 3.175l.084 .093a1 1 0 0 0 1.403 -.01l1.637 -1.638l1.324 1.985a1 1 0 0 0 1.457 .226l3.632 -2.906l3.647 7.697a1 1 0 0 1 -.904 1.428h-18a1 1 0 0 1 -.904 -1.428zm5.82 -7.878a3.3 3.3 0 0 1 2.983 1.888l2.394 5.057l-3.15 2.52l-1.395 -2.092l-.075 -.099a1 1 0 0 0 -1.464 -.053l-1.711 1.709l-1.301 -1.627l-1.151 -1.435l1.888 -3.98a3.3 3.3 0 0 1 2.982 -1.888", "key": "svg-0" }]]; const IconMountainFilled = createReactComponent("filled", "mountain-filled", "MountainFilled", __iconNode$54); const __iconNode$53 = [["path", { "d": "M14 2a5 5 0 0 1 5 5v10a5 5 0 0 1 -5 5h-4a5 5 0 0 1 -5 -5v-10a5 5 0 0 1 5 -5zm-2 4a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z", "key": "svg-0" }]]; const IconMouseFilled = createReactComponent("filled", "mouse-filled", "MouseFilled", __iconNode$53); const __iconNode$52 = [["path", { "d": "M3.903 4.008l.183 -.008h10.828a2.08 2.08 0 0 1 2.086 2.077v.923h1.5c1.917 0 3.5 1.477 3.5 3.333v2.334c0 1.856 -1.583 3.333 -3.5 3.333h-1.663a5.33 5.33 0 0 1 -5.17 4h-4.334c-2.944 0 -5.333 -2.375 -5.333 -5.308v-8.618a2.08 2.08 0 0 1 1.903 -2.066m13.097 9.992h1.5c.843 0 1.5 -.613 1.5 -1.333v-2.334c0 -.72 -.657 -1.333 -1.5 -1.333h-1.5z", "key": "svg-0" }]]; const IconMugFilled = createReactComponent("filled", "mug-filled", "MugFilled", __iconNode$52); const __iconNode$51 = [["path", { "d": "M15 15v4a3 3 0 0 1 -5.995 .176l-.005 -.176v-4h6zm-10.1 -2a1.9 1.9 0 0 1 -1.894 -1.752l-.006 -.148c0 -5.023 4.027 -9.1 9 -9.1s9 4.077 9 9.1a1.9 1.9 0 0 1 -1.752 1.894l-.148 .006h-14.2z", "key": "svg-0" }]]; const IconMushroomFilled = createReactComponent("filled", "mushroom-filled", "MushroomFilled", __iconNode$51); const __iconNode$50 = [["path", { "d": "M11.092 2.581a1 1 0 0 1 1.754 -.116l.062 .116l8.005 17.365c.198 .566 .05 1.196 -.378 1.615a1.53 1.53 0 0 1 -1.459 .393l-7.077 -2.398l-6.899 2.338a1.535 1.535 0 0 1 -1.52 -.231l-.112 -.1c-.398 -.386 -.556 -.954 -.393 -1.556l.047 -.15l7.97 -17.276z", "key": "svg-0" }]]; const IconNavigationFilled = createReactComponent("filled", "navigation-filled", "NavigationFilled", __iconNode$50); const __iconNode$4$ = [["path", { "d": "M12.002 4c2.866 0 6.7 1.365 9.532 3.155a1 1 0 0 1 .45 1.024l-2 11a1 1 0 0 1 -.984 .821h-14a1 1 0 0 1 -.984 -.821l-2 -11a1 1 0 0 1 .45 -1.024c2.834 -1.792 6.724 -3.16 9.536 -3.155m-.002 5a1 1 0 0 0 -1 1v1h-1a1 1 0 0 0 -.993 .883l-.007 .117a1 1 0 0 0 1 1h1v1a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-1h1a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-1v-1a1 1 0 0 0 -.883 -.993z", "key": "svg-0" }]]; const IconNurseFilled = createReactComponent("filled", "nurse-filled", "NurseFilled", __iconNode$4$); const __iconNode$4_ = [["path", { "d": "M13.196 1.246l5.575 2.39a3.04 3.04 0 0 1 1.595 1.594l2.388 5.573c.328 .764 .328 1.63 0 2.393l-2.39 5.575a3.04 3.04 0 0 1 -1.594 1.595l-5.573 2.388a3.03 3.03 0 0 1 -2.393 0l-5.574 -2.389a3.04 3.04 0 0 1 -1.595 -1.595l-2.388 -5.574a3.04 3.04 0 0 1 0 -2.392l2.39 -5.575a3.04 3.04 0 0 1 1.593 -1.595l5.574 -2.388a3.04 3.04 0 0 1 2.392 0m1.804 9.754h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconOctagonMinusFilled = createReactComponent("filled", "octagon-minus-filled", "OctagonMinusFilled", __iconNode$4_); const __iconNode$4Z = [["path", { "d": "M13.196 1.246l5.575 2.39a3.04 3.04 0 0 1 1.595 1.594l2.388 5.573c.328 .764 .328 1.63 0 2.393l-2.39 5.575a3.04 3.04 0 0 1 -1.594 1.595l-5.573 2.388a3.03 3.03 0 0 1 -2.393 0l-5.574 -2.389a3.04 3.04 0 0 1 -1.595 -1.595l-2.388 -5.574a3.04 3.04 0 0 1 0 -2.392l2.39 -5.575a3.04 3.04 0 0 1 1.593 -1.595l5.574 -2.388a3.04 3.04 0 0 1 2.392 0m-1.196 6.754a1 1 0 0 0 -1 1v2h-2a1 1 0 0 0 0 2h2v2a1 1 0 0 0 2 0v-2h2a1 1 0 0 0 0 -2h-2v-2a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconOctagonPlusFilled = createReactComponent("filled", "octagon-plus-filled", "OctagonPlusFilled", __iconNode$4Z); const __iconNode$4Y = [["path", { "d": "M15.3 2h-6.6c-.562 0 -1.016 .201 -1.407 .593l-4.7 4.7a1.894 1.894 0 0 0 -.593 1.407v6.6c0 .562 .201 1.016 .593 1.407l4.7 4.7c.391 .392 .845 .593 1.407 .593h6.6c.562 0 1.016 -.201 1.407 -.593l4.7 -4.7c.392 -.391 .593 -.845 .593 -1.407v-6.6c0 -.562 -.201 -1.016 -.593 -1.407l-4.7 -4.7a1.894 1.894 0 0 0 -1.407 -.593z", "key": "svg-0" }]]; const IconOctagonFilled = createReactComponent("filled", "octagon-filled", "OctagonFilled", __iconNode$4Y); const __iconNode$4X = [["path", { "d": "M12 5c-5.457 0 -10 3.028 -10 7s4.543 7 10 7s10 -3.028 10 -7s-4.543 -7 -10 -7z", "key": "svg-0" }]]; const IconOvalVerticalFilled = createReactComponent("filled", "oval-vertical-filled", "OvalVerticalFilled", __iconNode$4X); const __iconNode$4W = [["path", { "d": "M12 2c3.972 0 7 4.542 7 10s-3.028 10 -7 10c-3.9 0 -6.89 -4.379 -6.997 -9.703l-.003 -.297l.003 -.297c.107 -5.323 3.097 -9.703 6.997 -9.703z", "key": "svg-0" }]]; const IconOvalFilled = createReactComponent("filled", "oval-filled", "OvalFilled", __iconNode$4W); const __iconNode$4V = [["path", { "d": "M13.557 2.015a10 10 0 0 1 7.257 3.744a1 1 0 0 1 -.074 1.331l-4.912 4.91l4.912 4.91a1 1 0 0 1 .074 1.332a10 10 0 1 1 -15.112 -13.078l.235 -.242l.07 -.063a9.98 9.98 0 0 1 7.55 -2.844m-1.057 3.485c-1.02 0 -1.86 .762 -1.982 1.748l-.013 .15a1 1 0 0 0 -.005 .102a2 2 0 1 0 2 -2", "key": "svg-0" }]]; const IconPacmanFilled = createReactComponent("filled", "pacman-filled", "PacmanFilled", __iconNode$4V); const __iconNode$4U = [["path", { "d": "M17 2a3 3 0 0 1 2.995 2.824l.005 .176a3 3 0 0 1 3 3a6 6 0 0 1 -5.775 5.996l-.225 .004h-4l.15 .005a2 2 0 0 1 1.844 1.838l.006 .157v4a2 2 0 0 1 -1.85 1.995l-.15 .005h-2a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-4a2 2 0 0 1 1.85 -1.995l.15 -.005v-1a1 1 0 0 1 .883 -.993l.117 -.007h5a4 4 0 0 0 4 -4a1 1 0 0 0 -.883 -.993l-.117 -.007l-.005 .176a3 3 0 0 1 -2.819 2.819l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-2a3 3 0 0 1 2.824 -2.995l.176 -.005h10z", "key": "svg-0" }]]; const IconPaintFilled = createReactComponent("filled", "paint-filled", "PaintFilled", __iconNode$4U); const __iconNode$4T = [["path", { "d": "M12 2c5.498 0 10 4.002 10 9c0 1.351 -.6 2.64 -1.654 3.576c-1.03 .914 -2.412 1.424 -3.846 1.424h-2.516a1 1 0 0 0 -.5 1.875a1 1 0 0 1 .194 .14a2.3 2.3 0 0 1 -1.597 3.99l-.156 -.009l.068 .004l-.273 -.004c-5.3 -.146 -9.57 -4.416 -9.716 -9.716l-.004 -.28c0 -5.523 4.477 -10 10 -10m-3.5 6.5a2 2 0 0 0 -1.995 1.85l-.005 .15a2 2 0 1 0 2 -2m8 0a2 2 0 0 0 -1.995 1.85l-.005 .15a2 2 0 1 0 2 -2m-4 -3a2 2 0 0 0 -1.995 1.85l-.005 .15a2 2 0 1 0 2 -2", "key": "svg-0" }]]; const IconPaletteFilled = createReactComponent("filled", "palette-filled", "PaletteFilled", __iconNode$4T); const __iconNode$4S = [["path", { "d": "M19.31 4.591a2 2 0 0 1 2.69 1.873v11c0 1.382 -1.38 2.38 -2.694 1.897c-4.879 -1.845 -9.734 -1.845 -14.612 0c-1.304 .495 -2.694 -.481 -2.694 -1.871v-11.032a2 2 0 0 1 2.676 -1.87l.025 .012l.448 .162c4.572 1.623 9.123 1.622 13.703 -.003z", "key": "svg-0" }]]; const IconPanoramaHorizontalFilled = createReactComponent("filled", "panorama-horizontal-filled", "PanoramaHorizontalFilled", __iconNode$4S); const __iconNode$4R = [["path", { "d": "M17.53 2c1.39 0 2.364 1.389 1.87 2.692l-.013 .026l-.156 .431c-1.623 4.572 -1.622 9.123 .003 13.703l.168 .458a2 2 0 0 1 -1.873 2.69h-11c-1.386 0 -2.394 -1.386 -1.897 -2.694c1.845 -4.879 1.845 -9.734 0 -14.612c-.495 -1.304 .48 -2.694 1.87 -2.694z", "key": "svg-0" }]]; const IconPanoramaVerticalFilled = createReactComponent("filled", "panorama-vertical-filled", "PanoramaVerticalFilled", __iconNode$4R); const __iconNode$4Q = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1 -20 0l.004 -.28c.148 -5.393 4.566 -9.72 9.996 -9.72m1.334 5h-3.334a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-3h2.334c1.516 0 2.666 -1.38 2.666 -3s-1.15 -3 -2.666 -3m0 2c.323 0 .666 .411 .666 1s-.343 1 -.666 1h-2.334v-2z", "key": "svg-0" }]]; const IconParkingCircleFilled = createReactComponent("filled", "parking-circle-filled", "ParkingCircleFilled", __iconNode$4Q); const __iconNode$4P = [["path", { "d": "M12 10c-1.32 0 -1.983 .421 -2.931 1.924l-.244 .398l-.395 .688a50.89 50.89 0 0 0 -.141 .254c-.24 .434 -.571 .753 -1.139 1.142l-.55 .365c-.94 .627 -1.432 1.118 -1.707 1.955c-.124 .338 -.196 .853 -.193 1.28c0 1.687 1.198 2.994 2.8 2.994l.242 -.006c.119 -.006 .234 -.017 .354 -.034l.248 -.043l.132 -.028l.291 -.073l.162 -.045l.57 -.17l.763 -.243l.455 -.136c.53 -.15 .94 -.222 1.283 -.222c.344 0 .753 .073 1.283 .222l.455 .136l.764 .242l.569 .171l.312 .084c.097 .024 .187 .045 .273 .062l.248 .043c.12 .017 .235 .028 .354 .034l.242 .006c1.602 0 2.8 -1.307 2.8 -3c0 -.427 -.073 -.939 -.207 -1.306c-.236 -.724 -.677 -1.223 -1.48 -1.83l-.257 -.19l-.528 -.38c-.642 -.47 -1.003 -.826 -1.253 -1.278l-.27 -.485l-.252 -.432c-1.011 -1.696 -1.618 -2.099 -3.053 -2.099z", "key": "svg-0" }], ["path", { "d": "M19.78 7h-.03c-1.219 .02 -2.35 1.066 -2.908 2.504c-.69 1.775 -.348 3.72 1.075 4.333c.256 .109 .527 .163 .801 .163c1.231 0 2.38 -1.053 2.943 -2.504c.686 -1.774 .34 -3.72 -1.076 -4.332a2.05 2.05 0 0 0 -.804 -.164z", "key": "svg-1" }], ["path", { "d": "M9.025 3c-.112 0 -.185 .002 -.27 .015l-.093 .016c-1.532 .206 -2.397 1.989 -2.108 3.855c.272 1.725 1.462 3.114 2.92 3.114l.187 -.005a1.26 1.26 0 0 0 .084 -.01l.092 -.016c1.533 -.206 2.397 -1.989 2.108 -3.855c-.27 -1.727 -1.46 -3.114 -2.92 -3.114z", "key": "svg-2" }], ["path", { "d": "M14.972 3c-1.459 0 -2.647 1.388 -2.916 3.113c-.29 1.867 .574 3.65 2.174 3.867c.103 .013 .2 .02 .296 .02c1.39 0 2.543 -1.265 2.877 -2.883l.041 -.23c.29 -1.867 -.574 -3.65 -2.174 -3.867a2.154 2.154 0 0 0 -.298 -.02z", "key": "svg-3" }], ["path", { "d": "M4.217 7c-.274 0 -.544 .054 -.797 .161c-1.426 .615 -1.767 2.562 -1.078 4.335c.563 1.451 1.71 2.504 2.941 2.504c.274 0 .544 -.054 .797 -.161c1.426 -.615 1.767 -2.562 1.078 -4.335c-.563 -1.451 -1.71 -2.504 -2.941 -2.504z", "key": "svg-4" }]]; const IconPawFilled = createReactComponent("filled", "paw-filled", "PawFilled", __iconNode$4P); const __iconNode$4O = [["path", { "d": "M12.085 6.5l5.415 5.415l-8.793 8.792a1 1 0 0 1 -.707 .293h-4a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 .293 -.707zm5.406 -2.698a3.828 3.828 0 0 1 1.716 6.405l-.292 .293l-5.415 -5.415l.293 -.292a3.83 3.83 0 0 1 3.698 -.991", "key": "svg-0" }]]; const IconPencilFilled = createReactComponent("filled", "pencil-filled", "PencilFilled", __iconNode$4O); const __iconNode$4N = [["path", { "d": "M14 2a1 1 0 0 1 .993 .883l.007 .117v17h1a1 1 0 0 1 .117 1.993l-.117 .007h-4a1 1 0 0 1 -.117 -1.993l.117 -.007h1v-7.351l-8.406 -3.735c-.752 -.335 -.79 -1.365 -.113 -1.77l.113 -.058l8.406 -3.736v-.35a1 1 0 0 1 1 -1z", "key": "svg-0" }]]; const IconPennant2Filled = createReactComponent("filled", "pennant-2-filled", "Pennant2Filled", __iconNode$4N); const __iconNode$4M = [["path", { "d": "M10 2a1 1 0 0 1 .993 .883l.007 .117v.35l8.406 3.736c.752 .335 .79 1.365 .113 1.77l-.113 .058l-8.406 3.735v7.351h1a1 1 0 0 1 .117 1.993l-.117 .007h-4a1 1 0 0 1 -.117 -1.993l.117 -.007h1v-17a1 1 0 0 1 1 -1z", "key": "svg-0" }]]; const IconPennantFilled = createReactComponent("filled", "pennant-filled", "PennantFilled", __iconNode$4M); const __iconNode$4L = [["path", { "d": "M10.205 2.6l-6.96 5.238a3 3 0 0 0 -1.045 3.338l2.896 8.765a3 3 0 0 0 2.85 2.059h8.12a3 3 0 0 0 2.841 -2.037l2.973 -8.764a3 3 0 0 0 -1.05 -3.37l-7.033 -5.237l-.091 -.061l-.018 -.01l-.106 -.07a3 3 0 0 0 -3.377 .148z", "key": "svg-0" }]]; const IconPentagonFilled = createReactComponent("filled", "pentagon-filled", "PentagonFilled", __iconNode$4L); const __iconNode$4K = [["path", { "d": "M9.928 3.629l2 5a1 1 0 0 1 -.414 1.228l-1.67 1.003a9.9 9.9 0 0 0 3.296 3.297l1.003 -1.671a1 1 0 0 1 1.228 -.414l5 2a1 1 0 0 1 .629 .928v4c0 1.657 -1.343 3 -3.06 2.998c-8.579 -.521 -15.418 -7.36 -15.94 -15.998a3 3 0 0 1 3 -3h4a1 1 0 0 1 .928 .629", "key": "svg-0" }], ["path", { "d": "M18 9a1 1 0 0 1 -2 0a1 1 0 0 0 -1 -1a1 1 0 0 1 0 -2a3 3 0 0 1 3 3", "key": "svg-1" }], ["path", { "d": "M22 9a1 1 0 0 1 -2 0a5 5 0 0 0 -5 -5a1 1 0 0 1 0 -2a7 7 0 0 1 7 7", "key": "svg-2" }]]; const IconPhoneCallFilled = createReactComponent("filled", "phone-call-filled", "PhoneCallFilled", __iconNode$4K); const __iconNode$4J = [["path", { "d": "M9.928 3.629l2 5a1 1 0 0 1 -.414 1.228l-1.67 1.003a9.9 9.9 0 0 0 3.296 3.297l1.003 -1.671a1 1 0 0 1 1.228 -.414l5 2a1 1 0 0 1 .629 .928v4c0 1.657 -1.343 3 -3.06 2.998c-8.579 -.521 -15.418 -7.36 -15.94 -15.998a3 3 0 0 1 3 -3h4a1 1 0 0 1 .928 .629", "key": "svg-0" }], ["path", { "d": "M16 7v.01a1 1 0 0 1 -2 0v-.01a1 1 0 0 1 2 0", "key": "svg-1" }], ["path", { "d": "M19 7v.01a1 1 0 0 1 -2 0v-.01a1 1 0 0 1 2 0", "key": "svg-2" }], ["path", { "d": "M22 7v.01a1 1 0 0 1 -2 0v-.01a1 1 0 0 1 2 0", "key": "svg-3" }]]; const IconPhoneCallingFilled = createReactComponent("filled", "phone-calling-filled", "PhoneCallingFilled", __iconNode$4J); const __iconNode$4I = [["path", { "d": "M9.928 3.629l2 5a1 1 0 0 1 -.414 1.228l-1.67 1.003a9.9 9.9 0 0 0 3.296 3.297l1.003 -1.671a1 1 0 0 1 1.228 -.414l5 2a1 1 0 0 1 .629 .928v4c0 1.657 -1.343 3 -3.06 2.998c-8.579 -.521 -15.418 -7.36 -15.94 -15.998a3 3 0 0 1 3 -3h4a1 1 0 0 1 .928 .629", "key": "svg-0" }], ["path", { "d": "M21.707 3.293a1 1 0 0 1 0 1.414l-4 4a1 1 0 0 1 -1.414 0l-2 -2a1 1 0 1 1 1.414 -1.414l1.293 1.293l3.293 -3.293a1 1 0 0 1 1.414 0", "key": "svg-1" }]]; const IconPhoneCheckFilled = createReactComponent("filled", "phone-check-filled", "PhoneCheckFilled", __iconNode$4I); const __iconNode$4H = [["path", { "d": "M9.928 3.629l2 5a1 1 0 0 1 -.414 1.228l-1.67 1.003a9.9 9.9 0 0 0 3.296 3.297l1.003 -1.671a1 1 0 0 1 1.228 -.414l5 2a1 1 0 0 1 .629 .928v4c0 1.657 -1.343 3 -3.06 2.998c-8.579 -.521 -15.418 -7.36 -15.94 -15.998a3 3 0 0 1 3 -3h4a1 1 0 0 1 .928 .629", "key": "svg-0" }], ["path", { "d": "M20.707 3.293a1 1 0 0 1 0 1.414l-1.293 1.293l1.293 1.293a1 1 0 1 1 -1.414 1.414l-1.293 -1.293l-1.293 1.293a1 1 0 0 1 -1.414 -1.414l1.293 -1.293l-1.293 -1.293a1 1 0 1 1 1.414 -1.414l1.293 1.293l1.293 -1.293a1 1 0 0 1 1.414 0", "key": "svg-1" }]]; const IconPhoneXFilled = createReactComponent("filled", "phone-x-filled", "PhoneXFilled", __iconNode$4H); const __iconNode$4G = [["path", { "d": "M9 3a1 1 0 0 1 .877 .519l.051 .11l2 5a1 1 0 0 1 -.313 1.16l-.1 .068l-1.674 1.004l.063 .103a10 10 0 0 0 3.132 3.132l.102 .062l1.005 -1.672a1 1 0 0 1 1.113 -.453l.115 .039l5 2a1 1 0 0 1 .622 .807l.007 .121v4c0 1.657 -1.343 3 -3.06 2.998c-8.579 -.521 -15.418 -7.36 -15.94 -15.998a3 3 0 0 1 2.824 -2.995l.176 -.005h4z", "key": "svg-0" }]]; const IconPhoneFilled = createReactComponent("filled", "phone-filled", "PhoneFilled", __iconNode$4G); const __iconNode$4F = [["path", { "d": "M8.813 11.612c.457 -.38 .918 -.38 1.386 .011l.108 .098l4.986 4.986l.094 .083a1 1 0 0 0 1.403 -1.403l-.083 -.094l-1.292 -1.293l.292 -.293l.106 -.095c.457 -.38 .918 -.38 1.386 .011l.108 .098l4.674 4.675a4 4 0 0 1 -3.775 3.599l-.206 .005h-12a4 4 0 0 1 -3.98 -3.603l6.687 -6.69l.106 -.095zm9.187 -9.612a4 4 0 0 1 3.995 3.8l.005 .2v9.585l-3.293 -3.292l-.15 -.137c-1.256 -1.095 -2.85 -1.097 -4.096 -.017l-.154 .14l-.307 .306l-2.293 -2.292l-.15 -.137c-1.256 -1.095 -2.85 -1.097 -4.096 -.017l-.154 .14l-5.307 5.306v-9.585a4 4 0 0 1 3.8 -3.995l.2 -.005h12zm-2.99 5l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", "key": "svg-0" }]]; const IconPhotoFilled = createReactComponent("filled", "photo-filled", "PhotoFilled", __iconNode$4F); const __iconNode$4E = [["path", { "d": "M11 4a1 1 0 0 1 0 2h-6a1 1 0 0 0 -1 1v10a1 1 0 0 0 1 1h14a1 1 0 0 0 1 -1v-4a1 1 0 0 1 2 0v4a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3z", "key": "svg-0" }], ["path", { "d": "M20 4a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-5a2 2 0 0 1 -2 -2v-3a2 2 0 0 1 2 -2z", "key": "svg-1" }]]; const IconPictureInPictureTopFilled = createReactComponent("filled", "picture-in-picture-top-filled", "PictureInPictureTopFilled", __iconNode$4E); const __iconNode$4D = [["path", { "d": "M19 4a3 3 0 0 1 3 3v4a1 1 0 0 1 -2 0v-4a1 1 0 0 0 -1 -1h-14a1 1 0 0 0 -1 1v10a1 1 0 0 0 1 1h6a1 1 0 0 1 0 2h-6a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3z", "key": "svg-0" }], ["path", { "d": "M20 13a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-5a2 2 0 0 1 -2 -2v-3a2 2 0 0 1 2 -2z", "key": "svg-1" }]]; const IconPictureInPictureFilled = createReactComponent("filled", "picture-in-picture-filled", "PictureInPictureFilled", __iconNode$4D); const __iconNode$4C = [["path", { "d": "M15.999 2a1 1 0 0 1 1.001 1v3.255l.026 .018a7 7 0 0 1 2.204 2.537l.092 .19h.676a2 2 0 0 1 1.995 1.85l.005 .15v2a2 2 0 0 1 -2 2h-.676l-.104 .213a7 7 0 0 1 -1.097 1.558l-.123 .125v1.604a2.5 2.5 0 0 1 -2.336 2.495l-.162 .005c-1.16 0 -2.135 -.79 -2.418 -1.86l-.032 -.141l-4.05 .001l-.05 -.002l-.032 .141a2.5 2.5 0 0 1 -2.254 1.856l-.164 .005a2.5 2.5 0 0 1 -2.5 -2.5v-1.602l-.056 -.055a7 7 0 0 1 -1.576 -7.085l.092 -.256a7 7 0 0 1 6.539 -4.502h2.196l4.25 -2.832a1 1 0 0 1 .436 -.161zm-.999 8a1 1 0 0 0 -.993 .883l-.007 .127a1 1 0 0 0 1.993 .117l.007 -.127a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconPigFilled = createReactComponent("filled", "pig-filled", "PigFilled", __iconNode$4C); const __iconNode$4B = [["path", { "d": "M20.207 3.793a5.95 5.95 0 0 1 0 8.414l-8 8a5.95 5.95 0 0 1 -8.414 -8.414l8 -8a5.95 5.95 0 0 1 8.414 0m-7 1.414l-4.294 4.293l5.586 5.586l4.294 -4.292a3.95 3.95 0 1 0 -5.586 -5.586", "key": "svg-0" }]]; const IconPillFilled = createReactComponent("filled", "pill-filled", "PillFilled", __iconNode$4B); const __iconNode$4A = [["path", { "d": "M15.113 3.21l.094 .083l5.5 5.5a1 1 0 0 1 -1.175 1.59l-3.172 3.171l-1.424 3.797a1 1 0 0 1 -.158 .277l-.07 .08l-1.5 1.5a1 1 0 0 1 -1.32 .082l-.095 -.083l-2.793 -2.792l-3.793 3.792a1 1 0 0 1 -1.497 -1.32l.083 -.094l3.792 -3.793l-2.792 -2.793a1 1 0 0 1 -.083 -1.32l.083 -.094l1.5 -1.5a1 1 0 0 1 .258 -.187l.098 -.042l3.796 -1.425l3.171 -3.17a1 1 0 0 1 1.497 -1.26z", "key": "svg-0" }]]; const IconPinFilled = createReactComponent("filled", "pin-filled", "PinFilled", __iconNode$4A); const __iconNode$4z = [["path", { "d": "M16 3a1 1 0 0 1 .117 1.993l-.117 .007v4.764l1.894 3.789a1 1 0 0 1 .1 .331l.006 .116v2a1 1 0 0 1 -.883 .993l-.117 .007h-4v4a1 1 0 0 1 -1.993 .117l-.007 -.117v-4h-4a1 1 0 0 1 -.993 -.883l-.007 -.117v-2a1 1 0 0 1 .06 -.34l.046 -.107l1.894 -3.791v-4.762a1 1 0 0 1 -.117 -1.993l.117 -.007h8z", "key": "svg-0" }]]; const IconPinnedFilled = createReactComponent("filled", "pinned-filled", "PinnedFilled", __iconNode$4z); const __iconNode$4y = [["path", { "d": "M12.89 2.542l8.5 16.517a1 1 0 0 1 -.446 1.354a20.1 20.1 0 0 1 -8.945 2.087l-.522 -.007a20.1 20.1 0 0 1 -8.423 -2.08a1 1 0 0 1 -.443 -1.354l8.5 -16.517a1 1 0 0 1 1.778 0m-7.064 14.64l-.96 1.865l.409 .17a18.2 18.2 0 0 0 6.226 1.276l.5 .007a18.1 18.1 0 0 0 6.708 -1.279l.424 -.176l-.89 -1.728a15.9 15.9 0 0 1 -6.046 1.183a15.9 15.9 0 0 1 -6.37 -1.318m5.174 -4.192a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883m2 -2.99a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883", "key": "svg-0" }]]; const IconPizzaFilled = createReactComponent("filled", "pizza-filled", "PizzaFilled", __iconNode$4y); const __iconNode$4x = [["path", { "d": "M10.466 2.271l2.898 .777a1 1 0 0 1 .708 .711l1.904 7.235l4.255 1.141a3 3 0 1 1 -1.539 5.799l-14.489 -3.882a1 1 0 0 1 -.72 -.765l-1.347 -6.572a1 1 0 0 1 1.239 -1.167l2.898 .776a1 1 0 0 1 .607 .466l1.207 2.091l1.217 .326l-.098 -5.954a1 1 0 0 1 1.259 -.982", "key": "svg-0" }], ["path", { "d": "M22 21a1 1 0 0 1 -1 1h-18a1 1 0 0 1 0 -2h18a1 1 0 0 1 1 1", "key": "svg-1" }]]; const IconPlaneArrivalFilled = createReactComponent("filled", "plane-arrival-filled", "PlaneArrivalFilled", __iconNode$4x); const __iconNode$4w = [["path", { "d": "M9.674 3.827l5.267 5.315l4.25 -1.139a3 3 0 1 1 1.572 5.79l-14.49 3.883a1 1 0 0 1 -1.006 -.303l-4.45 -5.02a1 1 0 0 1 .49 -1.629l2.896 -.776a1 1 0 0 1 .759 .1l2.091 1.207l1.217 -.326l-3.062 -5.107a1 1 0 0 1 .599 -1.48l2.898 -.777a1 1 0 0 1 .97 .262", "key": "svg-0" }], ["path", { "d": "M22 21a1 1 0 0 1 -1 1h-18a1 1 0 0 1 0 -2h18a1 1 0 0 1 1 1", "key": "svg-1" }]]; const IconPlaneDepartureFilled = createReactComponent("filled", "plane-departure-filled", "PlaneDepartureFilled", __iconNode$4w); const __iconNode$4v = [["path", { "d": "M21.107 2.893a3.047 3.047 0 0 1 .012 4.302l-2.479 2.564l2.309 6.925a1 1 0 0 1 -.235 1.016l-2.5 2.55a1 1 0 0 1 -1.596 -.229l-2.864 -5.36l-1.754 1.753v2.586a1 1 0 0 1 -.293 .707l-2 2a1 1 0 0 1 -1.656 -.39l-1.341 -4.027l-4.025 -1.342a1 1 0 0 1 -.391 -1.656l2 -2a1 1 0 0 1 .706 -.292h2.586l1.757 -1.757l-5.317 -2.863a1 1 0 0 1 -.233 -1.587l2.5 -2.5a1 1 0 0 1 1.023 -.242l6.925 2.309l2.552 -2.467a3.05 3.05 0 0 1 4.314 0", "key": "svg-0" }]]; const IconPlaneTiltFilled = createReactComponent("filled", "plane-tilt-filled", "PlaneTiltFilled", __iconNode$4v); const __iconNode$4u = [["path", { "d": "M12.868 2.504l3.712 6.496h3.42a3 3 0 0 1 0 6h-3.42l-3.712 6.496a1 1 0 0 1 -.868 .504h-3a1 1 0 0 1 -.962 -1.275l1.636 -5.725h-2.26l-1.707 1.707a1 1 0 0 1 -.707 .293h-3a1 1 0 0 1 -.894 -1.447l1.776 -3.553l-1.776 -3.553a1 1 0 0 1 .894 -1.447h3a1 1 0 0 1 .707 .293l1.707 1.707h2.26l-1.636 -5.725a1 1 0 0 1 .962 -1.275h3a1 1 0 0 1 .868 .504", "key": "svg-0" }]]; const IconPlaneFilled = createReactComponent("filled", "plane-filled", "PlaneFilled", __iconNode$4u); const __iconNode$4t = [["path", { "d": "M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m-5.01 -10a1 1 0 0 0 -1 1v6a1 1 0 0 0 2 0v-6a1 1 0 0 0 -1 -1m-4.99 -4h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 1 0 0 -2", "key": "svg-0" }]]; const IconPlayCard1Filled = createReactComponent("filled", "play-card-1-filled", "PlayCard1Filled", __iconNode$4t); const __iconNode$4s = [["path", { "d": "M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m-8.01 -10a1 1 0 0 0 -1 1v6a1 1 0 0 0 2 0v-6a1 1 0 0 0 -1 -1m4.5 0c-1.453 0 -2.5 1.395 -2.5 3v2c0 1.605 1.047 3 2.5 3s2.5 -1.395 2.5 -3v-2c0 -1.605 -1.047 -3 -2.5 -3m0 2c.203 0 .5 .395 .5 1v2c0 .605 -.297 1 -.5 1s-.5 -.395 -.5 -1v-2c0 -.605 .297 -1 .5 -1m-6.49 -6h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 1 0 0 -2", "key": "svg-0" }]]; const IconPlayCard10Filled = createReactComponent("filled", "play-card-10-filled", "PlayCard10Filled", __iconNode$4s); const __iconNode$4r = [["path", { "d": "M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2m-4.01 -10h-3a1 1 0 1 0 0 2h3v1h-2a2 2 0 0 0 -2 2v1a2 2 0 0 0 2 2h3a1 1 0 0 0 0 -2h-3v-1h2a2 2 0 0 0 2 -2v-1a2 2 0 0 0 -2 -2m-5.99 -4h-.01a1 1 0 1 0 0 2h.01a1 1 0 1 0 0 -2", "key": "svg-0" }]]; const IconPlayCard2Filled = createReactComponent("filled", "play-card-2-filled", "PlayCard2Filled", __iconNode$4r); const __iconNode$4q = [["path", { "d": "M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m-4.51 -10h-2.5a1 1 0 1 0 0 2h2.5a.5 .5 0 0 1 .09 .992l-.09 .008h-1.5c-1.287 0 -1.332 1.864 -.133 1.993l.133 .007h1.5a.5 .5 0 1 1 0 1h-2.5a1 1 0 0 0 0 2h2.5a2.5 2.5 0 0 0 2.5 -2.5l-.005 -.164a2.5 2.5 0 0 0 -.477 -1.312l-.019 -.024l.019 -.024a2.5 2.5 0 0 0 -2.018 -3.976m-5.49 -4h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 1 0 0 -2", "key": "svg-0" }]]; const IconPlayCard3Filled = createReactComponent("filled", "play-card-3-filled", "PlayCard3Filled", __iconNode$4q); const __iconNode$4p = [["path", { "d": "M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m-3.01 -10a1 1 0 0 0 -1 1v2h-2v-2a1 1 0 0 0 -2 0v2a2 2 0 0 0 2 2h2v2a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1m-6.99 -4h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 1 0 0 -2", "key": "svg-0" }]]; const IconPlayCard4Filled = createReactComponent("filled", "play-card-4-filled", "PlayCard4Filled", __iconNode$4p); const __iconNode$4o = [["path", { "d": "M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2m-3.01 -10h-4a1 1 0 0 0 -1 1v3a1 1 0 0 0 1 1h3v1h-3a1 1 0 0 0 0 2h3a2 2 0 0 0 2 -2v-1l-.005 -.15a2 2 0 0 0 -1.995 -1.85h-2v-1h3a1 1 0 0 0 0 -2m-6.99 -4h-.01a1 1 0 1 0 0 2h.01a1 1 0 1 0 0 -2", "key": "svg-0" }]]; const IconPlayCard5Filled = createReactComponent("filled", "play-card-5-filled", "PlayCard5Filled", __iconNode$4o); const __iconNode$4n = [["path", { "d": "M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m-3.01 -10h-3a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-1l-.005 -.15a2 2 0 0 0 -1.995 -1.85h-2v-1h3a1 1 0 0 0 0 -2m-1 5v1h-2v-1zm-5.99 -9h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 1 0 0 -2", "key": "svg-0" }]]; const IconPlayCard6Filled = createReactComponent("filled", "play-card-6-filled", "PlayCard6Filled", __iconNode$4n); const __iconNode$4m = [["path", { "d": "M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2m-3.01 -10h-4a1 1 0 0 0 -1 1l.007 .117a1 1 0 0 0 .993 .883h2.612l-1.56 4.684a1 1 0 1 0 1.897 .632l2 -6a1 1 0 0 0 -.949 -1.316m-6.99 -4h-.01a1 1 0 1 0 0 2h.01a1 1 0 1 0 0 -2", "key": "svg-0" }]]; const IconPlayCard7Filled = createReactComponent("filled", "play-card-7-filled", "PlayCard7Filled", __iconNode$4m); const __iconNode$4l = [["path", { "d": "M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m-4.01 -10h-2a2 2 0 0 0 -2 2v1c0 .365 .098 .707 .268 1.001c-.17 .293 -.268 .635 -.268 .999v1a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-1a2 2 0 0 0 -.268 -1c.17 -.293 .268 -.635 .268 -1v-1a2 2 0 0 0 -2 -2m0 5v1h-2v-1zm0 -3v1h-2v-1zm-5.99 -6h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 1 0 0 -2", "key": "svg-0" }]]; const IconPlayCard8Filled = createReactComponent("filled", "play-card-8-filled", "PlayCard8Filled", __iconNode$4l); const __iconNode$4k = [["path", { "d": "M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2m-4.01 -10h-2a2 2 0 0 0 -2 2v1l.005 .15a2 2 0 0 0 1.995 1.85h2v1h-3a1 1 0 0 0 0 2h3a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2m0 2v1h-2v-1zm-5.99 -6h-.01a1 1 0 1 0 0 2h.01a1 1 0 1 0 0 -2", "key": "svg-0" }]]; const IconPlayCard9Filled = createReactComponent("filled", "play-card-9-filled", "PlayCard9Filled", __iconNode$4k); const __iconNode$4j = [["path", { "d": "M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m-5.01 -10a3 3 0 0 0 -3 3v4a1 1 0 0 0 2 0v-1h2v1a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-4a3 3 0 0 0 -3 -3m0 2a1 1 0 0 1 1 1v1h-2v-1a1 1 0 0 1 .883 -.993zm-4.99 -6h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 1 0 0 -2", "key": "svg-0" }]]; const IconPlayCardAFilled = createReactComponent("filled", "play-card-a-filled", "PlayCardAFilled", __iconNode$4j); const __iconNode$4i = [["path", { "d": "M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2m-3.01 -10h-4a1 1 0 0 0 -1 1l.007 .117a1 1 0 0 0 .993 .883h3v3a1 1 0 0 1 -2 0a1 1 0 0 0 -2 0a3 3 0 0 0 6 0v-4a1 1 0 0 0 -1 -1m-6.99 -4h-.01a1 1 0 1 0 0 2h.01a1 1 0 1 0 0 -2", "key": "svg-0" }]]; const IconPlayCardJFilled = createReactComponent("filled", "play-card-j-filled", "PlayCardJFilled", __iconNode$4i); const __iconNode$4h = [["path", { "d": "M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m-7.01 -10a1 1 0 0 0 -1 1v6a1 1 0 0 0 2 0v-1.585l2.293 2.292a1 1 0 0 0 1.32 .083l.094 -.083l.083 -.094a1 1 0 0 0 -.083 -1.32l-2.292 -2.293l2.292 -2.293a1 1 0 1 0 -1.414 -1.414l-2.293 2.291v-1.584a1 1 0 0 0 -.883 -.993zm-2.99 -4h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 1 0 0 -2", "key": "svg-0" }]]; const IconPlayCardKFilled = createReactComponent("filled", "play-card-k-filled", "PlayCardKFilled", __iconNode$4h); const __iconNode$4g = [["path", { "d": "M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m-5.01 -10a3 3 0 0 0 -3 3v2a3 3 0 0 0 4.293 2.708l.5 .5a1 1 0 0 0 1.414 -1.415l-.499 -.5c.187 -.392 .292 -.83 .292 -1.293v-2a3 3 0 0 0 -3 -3m0 2a1 1 0 0 1 1 1v2a1 1 0 0 1 -2 0v-2a1 1 0 0 1 1 -1m-4.99 -6h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 1 0 0 -2", "key": "svg-0" }]]; const IconPlayCardQFilled = createReactComponent("filled", "play-card-q-filled", "PlayCardQFilled", __iconNode$4g); const __iconNode$4f = [["path", { "d": "M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m-4.98 -9.5l-.115 .005c-.384 .04 -.724 .273 -.898 .623l-.51 1.027l-1.138 .166c-.423 .059 -.78 .357 -.914 .768l-.033 .125a1.13 1.13 0 0 0 .322 1.039l.82 .797l-.194 1.127c-.07 .432 .107 .857 .454 1.108l.107 .068a1.13 1.13 0 0 0 1.078 .018l1.022 -.536l1.019 .535c.377 .2 .84 .168 1.19 -.086l.1 -.08c.281 -.259 .416 -.645 .35 -1.028l-.194 -1.126l.823 -.799c.31 -.302 .42 -.752 .287 -1.161l-.042 -.11a1.13 1.13 0 0 0 -.873 -.659l-1.138 -.166l-.508 -1.026a1.13 1.13 0 0 0 -1.014 -.63m-5.021 -4.499h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 1 0 0 -2", "key": "svg-0" }]]; const IconPlayCardStarFilled = createReactComponent("filled", "play-card-star-filled", "PlayCardStarFilled", __iconNode$4f); const __iconNode$4e = [["path", { "d": "M17 2a2.995 2.995 0 0 1 2.995 2.898q .005 .05 .005 .102v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-.99 15h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2m-3.21 -9.6a1 1 0 0 0 -1.6 0l-3 4a1 1 0 0 0 0 1.2l2.988 3.984l.012 .016q .007 .01 .017 .02a.5 .5 0 0 0 .077 .086l.016 .018l.018 .016q .025 .024 .052 .043l.025 .02a.5 .5 0 0 0 .084 .056l.056 .03q .016 .01 .033 .018l.043 .017a.4 .4 0 0 0 .074 .028a.9 .9 0 0 0 .305 .047h.047a1 1 0 0 0 .095 -.01a1 1 0 0 0 .163 -.037l.025 -.008l.049 -.02a.3 .3 0 0 0 .076 -.034a.5 .5 0 0 0 .08 -.046a1 1 0 0 0 .085 -.06a.5 .5 0 0 0 .086 -.078l.018 -.016l.016 -.018l.043 -.052l.017 -.02l.009 -.012l2.991 -3.988a1 1 0 0 0 0 -1.2zm-4.79 -2.4h-.01a1 1 0 1 0 0 2h.01a1 1 0 1 0 0 -2", "key": "svg-0" }]]; const IconPlayCardFilled = createReactComponent("filled", "play-card-filled", "PlayCardFilled", __iconNode$4e); const __iconNode$4d = [["path", { "d": "M11.247 3.341l-7 8c-.565 .647 -.106 1.659 .753 1.659h14c.86 0 1.318 -1.012 .753 -1.659l-7 -8a1 1 0 0 0 -1.506 0z", "key": "svg-0" }], ["path", { "d": "M18 15h-12a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2z", "key": "svg-1" }]]; const IconPlayerEjectFilled = createReactComponent("filled", "player-eject-filled", "PlayerEjectFilled", __iconNode$4d); const __iconNode$4c = [["path", { "d": "M9 4h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2z", "key": "svg-0" }], ["path", { "d": "M17 4h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2z", "key": "svg-1" }]]; const IconPlayerPauseFilled = createReactComponent("filled", "player-pause-filled", "PlayerPauseFilled", __iconNode$4c); const __iconNode$4b = [["path", { "d": "M6 4v16a1 1 0 0 0 1.524 .852l13 -8a1 1 0 0 0 0 -1.704l-13 -8a1 1 0 0 0 -1.524 .852z", "key": "svg-0" }]]; const IconPlayerPlayFilled = createReactComponent("filled", "player-play-filled", "PlayerPlayFilled", __iconNode$4b); const __iconNode$4a = [["path", { "d": "M8 5.072a8 8 0 1 1 -3.995 7.213l-.005 -.285l.005 -.285a8 8 0 0 1 3.995 -6.643z", "key": "svg-0" }]]; const IconPlayerRecordFilled = createReactComponent("filled", "player-record-filled", "PlayerRecordFilled", __iconNode$4a); const __iconNode$49 = [["path", { "d": "M19.496 4.136l-12 7a1 1 0 0 0 0 1.728l12 7a1 1 0 0 0 1.504 -.864v-14a1 1 0 0 0 -1.504 -.864z", "key": "svg-0" }], ["path", { "d": "M4 4a1 1 0 0 1 .993 .883l.007 .117v14a1 1 0 0 1 -1.993 .117l-.007 -.117v-14a1 1 0 0 1 1 -1z", "key": "svg-1" }]]; const IconPlayerSkipBackFilled = createReactComponent("filled", "player-skip-back-filled", "PlayerSkipBackFilled", __iconNode$49); const __iconNode$48 = [["path", { "d": "M3 5v14a1 1 0 0 0 1.504 .864l12 -7a1 1 0 0 0 0 -1.728l-12 -7a1 1 0 0 0 -1.504 .864z", "key": "svg-0" }], ["path", { "d": "M20 4a1 1 0 0 1 .993 .883l.007 .117v14a1 1 0 0 1 -1.993 .117l-.007 -.117v-14a1 1 0 0 1 1 -1z", "key": "svg-1" }]]; const IconPlayerSkipForwardFilled = createReactComponent("filled", "player-skip-forward-filled", "PlayerSkipForwardFilled", __iconNode$48); const __iconNode$47 = [["path", { "d": "M17 4h-10a3 3 0 0 0 -3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3 -3v-10a3 3 0 0 0 -3 -3z", "key": "svg-0" }]]; const IconPlayerStopFilled = createReactComponent("filled", "player-stop-filled", "PlayerStopFilled", __iconNode$47); const __iconNode$46 = [["path", { "d": "M2 5v14c0 .86 1.012 1.318 1.659 .753l8 -7a1 1 0 0 0 0 -1.506l-8 -7c-.647 -.565 -1.659 -.106 -1.659 .753z", "key": "svg-0" }], ["path", { "d": "M13 5v14c0 .86 1.012 1.318 1.659 .753l8 -7a1 1 0 0 0 0 -1.506l-8 -7c-.647 -.565 -1.659 -.106 -1.659 .753z", "key": "svg-1" }]]; const IconPlayerTrackNextFilled = createReactComponent("filled", "player-track-next-filled", "PlayerTrackNextFilled", __iconNode$46); const __iconNode$45 = [["path", { "d": "M20.341 4.247l-8 7a1 1 0 0 0 0 1.506l8 7c.647 .565 1.659 .106 1.659 -.753v-14c0 -.86 -1.012 -1.318 -1.659 -.753z", "key": "svg-0" }], ["path", { "d": "M9.341 4.247l-8 7a1 1 0 0 0 0 1.506l8 7c.647 .565 1.659 .106 1.659 -.753v-14c0 -.86 -1.012 -1.318 -1.659 -.753z", "key": "svg-1" }]]; const IconPlayerTrackPrevFilled = createReactComponent("filled", "player-track-prev-filled", "PlayerTrackPrevFilled", __iconNode$45); const __iconNode$44 = [["path", { "d": "M21 3a1 1 0 0 1 0 2h-3v12a4 4 0 1 1 -2.001 -3.465l.001 -9.535a1 1 0 0 1 1 -1z", "key": "svg-0" }], ["path", { "d": "M14 5a1 1 0 0 1 -1 1h-10a1 1 0 1 1 0 -2h10a1 1 0 0 1 1 1", "key": "svg-1" }], ["path", { "d": "M14 9a1 1 0 0 1 -1 1h-10a1 1 0 1 1 0 -2h10a1 1 0 0 1 1 1", "key": "svg-2" }], ["path", { "d": "M10 13a1 1 0 0 1 -1 1h-6a1 1 0 0 1 0 -2h6a1 1 0 0 1 1 1", "key": "svg-3" }]]; const IconPlaylistFilled = createReactComponent("filled", "playlist-filled", "PlaylistFilled", __iconNode$44); const __iconNode$43 = [["path", { "d": "M12 4a1 1 0 0 1 1 1v6h6a1 1 0 0 1 0 2h-6v6a1 1 0 0 1 -2 0v-6h-6a1 1 0 0 1 0 -2h6v-6a1 1 0 0 1 1 -1", "key": "svg-0" }]]; const IconPlusFilled = createReactComponent("filled", "plus-filled", "PlusFilled", __iconNode$43); const __iconNode$42 = [["path", { "d": "M12 7a5 5 0 1 1 -4.995 5.217l-.005 -.217l.005 -.217a5 5 0 0 1 4.995 -4.783z", "key": "svg-0" }]]; const IconPointFilled = createReactComponent("filled", "point-filled", "PointFilled", __iconNode$42); const __iconNode$41 = [["path", { "d": "M3.039 4.277l3.904 13.563c.185 .837 .92 1.516 1.831 1.642l.17 .016a2.2 2.2 0 0 0 1.982 -1.006l.045 -.078l1.4 -2.072l4.05 4.05a2.067 2.067 0 0 0 2.924 0l1.047 -1.047c.388 -.388 .606 -.913 .606 -1.461l-.008 -.182a2.067 2.067 0 0 0 -.598 -1.28l-4.047 -4.048l2.103 -1.412c.726 -.385 1.18 -1.278 1.053 -2.189a2.2 2.2 0 0 0 -1.701 -1.845l-13.524 -3.89a1 1 0 0 0 -1.236 1.24z", "key": "svg-0" }]]; const IconPointerFilled = createReactComponent("filled", "pointer-filled", "PointerFilled", __iconNode$41); const __iconNode$40 = [["path", { "d": "M9.199 9.623l.108 .098l3.986 3.986l.094 .083a1 1 0 0 0 1.403 -1.403l-.083 -.094l-.292 -.293l1.292 -1.293l.106 -.095c.457 -.38 .918 -.38 1.386 .011l.108 .098l4.502 4.503a4.003 4.003 0 0 1 -3.596 2.77l-.213 .006h-12a4.002 4.002 0 0 1 -3.809 -2.775l5.516 -5.518l.106 -.095c.457 -.38 .918 -.38 1.386 .011zm8.801 -7.623a4 4 0 0 1 3.995 3.8l.005 .2v6.585l-3.293 -3.292l-.15 -.137c-1.256 -1.095 -2.85 -1.097 -4.096 -.017l-.154 .14l-1.307 1.306l-2.293 -2.292l-.15 -.137c-1.256 -1.095 -2.85 -1.097 -4.096 -.017l-.154 .14l-4.307 4.306v-6.585a4 4 0 0 1 3.8 -3.995l.2 -.005h12zm-2.99 3l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", "key": "svg-0" }], ["path", { "d": "M8.01 20a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z", "key": "svg-1" }], ["path", { "d": "M12.01 20a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z", "key": "svg-2" }], ["path", { "d": "M16.01 20a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z", "key": "svg-3" }]]; const IconPolaroidFilled = createReactComponent("filled", "polaroid-filled", "PolaroidFilled", __iconNode$40); const __iconNode$3$ = [["path", { "d": "M11.063 2.995l.086 .009h.07c2.237 .098 3.87 1.686 4.214 4.046l.01 .075l.133 .04a3.5 3.5 0 0 1 1.718 1.22l.125 .179a3.5 3.5 0 0 1 .567 2.243l-.006 .049l.032 .025a4 4 0 0 1 1.476 2.8l.01 .191l.15 .125a4 4 0 0 1 1.29 3.693l-.042 .208c-.4 1.728 -1.89 2.986 -3.72 3.092h-10.176a4 4 0 0 1 -2.638 -7.008l.14 -.118l.011 -.19a4 4 0 0 1 1.476 -2.798l.032 -.025l-.006 -.048a3.5 3.5 0 0 1 .452 -2.058l.114 -.186c.603 -.912 1.598 -1.49 2.755 -1.564h.164c.743 0 1.26 -1.242 .606 -2.553l.006 .015l-.01 -.017a1 1 0 0 1 -.095 -.323l-.007 -.117c0 -.654 .539 -1.031 1.063 -1.005m3.758 12.434a1 1 0 0 0 -1.392 -.25a2.5 2.5 0 0 1 -2.858 0a1 1 0 0 0 -1.142 1.642a4.5 4.5 0 0 0 5.142 0a1 1 0 0 0 .25 -1.392m-4.811 -4.429h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2m4 0h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconPooFilled = createReactComponent("filled", "poo-filled", "PooFilled", __iconNode$3$); const __iconNode$3_ = [["path", { "d": "M21 3a1 1 0 0 1 0 2v9a3 3 0 0 1 -3 3h-5v2h2a1 1 0 0 1 0 2h-6a1 1 0 0 1 0 -2h2v-2h-5a3 3 0 0 1 -3 -3v-9a1 1 0 1 1 0 -2zm-12 4a1 1 0 0 0 -1 1v4a1 1 0 0 0 2 0v-4a1 1 0 0 0 -1 -1m6 2a1 1 0 0 0 -1 1v2a1 1 0 0 0 2 0v-2a1 1 0 0 0 -1 -1m-3 1a1 1 0 0 0 -1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconPresentationAnalyticsFilled = createReactComponent("filled", "presentation-analytics-filled", "PresentationAnalyticsFilled", __iconNode$3_); const __iconNode$3Z = [["path", { "d": "M21 3a1 1 0 0 1 0 2v9a3 3 0 0 1 -3 3h-5v2h2a1 1 0 0 1 0 2h-6a1 1 0 0 1 0 -2h2v-2h-5a3 3 0 0 1 -3 -3v-9a1 1 0 1 1 0 -2zm-4.293 4.293a1 1 0 0 0 -1.414 0l-2.293 2.292l-1.293 -1.292a1 1 0 0 0 -1.414 0l-3 3a1 1 0 0 0 0 1.414l.094 .083a1 1 0 0 0 1.32 -.083l2.293 -2.292l1.293 1.292a1 1 0 0 0 1.414 0l3 -3a1 1 0 0 0 0 -1.414", "key": "svg-0" }]]; const IconPresentationFilled = createReactComponent("filled", "presentation-filled", "PresentationFilled", __iconNode$3Z); const __iconNode$3Y = [["path", { "d": "M10 2a3 3 0 0 1 2.995 2.824l.005 .176v1h3a2 2 0 0 1 1.995 1.85l.005 .15v3h1a3 3 0 0 1 .176 5.995l-.176 .005h-1v3a2 2 0 0 1 -1.85 1.995l-.15 .005h-3a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-1a1 1 0 0 0 -1.993 -.117l-.007 .117v1a2 2 0 0 1 -1.85 1.995l-.15 .005h-3a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-3a2 2 0 0 1 1.85 -1.995l.15 -.005h1a1 1 0 0 0 .117 -1.993l-.117 -.007h-1a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-3a2 2 0 0 1 1.85 -1.995l.15 -.005h3v-1a3 3 0 0 1 3 -3z", "key": "svg-0" }]]; const IconPuzzleFilled = createReactComponent("filled", "puzzle-filled", "PuzzleFilled", __iconNode$3Y); const __iconNode$3X = [["path", { "d": "M9 5a2 2 0 0 1 2 2v6c0 3.13 -1.65 5.193 -4.757 5.97a1 1 0 1 1 -.486 -1.94c2.227 -.557 3.243 -1.827 3.243 -4.03v-1h-3a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-3a2 2 0 0 1 2 -2z", "key": "svg-0" }], ["path", { "d": "M18 5a2 2 0 0 1 2 2v6c0 3.13 -1.65 5.193 -4.757 5.97a1 1 0 1 1 -.486 -1.94c2.227 -.557 3.243 -1.827 3.243 -4.03v-1h-3a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-3a2 2 0 0 1 2 -2z", "key": "svg-1" }]]; const IconQuoteFilled = createReactComponent("filled", "quote-filled", "QuoteFilled", __iconNode$3X); const __iconNode$3W = [["path", { "d": "M12 10a2 2 0 0 1 1.678 .911l.053 .089h7.269l.117 .007a1 1 0 0 1 .883 .993c0 5.523 -4.477 10 -10 10a1 1 0 0 1 -1 -1v-7.269l-.089 -.053a2 2 0 0 1 -.906 -1.529l-.005 -.149a2 2 0 0 1 2 -2m9.428 -1.334a1 1 0 0 1 -1.884 .668a8 8 0 1 0 -10.207 10.218a1 1 0 0 1 -.666 1.886a10 10 0 1 1 12.757 -12.772m-4.628 -.266a1 1 0 0 1 -1.6 1.2a4 4 0 1 0 -5.6 5.6a1 1 0 0 1 -1.2 1.6a6 6 0 1 1 8.4 -8.4", "key": "svg-0" }]]; const IconRadarFilled = createReactComponent("filled", "radar-filled", "RadarFilled", __iconNode$3W); const __iconNode$3V = [["path", { "d": "M21 11a1 1 0 0 1 1 1a10 10 0 0 1 -5 8.656a1 1 0 0 1 -1.302 -.268l-.064 -.098l-3 -5.19a.995 .995 0 0 1 -.133 -.542l.01 -.11l.023 -.106l.034 -.106l.046 -.1l.056 -.094l.067 -.089a.994 .994 0 0 1 .165 -.155l.098 -.064a2 2 0 0 0 .993 -1.57l.007 -.163a1 1 0 0 1 .883 -.994l.117 -.007h6z", "key": "svg-0" }], ["path", { "d": "M7 3.344a10 10 0 0 1 10 0a1 1 0 0 1 .418 1.262l-.052 .104l-3 5.19l-.064 .098a.994 .994 0 0 1 -.155 .165l-.089 .067a1 1 0 0 1 -.195 .102l-.105 .034l-.107 .022a1.003 1.003 0 0 1 -.547 -.07l-.104 -.052a2 2 0 0 0 -1.842 -.082l-.158 .082a1 1 0 0 1 -1.302 -.268l-.064 -.098l-3 -5.19a1 1 0 0 1 .366 -1.366z", "key": "svg-1" }], ["path", { "d": "M9 11a1 1 0 0 1 .993 .884l.007 .117a2 2 0 0 0 .861 1.645l.237 .152a.994 .994 0 0 1 .165 .155l.067 .089l.056 .095l.045 .099c.014 .036 .026 .07 .035 .106l.022 .107l.011 .11a.994 .994 0 0 1 -.08 .437l-.053 .104l-3 5.19a1 1 0 0 1 -1.366 .366a10 10 0 0 1 -5 -8.656a1 1 0 0 1 .883 -.993l.117 -.007h6z", "key": "svg-2" }]]; const IconRadioactiveFilled = createReactComponent("filled", "radioactive-filled", "RadioactiveFilled", __iconNode$3V); const __iconNode$3U = [["path", { "d": "M17 2a3 3 0 0 1 3 3v16a1 1 0 0 1 -1.555 .832l-2.318 -1.545l-1.42 1.42a1 1 0 0 1 -1.32 .083l-.094 -.083l-1.293 -1.292l-1.293 1.292a1 1 0 0 1 -1.32 .083l-.094 -.083l-1.421 -1.42l-2.317 1.545l-.019 .012l-.054 .03l-.028 .017l-.054 .023l-.05 .023l-.049 .015l-.06 .019l-.052 .009l-.057 .011l-.084 .006l-.026 .003h-.022l-.049 -.003h-.039l-.013 -.003h-.016l-.041 -.008l-.038 -.005l-.015 -.005l-.018 -.002l-.034 -.011l-.04 -.01l-.019 -.007l-.015 -.004l-.029 -.013l-.04 -.015l-.021 -.011l-.013 -.005l-.028 -.016l-.036 -.018l-.014 -.01l-.018 -.01l-.038 -.027l-.022 -.014l-.01 -.009l-.02 -.014l-.045 -.041l-.012 -.008l-.024 -.024l-.035 -.039l-.02 -.02l-.007 -.011l-.011 -.012l-.032 -.045l-.02 -.025l-.012 -.019l-.03 -.054l-.017 -.028l-.023 -.054l-.023 -.05a1 1 0 0 1 -.034 -.108l-.01 -.057l-.01 -.053l-.009 -.132v-16a3 3 0 0 1 3 -3zm-5 3a1 1 0 0 0 -1 1a3 3 0 1 0 0 6v2c-.403 .013 -.75 -.18 -.934 -.5a1 1 0 0 0 -1.732 1a3 3 0 0 0 2.505 1.5l.161 -.001a1 1 0 1 0 2 .001l.176 -.005a3 3 0 0 0 -.176 -5.995v-2c.403 -.013 .75 .18 .934 .5a1 1 0 0 0 1.732 -1a3 3 0 0 0 -2.505 -1.5h-.161a1 1 0 0 0 -1 -1m1 7a1 1 0 0 1 0 2zm-2 -4v2a1 1 0 0 1 0 -2", "key": "svg-0" }]]; const IconReceiptDollarFilled = createReactComponent("filled", "receipt-dollar-filled", "ReceiptDollarFilled", __iconNode$3U); const __iconNode$3T = [["path", { "d": "M17 2a3 3 0 0 1 3 3v16a1 1 0 0 1 -1.555 .832l-2.318 -1.545l-1.42 1.42a1 1 0 0 1 -1.32 .083l-.094 -.083l-1.293 -1.292l-1.293 1.292a1 1 0 0 1 -1.32 .083l-.094 -.083l-1.421 -1.42l-2.317 1.545a1 1 0 0 1 -1.55 -.72l-.005 -.112v-16a3 3 0 0 1 3 -3zm-3.875 4c-2.046 0 -3.668 1.746 -4.043 4h-.082a1 1 0 0 0 0 2h.082c.376 2.254 1.997 4 4.043 4c1.106 0 2.053 -.465 2.707 -1.445a1 1 0 1 0 -1.664 -1.11c-.267 .401 -.58 .555 -1.043 .555c-.882 0 -1.7 -.814 -2.002 -1.999l1.877 -.001a1 1 0 0 0 0 -2h-1.877c.301 -1.186 1.12 -2 2.002 -2c.462 0 .776 .154 1.043 .555a1 1 0 0 0 1.664 -1.11c-.654 -.98 -1.6 -1.445 -2.707 -1.445", "key": "svg-0" }]]; const IconReceiptEuroFilled = createReactComponent("filled", "receipt-euro-filled", "ReceiptEuroFilled", __iconNode$3T); const __iconNode$3S = [["path", { "d": "M17 2a3 3 0 0 1 3 3v16a1 1 0 0 1 -1.555 .832l-2.318 -1.545l-1.42 1.42a1 1 0 0 1 -1.32 .083l-.094 -.083l-1.293 -1.292l-1.293 1.292a1 1 0 0 1 -1.32 .083l-.094 -.083l-1.421 -1.42l-2.317 1.545l-.019 .012l-.054 .03l-.028 .017l-.054 .023l-.05 .023l-.049 .015l-.06 .019l-.052 .009l-.057 .011l-.084 .006l-.026 .003h-.022l-.049 -.003h-.039l-.013 -.003h-.016l-.041 -.008l-.038 -.005l-.015 -.005l-.018 -.002l-.034 -.011l-.04 -.01l-.019 -.007l-.015 -.004l-.029 -.013l-.04 -.015l-.021 -.011l-.013 -.005l-.028 -.016l-.036 -.018l-.014 -.01l-.018 -.01l-.038 -.027l-.022 -.014l-.01 -.009l-.02 -.014l-.045 -.041l-.012 -.008l-.024 -.024l-.035 -.039l-.02 -.02l-.007 -.011l-.011 -.012l-.032 -.045l-.02 -.025l-.012 -.019l-.03 -.054l-.017 -.028l-.023 -.054l-.023 -.05a1 1 0 0 1 -.034 -.108l-.01 -.057l-.01 -.053l-.009 -.132v-16a3 3 0 0 1 3 -3zm-4 4a3 3 0 0 0 -3 3v2h-1a1 1 0 0 0 0 2h1a1 1 0 0 1 -.883 .993l-.117 .007c-1.287 0 -1.332 1.864 -.133 1.993l.133 .007h6a1 1 0 0 0 1 -1l-.007 -.117a1 1 0 0 0 -.993 -.883h-3.171l.048 -.148a3 3 0 0 0 .123 -.852h1a1 1 0 0 0 0 -2h-1v-2a1 1 0 0 1 2 0a1 1 0 0 0 2 0a3 3 0 0 0 -3 -3", "key": "svg-0" }]]; const IconReceiptPoundFilled = createReactComponent("filled", "receipt-pound-filled", "ReceiptPoundFilled", __iconNode$3S); const __iconNode$3R = [["path", { "d": "M17 2a3 3 0 0 1 3 3v16a1 1 0 0 1 -1.555 .832l-2.318 -1.545l-1.42 1.42a1 1 0 0 1 -1.32 .083l-.094 -.083l-1.293 -1.292l-1.293 1.292a1 1 0 0 1 -1.32 .083l-.094 -.083l-1.421 -1.42l-2.317 1.545l-.019 .012l-.054 .03l-.028 .017l-.054 .023l-.05 .023l-.049 .015l-.06 .019l-.052 .009l-.057 .011l-.084 .006l-.026 .003h-.022l-.049 -.003h-.039l-.013 -.003h-.016l-.041 -.008l-.038 -.005l-.015 -.005l-.018 -.002l-.034 -.011l-.04 -.01l-.019 -.007l-.015 -.004l-.029 -.013l-.04 -.015l-.021 -.011l-.013 -.005l-.028 -.016l-.036 -.018l-.014 -.01l-.018 -.01l-.038 -.027l-.022 -.014l-.01 -.009l-.02 -.014l-.045 -.041l-.012 -.008l-.024 -.024l-.035 -.039l-.02 -.02l-.007 -.011l-.011 -.012l-.032 -.045l-.02 -.025l-.012 -.019l-.03 -.054l-.017 -.028l-.023 -.054l-.023 -.05a1 1 0 0 1 -.034 -.108l-.01 -.057l-.01 -.053l-.009 -.132v-16a3 3 0 0 1 3 -3zm-2 4h-6c-1.287 0 -1.332 1.864 -.133 1.993l.133 .007h1a2 2 0 0 1 1.732 1h-2.732a1 1 0 1 0 0 2l2.732 .001a2 2 0 0 1 -1.732 .999h-1c-.89 0 -1.337 1.077 -.707 1.707l3 3a1 1 0 0 0 1.414 0l.083 -.094a1 1 0 0 0 -.083 -1.32l-1.484 -1.485l.113 -.037a4.01 4.01 0 0 0 2.538 -2.77l1.126 -.001a1 1 0 0 0 0 -2h-1.126a4 4 0 0 0 -.33 -.855l-.079 -.145h1.535a1 1 0 0 0 1 -1l-.007 -.117a1 1 0 0 0 -.993 -.883", "key": "svg-0" }]]; const IconReceiptRupeeFilled = createReactComponent("filled", "receipt-rupee-filled", "ReceiptRupeeFilled", __iconNode$3R); const __iconNode$3Q = [["path", { "d": "M17 2a3 3 0 0 1 3 3v16a1 1 0 0 1 -1.555 .832l-2.318 -1.545l-1.42 1.42a1 1 0 0 1 -1.32 .083l-.094 -.083l-1.293 -1.292l-1.293 1.292a1 1 0 0 1 -1.32 .083l-.094 -.083l-1.421 -1.42l-2.317 1.545l-.019 .012l-.054 .03l-.028 .017l-.054 .023l-.05 .023l-.049 .015l-.06 .019l-.052 .009l-.057 .011l-.084 .006l-.026 .003h-.022l-.049 -.003h-.039l-.013 -.003h-.016l-.041 -.008l-.038 -.005l-.015 -.005l-.018 -.002l-.034 -.011l-.04 -.01l-.019 -.007l-.015 -.004l-.029 -.013l-.04 -.015l-.021 -.011l-.013 -.005l-.028 -.016l-.036 -.018l-.014 -.01l-.018 -.01l-.038 -.027l-.022 -.014l-.01 -.009l-.02 -.014l-.045 -.041l-.012 -.008l-.024 -.024l-.035 -.039l-.02 -.02l-.007 -.011l-.011 -.012l-.032 -.045l-.02 -.025l-.012 -.019l-.03 -.054l-.017 -.028l-.023 -.054l-.023 -.05a1 1 0 0 1 -.034 -.108l-.01 -.057l-.01 -.053l-.009 -.132v-16a3 3 0 0 1 3 -3zm-1.445 4.168a1 1 0 0 0 -1.387 .277l-2.168 3.252l-2.168 -3.252a1 1 0 0 0 -1.664 1.11l1.63 2.445h-.798a1 1 0 0 0 0 2h2v1h-2a1 1 0 0 0 0 2h2v1a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-1h2a1 1 0 0 0 0 -2h-2v-1h2a1 1 0 0 0 0 -2h-.8l1.632 -2.445a1 1 0 0 0 -.277 -1.387", "key": "svg-0" }]]; const IconReceiptYenFilled = createReactComponent("filled", "receipt-yen-filled", "ReceiptYenFilled", __iconNode$3Q); const __iconNode$3P = [["path", { "d": "M17 2a3 3 0 0 1 3 3v16a1 1 0 0 1 -1.555 .832l-2.318 -1.545l-1.42 1.42a1 1 0 0 1 -1.32 .083l-.094 -.083l-1.293 -1.292l-1.293 1.292a1 1 0 0 1 -1.32 .083l-.094 -.083l-1.421 -1.42l-2.317 1.545l-.019 .012l-.054 .03l-.028 .017l-.054 .023l-.05 .023l-.049 .015l-.06 .019l-.052 .009l-.057 .011l-.084 .006l-.026 .003h-.022l-.049 -.003h-.039l-.013 -.003h-.016l-.041 -.008l-.038 -.005l-.015 -.005l-.018 -.002l-.034 -.011l-.04 -.01l-.019 -.007l-.015 -.004l-.029 -.013l-.04 -.015l-.021 -.011l-.013 -.005l-.028 -.016l-.036 -.018l-.014 -.01l-.018 -.01l-.038 -.027l-.022 -.014l-.01 -.009l-.02 -.014l-.045 -.041l-.012 -.008l-.024 -.024l-.035 -.039l-.02 -.02l-.007 -.011l-.011 -.012l-.032 -.045l-.02 -.025l-.012 -.019l-.03 -.054l-.017 -.028l-.023 -.054l-.023 -.05a1 1 0 0 1 -.034 -.108l-.01 -.057l-.01 -.053l-.009 -.132v-16a3 3 0 0 1 3 -3zm-1.445 4.168a1 1 0 0 0 -1.387 .277l-2.168 3.252l-2.168 -3.252a1 1 0 0 0 -1.664 1.11l2.297 3.445h-1.465a1 1 0 0 0 0 2h2v3a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-3h2a1 1 0 0 0 0 -2h-1.465l2.297 -3.445a1 1 0 0 0 -.277 -1.387", "key": "svg-0" }]]; const IconReceiptYuanFilled = createReactComponent("filled", "receipt-yuan-filled", "ReceiptYuanFilled", __iconNode$3P); const __iconNode$3O = [["path", { "d": "M17 2a3 3 0 0 1 3 3v16a1 1 0 0 1 -1.555 .832l-2.318 -1.545l-1.42 1.42a1 1 0 0 1 -1.32 .083l-.094 -.083l-1.293 -1.292l-1.293 1.292a1 1 0 0 1 -1.32 .083l-.094 -.083l-1.421 -1.42l-2.317 1.545l-.019 .012l-.054 .03l-.028 .017l-.054 .023l-.05 .023l-.049 .015l-.06 .019l-.052 .009l-.057 .011l-.084 .006l-.026 .003h-.022l-.049 -.003h-.039l-.013 -.003h-.016l-.041 -.008l-.038 -.005l-.015 -.005l-.018 -.002l-.034 -.011l-.04 -.01l-.019 -.007l-.015 -.004l-.029 -.013l-.04 -.015l-.021 -.011l-.013 -.005l-.028 -.016l-.036 -.018l-.014 -.01l-.018 -.01l-.038 -.027l-.022 -.014l-.01 -.009l-.02 -.014l-.045 -.041l-.012 -.008l-.024 -.024l-.035 -.039l-.02 -.02l-.007 -.011l-.011 -.012l-.032 -.045l-.02 -.025l-.012 -.019l-.03 -.054l-.017 -.028l-.023 -.054l-.023 -.05a1 1 0 0 1 -.034 -.108l-.01 -.057l-.01 -.053l-.009 -.132v-16a3 3 0 0 1 3 -3zm-2 12h-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0 -2m0 -4h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0 -2m0 -4h-6a1 1 0 1 0 0 2h6a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconReceiptFilled = createReactComponent("filled", "receipt-filled", "ReceiptFilled", __iconNode$3O); const __iconNode$3N = [["path", { "d": "M17 2h-10a3 3 0 0 0 -3 3v14a3 3 0 0 0 3 3h10a3 3 0 0 0 3 -3v-14a3 3 0 0 0 -3 -3z", "key": "svg-0" }]]; const IconRectangleVerticalFilled = createReactComponent("filled", "rectangle-vertical-filled", "RectangleVerticalFilled", __iconNode$3N); const __iconNode$3M = [["path", { "d": "M19 4h-14a3 3 0 0 0 -3 3v10a3 3 0 0 0 3 3h14a3 3 0 0 0 3 -3v-10a3 3 0 0 0 -3 -3z", "key": "svg-0" }]]; const IconRectangleFilled = createReactComponent("filled", "rectangle-filled", "RectangleFilled", __iconNode$3M); const __iconNode$3L = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-5 4.66h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-1h.585l1.708 1.707a1 1 0 0 0 1.414 -1.414l-.9 -.899a3 3 0 0 0 -1.807 -5.394m0 2a1 1 0 0 1 0 2h-1v-2z", "key": "svg-0" }]]; const IconRegisteredFilled = createReactComponent("filled", "registered-filled", "RegisteredFilled", __iconNode$3L); const __iconNode$3K = [["path", { "d": "M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3zm-3.2 5.4c-.577 -.769 -1.8 -.361 -1.8 .6v4a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-1l1.2 1.6c.577 .769 1.8 .361 1.8 -.6v-4a1 1 0 0 0 -1 -1l-.117 .007a1 1 0 0 0 -.883 .993v1zm-9 0c-.577 -.769 -1.8 -.361 -1.8 .6v4a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-1l1.2 1.6c.577 .769 1.8 .361 1.8 -.6v-4a1 1 0 0 0 -1 -1l-.117 .007a1 1 0 0 0 -.883 .993v1zm5.2 3.1a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1m0 -3a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconRelationManyToManyFilled = createReactComponent("filled", "relation-many-to-many-filled", "RelationManyToManyFilled", __iconNode$3K); const __iconNode$3J = [["path", { "d": "M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3zm-4.2 5.4c-.577 -.769 -1.8 -.361 -1.8 .6v4a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-1l1.2 1.6c.577 .769 1.8 .361 1.8 -.6v-4a1 1 0 0 0 -1 -1l-.117 .007a1 1 0 0 0 -.883 .993v1zm-6.8 -.4h-1a1 1 0 1 0 0 2v3a1 1 0 0 0 2 0v-4a1 1 0 0 0 -1 -1m3 3.5a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1m0 -3a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconRelationOneToManyFilled = createReactComponent("filled", "relation-one-to-many-filled", "RelationOneToManyFilled", __iconNode$3J); const __iconNode$3I = [["path", { "d": "M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3zm-10 5h-1a1 1 0 1 0 0 2v3a1 1 0 0 0 2 0v-4a1 1 0 0 0 -1 -1m7 0h-1a1 1 0 0 0 0 2v3a1 1 0 0 0 2 0v-4a1 1 0 0 0 -1 -1m-4 3.5a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1m0 -3a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconRelationOneToOneFilled = createReactComponent("filled", "relation-one-to-one-filled", "RelationOneToOneFilled", __iconNode$3I); const __iconNode$3H = [["path", { "d": "M8 2h-4a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2z", "key": "svg-0" }], ["path", { "d": "M20 14h-4a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2z", "key": "svg-1" }], ["path", { "d": "M16.707 2.293a1 1 0 0 1 .083 1.32l-.083 .094l-1.293 1.293h3.586a3 3 0 0 1 2.995 2.824l.005 .176v3a1 1 0 0 1 -1.993 .117l-.007 -.117v-3a1 1 0 0 0 -.883 -.993l-.117 -.007h-3.585l1.292 1.293a1 1 0 0 1 -1.32 1.497l-.094 -.083l-3 -3a.98 .98 0 0 1 -.28 -.872l.036 -.146l.04 -.104c.058 -.126 .14 -.24 .245 -.334l2.959 -2.958a1 1 0 0 1 1.414 0z", "key": "svg-2" }], ["path", { "d": "M3 12a1 1 0 0 1 .993 .883l.007 .117v3a1 1 0 0 0 .883 .993l.117 .007h3.585l-1.292 -1.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.32 -.083l.094 .083l3 3a.98 .98 0 0 1 .28 .872l-.036 .146l-.04 .104a1.02 1.02 0 0 1 -.245 .334l-2.959 2.958a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.291 -1.293h-3.584a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-3a1 1 0 0 1 1 -1z", "key": "svg-3" }]]; const IconReplaceFilled = createReactComponent("filled", "replace-filled", "ReplaceFilled", __iconNode$3H); const __iconNode$3G = [["path", { "d": "M17.997 4.17a3 3 0 0 1 2.003 2.83v12a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 2.003 -2.83a4 4 0 0 0 3.997 3.83h4a4 4 0 0 0 3.98 -3.597zm-8.997 6.83a1 1 0 0 0 -1 1v5a1 1 0 0 0 2 0v-5a1 1 0 0 0 -1 -1m3 4a1 1 0 0 0 -1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0 -1 -1m3 -2a1 1 0 0 0 -1 1v3a1 1 0 0 0 2 0v-3a1 1 0 0 0 -1 -1m-1 -11a2 2 0 1 1 0 4h-4a2 2 0 1 1 0 -4z", "key": "svg-0" }]]; const IconReportAnalyticsFilled = createReactComponent("filled", "report-analytics-filled", "ReportAnalyticsFilled", __iconNode$3G); const __iconNode$3F = [["path", { "d": "M17.997 4.17a3 3 0 0 1 2.003 2.83v12a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 2.003 -2.83a4 4 0 0 0 3.997 3.83h4a4 4 0 0 0 3.98 -3.597zm-5.997 5.83a1 1 0 0 0 -1 1v.05a2.5 2.5 0 0 0 .5 4.95h1a.5 .5 0 1 1 0 1h-2.5a1 1 0 0 0 0 2h1a1 1 0 0 0 2 0v-.05a2.5 2.5 0 0 0 -.5 -4.95h-1a.5 .5 0 1 1 0 -1h2.5a1 1 0 0 0 0 -2h-1a1 1 0 0 0 -1 -1m2 -8a2 2 0 1 1 0 4h-4a2 2 0 1 1 0 -4z", "key": "svg-0" }]]; const IconReportMoneyFilled = createReactComponent("filled", "report-money-filled", "ReportMoneyFilled", __iconNode$3F); const __iconNode$3E = [["path", { "d": "M21 8a1 1 0 0 1 0 2v11a1 1 0 0 1 -2 0v-11h-1.675q -.163 0 -.325 .007v10.993a1 1 0 0 1 -2 0v-10.645a7.8 7.8 0 0 0 -2 .959v9.686a1 1 0 0 1 -2 0v-7.748a7.8 7.8 0 0 0 -1.051 2.064l-.735 2.205a7 7 0 0 1 -.213 .553l-.001 2.926a1 1 0 0 1 -2 0l.001 -.364a6.54 6.54 0 0 1 -4.001 1.364a1 1 0 0 1 0 -2a4.55 4.55 0 0 0 4.316 -3.111l.735 -2.205a9.775 9.775 0 0 1 9.274 -6.684zm-10.22 -3.625l2 2.5a1 1 0 0 1 -.18 1.425l-4 3a1 1 0 0 1 -.868 .164l-1.8 -.5a1 1 0 0 1 -.727 -.864l-.2 -2a1 1 0 0 1 .395 -.9l4 -3a1 1 0 0 1 1.38 .175m9.22 -2.375a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1z", "key": "svg-0" }]]; const IconRollercoasterFilled = createReactComponent("filled", "rollercoaster-filled", "RollercoasterFilled", __iconNode$3E); const __iconNode$3D = [["path", { "d": "M12.01 2.011a3.2 3.2 0 0 1 2.113 .797l.154 .145l.698 .698a1.2 1.2 0 0 0 .71 .341l.135 .008h1a3.2 3.2 0 0 1 3.195 3.018l.005 .182v1c0 .27 .092 .533 .258 .743l.09 .1l.697 .698a3.2 3.2 0 0 1 .147 4.382l-.145 .154l-.698 .698a1.2 1.2 0 0 0 -.341 .71l-.008 .135v1a3.2 3.2 0 0 1 -3.018 3.195l-.182 .005h-1a1.2 1.2 0 0 0 -.743 .258l-.1 .09l-.698 .697a3.2 3.2 0 0 1 -4.382 .147l-.154 -.145l-.698 -.698a1.2 1.2 0 0 0 -.71 -.341l-.135 -.008h-1a3.2 3.2 0 0 1 -3.195 -3.018l-.005 -.182v-1a1.2 1.2 0 0 0 -.258 -.743l-.09 -.1l-.697 -.698a3.2 3.2 0 0 1 -.147 -4.382l.145 -.154l.698 -.698a1.2 1.2 0 0 0 .341 -.71l.008 -.135v-1l.005 -.182a3.2 3.2 0 0 1 3.013 -3.013l.182 -.005h1a1.2 1.2 0 0 0 .743 -.258l.1 -.09l.698 -.697a3.2 3.2 0 0 1 2.269 -.944zm3.697 7.282a1 1 0 0 0 -1.414 0l-3.293 3.292l-1.293 -1.292l-.094 -.083a1 1 0 0 0 -1.32 1.497l2 2l.094 .083a1 1 0 0 0 1.32 -.083l4 -4l.083 -.094a1 1 0 0 0 -.083 -1.32z", "key": "svg-0" }]]; const IconRosetteDiscountCheckFilled = createReactComponent("filled", "rosette-discount-check-filled", "RosetteDiscountCheckFilled", __iconNode$3D); const __iconNode$3C = [["path", { "d": "M12.01 2.011c.852 0 1.668 .34 2.267 .942l.698 .698a1.2 1.2 0 0 0 .845 .349h1a3.2 3.2 0 0 1 3.2 3.2v1c0 .316 .126 .62 .347 .843l.698 .698a3.2 3.2 0 0 1 .002 4.536l-.698 .698a1.2 1.2 0 0 0 -.349 .845v1a3.2 3.2 0 0 1 -3.2 3.2h-1a1.2 1.2 0 0 0 -.843 .347l-.698 .698a3.2 3.2 0 0 1 -4.536 .002l-.698 -.698a1.2 1.2 0 0 0 -.845 -.349h-1a3.2 3.2 0 0 1 -3.2 -3.2v-1a1.2 1.2 0 0 0 -.347 -.843l-.698 -.698a3.2 3.2 0 0 1 -.002 -4.536l.698 -.698a1.2 1.2 0 0 0 .349 -.845v-1l.005 -.182a3.2 3.2 0 0 1 3.195 -3.018h1a1.2 1.2 0 0 0 .843 -.347l.698 -.698a3.2 3.2 0 0 1 2.269 -.944m2.49 10.989a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3m1.207 -4.707a1 1 0 0 0 -1.414 0l-6 6a1 1 0 0 0 1.414 1.414l6 -6a1 1 0 0 0 0 -1.414m-6.207 -.293a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3", "key": "svg-0" }]]; const IconRosetteDiscountFilled = createReactComponent("filled", "rosette-discount-filled", "RosetteDiscountFilled", __iconNode$3C); const __iconNode$3B = [["path", { "d": "M12.01 2.011a3.2 3.2 0 0 1 2.113 .797l.154 .145l.698 .698a1.2 1.2 0 0 0 .71 .341l.135 .008h1a3.2 3.2 0 0 1 3.195 3.018l.005 .182v1c0 .27 .092 .533 .258 .743l.09 .1l.697 .698a3.2 3.2 0 0 1 .147 4.382l-.145 .154l-.698 .698a1.2 1.2 0 0 0 -.341 .71l-.008 .135v1a3.2 3.2 0 0 1 -3.018 3.195l-.182 .005h-1a1.2 1.2 0 0 0 -.743 .258l-.1 .09l-.698 .697a3.2 3.2 0 0 1 -4.382 .147l-.154 -.145l-.698 -.698a1.2 1.2 0 0 0 -.71 -.341l-.135 -.008h-1a3.2 3.2 0 0 1 -3.195 -3.018l-.005 -.182v-1a1.2 1.2 0 0 0 -.258 -.743l-.09 -.1l-.697 -.698a3.2 3.2 0 0 1 -.147 -4.382l.145 -.154l.698 -.698a1.2 1.2 0 0 0 .341 -.71l.008 -.135v-1l.005 -.182a3.2 3.2 0 0 1 3.013 -3.013l.182 -.005h1a1.2 1.2 0 0 0 .743 -.258l.1 -.09l.698 -.697a3.2 3.2 0 0 1 2.269 -.944z", "key": "svg-0" }]]; const IconRosetteFilled = createReactComponent("filled", "rosette-filled", "RosetteFilled", __iconNode$3B); const __iconNode$3A = [["path", { "d": "M9.53 3.152l3.742 2.339q 1.492 -.491 3.472 -.491h2.256a1 1 0 0 1 1 1l-.001 1.336l-.05 .895l-.042 .585c-.037 .457 -.08 .84 -.134 1.185l.227 -.001a2 2 0 0 1 2 2v.5c0 1.694 -2.247 5.49 -3.983 6.983l-.017 .013v.504a2 2 0 0 1 -1.85 1.995l-.15 .005h-8a2 2 0 0 1 -2 -2v-.496l-.065 -.053c-1.76 -1.496 -3.794 -4.965 -3.928 -6.77l-.007 -.181v-.5a2 2 0 0 1 2 -2h.078a14 14 0 0 1 -.078 -1v-1a1 1 0 0 1 1 -1h1.755c.138 0 .287 .034 .44 .092l.835 -3.335a1 1 0 0 1 1.5 -.605m-2.193 5.847l-1.335 .001l.027 .42q .025 .292 .064 .58h.942q .078 -.533 .302 -1.001m10.663 -1.999h-1.256c-1.712 0 -3.003 .31 -3.922 .88a3.5 3.5 0 0 1 1.143 2.12h3.774c.127 -.615 .194 -1.4 .261 -2.714zm-7.5 2a1.5 1.5 0 0 0 -1.414 1h2.828a1.5 1.5 0 0 0 -.845 -.888l-.166 -.056a1.5 1.5 0 0 0 -.403 -.056m-.864 -3.424l-.415 1.665a3.5 3.5 0 0 1 1.502 -.234a6 6 0 0 1 .497 -.442z", "key": "svg-0" }]]; const IconSaladFilled = createReactComponent("filled", "salad-filled", "SaladFilled", __iconNode$3A); const __iconNode$3z = [["path", { "d": "M21 14a1 1 0 0 1 1 1a7 7 0 0 1 -7 7a1 1 0 0 1 0 -2a5 5 0 0 0 5 -5a1 1 0 0 1 1 -1m-4 -.5a1 1 0 0 1 1 1a3.5 3.5 0 0 1 -3.5 3.5a1 1 0 0 1 -.117 -1.993l.117 -.007a1.5 1.5 0 0 0 1.493 -1.356l.007 -.144a1 1 0 0 1 1 -1m-13.829 -2.087l4 4.001q .212 .212 .445 .384l-.909 .91a1 1 0 0 1 -1.414 0l-3 -3a1 1 0 0 1 0 -1.415zm5.243 -8.413l5.586 5.586a2 2 0 0 1 0 2.828l-.586 .585l.793 .794a1 1 0 0 1 -1.414 1.414l-.793 -.794l-.586 .587a2 2 0 0 1 -2.828 0l-5.586 -5.586a2 2 0 0 1 -.18 -2.618l.127 -.152l.053 -.058l2.586 -2.586a2 2 0 0 1 2.828 0m5.293 -.707l3 3a1 1 0 0 1 0 1.414l-.908 .91a4 4 0 0 0 -.384 -.445l-4.001 -4l.879 -.88a1 1 0 0 1 1.414 0", "key": "svg-0" }]]; const IconSatelliteFilled = createReactComponent("filled", "satellite-filled", "SatelliteFilled", __iconNode$3z); const __iconNode$3y = [["path", { "d": "M12 2a1 1 0 0 1 1 1v1.152l5.159 .86a.98 .98 0 0 1 .636 .38l.041 .059l.058 .102l3.024 6.05l.035 .094l.025 .096l.016 .1l.005 .12l-.003 .061a3.996 3.996 0 0 1 -3.996 3.926a4 4 0 0 1 -4 -4a1 1 0 0 1 .106 -.447l2.393 -4.79l-3.499 -.583v12.82h4a1 1 0 0 1 0 2h-10a1 1 0 0 1 0 -2h4v-12.82l-3.5 .583l2.418 4.84l.035 .094l.025 .096l.016 .1l.005 .12l-.003 .061a3.996 3.996 0 0 1 -3.996 3.926a4 4 0 0 1 -4 -4a1 1 0 0 1 .106 -.447l3.034 -6.065l.039 -.061l.025 -.034a.98 .98 0 0 1 .636 -.38l5.16 -.862v-1.151a1 1 0 0 1 1 -1", "key": "svg-0" }]]; const IconScaleFilled = createReactComponent("filled", "scale-filled", "ScaleFilled", __iconNode$3y); const __iconNode$3x = [["path", { "d": "M19 13.431v2.569c0 2.398 -3.205 4 -7 4s-7 -1.602 -7 -4v-2.569l5.886 2.354a3 3 0 0 0 2.011 .078l.217 -.078zm2 -2.955l-8.629 3.452a1 1 0 0 1 -.742 0l-10 -4c-.839 -.335 -.839 -1.521 0 -1.856l10 -4a1 1 0 0 1 .245 -.064l.126 -.008l.126 .008a1 1 0 0 1 .245 .064l10.032 4.013l.108 .055l.099 .068l.088 .076l.075 .082l.035 .044l.073 .115l.052 .115l.034 .102l.025 .135l.006 .058l.002 6.065a1 1 0 0 1 -2 0z", "key": "svg-0" }]]; const IconSchoolFilled = createReactComponent("filled", "school-filled", "SchoolFilled", __iconNode$3x); const __iconNode$3w = [["path", { "d": "M17 17v2a3 3 0 0 1 -3 3h-4a3 3 0 0 1 -3 -3v-2z", "key": "svg-0" }], ["path", { "d": "M8 2a2 2 0 0 1 1.732 1h1.15a1.496 1.496 0 0 1 2.236 0h1.882a1 1 0 0 1 0 2l-1.883 .001a2 2 0 0 1 -.115 .116v.983a5 5 0 0 1 3.998 4.9v4h-10v-4a5 5 0 0 1 4 -4.9v-.983a2 2 0 0 1 -.117 -.116h-1.151a2 2 0 1 1 -1.732 -3.001", "key": "svg-1" }]]; const IconScubaDivingTankFilled = createReactComponent("filled", "scuba-diving-tank-filled", "ScubaDivingTankFilled", __iconNode$3w); const __iconNode$3v = [["path", { "d": "M14 3.072a8 8 0 0 1 2.32 11.834l5.387 5.387a1 1 0 0 1 -1.414 1.414l-5.388 -5.387a8 8 0 1 1 -.905 -13.249", "key": "svg-0" }]]; const IconSearchFilled = createReactComponent("filled", "search-filled", "SearchFilled", __iconNode$3v); const __iconNode$3u = [["path", { "d": "M20.01 19a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993zm-16 0a1 1 0 0 1 0 2a1 1 0 0 1 -.127 -1.993m4 0a1 1 0 0 1 0 2a1 1 0 0 1 -.127 -1.993m4 0a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993zm4 0a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993zm4 -16a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993zm-16 0a1 1 0 1 1 0 2a1 1 0 0 1 -.127 -1.993m4 0a1 1 0 1 1 0 2a1 1 0 0 1 -.127 -1.993m4 0a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993zm3.99 0a1 1 0 0 1 1 1a1 1 0 1 1 -2 .01c0 -.562 .448 -1.01 1 -1.01m3 4a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2z", "key": "svg-0" }]]; const IconSectionFilled = createReactComponent("filled", "section-filled", "SectionFilled", __iconNode$3u); const __iconNode$3t = [["path", { "d": "M6 3a7 7 0 0 1 6.95 6.155a6.97 6.97 0 0 1 5.05 -2.155h3a1 1 0 0 1 1 1v1a7 7 0 0 1 -7 7h-2v4a1 1 0 0 1 -2 0v-7h-2a7 7 0 0 1 -7 -7v-2a1 1 0 0 1 1 -1z", "key": "svg-0" }]]; const IconSeedlingFilled = createReactComponent("filled", "seedling-filled", "SeedlingFilled", __iconNode$3t); const __iconNode$3s = [["path", { "d": "M21.864 3.549l-6.454 17.868a1.55 1.55 0 0 1 -1.41 .903a1.54 1.54 0 0 1 -1.394 -.874l-2.88 -5.759zm-1.414 -1.414l-12.139 12.138l-5.728 -2.864a1.55 1.55 0 0 1 -.903 -1.409c0 -.606 .353 -1.157 .981 -1.44z", "key": "svg-0" }]]; const IconSendFilled = createReactComponent("filled", "send-filled", "SendFilled", __iconNode$3s); const __iconNode$3r = [["path", { "d": "M14.647 4.081a.724 .724 0 0 0 1.08 .448c2.439 -1.485 5.23 1.305 3.745 3.744a.724 .724 0 0 0 .447 1.08c2.775 .673 2.775 4.62 0 5.294a.724 .724 0 0 0 -.448 1.08c1.485 2.439 -1.305 5.23 -3.744 3.745a.724 .724 0 0 0 -1.08 .447c-.673 2.775 -4.62 2.775 -5.294 0a.724 .724 0 0 0 -1.08 -.448c-2.439 1.485 -5.23 -1.305 -3.745 -3.744a.724 .724 0 0 0 -.447 -1.08c-2.775 -.673 -2.775 -4.62 0 -5.294a.724 .724 0 0 0 .448 -1.08c-1.485 -2.439 1.305 -5.23 3.744 -3.745a.722 .722 0 0 0 1.08 -.447c.673 -2.775 4.62 -2.775 5.294 0zm-2.647 4.919a3 3 0 1 0 0 6a3 3 0 0 0 0 -6", "key": "svg-0" }]]; const IconSettingsFilled = createReactComponent("filled", "settings-filled", "SettingsFilled", __iconNode$3r); const __iconNode$3q = [["path", { "d": "M11.998 2l.118 .007l.059 .008l.061 .013l.111 .034a.993 .993 0 0 1 .217 .112l.104 .082l.255 .218a11 11 0 0 0 7.189 2.537l.342 -.01a1 1 0 0 1 1.005 .717a13 13 0 0 1 -9.208 16.25a1 1 0 0 1 -.502 0a13 13 0 0 1 -9.209 -16.25a1 1 0 0 1 1.005 -.717a11 11 0 0 0 7.531 -2.527l.263 -.225l.096 -.075a.993 .993 0 0 1 .217 -.112l.112 -.034a.97 .97 0 0 1 .119 -.021l.115 -.007zm3.71 7.293a1 1 0 0 0 -1.415 0l-3.293 3.292l-1.293 -1.292l-.094 -.083a1 1 0 0 0 -1.32 1.497l2 2l.094 .083a1 1 0 0 0 1.32 -.083l4 -4l.083 -.094a1 1 0 0 0 -.083 -1.32z", "key": "svg-0" }]]; const IconShieldCheckFilled = createReactComponent("filled", "shield-check-filled", "ShieldCheckFilled", __iconNode$3q); const __iconNode$3p = [["path", { "d": "M11.013 12v9.754a13 13 0 0 1 -8.733 -9.754h8.734zm9.284 3.794a13 13 0 0 1 -7.283 5.951l-.001 -9.745h8.708a12.96 12.96 0 0 1 -1.424 3.794zm-9.283 -13.268l-.001 7.474h-8.986c-.068 -1.432 .101 -2.88 .514 -4.282a1 1 0 0 1 1.005 -.717a11 11 0 0 0 7.192 -2.256l.276 -.219zm1.999 7.474v-7.453l-.09 -.073a11 11 0 0 0 7.189 2.537l.342 -.01a1 1 0 0 1 1.005 .717c.413 1.403 .582 2.85 .514 4.282h-8.96z", "key": "svg-0" }]]; const IconShieldCheckeredFilled = createReactComponent("filled", "shield-checkered-filled", "ShieldCheckeredFilled", __iconNode$3p); const __iconNode$3o = [["path", { "d": "M11.998 2l.032 .002l.086 .005a1 1 0 0 1 .342 .104l.105 .062l.097 .076l.016 .015l.247 .21a11 11 0 0 0 7.189 2.537l.342 -.01a1 1 0 0 1 1.005 .717a13 13 0 0 1 -9.208 16.25a1 1 0 0 1 -.502 0a13 13 0 0 1 -9.209 -16.25a1 1 0 0 1 1.005 -.717a11 11 0 0 0 7.791 -2.75l.046 -.036l.053 -.041a1 1 0 0 1 .217 -.112l.075 -.023l.036 -.01a1 1 0 0 1 .12 -.022l.086 -.005zm.002 2.296l-.176 .135a13 13 0 0 1 -7.288 2.572l-.264 .006l-.064 .31a11 11 0 0 0 1.064 7.175l.17 .314a11 11 0 0 0 6.49 5.136l.068 .019z", "key": "svg-0" }]]; const IconShieldHalfFilled = createReactComponent("filled", "shield-half-filled", "ShieldHalfFilled", __iconNode$3o); const __iconNode$3n = [["path", { "d": "M11.998 2l.118 .007l.059 .008l.061 .013l.111 .034a.993 .993 0 0 1 .217 .112l.104 .082l.255 .218a11 11 0 0 0 7.189 2.537l.342 -.01a1 1 0 0 1 1.005 .717a13 13 0 0 1 -9.208 16.25a1 1 0 0 1 -.502 0a13 13 0 0 1 -9.209 -16.25a1 1 0 0 1 1.005 -.717a11 11 0 0 0 7.531 -2.527l.263 -.225l.096 -.075a.993 .993 0 0 1 .217 -.112l.112 -.034a.97 .97 0 0 1 .119 -.021l.115 -.007zm.002 7a2 2 0 0 0 -1.995 1.85l-.005 .15l.005 .15a2 2 0 0 0 .995 1.581v1.769l.007 .117a1 1 0 0 0 1.993 -.117l.001 -1.768a2 2 0 0 0 -1.001 -3.732z", "key": "svg-0" }]]; const IconShieldLockFilled = createReactComponent("filled", "shield-lock-filled", "ShieldLockFilled", __iconNode$3n); const __iconNode$3m = [["path", { "d": "M11.884 2.007l.114 -.007l.118 .007l.059 .008l.061 .013l.111 .034a.993 .993 0 0 1 .217 .112l.104 .082l.255 .218a11 11 0 0 0 7.189 2.537l.342 -.01a1 1 0 0 1 1.005 .717a13 13 0 0 1 -9.208 16.25a1 1 0 0 1 -.502 0a13 13 0 0 1 -9.209 -16.25a1 1 0 0 1 1.005 -.717a11 11 0 0 0 7.531 -2.527l.263 -.225l.096 -.075a.993 .993 0 0 1 .217 -.112l.112 -.034a.97 .97 0 0 1 .119 -.021z", "key": "svg-0" }]]; const IconShieldFilled = createReactComponent("filled", "shield-filled", "ShieldFilled", __iconNode$3m); const __iconNode$3l = [["path", { "d": "M14.883 3.007l.095 -.007l.112 .004l.113 .017l.113 .03l6 2a1 1 0 0 1 .677 .833l.007 .116v5a1 1 0 0 1 -.883 .993l-.117 .007h-2v7a2 2 0 0 1 -1.85 1.995l-.15 .005h-10a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-7h-2a1 1 0 0 1 -.993 -.883l-.007 -.117v-5a1 1 0 0 1 .576 -.906l.108 -.043l6 -2a1 1 0 0 1 1.316 .949a2 2 0 0 0 3.995 .15l.009 -.24l.017 -.113l.037 -.134l.044 -.103l.05 -.092l.068 -.093l.069 -.08c.056 -.054 .113 -.1 .175 -.14l.096 -.053l.103 -.044l.108 -.032l.112 -.02z", "key": "svg-0" }]]; const IconShirtFilled = createReactComponent("filled", "shirt-filled", "ShirtFilled", __iconNode$3l); const __iconNode$3k = [["path", { "d": "M6 2a1 1 0 0 1 .993 .883l.007 .117v1.068l13.071 .935a1 1 0 0 1 .929 1.024l-.01 .114l-1 7a1 1 0 0 1 -.877 .853l-.113 .006h-12v2h10a3 3 0 1 1 -2.995 3.176l-.005 -.176l.005 -.176c.017 -.288 .074 -.564 .166 -.824h-5.342a3 3 0 1 1 -5.824 1.176l-.005 -.176l.005 -.176a3.002 3.002 0 0 1 1.995 -2.654v-12.17h-1a1 1 0 0 1 -.993 -.883l-.007 -.117a1 1 0 0 1 .883 -.993l.117 -.007h2zm0 16a1 1 0 1 0 0 2a1 1 0 0 0 0 -2m11 0a1 1 0 1 0 0 2a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconShoppingCartFilled = createReactComponent("filled", "shopping-cart-filled", "ShoppingCartFilled", __iconNode$3k); const __iconNode$3j = [["path", { "d": "M14 2a1 1 0 0 1 .993 .883l.007 .117v2h3a1 1 0 0 1 .993 .883l.007 .117v5a1 1 0 0 1 -.883 .993l-.117 .007h-3v8h1a1 1 0 0 1 .117 1.993l-.117 .007h-4a1 1 0 0 1 -.117 -1.993l.117 -.007h1v-8h-5a1 1 0 0 1 -.694 -.28l-.087 -.095l-2 -2.5a1 1 0 0 1 -.072 -1.147l.072 -.103l2 -2.5a1 1 0 0 1 .652 -.367l.129 -.008h5v-2a1 1 0 0 1 1 -1z", "key": "svg-0" }]]; const IconSignLeftFilled = createReactComponent("filled", "sign-left-filled", "SignLeftFilled", __iconNode$3j); const __iconNode$3i = [["path", { "d": "M10 2a1 1 0 0 1 .993 .883l.007 .117v2h5a1 1 0 0 1 .694 .28l.087 .095l2 2.5a1 1 0 0 1 .072 1.147l-.072 .103l-2 2.5a1 1 0 0 1 -.652 .367l-.129 .008h-5v8h1a1 1 0 0 1 .117 1.993l-.117 .007h-4a1 1 0 0 1 -.117 -1.993l.117 -.007h1v-8h-3a1 1 0 0 1 -.993 -.883l-.007 -.117v-5a1 1 0 0 1 .883 -.993l.117 -.007h3v-2a1 1 0 0 1 1 -1z", "key": "svg-0" }]]; const IconSignRightFilled = createReactComponent("filled", "sign-right-filled", "SignRightFilled", __iconNode$3i); const __iconNode$3h = [["path", { "d": "M2 16.667a2.667 2.667 0 0 1 2.667 -2.667h2.666a2.667 2.667 0 0 1 2.667 2.667v2.666a2.667 2.667 0 0 1 -2.667 2.667h-2.666a2.667 2.667 0 0 1 -2.667 -2.667z", "key": "svg-0" }], ["path", { "d": "M14 16.667a2.667 2.667 0 0 1 2.667 -2.667h2.666a2.667 2.667 0 0 1 2.667 2.667v2.666a2.667 2.667 0 0 1 -2.667 2.667h-2.666a2.667 2.667 0 0 1 -2.667 -2.667z", "key": "svg-1" }], ["path", { "d": "M8 4.667a2.667 2.667 0 0 1 2.667 -2.667h2.666a2.667 2.667 0 0 1 2.667 2.667v2.666a2.667 2.667 0 0 1 -2.667 2.667h-2.666a2.667 2.667 0 0 1 -2.667 -2.667z", "key": "svg-2" }], ["path", { "d": "M12 8a1 1 0 0 0 -1 1v2h-3c-1.645 0 -3 1.355 -3 3v1a1 1 0 0 0 1 1a1 1 0 0 0 1 -1v-1c0 -.564 .436 -1 1 -1h8c.564 0 1 .436 1 1v1a1 1 0 0 0 1 1a1 1 0 0 0 1 -1v-1c0 -1.645 -1.355 -3 -3 -3h-3v-2a1 1 0 0 0 -1 -1z", "key": "svg-3" }]]; const IconSitemapFilled = createReactComponent("filled", "sitemap-filled", "SitemapFilled", __iconNode$3h); const __iconNode$3g = [["path", { "d": "M16.852 5.011l.058 -.007l.09 -.004l.075 .003l.126 .017l.111 .03l.111 .044l.098 .052l.104 .074l.082 .073l3 3a1 1 0 1 1 -1.414 1.414l-1.293 -1.292v9.585a1 1 0 0 1 -2 0v-9.585l-1.293 1.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 0 -1.414l3 -3q .053 -.054 .112 -.097l.11 -.071l.114 -.054l.105 -.035z", "key": "svg-0" }], ["path", { "d": "M9.5 4a1.5 1.5 0 0 1 1.5 1.5v4a1.5 1.5 0 0 1 -1.5 1.5h-4a1.5 1.5 0 0 1 -1.5 -1.5v-4a1.5 1.5 0 0 1 1.5 -1.5z", "key": "svg-1" }], ["path", { "d": "M9.5 13a1.5 1.5 0 0 1 1.5 1.5v4a1.5 1.5 0 0 1 -1.5 1.5h-4a1.5 1.5 0 0 1 -1.5 -1.5v-4a1.5 1.5 0 0 1 1.5 -1.5z", "key": "svg-2" }]]; const IconSortAscending2Filled = createReactComponent("filled", "sort-ascending-2-filled", "SortAscending2Filled", __iconNode$3g); const __iconNode$3f = [["path", { "d": "M7 5a1 1 0 0 1 1 1v9.584l1.293 -1.291a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 0 1.414l-3 3a1 1 0 0 1 -.112 .097l-.11 .071l-.114 .054l-.105 .035l-.149 .03l-.117 .006l-.075 -.003l-.126 -.017l-.111 -.03l-.111 -.044l-.098 -.052l-.096 -.067l-.09 -.08l-3 -3a1 1 0 0 1 1.414 -1.414l1.293 1.293v-9.586a1 1 0 0 1 1 -1m12 -2a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2v-4a2 2 0 0 1 2 -2zm-1.136 10.496l3.5 6a1 1 0 0 1 -.864 1.504h-7a1 1 0 0 1 -.864 -1.504l3.5 -6a1 1 0 0 1 1.728 0", "key": "svg-0" }]]; const IconSortAscendingShapesFilled = createReactComponent("filled", "sort-ascending-shapes-filled", "SortAscendingShapesFilled", __iconNode$3f); const __iconNode$3e = [["path", { "d": "M9.5 4a1.5 1.5 0 0 1 1.5 1.5v4a1.5 1.5 0 0 1 -1.5 1.5h-4a1.5 1.5 0 0 1 -1.5 -1.5v-4a1.5 1.5 0 0 1 1.5 -1.5z", "key": "svg-0" }], ["path", { "d": "M9.5 13a1.5 1.5 0 0 1 1.5 1.5v4a1.5 1.5 0 0 1 -1.5 1.5h-4a1.5 1.5 0 0 1 -1.5 -1.5v-4a1.5 1.5 0 0 1 1.5 -1.5z", "key": "svg-1" }], ["path", { "d": "M17 5a1 1 0 0 1 1 1v9.584l1.293 -1.291a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 0 1.414l-3 3a1 1 0 0 1 -.112 .097l-.11 .071l-.114 .054l-.105 .035l-.149 .03l-.117 .006l-.075 -.003l-.126 -.017l-.111 -.03l-.111 -.044l-.098 -.052l-.096 -.067l-.09 -.08l-3 -3a1 1 0 0 1 1.414 -1.414l1.293 1.293v-9.586a1 1 0 0 1 1 -1", "key": "svg-2" }]]; const IconSortDescending2Filled = createReactComponent("filled", "sort-descending-2-filled", "SortDescending2Filled", __iconNode$3e); const __iconNode$3d = [["path", { "d": "M7 5a1 1 0 0 1 1 1v9.584l1.293 -1.291a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 0 1.414l-3 3a1 1 0 0 1 -.112 .097l-.11 .071l-.114 .054l-.105 .035l-.149 .03l-.117 .006l-.075 -.003l-.126 -.017l-.111 -.03l-.111 -.044l-.098 -.052l-.096 -.067l-.09 -.08l-3 -3a1 1 0 0 1 1.414 -1.414l1.293 1.293v-9.586a1 1 0 0 1 1 -1m12 8a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2v-4a2 2 0 0 1 2 -2zm-1.136 -9.504l3.5 6a1 1 0 0 1 -.864 1.504h-7a1 1 0 0 1 -.864 -1.504l3.5 -6a1 1 0 0 1 1.728 0", "key": "svg-0" }]]; const IconSortDescendingShapesFilled = createReactComponent("filled", "sort-descending-shapes-filled", "SortDescendingShapesFilled", __iconNode$3d); const __iconNode$3c = [["path", { "d": "M20 10a2 2 0 0 1 2 2v.5c0 1.694 -2.247 5.49 -3.983 6.983l-.017 .013v.504a2 2 0 0 1 -1.85 1.995l-.15 .005h-8a2 2 0 0 1 -2 -2v-.496l-.065 -.053c-1.76 -1.496 -3.794 -4.965 -3.928 -6.77l-.007 -.181v-.5a2 2 0 0 1 2 -2z", "key": "svg-0" }], ["path", { "d": "M11.417 3.188a1 1 0 1 1 1.166 1.624c-.375 .27 -.593 .706 -.583 1.209a1.4 1.4 0 0 0 .583 1.167a1 1 0 1 1 -1.166 1.624a3.38 3.38 0 0 1 -1.417 -2.791a3.4 3.4 0 0 1 1.417 -2.833", "key": "svg-1" }], ["path", { "d": "M15.417 3.188a1 1 0 1 1 1.166 1.624c-.375 .27 -.593 .706 -.583 1.209a1.4 1.4 0 0 0 .583 1.167a1 1 0 1 1 -1.166 1.624a3.38 3.38 0 0 1 -1.417 -2.791a3.4 3.4 0 0 1 1.417 -2.833", "key": "svg-2" }], ["path", { "d": "M7.417 3.188a1 1 0 1 1 1.166 1.624c-.375 .27 -.593 .706 -.583 1.209a1.4 1.4 0 0 0 .583 1.167a1 1 0 1 1 -1.166 1.624a3.38 3.38 0 0 1 -1.417 -2.791a3.4 3.4 0 0 1 1.417 -2.833", "key": "svg-3" }]]; const IconSoupFilled = createReactComponent("filled", "soup-filled", "SoupFilled", __iconNode$3c); const __iconNode$3b = [["path", { "d": "M11.327 2.26a1395.065 1395.065 0 0 0 -4.923 4.504c-.626 .6 -1.212 1.21 -1.774 1.843a6.528 6.528 0 0 0 -.314 8.245l.14 .177c1.012 1.205 2.561 1.755 4.055 1.574l.246 -.037l-.706 2.118a1 1 0 0 0 .949 1.316h6l.118 -.007a1 1 0 0 0 .83 -1.31l-.688 -2.065l.104 .02c1.589 .25 3.262 -.387 4.32 -1.785a6.527 6.527 0 0 0 -.311 -8.243a31.787 31.787 0 0 0 -1.76 -1.83l-4.938 -4.518a1 1 0 0 0 -1.348 -.001z", "key": "svg-0" }]]; const IconSpadeFilled = createReactComponent("filled", "spade-filled", "SpadeFilled", __iconNode$3b); const __iconNode$3a = [["path", { "d": "M17.964 2.733c.156 .563 .312 1 .484 1.353c.342 .71 .758 1.125 1.47 1.467c.353 .17 .79 .326 1.352 .484c.98 .276 .97 1.668 -.013 1.93a8.3 8.3 0 0 0 -1.34 .481c-.71 .342 -1.127 .757 -1.463 1.453a8 8 0 0 0 -.486 1.352c-.258 .988 -1.658 1 -1.932 .015c-.156 -.565 -.312 -1.002 -.484 -1.354c-.342 -.71 -.758 -1.124 -1.458 -1.46a8 8 0 0 0 -1.374 -.495a.4 .4 0 0 1 -.06 -.02l-.044 -.017l-.045 -.02l-.049 -.025l-.035 -.02a.4 .4 0 0 1 -.049 -.03l-.032 -.023l-.043 -.034l-.033 -.028l-.036 -.035l-.034 -.035l-.028 -.033l-.035 -.043l-.022 -.032a.4 .4 0 0 1 -.032 -.049l-.02 -.035l-.025 -.05l-.02 -.044l-.017 -.043a.4 .4 0 0 1 -.02 -.06l-.01 -.034a.5 .5 0 0 1 -.02 -.098l-.006 -.065l-.005 -.035v-.05a.4 .4 0 0 1 .003 -.085a.5 .5 0 0 1 .013 -.093a.5 .5 0 0 1 .024 -.103a.4 .4 0 0 1 .02 -.06l.017 -.044l.02 -.045l.025 -.049l.02 -.035a.4 .4 0 0 1 .03 -.049l.023 -.032l.034 -.043l.028 -.033l.035 -.036l.035 -.034q .015 -.015 .033 -.028l.043 -.035l.032 -.022a.4 .4 0 0 1 .049 -.032l.035 -.02l.05 -.025l.044 -.02l.043 -.017a.4 .4 0 0 1 .06 -.02l.027 -.008a8.3 8.3 0 0 0 1.339 -.48c.71 -.342 1.127 -.757 1.47 -1.466c.17 -.354 .327 -.792 .483 -1.355c.272 -.976 1.657 -.976 1.928 0", "key": "svg-0" }], ["path", { "d": "M10.965 6.737q .219 .801 .503 1.574c.856 2.28 1.945 3.363 4.23 4.22q .708 .265 1.571 .506c.976 .272 .974 1.656 -.002 1.927q -.798 .221 -1.568 .504c-2.288 .858 -3.376 1.94 -4.229 4.216a19 19 0 0 0 -.505 1.579c-.268 .983 -1.662 .983 -1.93 0a19 19 0 0 0 -.503 -1.574c-.856 -2.281 -1.944 -3.363 -4.226 -4.219a20 20 0 0 0 -1.594 -.513a.4 .4 0 0 1 -.054 -.018l-.044 -.017l-.043 -.02a.3 .3 0 0 1 -.048 -.024l-.036 -.02a.4 .4 0 0 1 -.048 -.03l-.032 -.024l-.044 -.034l-.033 -.029l-.037 -.034l-.034 -.037l-.03 -.033l-.033 -.044l-.023 -.032a.4 .4 0 0 1 -.03 -.048l-.021 -.036a.3 .3 0 0 1 -.024 -.048l-.02 -.043l-.017 -.044a.4 .4 0 0 1 -.018 -.054a.2 .2 0 0 1 -.01 -.039a.4 .4 0 0 1 -.014 -.059l-.007 -.04l-.007 -.056l-.003 -.044l-.002 -.05v-.05q 0 -.023 .004 -.044q .001 -.03 .007 -.057l.007 -.04a.4 .4 0 0 1 .017 -.076l.007 -.021a.4 .4 0 0 1 .018 -.054l.017 -.044l.02 -.043a.3 .3 0 0 1 .024 -.048l.02 -.036a.4 .4 0 0 1 .03 -.048l.024 -.032l.034 -.044l.029 -.033l.034 -.037l.037 -.034l.033 -.03l.044 -.033l.032 -.023a.4 .4 0 0 1 .048 -.03l.036 -.021a.3 .3 0 0 1 .048 -.024l.043 -.02l.044 -.017a.4 .4 0 0 1 .054 -.018l.021 -.007a20 20 0 0 0 1.568 -.504c2.287 -.858 3.375 -1.94 4.229 -4.216a19 19 0 0 0 .505 -1.579c.268 -.983 1.662 -.983 1.93 0", "key": "svg-1" }]]; const IconSparkles2Filled = createReactComponent("filled", "sparkles-2-filled", "Sparkles2Filled", __iconNode$3a); const __iconNode$39 = [["path", { "d": "M16 19a1 1 0 0 1 0 -2a1 1 0 0 0 1 -1c0 -1.333 2 -1.333 2 0a1 1 0 0 0 1 1c1.333 0 1.333 2 0 2a1 1 0 0 0 -1 1c0 1.333 -2 1.333 -2 0a1 1 0 0 0 -1 -1", "key": "svg-0" }], ["path", { "d": "M3 11a5 5 0 0 0 5 -5c0 -1.333 2 -1.333 2 0a5 5 0 0 0 5 5c1.333 0 1.333 2 0 2a5 5 0 0 0 -5 5a1 1 0 0 1 -2 0a5 5 0 0 0 -5 -5c-1.333 0 -1.333 -2 0 -2", "key": "svg-1" }], ["path", { "d": "M16 7a1 1 0 0 1 0 -2a1 1 0 0 0 1 -1c0 -1.333 2 -1.333 2 0a1 1 0 0 0 1 1c1.333 0 1.333 2 0 2a1 1 0 0 0 -1 1c0 1.333 -2 1.333 -2 0a1 1 0 0 0 -1 -1", "key": "svg-2" }]]; const IconSparklesFilled = createReactComponent("filled", "sparkles-filled", "SparklesFilled", __iconNode$39); const __iconNode$38 = [["path", { "d": "M14 7a1 1 0 0 1 .832 .445l1.702 2.555h5.466a1 1 0 0 1 .833 1.554l-3.1 4.66a4 4 0 0 1 -3.333 1.786h-14.4a1 1 0 0 1 -.936 -1.351l1.5 -4a1 1 0 0 1 .936 -.649h1.756l.9 -3h-.156a1 1 0 0 1 -.993 -.883l-.007 -.117a1 1 0 0 1 1 -1zm-6.657 5h1.887c.383 0 .762 -.074 1.12 -.219l3.557 -1.418q .186 -.075 .377 -.135l-.82 -1.228h-5.22z", "key": "svg-0" }]]; const IconSpeedboatFilled = createReactComponent("filled", "speedboat-filled", "SpeedboatFilled", __iconNode$38); const __iconNode$37 = [["path", { "d": "M19 3a1 1 0 0 1 1 1v2a1 1 0 0 1 -.293 .707l-3.293 3.293h3.17l1.209 -1.207a1 1 0 0 1 1.414 1.414l-1.5 1.5a1 1 0 0 1 -.707 .293h-3.585l4.292 4.293a1 1 0 0 1 .293 .707v2a1 1 0 0 1 -2 0v-1.585l-2.016 -2.016a5 5 0 0 1 -9.968 0l-2.016 2.015v1.586a1 1 0 0 1 -.883 .993l-.117 .007a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 .293 -.707l4.291 -4.293h-3.584a1 1 0 0 1 -.707 -.293l-1.5 -1.5a1 1 0 0 1 1.414 -1.414l1.208 1.207h3.17l-3.292 -3.293a1 1 0 0 1 -.293 -.707v-2a1 1 0 1 1 2 0v1.585l3.025 3.025a3 3 0 0 1 5.95 0l3.025 -3.026v-1.584a1 1 0 0 1 .883 -.993z", "key": "svg-0" }]]; const IconSpiderFilled = createReactComponent("filled", "spider-filled", "SpiderFilled", __iconNode$37); const __iconNode$36 = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-7 5a1 1 0 0 0 -1 1v5.585l-2.293 -2.292l-.094 -.083a1 1 0 0 0 -1.32 1.497l4 4l.094 .083l.092 .064l.098 .052l.11 .044l.112 .03l.126 .017l.075 .003l.117 -.007l.149 -.029l.105 -.035l.113 -.054l.111 -.071a.939 .939 0 0 0 .112 -.097l4 -4l.083 -.094a1 1 0 0 0 -.083 -1.32l-.094 -.083a1 1 0 0 0 -1.32 .083l-2.293 2.292v-5.585l-.007 -.117a1 1 0 0 0 -.993 -.883z", "key": "svg-0" }]]; const IconSquareArrowDownFilled = createReactComponent("filled", "square-arrow-down-filled", "SquareArrowDownFilled", __iconNode$36); const __iconNode$35 = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-6.293 5.293a1 1 0 0 0 -1.414 0l-4 4l-.083 .094l-.064 .092l-.052 .098l-.044 .11l-.03 .112l-.017 .126l-.003 .075l.004 .09l.007 .058l.025 .118l.035 .105l.054 .113l.071 .111c.03 .04 .061 .077 .097 .112l4 4l.094 .083a1 1 0 0 0 1.32 -.083l.083 -.094a1 1 0 0 0 -.083 -1.32l-2.292 -2.293h5.585l.117 -.007a1 1 0 0 0 -.117 -1.993h-5.585l2.292 -2.293l.083 -.094a1 1 0 0 0 -.083 -1.32z", "key": "svg-0" }]]; const IconSquareArrowLeftFilled = createReactComponent("filled", "square-arrow-left-filled", "SquareArrowLeftFilled", __iconNode$35); const __iconNode$34 = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-6.387 5.21a1 1 0 0 0 -1.32 .083l-.083 .094a1 1 0 0 0 .083 1.32l2.292 2.293h-5.585l-.117 .007a1 1 0 0 0 .117 1.993h5.585l-2.292 2.293l-.083 .094a1 1 0 0 0 1.497 1.32l4 -4l.073 -.082l.074 -.104l.052 -.098l.044 -.11l.03 -.112l.017 -.126l.003 -.075l-.007 -.118l-.029 -.148l-.035 -.105l-.054 -.113l-.071 -.111a1.008 1.008 0 0 0 -.097 -.112l-4 -4z", "key": "svg-0" }]]; const IconSquareArrowRightFilled = createReactComponent("filled", "square-arrow-right-filled", "SquareArrowRightFilled", __iconNode$34); const __iconNode$33 = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-7 5l-.09 .004l-.058 .007l-.118 .025l-.105 .035l-.113 .054l-.111 .071a1.008 1.008 0 0 0 -.112 .097l-4 4l-.083 .094a1 1 0 0 0 .083 1.32l.094 .083a1 1 0 0 0 1.32 -.083l2.293 -2.292v5.585l.007 .117a1 1 0 0 0 1.993 -.117v-5.585l2.293 2.292l.094 .083a1 1 0 0 0 1.32 -1.497l-4 -4l-.082 -.073l-.104 -.074l-.098 -.052l-.11 -.044l-.112 -.03l-.126 -.017l-.075 -.003z", "key": "svg-0" }]]; const IconSquareArrowUpFilled = createReactComponent("filled", "square-arrow-up-filled", "SquareArrowUpFilled", __iconNode$33); const __iconNode$32 = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-7 5.5a1 1 0 0 0 -1 1v1.631l-1.445 -.963l-.101 -.06a1 1 0 0 0 -1.009 1.724l1.75 1.168l-1.75 1.169l-.093 .07a1 1 0 0 0 1.203 1.594l1.445 -.965v1.632l.007 .117a1 1 0 0 0 1.993 -.117v-1.631l1.445 .963l.101 .06a1 1 0 0 0 1.009 -1.724l-1.752 -1.169l1.752 -1.167l.093 -.07a1 1 0 0 0 -1.203 -1.594l-1.445 .962v-1.63l-.007 -.117a1 1 0 0 0 -.993 -.883z", "key": "svg-0" }]]; const IconSquareAsteriskFilled = createReactComponent("filled", "square-asterisk-filled", "SquareAsteriskFilled", __iconNode$32); const __iconNode$31 = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.626 7.293a1 1 0 0 0 -1.414 0l-3.293 3.292l-1.293 -1.292l-.094 -.083a1 1 0 0 0 -1.32 1.497l2 2l.094 .083a1 1 0 0 0 1.32 -.083l4 -4l.083 -.094a1 1 0 0 0 -.083 -1.32z", "key": "svg-0" }]]; const IconSquareCheckFilled = createReactComponent("filled", "square-check-filled", "SquareCheckFilled", __iconNode$31); const __iconNode$30 = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-9.387 8.21a1 1 0 0 0 -1.32 1.497l3 3l.094 .083a1 1 0 0 0 1.32 -.083l3 -3l.083 -.094a1 1 0 0 0 -.083 -1.32l-.094 -.083a1 1 0 0 0 -1.32 .083l-2.293 2.292l-2.293 -2.292z", "key": "svg-0" }]]; const IconSquareChevronDownFilled = createReactComponent("filled", "square-chevron-down-filled", "SquareChevronDownFilled", __iconNode$30); const __iconNode$2$ = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-5.293 6.293a1 1 0 0 0 -1.414 0l-3 3l-.083 .094a1 1 0 0 0 .083 1.32l3 3l.094 .083a1 1 0 0 0 1.32 -.083l.083 -.094a1 1 0 0 0 -.083 -1.32l-2.292 -2.293l2.292 -2.293l.083 -.094a1 1 0 0 0 -.083 -1.32z", "key": "svg-0" }]]; const IconSquareChevronLeftFilled = createReactComponent("filled", "square-chevron-left-filled", "SquareChevronLeftFilled", __iconNode$2$); const __iconNode$2_ = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-7.387 6.21a1 1 0 0 0 -1.32 .083l-.083 .094a1 1 0 0 0 .083 1.32l2.292 2.293l-2.292 2.293l-.083 .094a1 1 0 0 0 1.497 1.32l3 -3l.083 -.094a1 1 0 0 0 -.083 -1.32l-3 -3z", "key": "svg-0" }]]; const IconSquareChevronRightFilled = createReactComponent("filled", "square-chevron-right-filled", "SquareChevronRightFilled", __iconNode$2_); const __iconNode$2Z = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-6.387 7.21a1 1 0 0 0 -1.32 .083l-3 3l-.083 .094a1 1 0 0 0 .083 1.32l.094 .083a1 1 0 0 0 1.32 -.083l2.293 -2.292l2.293 2.292l.094 .083a1 1 0 0 0 1.32 -1.497l-3 -3z", "key": "svg-0" }]]; const IconSquareChevronUpFilled = createReactComponent("filled", "square-chevron-up-filled", "SquareChevronUpFilled", __iconNode$2Z); const __iconNode$2Y = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-9.387 10.21a1 1 0 0 0 -1.32 1.497l3 3l.094 .083a1 1 0 0 0 1.32 -.083l3 -3l.083 -.094a1 1 0 0 0 -.083 -1.32l-.094 -.083a1 1 0 0 0 -1.32 .083l-2.293 2.292l-2.293 -2.292zm0 -5a1 1 0 0 0 -1.32 1.497l3 3l.094 .083a1 1 0 0 0 1.32 -.083l3 -3l.083 -.094a1 1 0 0 0 -.083 -1.32l-.094 -.083a1 1 0 0 0 -1.32 .083l-2.293 2.292l-2.293 -2.292z", "key": "svg-0" }]]; const IconSquareChevronsDownFilled = createReactComponent("filled", "square-chevrons-down-filled", "SquareChevronsDownFilled", __iconNode$2Y); const __iconNode$2X = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-2.293 6.293a1 1 0 0 0 -1.414 0l-3 3l-.083 .094a1 1 0 0 0 .083 1.32l3 3l.094 .083a1 1 0 0 0 1.32 -.083l.083 -.094a1 1 0 0 0 -.083 -1.32l-2.292 -2.293l2.292 -2.293l.083 -.094a1 1 0 0 0 -.083 -1.32zm-5 0a1 1 0 0 0 -1.414 0l-3 3l-.083 .094a1 1 0 0 0 .083 1.32l3 3l.094 .083a1 1 0 0 0 1.32 -.083l.083 -.094a1 1 0 0 0 -.083 -1.32l-2.292 -2.293l2.292 -2.293l.083 -.094a1 1 0 0 0 -.083 -1.32z", "key": "svg-0" }]]; const IconSquareChevronsLeftFilled = createReactComponent("filled", "square-chevrons-left-filled", "SquareChevronsLeftFilled", __iconNode$2X); const __iconNode$2W = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-10.387 6.21a1 1 0 0 0 -1.32 .083l-.083 .094a1 1 0 0 0 .083 1.32l2.292 2.293l-2.292 2.293l-.083 .094a1 1 0 0 0 1.497 1.32l3 -3l.083 -.094a1 1 0 0 0 -.083 -1.32l-3 -3zm5 0a1 1 0 0 0 -1.32 .083l-.083 .094a1 1 0 0 0 .083 1.32l2.292 2.293l-2.292 2.293l-.083 .094a1 1 0 0 0 1.497 1.32l3 -3l.083 -.094a1 1 0 0 0 -.083 -1.32l-3 -3z", "key": "svg-0" }]]; const IconSquareChevronsRightFilled = createReactComponent("filled", "square-chevrons-right-filled", "SquareChevronsRightFilled", __iconNode$2W); const __iconNode$2V = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-6.387 10.21a1 1 0 0 0 -1.32 .083l-3 3l-.083 .094a1 1 0 0 0 .083 1.32l.094 .083a1 1 0 0 0 1.32 -.083l2.293 -2.292l2.293 2.292l.094 .083a1 1 0 0 0 1.32 -1.497l-3 -3zm0 -5a1 1 0 0 0 -1.32 .083l-3 3l-.083 .094a1 1 0 0 0 .083 1.32l.094 .083a1 1 0 0 0 1.32 -.083l2.293 -2.292l2.293 2.292l.094 .083a1 1 0 0 0 1.32 -1.497l-3 -3z", "key": "svg-0" }]]; const IconSquareChevronsUpFilled = createReactComponent("filled", "square-chevrons-up-filled", "SquareChevronsUpFilled", __iconNode$2V); const __iconNode$2U = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-7 8a2 2 0 0 0 -1.995 1.85l-.005 .15l.005 .15a2 2 0 1 0 1.995 -2.15z", "key": "svg-0" }]]; const IconSquareDotFilled = createReactComponent("filled", "square-dot-filled", "SquareDotFilled", __iconNode$2U); const __iconNode$2T = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-3.833 6a2.5 2.5 0 0 0 -2.495 2.336l-.005 .164v3l.005 .164a2.5 2.5 0 0 0 4.99 0l.005 -.164v-3l-.005 -.164a2.5 2.5 0 0 0 -2.495 -2.336zm-4.5 0h-2l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117v6l.007 .117a1 1 0 0 0 .876 .876l.117 .007l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117v-2h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-1v-1h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm4.5 2a.5 .5 0 0 1 .492 .41l.008 .09v3l-.008 .09a.5 .5 0 0 1 -.984 0l-.008 -.09v-3l.008 -.09a.5 .5 0 0 1 .492 -.41z", "key": "svg-0" }]]; const IconSquareF0Filled = createReactComponent("filled", "square-f0-filled", "SquareF0Filled", __iconNode$2T); const __iconNode$2S = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-8.333 6h-2l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117v6l.007 .117a1 1 0 0 0 .876 .876l.117 .007l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117v-2h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-1v-1h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm5.994 .886c-.083 -.777 -1.008 -1.16 -1.617 -.67l-.084 .077l-2 2l-.083 .094a1 1 0 0 0 0 1.226l.083 .094l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l.293 -.293v3.586l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-6l-.006 -.114z", "key": "svg-0" }]]; const IconSquareF1Filled = createReactComponent("filled", "square-f1-filled", "SquareF1Filled", __iconNode$2S); const __iconNode$2R = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-3.333 6h-2l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h2v1h-1l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v1l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-2v-1h1l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-1l-.005 -.15a2 2 0 0 0 -1.995 -1.85zm-5 0h-2l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117v6l.007 .117a1 1 0 0 0 .876 .876l.117 .007l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117v-2h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-1v-1h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", "key": "svg-0" }]]; const IconSquareF2Filled = createReactComponent("filled", "square-f2-filled", "SquareF2Filled", __iconNode$2R); const __iconNode$2Q = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-3.833 6h-1l-.144 .007a1.5 1.5 0 0 0 -1.356 1.493a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .727 -.457l.02 -.036h.636l.09 .008a.5 .5 0 0 1 0 .984l-.09 .008h-.5l-.133 .007c-1.156 .124 -1.156 1.862 0 1.986l.133 .007h.5l.09 .008a.5 .5 0 0 1 .41 .492l-.008 .09a.5 .5 0 0 1 -.492 .41h-.635l-.02 -.036a1 1 0 0 0 -1.845 .536a1.5 1.5 0 0 0 1.5 1.5h1l.164 -.005a2.5 2.5 0 0 0 2.336 -2.495l-.005 -.164a2.487 2.487 0 0 0 -.477 -1.312l-.019 -.024l.126 -.183a2.5 2.5 0 0 0 -2.125 -3.817zm-4.5 0h-2l-.117 .007a1 1 0 0 0 -.883 .993v6l.007 .117a1 1 0 0 0 .993 .883l.117 -.007a1 1 0 0 0 .883 -.993v-2h1l.117 -.007a1 1 0 0 0 -.117 -1.993h-1v-1h1l.117 -.007a1 1 0 0 0 -.117 -1.993z", "key": "svg-0" }]]; const IconSquareF3Filled = createReactComponent("filled", "square-f3-filled", "SquareF3Filled", __iconNode$2Q); const __iconNode$2P = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.333 6a1 1 0 0 0 -.993 .883l-.007 .117v2h-1v-2l-.007 -.117a1 1 0 0 0 -1.986 0l-.007 .117v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h1v2l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-6l-.007 -.117a1 1 0 0 0 -.993 -.883zm-6 0h-2l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117v6l.007 .117a1 1 0 0 0 .876 .876l.117 .007l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117v-2h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-1v-1h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", "key": "svg-0" }]]; const IconSquareF4Filled = createReactComponent("filled", "square-f4-filled", "SquareF4Filled", __iconNode$2P); const __iconNode$2O = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.333 6h-3l-.117 .007a1 1 0 0 0 -.857 .764l-.02 .112l-.006 .117v3l.007 .117a1 1 0 0 0 .764 .857l.112 .02l.117 .006h2v1h-1.033l-.025 -.087l-.049 -.113a1 1 0 0 0 -1.893 .45c0 .867 .63 1.587 1.458 1.726l.148 .018l.144 .006h1.25l.157 -.006a2 2 0 0 0 1.819 -1.683l.019 -.162l.005 -.149v-1l-.006 -.157a2 2 0 0 0 -1.683 -1.819l-.162 -.019l-.149 -.005h-1v-1h2l.117 -.007a1 1 0 0 0 .857 -.764l.02 -.112l.006 -.117l-.007 -.117a1 1 0 0 0 -.764 -.857l-.112 -.02l-.117 -.006zm-6 0h-2l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117v6l.007 .117a1 1 0 0 0 .876 .876l.117 .007l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117v-2h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-1v-1h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", "key": "svg-0" }]]; const IconSquareF5Filled = createReactComponent("filled", "square-f5-filled", "SquareF5Filled", __iconNode$2O); const __iconNode$2N = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-3.083 6h-1.25l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h1l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-1l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006h-1v-1h1.032l.026 .087a1 1 0 0 0 1.942 -.337a1.75 1.75 0 0 0 -1.606 -1.744l-.144 -.006zm-5.25 0h-2l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117v6l.007 .117a1 1 0 0 0 .876 .876l.117 .007l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117v-2h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-1v-1h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm5 5v1h-1v-1h1z", "key": "svg-0" }]]; const IconSquareF6Filled = createReactComponent("filled", "square-f6-filled", "SquareF6Filled", __iconNode$2N); const __iconNode$2M = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.333 6h-3l-.117 .007a1 1 0 0 0 -.883 .993l.007 .117a1 1 0 0 0 .993 .883h1.718l-1.188 4.757l-.022 .115a1 1 0 0 0 1.962 .37l1.5 -6l.021 -.11a1 1 0 0 0 -.991 -1.132zm-6 0h-2l-.117 .007a1 1 0 0 0 -.883 .993v6l.007 .117a1 1 0 0 0 .993 .883l.117 -.007a1 1 0 0 0 .883 -.993v-2h1l.117 -.007a1 1 0 0 0 -.117 -1.993h-1v-1h1l.117 -.007a1 1 0 0 0 -.117 -1.993z", "key": "svg-0" }]]; const IconSquareF7Filled = createReactComponent("filled", "square-f7-filled", "SquareF7Filled", __iconNode$2M); const __iconNode$2L = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-3.333 6h-1l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v1l.005 .15c.018 .236 .077 .46 .17 .667l.075 .152l.018 .03l-.018 .032c-.133 .24 -.218 .509 -.243 .795l-.007 .174v1l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h1l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-1l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-1l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm-5 0h-2l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117v6l.007 .117a1 1 0 0 0 .876 .876l.117 .007l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117v-2h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-1v-1h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm5 5v1h-1v-1h1zm0 -3v1h-1v-1h1z", "key": "svg-0" }]]; const IconSquareF8Filled = createReactComponent("filled", "square-f8-filled", "SquareF8Filled", __iconNode$2L); const __iconNode$2K = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-3.083 6h-1.5l-.144 .006a1.75 1.75 0 0 0 -1.606 1.744v1.5l.006 .144a1.75 1.75 0 0 0 1.744 1.606h1.25v1h-1.033l-.025 -.087a1 1 0 0 0 -1.942 .337c0 .966 .784 1.75 1.75 1.75h1.5l.144 -.006a1.75 1.75 0 0 0 1.606 -1.744v-4.5l-.006 -.144a1.75 1.75 0 0 0 -1.744 -1.606zm-5.25 0h-2l-.117 .007a1 1 0 0 0 -.883 .993v6l.007 .117a1 1 0 0 0 .993 .883l.117 -.007a1 1 0 0 0 .883 -.993v-2h1l.117 -.007a1 1 0 0 0 -.117 -1.993h-1v-1h1l.117 -.007a1 1 0 0 0 -.117 -1.993zm5 2v1h-1v-1h1z", "key": "svg-0" }]]; const IconSquareF9Filled = createReactComponent("filled", "square-f9-filled", "SquareF9Filled", __iconNode$2K); const __iconNode$2J = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-7 5a3 3 0 0 0 -3 3v6a1 1 0 0 0 2 0v-2h2v2a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-6a3 3 0 0 0 -3 -3m0 2a1 1 0 0 1 1 1v2h-2v-2a1 1 0 0 1 .883 -.993z", "key": "svg-0" }]]; const IconSquareLetterAFilled = createReactComponent("filled", "square-letter-a-filled", "SquareLetterAFilled", __iconNode$2J); const __iconNode$2I = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-7 5h-2a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1h2a3 3 0 0 0 3 -3l-.005 -.176a3 3 0 0 0 -.654 -1.7l-.106 -.124l.106 -.124a3 3 0 0 0 -2.341 -4.876m0 6a1 1 0 0 1 0 2h-1v-2zm0 -4a1 1 0 0 1 0 2h-1v-2z", "key": "svg-0" }]]; const IconSquareLetterBFilled = createReactComponent("filled", "square-letter-b-filled", "SquareLetterBFilled", __iconNode$2I); const __iconNode$2H = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-7 5a3 3 0 0 0 -3 3v4a3 3 0 0 0 6 0a1 1 0 0 0 -1.993 -.117l-.007 .117a1 1 0 0 1 -2 0v-4a1 1 0 0 1 1.993 -.117l.007 .117a1 1 0 0 0 2 0a3 3 0 0 0 -3 -3", "key": "svg-0" }]]; const IconSquareLetterCFilled = createReactComponent("filled", "square-letter-c-filled", "SquareLetterCFilled", __iconNode$2H); const __iconNode$2G = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-7 5h-2a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1h2a3 3 0 0 0 3 -3v-4a3 3 0 0 0 -3 -3m0 2a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-1v-6z", "key": "svg-0" }]]; const IconSquareLetterDFilled = createReactComponent("filled", "square-letter-d-filled", "SquareLetterDFilled", __iconNode$2G); const __iconNode$2F = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-5 5h-4a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1h4a1 1 0 0 0 1 -1l-.007 -.117a1 1 0 0 0 -.993 -.883h-3v-2h1.5a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-1.5v-2h3a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconSquareLetterEFilled = createReactComponent("filled", "square-letter-e-filled", "SquareLetterEFilled", __iconNode$2F); const __iconNode$2E = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-5 5h-4a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-3h2a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-2v-2h3a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconSquareLetterFFilled = createReactComponent("filled", "square-letter-f-filled", "SquareLetterFFilled", __iconNode$2E); const __iconNode$2D = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-5 5h-2a3 3 0 0 0 -3 3v4a3 3 0 0 0 3 3h2a1 1 0 0 0 1 -1v-4a1 1 0 0 0 -1 -1h-1a1 1 0 0 0 -1 1l.007 .117a1 1 0 0 0 .993 .883v2h-1a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconSquareLetterGFilled = createReactComponent("filled", "square-letter-g-filled", "SquareLetterGFilled", __iconNode$2D); const __iconNode$2C = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-5 5a1 1 0 0 0 -1 1v3h-2v-3a1 1 0 0 0 -.883 -.993l-.117 -.007a1 1 0 0 0 -1 1v8a1 1 0 0 0 2 0v-3h2v3a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-8a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconSquareLetterHFilled = createReactComponent("filled", "square-letter-h-filled", "SquareLetterHFilled", __iconNode$2C); const __iconNode$2B = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-7 5a1 1 0 0 0 -1 1v8a1 1 0 0 0 2 0v-8a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconSquareLetterIFilled = createReactComponent("filled", "square-letter-i-filled", "SquareLetterIFilled", __iconNode$2B); const __iconNode$2A = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-5 5h-4a1 1 0 0 0 -1 1l.007 .117a1 1 0 0 0 .993 .883h3v5a1 1 0 0 1 -1.993 .117l-.007 -.117a1 1 0 0 0 -2 0a3 3 0 0 0 6 0v-6a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconSquareLetterJFilled = createReactComponent("filled", "square-letter-j-filled", "SquareLetterJFilled", __iconNode$2A); const __iconNode$2z = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-4.47 5.152a1 1 0 0 0 -1.378 .318l-2.152 3.443v-2.913a1 1 0 0 0 -.883 -.993l-.117 -.007a1 1 0 0 0 -1 1v8a1 1 0 0 0 2 0v-2.914l2.152 3.444a1 1 0 0 0 1.276 .374l.102 -.056l.095 -.068a1 1 0 0 0 .223 -1.31l-2.17 -3.47l2.17 -3.47a1 1 0 0 0 -.318 -1.378", "key": "svg-0" }]]; const IconSquareLetterKFilled = createReactComponent("filled", "square-letter-k-filled", "SquareLetterKFilled", __iconNode$2z); const __iconNode$2y = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-9 5a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1h4a1 1 0 0 0 1 -1l-.007 -.117a1 1 0 0 0 -.993 -.883h-3v-7a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconSquareLetterLFilled = createReactComponent("filled", "square-letter-l-filled", "SquareLetterLFilled", __iconNode$2y); const __iconNode$2x = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-3 6c0 -1.014 -1.336 -1.384 -1.857 -.514l-2.143 3.57l-2.143 -3.57c-.521 -.87 -1.857 -.5 -1.857 .514v8a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-4.39l1.143 1.904l.074 .108a1 1 0 0 0 1.64 -.108l1.143 -1.904v4.39a1 1 0 0 0 2 0z", "key": "svg-0" }]]; const IconSquareLetterMFilled = createReactComponent("filled", "square-letter-m-filled", "SquareLetterMFilled", __iconNode$2x); const __iconNode$2w = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-8.106 5.553c-.471 -.944 -1.894 -.608 -1.894 .447v8a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-3.764l2.106 4.211c.471 .944 1.894 .608 1.894 -.447v-8a1 1 0 0 0 -1 -1l-.117 .007a1 1 0 0 0 -.883 .993v3.764z", "key": "svg-0" }]]; const IconSquareLetterNFilled = createReactComponent("filled", "square-letter-n-filled", "SquareLetterNFilled", __iconNode$2w); const __iconNode$2v = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-7 5a3 3 0 0 0 -3 3v4a3 3 0 0 0 6 0v-4a3 3 0 0 0 -3 -3m0 2a1 1 0 0 1 1 1v4a1 1 0 0 1 -2 0v-4a1 1 0 0 1 1 -1", "key": "svg-0" }]]; const IconSquareLetterOFilled = createReactComponent("filled", "square-letter-o-filled", "SquareLetterOFilled", __iconNode$2v); const __iconNode$2u = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-7 5h-2a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-3h1a3 3 0 0 0 0 -6m0 2a1 1 0 0 1 0 2h-1v-2z", "key": "svg-0" }]]; const IconSquareLetterPFilled = createReactComponent("filled", "square-letter-p-filled", "SquareLetterPFilled", __iconNode$2u); const __iconNode$2t = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-7 5a3 3 0 0 0 -3 3v4a3 3 0 0 0 4.168 2.764l.125 -.057a1 1 0 0 0 1.414 -1.414l.057 -.125a3 3 0 0 0 .236 -1.168v-4a3 3 0 0 0 -3 -3m1 7.001h-.059a.996 .996 0 0 0 -.941 1a1 1 0 0 1 -1 -1.001v-4a1 1 0 0 1 2 0z", "key": "svg-0" }]]; const IconSquareLetterQFilled = createReactComponent("filled", "square-letter-q-filled", "SquareLetterQFilled", __iconNode$2t); const __iconNode$2s = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-7 5h-2a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-2.332l2.2 2.932a1 1 0 0 0 1.4 .2l.096 -.081a1 1 0 0 0 .104 -1.319l-1.903 -2.538l.115 -.037a3.001 3.001 0 0 0 -1.012 -5.825m0 2a1 1 0 0 1 0 2h-1v-2z", "key": "svg-0" }]]; const IconSquareLetterRFilled = createReactComponent("filled", "square-letter-r-filled", "SquareLetterRFilled", __iconNode$2s); const __iconNode$2r = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-6 5h-2a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h2v2h-2a1 1 0 0 0 -2 0a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-2v-2h2l.007 .117a1 1 0 0 0 1.993 -.117a2 2 0 0 0 -2 -2", "key": "svg-0" }]]; const IconSquareLetterSFilled = createReactComponent("filled", "square-letter-s-filled", "SquareLetterSFilled", __iconNode$2r); const __iconNode$2q = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-5 5h-4a1 1 0 1 0 0 2h1v7a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-7h1a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconSquareLetterTFilled = createReactComponent("filled", "square-letter-t-filled", "SquareLetterTFilled", __iconNode$2q); const __iconNode$2p = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-5 5a1 1 0 0 0 -1 1v6a1 1 0 0 1 -2 0v-6a1 1 0 0 0 -2 0v6a3 3 0 0 0 6 0v-6a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconSquareLetterUFilled = createReactComponent("filled", "square-letter-u-filled", "SquareLetterUFilled", __iconNode$2p); const __iconNode$2o = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-4.757 5.03a1 1 0 0 0 -1.213 .727l-1.03 4.118l-1.03 -4.118a1 1 0 1 0 -1.94 .486l2 8c.252 1.01 1.688 1.01 1.94 0l2 -8a1 1 0 0 0 -.727 -1.213", "key": "svg-0" }]]; const IconSquareLetterVFilled = createReactComponent("filled", "square-letter-v-filled", "SquareLetterVFilled", __iconNode$2o); const __iconNode$2n = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-4.992 5.876l-.52 4.153l-.56 -1.4c-.319 -.799 -1.41 -.837 -1.803 -.114l-.053 .114l-.561 1.4l-.519 -4.153a1 1 0 0 0 -1 -.876l-.116 .008a1 1 0 0 0 -.868 1.116l1 8c.128 1.025 1.537 1.207 1.92 .247l1.072 -2.678l1.072 2.678c.383 .96 1.792 .778 1.92 -.247l1 -8a1 1 0 0 0 -1.984 -.248", "key": "svg-0" }]]; const IconSquareLetterWFilled = createReactComponent("filled", "square-letter-w-filled", "SquareLetterWFilled", __iconNode$2n); const __iconNode$2m = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-4.553 5.106a1 1 0 0 0 -1.341 .447l-1.106 2.21l-1.106 -2.21a1 1 0 0 0 -1.234 -.494l-.107 .047a1 1 0 0 0 -.447 1.341l1.774 3.553l-1.775 3.553a1 1 0 0 0 .345 1.283l.102 .058a1 1 0 0 0 1.341 -.447l1.107 -2.211l1.106 2.211a1 1 0 0 0 1.234 .494l.107 -.047a1 1 0 0 0 .447 -1.341l-1.776 -3.553l1.776 -3.553a1 1 0 0 0 -.345 -1.283z", "key": "svg-0" }]]; const IconSquareLetterXFilled = createReactComponent("filled", "square-letter-x-filled", "SquareLetterXFilled", __iconNode$2m); const __iconNode$2l = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-4.629 5.072a1 1 0 0 0 -1.3 .557l-1.071 2.678l-1.072 -2.678a1 1 0 0 0 -1.856 .742l1.928 4.823v2.806a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-2.809l1.928 -4.82a1 1 0 0 0 -.45 -1.25z", "key": "svg-0" }]]; const IconSquareLetterYFilled = createReactComponent("filled", "square-letter-y-filled", "SquareLetterYFilled", __iconNode$2l); const __iconNode$2k = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-5 5h-4a1 1 0 0 0 -1 1l.007 .117a1 1 0 0 0 .993 .883h2.382l-3.276 6.553a1 1 0 0 0 .894 1.447h4a1 1 0 0 0 1 -1l-.007 -.117a1 1 0 0 0 -.993 -.883h-2.382l3.276 -6.553a1 1 0 0 0 -.894 -1.447", "key": "svg-0" }]]; const IconSquareLetterZFilled = createReactComponent("filled", "square-letter-z-filled", "SquareLetterZFilled", __iconNode$2k); const __iconNode$2j = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-4 9h-6l-.117 .007a1 1 0 0 0 .117 1.993h6l.117 -.007a1 1 0 0 0 -.117 -1.993z", "key": "svg-0" }]]; const IconSquareMinusFilled = createReactComponent("filled", "square-minus-filled", "SquareMinusFilled", __iconNode$2j); const __iconNode$2i = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-6.333 5a3 3 0 0 0 -2.995 2.824l-.005 .176v4l.005 .176a3 3 0 0 0 5.99 0l.005 -.176v-4l-.005 -.176a3 3 0 0 0 -2.995 -2.824zm0 2a1 1 0 0 1 .993 .883l.007 .117v4l-.007 .117a1 1 0 0 1 -1.986 0l-.007 -.117v-4l.007 -.117a1 1 0 0 1 .993 -.883z", "key": "svg-0" }]]; const IconSquareNumber0Filled = createReactComponent("filled", "square-number-0-filled", "SquareNumber0Filled", __iconNode$2i); const __iconNode$2h = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-5.339 5.886c-.083 -.777 -1.008 -1.16 -1.617 -.67l-.084 .077l-2 2l-.083 .094a1 1 0 0 0 0 1.226l.083 .094l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l.293 -.293v5.586l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-8l-.006 -.114z", "key": "svg-0" }]]; const IconSquareNumber1Filled = createReactComponent("filled", "square-number-1-filled", "SquareNumber1Filled", __iconNode$2h); const __iconNode$2g = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-5.333 5h-3l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h3v2h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h3l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-3v-2h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006z", "key": "svg-0" }]]; const IconSquareNumber2Filled = createReactComponent("filled", "square-number-2-filled", "SquareNumber2Filled", __iconNode$2g); const __iconNode$2f = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-5.333 5h-2l-.15 .005a2 2 0 0 0 -1.85 1.995a1 1 0 0 0 1.974 .23l.02 -.113l.006 -.117h2v2h-2l-.133 .007c-1.111 .12 -1.154 1.73 -.128 1.965l.128 .021l.133 .007h2v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006z", "key": "svg-0" }]]; const IconSquareNumber3Filled = createReactComponent("filled", "square-number-3-filled", "SquareNumber3Filled", __iconNode$2f); const __iconNode$2e = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-4.333 5a1 1 0 0 0 -.993 .883l-.007 .117v3h-2v-3l-.007 -.117a1 1 0 0 0 -1.986 0l-.007 .117v3l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2v3l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-8l-.007 -.117a1 1 0 0 0 -.993 -.883z", "key": "svg-0" }]]; const IconSquareNumber4Filled = createReactComponent("filled", "square-number-4-filled", "SquareNumber4Filled", __iconNode$2e); const __iconNode$2d = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-4.333 5h-4a1 1 0 0 0 -.993 .883l-.007 .117v4a1 1 0 0 0 .883 .993l.117 .007h3v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2a2 2 0 0 0 1.995 -1.85l.005 -.15v-2a2 2 0 0 0 -1.85 -1.995l-.15 -.005h-2v-2h3a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -.883 -.993l-.117 -.007z", "key": "svg-0" }]]; const IconSquareNumber5Filled = createReactComponent("filled", "square-number-5-filled", "SquareNumber5Filled", __iconNode$2d); const __iconNode$2c = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-5.333 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v6l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006h-2v-2h2l.007 .117a1 1 0 0 0 1.993 -.117a2 2 0 0 0 -1.85 -1.995l-.15 -.005zm0 6v2h-2v-2h2z", "key": "svg-0" }]]; const IconSquareNumber6Filled = createReactComponent("filled", "square-number-6-filled", "SquareNumber6Filled", __iconNode$2c); const __iconNode$2b = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-4.333 5h-4l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117l.007 .117a1 1 0 0 0 .876 .876l.117 .007h2.718l-1.688 6.757l-.022 .115a1 1 0 0 0 1.927 .482l.035 -.111l2 -8l.021 -.112a1 1 0 0 0 -.878 -1.125l-.113 -.006z", "key": "svg-0" }]]; const IconSquareNumber7Filled = createReactComponent("filled", "square-number-7-filled", "SquareNumber7Filled", __iconNode$2b); const __iconNode$2a = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-5.333 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15c.018 .236 .077 .46 .17 .667l.075 .152l.018 .03l-.018 .032c-.133 .24 -.218 .509 -.243 .795l-.007 .174v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm0 6v2h-2v-2h2zm0 -4v2h-2v-2h2z", "key": "svg-0" }]]; const IconSquareNumber8Filled = createReactComponent("filled", "square-number-8-filled", "SquareNumber8Filled", __iconNode$2a); const __iconNode$29 = [["path", { "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-5.333 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-6l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm0 2v2h-2v-2h2z", "key": "svg-0" }]]; const IconSquareNumber9Filled = createReactComponent("filled", "square-number-9-filled", "SquareNumber9Filled", __iconNode$29); const __iconNode$28 = [["path", { "d": "M9.793 2.893l-6.9 6.9c-1.172 1.171 -1.172 3.243 0 4.414l6.9 6.9c1.171 1.172 3.243 1.172 4.414 0l6.9 -6.9c1.172 -1.171 1.172 -3.243 0 -4.414l-6.9 -6.9c-1.171 -1.172 -3.243 -1.172 -4.414 0z", "key": "svg-0" }]]; const IconSquareRotatedFilled = createReactComponent("filled", "square-rotated-filled", "SquareRotatedFilled", __iconNode$28); const __iconNode$27 = [["path", { "d": "M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm0 5a1 1 0 0 1 .993 .883l.007 .117v5.585l2.293 -2.292a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 .083 1.32l-.083 .094l-4 4a1.008 1.008 0 0 1 -.112 .097l-.11 .071l-.114 .054l-.105 .035l-.149 .03l-.117 .006l-.075 -.003l-.126 -.017l-.111 -.03l-.111 -.044l-.098 -.052l-.092 -.064l-.094 -.083l-4 -4a1 1 0 0 1 1.32 -1.497l.094 .083l2.293 2.292v-5.585a1 1 0 0 1 1 -1z", "fill": "currentColor", "key": "svg-0" }]]; const IconSquareRoundedArrowDownFilled = createReactComponent("filled", "square-rounded-arrow-down-filled", "SquareRoundedArrowDownFilled", __iconNode$27); const __iconNode$26 = [["path", { "d": "M12 2l.324 .001l.318 .004l.616 .017l.299 .013l.579 .034l.553 .046c4.785 .464 6.732 2.411 7.196 7.196l.046 .553l.034 .579c.005 .098 .01 .198 .013 .299l.017 .616l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.464 4.785 -2.411 6.732 -7.196 7.196l-.553 .046l-.579 .034c-.098 .005 -.198 .01 -.299 .013l-.616 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.785 -.464 -6.732 -2.411 -7.196 -7.196l-.046 -.553l-.034 -.579a28.058 28.058 0 0 1 -.013 -.299l-.017 -.616c-.003 -.21 -.005 -.424 -.005 -.642l.001 -.324l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.464 -4.785 2.411 -6.732 7.196 -7.196l.553 -.046l.579 -.034c.098 -.005 .198 -.01 .299 -.013l.616 -.017c.21 -.003 .424 -.005 .642 -.005zm.707 5.293a1 1 0 0 0 -1.414 0l-4 4a1.037 1.037 0 0 0 -.2 .284l-.022 .052a.95 .95 0 0 0 -.06 .222l-.008 .067l-.002 .063v-.035v.073a1.034 1.034 0 0 0 .07 .352l.023 .052l.03 .061l.022 .037a1.2 1.2 0 0 0 .05 .074l.024 .03l.073 .082l4 4l.094 .083a1 1 0 0 0 1.32 -.083l.083 -.094a1 1 0 0 0 -.083 -1.32l-2.292 -2.293h5.585l.117 -.007a1 1 0 0 0 -.117 -1.993h-5.585l2.292 -2.293l.083 -.094a1 1 0 0 0 -.083 -1.32z", "fill": "currentColor", "key": "svg-0" }]]; const IconSquareRoundedArrowLeftFilled = createReactComponent("filled", "square-rounded-arrow-left-filled", "SquareRoundedArrowLeftFilled", __iconNode$26); const __iconNode$25 = [["path", { "d": "M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm.613 5.21l.094 .083l4 4a.927 .927 0 0 1 .097 .112l.071 .11l.054 .114l.035 .105l.03 .148l.006 .118l-.003 .075l-.017 .126l-.03 .111l-.044 .111l-.052 .098l-.074 .104l-.073 .082l-4 4a1 1 0 0 1 -1.497 -1.32l.083 -.094l2.292 -2.293h-5.585a1 1 0 0 1 -.117 -1.993l.117 -.007h5.585l-2.292 -2.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.32 -.083z", "fill": "currentColor", "key": "svg-0" }]]; const IconSquareRoundedArrowRightFilled = createReactComponent("filled", "square-rounded-arrow-right-filled", "SquareRoundedArrowRightFilled", __iconNode$25); const __iconNode$24 = [["path", { "d": "M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm-.148 5.011l.058 -.007l.09 -.004l.075 .003l.126 .017l.111 .03l.111 .044l.098 .052l.104 .074l.082 .073l4 4a1 1 0 0 1 -1.32 1.497l-.094 -.083l-2.293 -2.292v5.585a1 1 0 0 1 -1.993 .117l-.007 -.117v-5.585l-2.293 2.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 -.083 -1.32l.083 -.094l4 -4a.927 .927 0 0 1 .112 -.097l.11 -.071l.114 -.054l.105 -.035l.118 -.025z", "fill": "currentColor", "key": "svg-0" }]]; const IconSquareRoundedArrowUpFilled = createReactComponent("filled", "square-rounded-arrow-up-filled", "SquareRoundedArrowUpFilled", __iconNode$24); const __iconNode$23 = [["path", { "d": "M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm2.293 7.293a1 1 0 0 1 1.497 1.32l-.083 .094l-4 4a1 1 0 0 1 -1.32 .083l-.094 -.083l-2 -2a1 1 0 0 1 1.32 -1.497l.094 .083l1.293 1.292l3.293 -3.292z", "fill": "currentColor", "key": "svg-0" }]]; const IconSquareRoundedCheckFilled = createReactComponent("filled", "square-rounded-check-filled", "SquareRoundedCheckFilled", __iconNode$23); const __iconNode$22 = [["path", { "d": "M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm-3.707 8.293a1 1 0 0 1 1.32 -.083l.094 .083l2.293 2.292l2.293 -2.292a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 .083 1.32l-.083 .094l-3 3a1 1 0 0 1 -1.32 .083l-.094 -.083l-3 -3a1 1 0 0 1 0 -1.414z", "fill": "currentColor", "key": "svg-0" }]]; const IconSquareRoundedChevronDownFilled = createReactComponent("filled", "square-rounded-chevron-down-filled", "SquareRoundedChevronDownFilled", __iconNode$22); const __iconNode$21 = [["path", { "d": "M12 2l.324 .001l.318 .004l.616 .017l.299 .013l.579 .034l.553 .046c4.785 .464 6.732 2.411 7.196 7.196l.046 .553l.034 .579c.005 .098 .01 .198 .013 .299l.017 .616l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.464 4.785 -2.411 6.732 -7.196 7.196l-.553 .046l-.579 .034c-.098 .005 -.198 .01 -.299 .013l-.616 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.785 -.464 -6.732 -2.411 -7.196 -7.196l-.046 -.553l-.034 -.579a28.058 28.058 0 0 1 -.013 -.299l-.017 -.616c-.003 -.21 -.005 -.424 -.005 -.642l.001 -.324l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.464 -4.785 2.411 -6.732 7.196 -7.196l.553 -.046l.579 -.034c.098 -.005 .198 -.01 .299 -.013l.616 -.017c.21 -.003 .424 -.005 .642 -.005zm1.707 6.293a1 1 0 0 0 -1.414 0l-3 3l-.083 .094a1 1 0 0 0 .083 1.32l3 3l.094 .083a1 1 0 0 0 1.32 -.083l.083 -.094a1 1 0 0 0 -.083 -1.32l-2.292 -2.293l2.292 -2.293l.083 -.094a1 1 0 0 0 -.083 -1.32z", "fill": "currentColor", "key": "svg-0" }]]; const IconSquareRoundedChevronLeftFilled = createReactComponent("filled", "square-rounded-chevron-left-filled", "SquareRoundedChevronLeftFilled", __iconNode$21); const __iconNode$20 = [["path", { "d": "M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm-1.707 6.293a1 1 0 0 1 1.32 -.083l.094 .083l3 3a1 1 0 0 1 .083 1.32l-.083 .094l-3 3a1 1 0 0 1 -1.497 -1.32l.083 -.094l2.292 -2.293l-2.292 -2.293a1 1 0 0 1 -.083 -1.32l.083 -.094z", "fill": "currentColor", "key": "svg-0" }]]; const IconSquareRoundedChevronRightFilled = createReactComponent("filled", "square-rounded-chevron-right-filled", "SquareRoundedChevronRightFilled", __iconNode$20); const __iconNode$1$ = [["path", { "d": "M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm-.707 7.293a1 1 0 0 1 1.32 -.083l.094 .083l3 3a1 1 0 0 1 -1.32 1.497l-.094 -.083l-2.293 -2.292l-2.293 2.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 -.083 -1.32l.083 -.094l3 -3z", "fill": "currentColor", "key": "svg-0" }]]; const IconSquareRoundedChevronUpFilled = createReactComponent("filled", "square-rounded-chevron-up-filled", "SquareRoundedChevronUpFilled", __iconNode$1$); const __iconNode$1_ = [["path", { "d": "M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm-3.707 6.293a1 1 0 0 1 1.32 -.083l.094 .083l2.293 2.292l2.293 -2.292a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 .083 1.32l-.083 .094l-3 3a1 1 0 0 1 -1.32 .083l-.094 -.083l-3 -3a1 1 0 0 1 0 -1.414zm0 4a1 1 0 0 1 1.32 -.083l.094 .083l2.293 2.292l2.293 -2.292a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 .083 1.32l-.083 .094l-3 3a1 1 0 0 1 -1.32 .083l-.094 -.083l-3 -3a1 1 0 0 1 0 -1.414z", "fill": "currentColor", "key": "svg-0" }]]; const IconSquareRoundedChevronsDownFilled = createReactComponent("filled", "square-rounded-chevrons-down-filled", "SquareRoundedChevronsDownFilled", __iconNode$1_); const __iconNode$1Z = [["path", { "d": "M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm2.293 6.293a1 1 0 0 1 1.497 1.32l-.083 .094l-2.292 2.293l2.292 2.293a1 1 0 0 1 .083 1.32l-.083 .094a1 1 0 0 1 -1.32 .083l-.094 -.083l-3 -3a1 1 0 0 1 -.083 -1.32l.083 -.094l3 -3zm-4 0a1 1 0 0 1 1.497 1.32l-.083 .094l-2.292 2.293l2.292 2.293a1 1 0 0 1 .083 1.32l-.083 .094a1 1 0 0 1 -1.32 .083l-.094 -.083l-3 -3a1 1 0 0 1 -.083 -1.32l.083 -.094l3 -3z", "fill": "currentColor", "key": "svg-0" }]]; const IconSquareRoundedChevronsLeftFilled = createReactComponent("filled", "square-rounded-chevrons-left-filled", "SquareRoundedChevronsLeftFilled", __iconNode$1Z); const __iconNode$1Y = [["path", { "d": "M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm-3.707 6.293a1 1 0 0 1 1.32 -.083l.094 .083l3 3a1 1 0 0 1 .083 1.32l-.083 .094l-3 3a1 1 0 0 1 -1.497 -1.32l.083 -.094l2.292 -2.293l-2.292 -2.293a1 1 0 0 1 -.083 -1.32l.083 -.094zm4 0a1 1 0 0 1 1.32 -.083l.094 .083l3 3a1 1 0 0 1 .083 1.32l-.083 .094l-3 3a1 1 0 0 1 -1.497 -1.32l.083 -.094l2.292 -2.293l-2.292 -2.293a1 1 0 0 1 -.083 -1.32l.083 -.094z", "fill": "currentColor", "key": "svg-0" }]]; const IconSquareRoundedChevronsRightFilled = createReactComponent("filled", "square-rounded-chevrons-right-filled", "SquareRoundedChevronsRightFilled", __iconNode$1Y); const __iconNode$1X = [["path", { "d": "M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm-.707 9.293a1 1 0 0 1 1.32 -.083l.094 .083l3 3a1 1 0 0 1 -1.32 1.497l-.094 -.083l-2.293 -2.292l-2.293 2.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 -.083 -1.32l.083 -.094l3 -3zm0 -4a1 1 0 0 1 1.32 -.083l.094 .083l3 3a1 1 0 0 1 -1.32 1.497l-.094 -.083l-2.293 -2.292l-2.293 2.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 -.083 -1.32l.083 -.094l3 -3z", "fill": "currentColor", "key": "svg-0" }]]; const IconSquareRoundedChevronsUpFilled = createReactComponent("filled", "square-rounded-chevrons-up-filled", "SquareRoundedChevronsUpFilled", __iconNode$1X); const __iconNode$1W = [["path", { "d": "M11.676 2.001l.324 -.001c7.752 0 10 2.248 10 10l-.005 .642c-.126 7.235 -2.461 9.358 -9.995 9.358l-.642 -.005c-7.13 -.125 -9.295 -2.395 -9.358 -9.67v-.325c0 -7.643 2.185 -9.936 9.676 -9.999m.324 4.999a3 3 0 0 0 -3 3v6a1 1 0 0 0 2 0v-2h2v2a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-6a3 3 0 0 0 -3 -3m0 2a1 1 0 0 1 1 1v2h-2v-2a1 1 0 0 1 .883 -.993z", "key": "svg-0" }]]; const IconSquareRoundedLetterAFilled = createReactComponent("filled", "square-rounded-letter-a-filled", "SquareRoundedLetterAFilled", __iconNode$1W); const __iconNode$1V = [["path", { "d": "M11.676 2.001l.324 -.001c7.752 0 10 2.248 10 10l-.005 .642c-.126 7.235 -2.461 9.358 -9.995 9.358l-.642 -.005c-7.13 -.125 -9.295 -2.395 -9.358 -9.67v-.325c0 -7.643 2.185 -9.936 9.676 -9.999m.324 4.999h-2a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1h2a3 3 0 0 0 3 -3l-.005 -.176a3 3 0 0 0 -.654 -1.7l-.106 -.124l.106 -.124a3 3 0 0 0 -2.341 -4.876m0 6a1 1 0 0 1 0 2h-1v-2zm0 -4a1 1 0 0 1 0 2h-1v-2z", "key": "svg-0" }]]; const IconSquareRoundedLetterBFilled = createReactComponent("filled", "square-rounded-letter-b-filled", "SquareRoundedLetterBFilled", __iconNode$1V); const __iconNode$1U = [["path", { "d": "M11.676 2.001l.324 -.001c7.752 0 10 2.248 10 10l-.005 .642c-.126 7.235 -2.461 9.358 -9.995 9.358l-.642 -.005c-7.13 -.125 -9.295 -2.395 -9.358 -9.67v-.325c0 -7.643 2.185 -9.936 9.676 -9.999m.324 4.999a3 3 0 0 0 -3 3v4a3 3 0 0 0 6 0a1 1 0 0 0 -1.993 -.117l-.007 .117a1 1 0 0 1 -2 0v-4a1 1 0 0 1 1.993 -.117l.007 .117a1 1 0 0 0 2 0a3 3 0 0 0 -3 -3", "key": "svg-0" }]]; const IconSquareRoundedLetterCFilled = createReactComponent("filled", "square-rounded-letter-c-filled", "SquareRoundedLetterCFilled", __iconNode$1U); const __iconNode$1T = [["path", { "d": "M11.676 2.001l.324 -.001c7.752 0 10 2.248 10 10l-.005 .642c-.126 7.235 -2.461 9.358 -9.995 9.358l-.642 -.005c-7.13 -.125 -9.295 -2.395 -9.358 -9.67v-.325c0 -7.643 2.185 -9.936 9.676 -9.999m.324 4.999h-2a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1h2a3 3 0 0 0 3 -3v-4a3 3 0 0 0 -3 -3m0 2a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-1v-6z", "key": "svg-0" }]]; const IconSquareRoundedLetterDFilled = createReactComponent("filled", "square-rounded-letter-d-filled", "SquareRoundedLetterDFilled", __iconNode$1T); const __iconNode$1S = [["path", { "d": "M11.676 2.001l.324 -.001c7.752 0 10 2.248 10 10l-.005 .642c-.126 7.235 -2.461 9.358 -9.995 9.358l-.642 -.005c-7.13 -.125 -9.295 -2.395 -9.358 -9.67v-.325c0 -7.643 2.185 -9.936 9.676 -9.999m2.324 4.999h-4a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1h4a1 1 0 0 0 1 -1l-.007 -.117a1 1 0 0 0 -.993 -.883h-3v-2h1.5a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-1.5v-2h3a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconSquareRoundedLetterEFilled = createReactComponent("filled", "square-rounded-letter-e-filled", "SquareRoundedLetterEFilled", __iconNode$1S); const __iconNode$1R = [["path", { "d": "M11.676 2.001l.324 -.001c7.752 0 10 2.248 10 10l-.005 .642c-.126 7.235 -2.461 9.358 -9.995 9.358l-.642 -.005c-7.13 -.125 -9.295 -2.395 -9.358 -9.67v-.325c0 -7.643 2.185 -9.936 9.676 -9.999m2.324 4.999h-4a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-3h2a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-2v-2h3a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconSquareRoundedLetterFFilled = createReactComponent("filled", "square-rounded-letter-f-filled", "SquareRoundedLetterFFilled", __iconNode$1R); const __iconNode$1Q = [["path", { "d": "M11.676 2.001l.324 -.001c7.752 0 10 2.248 10 10l-.005 .642c-.126 7.235 -2.461 9.358 -9.995 9.358l-.642 -.005c-7.13 -.125 -9.295 -2.395 -9.358 -9.67v-.325c0 -7.643 2.185 -9.936 9.676 -9.999m2.324 4.999h-2a3 3 0 0 0 -3 3v4a3 3 0 0 0 3 3h2a1 1 0 0 0 1 -1v-4a1 1 0 0 0 -1 -1h-1a1 1 0 0 0 -1 1l.007 .117a1 1 0 0 0 .993 .883v2h-1a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconSquareRoundedLetterGFilled = createReactComponent("filled", "square-rounded-letter-g-filled", "SquareRoundedLetterGFilled", __iconNode$1Q); const __iconNode$1P = [["path", { "d": "M11.676 2.001l.324 -.001c7.752 0 10 2.248 10 10l-.005 .642c-.126 7.235 -2.461 9.358 -9.995 9.358l-.642 -.005c-7.13 -.125 -9.295 -2.395 -9.358 -9.67v-.325c0 -7.643 2.185 -9.936 9.676 -9.999m2.324 4.999a1 1 0 0 0 -1 1v3h-2v-3a1 1 0 0 0 -.883 -.993l-.117 -.007a1 1 0 0 0 -1 1v8a1 1 0 0 0 2 0v-3h2v3a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-8a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconSquareRoundedLetterHFilled = createReactComponent("filled", "square-rounded-letter-h-filled", "SquareRoundedLetterHFilled", __iconNode$1P); const __iconNode$1O = [["path", { "d": "M11.676 2.001l.324 -.001c7.752 0 10 2.248 10 10l-.005 .642c-.126 7.235 -2.461 9.358 -9.995 9.358l-.642 -.005c-7.13 -.125 -9.295 -2.395 -9.358 -9.67v-.325c0 -7.643 2.185 -9.936 9.676 -9.999m.324 4.999a1 1 0 0 0 -1 1v8a1 1 0 0 0 2 0v-8a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconSquareRoundedLetterIFilled = createReactComponent("filled", "square-rounded-letter-i-filled", "SquareRoundedLetterIFilled", __iconNode$1O); const __iconNode$1N = [["path", { "d": "M11.676 2.001l.324 -.001c7.752 0 10 2.248 10 10l-.005 .642c-.126 7.235 -2.461 9.358 -9.995 9.358l-.642 -.005c-7.13 -.125 -9.295 -2.395 -9.358 -9.67v-.325c0 -7.643 2.185 -9.936 9.676 -9.999m2.324 4.999h-4a1 1 0 0 0 -1 1l.007 .117a1 1 0 0 0 .993 .883h3v5a1 1 0 0 1 -1.993 .117l-.007 -.117a1 1 0 0 0 -2 0a3 3 0 0 0 6 0v-6a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconSquareRoundedLetterJFilled = createReactComponent("filled", "square-rounded-letter-j-filled", "SquareRoundedLetterJFilled", __iconNode$1N); const __iconNode$1M = [["path", { "d": "M11.676 2.001l.324 -.001c7.752 0 10 2.248 10 10l-.005 .642c-.126 7.235 -2.461 9.358 -9.995 9.358l-.642 -.005c-7.13 -.125 -9.295 -2.395 -9.358 -9.67v-.325c0 -7.643 2.185 -9.936 9.676 -9.999m2.854 5.151a1 1 0 0 0 -1.378 .318l-2.152 3.443v-2.913a1 1 0 0 0 -.883 -.993l-.117 -.007a1 1 0 0 0 -1 1v8a1 1 0 0 0 2 0v-2.914l2.152 3.444a1 1 0 0 0 1.276 .374l.102 -.056l.095 -.068a1 1 0 0 0 .223 -1.31l-2.17 -3.47l2.17 -3.47a1 1 0 0 0 -.318 -1.378", "key": "svg-0" }]]; const IconSquareRoundedLetterKFilled = createReactComponent("filled", "square-rounded-letter-k-filled", "SquareRoundedLetterKFilled", __iconNode$1M); const __iconNode$1L = [["path", { "d": "M11.676 2.001l.324 -.001c7.752 0 10 2.248 10 10l-.005 .642c-.126 7.235 -2.461 9.358 -9.995 9.358l-.642 -.005c-7.13 -.125 -9.295 -2.395 -9.358 -9.67v-.325c0 -7.643 2.185 -9.936 9.676 -9.999m-1.676 4.999a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1h4a1 1 0 0 0 1 -1l-.007 -.117a1 1 0 0 0 -.993 -.883h-3v-7a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconSquareRoundedLetterLFilled = createReactComponent("filled", "square-rounded-letter-l-filled", "SquareRoundedLetterLFilled", __iconNode$1L); const __iconNode$1K = [["path", { "d": "M11.676 2.001l.324 -.001c7.752 0 10 2.248 10 10l-.005 .642c-.126 7.235 -2.461 9.358 -9.995 9.358l-.642 -.005c-7.13 -.125 -9.295 -2.395 -9.358 -9.67v-.325c0 -7.643 2.185 -9.936 9.676 -9.999m4.324 5.999c0 -1.014 -1.336 -1.384 -1.857 -.514l-2.143 3.57l-2.143 -3.57c-.521 -.87 -1.857 -.5 -1.857 .514v8a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-4.39l1.143 1.904l.074 .108a1 1 0 0 0 1.64 -.108l1.143 -1.904v4.39a1 1 0 0 0 2 0z", "key": "svg-0" }]]; const IconSquareRoundedLetterMFilled = createReactComponent("filled", "square-rounded-letter-m-filled", "SquareRoundedLetterMFilled", __iconNode$1K); const __iconNode$1J = [["path", { "d": "M11.676 2.001l.324 -.001c7.752 0 10 2.248 10 10l-.005 .642c-.126 7.235 -2.461 9.358 -9.995 9.358l-.642 -.005c-7.13 -.125 -9.295 -2.395 -9.358 -9.67v-.325c0 -7.643 2.185 -9.936 9.676 -9.999m-.782 5.552c-.471 -.944 -1.894 -.608 -1.894 .447v8a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-3.764l2.106 4.211c.471 .944 1.894 .608 1.894 -.447v-8a1 1 0 0 0 -1 -1l-.117 .007a1 1 0 0 0 -.883 .993v3.764z", "key": "svg-0" }]]; const IconSquareRoundedLetterNFilled = createReactComponent("filled", "square-rounded-letter-n-filled", "SquareRoundedLetterNFilled", __iconNode$1J); const __iconNode$1I = [["path", { "d": "M11.676 2.001l.324 -.001c7.752 0 10 2.248 10 10l-.005 .642c-.126 7.235 -2.461 9.358 -9.995 9.358l-.642 -.005c-7.13 -.125 -9.295 -2.395 -9.358 -9.67v-.325c0 -7.643 2.185 -9.936 9.676 -9.999m.324 4.999a3 3 0 0 0 -3 3v4a3 3 0 0 0 6 0v-4a3 3 0 0 0 -3 -3m0 2a1 1 0 0 1 1 1v4a1 1 0 0 1 -2 0v-4a1 1 0 0 1 1 -1", "key": "svg-0" }]]; const IconSquareRoundedLetterOFilled = createReactComponent("filled", "square-rounded-letter-o-filled", "SquareRoundedLetterOFilled", __iconNode$1I); const __iconNode$1H = [["path", { "d": "M11.676 2.001l.324 -.001c7.752 0 10 2.248 10 10l-.005 .642c-.126 7.235 -2.461 9.358 -9.995 9.358l-.642 -.005c-7.13 -.125 -9.295 -2.395 -9.358 -9.67v-.325c0 -7.643 2.185 -9.936 9.676 -9.999m.324 4.999h-2a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-3h1a3 3 0 0 0 0 -6m0 2a1 1 0 0 1 0 2h-1v-2z", "key": "svg-0" }]]; const IconSquareRoundedLetterPFilled = createReactComponent("filled", "square-rounded-letter-p-filled", "SquareRoundedLetterPFilled", __iconNode$1H); const __iconNode$1G = [["path", { "d": "M11.676 2.001l.324 -.001c7.752 0 10 2.248 10 10l-.005 .642c-.126 7.235 -2.461 9.358 -9.995 9.358l-.642 -.005c-7.13 -.125 -9.295 -2.395 -9.358 -9.67v-.325c0 -7.643 2.185 -9.936 9.676 -9.999m.324 4.999a3 3 0 0 0 -3 3v4a3 3 0 0 0 4.168 2.764l.125 -.057a1 1 0 0 0 1.414 -1.414l.057 -.125a3 3 0 0 0 .236 -1.168v-4a3 3 0 0 0 -3 -3m1 7.001h-.059a.996 .996 0 0 0 -.941 1a1 1 0 0 1 -1 -1.001v-4a1 1 0 0 1 2 0z", "key": "svg-0" }]]; const IconSquareRoundedLetterQFilled = createReactComponent("filled", "square-rounded-letter-q-filled", "SquareRoundedLetterQFilled", __iconNode$1G); const __iconNode$1F = [["path", { "d": "M11.676 2.001l.324 -.001c7.752 0 10 2.248 10 10l-.005 .642c-.126 7.235 -2.461 9.358 -9.995 9.358l-.642 -.005c-7.13 -.125 -9.295 -2.395 -9.358 -9.67v-.325c0 -7.643 2.185 -9.936 9.676 -9.999m.324 4.999h-2a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-2.332l2.2 2.932a1 1 0 0 0 1.4 .2l.096 -.081a1 1 0 0 0 .104 -1.319l-1.903 -2.538l.115 -.037a3.001 3.001 0 0 0 -1.012 -5.825m0 2a1 1 0 0 1 0 2h-1v-2z", "key": "svg-0" }]]; const IconSquareRoundedLetterRFilled = createReactComponent("filled", "square-rounded-letter-r-filled", "SquareRoundedLetterRFilled", __iconNode$1F); const __iconNode$1E = [["path", { "d": "M11.676 2.001l.324 -.001c7.752 0 10 2.248 10 10l-.005 .642c-.126 7.235 -2.461 9.358 -9.995 9.358l-.642 -.005c-7.13 -.125 -9.295 -2.395 -9.358 -9.67v-.325c0 -7.643 2.185 -9.936 9.676 -9.999m1.324 4.999h-2a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h2v2h-2a1 1 0 0 0 -2 0a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-2v-2h2l.007 .117a1 1 0 0 0 1.993 -.117a2 2 0 0 0 -2 -2", "key": "svg-0" }]]; const IconSquareRoundedLetterSFilled = createReactComponent("filled", "square-rounded-letter-s-filled", "SquareRoundedLetterSFilled", __iconNode$1E); const __iconNode$1D = [["path", { "d": "M11.676 2.001l.324 -.001c7.752 0 10 2.248 10 10l-.005 .642c-.126 7.235 -2.461 9.358 -9.995 9.358l-.642 -.005c-7.13 -.125 -9.295 -2.395 -9.358 -9.67v-.325c0 -7.643 2.185 -9.936 9.676 -9.999m2.324 4.999h-4a1 1 0 1 0 0 2h1v7a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-7h1a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconSquareRoundedLetterTFilled = createReactComponent("filled", "square-rounded-letter-t-filled", "SquareRoundedLetterTFilled", __iconNode$1D); const __iconNode$1C = [["path", { "d": "M11.676 2.001l.324 -.001c7.752 0 10 2.248 10 10l-.005 .642c-.126 7.235 -2.461 9.358 -9.995 9.358l-.642 -.005c-7.13 -.125 -9.295 -2.395 -9.358 -9.67v-.325c0 -7.643 2.185 -9.936 9.676 -9.999m2.324 4.999a1 1 0 0 0 -1 1v6a1 1 0 0 1 -2 0v-6a1 1 0 0 0 -2 0v6a3 3 0 0 0 6 0v-6a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconSquareRoundedLetterUFilled = createReactComponent("filled", "square-rounded-letter-u-filled", "SquareRoundedLetterUFilled", __iconNode$1C); const __iconNode$1B = [["path", { "d": "M11.676 2.001l.324 -.001c7.752 0 10 2.248 10 10l-.005 .642c-.126 7.235 -2.461 9.358 -9.995 9.358l-.642 -.005c-7.13 -.125 -9.295 -2.395 -9.358 -9.67v-.325c0 -7.643 2.185 -9.936 9.676 -9.999m2.567 5.029a1 1 0 0 0 -1.213 .727l-1.03 4.118l-1.03 -4.118a1 1 0 1 0 -1.94 .486l2 8c.252 1.01 1.688 1.01 1.94 0l2 -8a1 1 0 0 0 -.727 -1.213", "key": "svg-0" }]]; const IconSquareRoundedLetterVFilled = createReactComponent("filled", "square-rounded-letter-v-filled", "SquareRoundedLetterVFilled", __iconNode$1B); const __iconNode$1A = [["path", { "d": "M11.676 2.001l.324 -.001c7.752 0 10 2.248 10 10l-.005 .642c-.126 7.235 -2.461 9.358 -9.995 9.358l-.642 -.005c-7.13 -.125 -9.295 -2.395 -9.358 -9.67v-.325c0 -7.643 2.185 -9.936 9.676 -9.999m2.332 5.875l-.52 4.153l-.56 -1.4c-.319 -.799 -1.41 -.837 -1.803 -.114l-.053 .114l-.561 1.4l-.519 -4.153a1 1 0 0 0 -1 -.876l-.116 .008a1 1 0 0 0 -.868 1.116l1 8c.128 1.025 1.537 1.207 1.92 .247l1.072 -2.678l1.072 2.678c.383 .96 1.792 .778 1.92 -.247l1 -8a1 1 0 0 0 -1.984 -.248", "key": "svg-0" }]]; const IconSquareRoundedLetterWFilled = createReactComponent("filled", "square-rounded-letter-w-filled", "SquareRoundedLetterWFilled", __iconNode$1A); const __iconNode$1z = [["path", { "d": "M11.676 2.001l.324 -.001c7.752 0 10 2.248 10 10l-.005 .642c-.126 7.235 -2.461 9.358 -9.995 9.358l-.642 -.005c-7.13 -.125 -9.295 -2.395 -9.358 -9.67v-.325c0 -7.643 2.185 -9.936 9.676 -9.999m2.771 5.105a1 1 0 0 0 -1.341 .447l-1.106 2.21l-1.106 -2.21a1 1 0 0 0 -1.234 -.494l-.107 .047a1 1 0 0 0 -.447 1.341l1.774 3.553l-1.775 3.553a1 1 0 0 0 .345 1.283l.102 .058a1 1 0 0 0 1.341 -.447l1.107 -2.211l1.106 2.211a1 1 0 0 0 1.234 .494l.107 -.047a1 1 0 0 0 .447 -1.341l-1.776 -3.553l1.776 -3.553a1 1 0 0 0 -.345 -1.283z", "key": "svg-0" }]]; const IconSquareRoundedLetterXFilled = createReactComponent("filled", "square-rounded-letter-x-filled", "SquareRoundedLetterXFilled", __iconNode$1z); const __iconNode$1y = [["path", { "d": "M11.676 2.001l.324 -.001c7.752 0 10 2.248 10 10l-.005 .642c-.126 7.235 -2.461 9.358 -9.995 9.358l-.642 -.005c-7.13 -.125 -9.295 -2.395 -9.358 -9.67v-.325c0 -7.643 2.185 -9.936 9.676 -9.999m2.695 5.07a1 1 0 0 0 -1.3 .558l-1.071 2.678l-1.072 -2.678a1 1 0 0 0 -1.856 .742l1.928 4.823v2.806a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-2.809l1.928 -4.82a1 1 0 0 0 -.45 -1.25z", "key": "svg-0" }]]; const IconSquareRoundedLetterYFilled = createReactComponent("filled", "square-rounded-letter-y-filled", "SquareRoundedLetterYFilled", __iconNode$1y); const __iconNode$1x = [["path", { "d": "M11.676 2.001l.324 -.001c7.752 0 10 2.248 10 10l-.005 .642c-.126 7.235 -2.461 9.358 -9.995 9.358l-.642 -.005c-7.13 -.125 -9.295 -2.395 -9.358 -9.67v-.325c0 -7.643 2.185 -9.936 9.676 -9.999m2.324 4.999h-4a1 1 0 0 0 -1 1l.007 .117a1 1 0 0 0 .993 .883h2.382l-3.276 6.553a1 1 0 0 0 .894 1.447h4a1 1 0 0 0 1 -1l-.007 -.117a1 1 0 0 0 -.993 -.883h-2.382l3.276 -6.553a1 1 0 0 0 -.894 -1.447", "key": "svg-0" }]]; const IconSquareRoundedLetterZFilled = createReactComponent("filled", "square-rounded-letter-z-filled", "SquareRoundedLetterZFilled", __iconNode$1x); const __iconNode$1w = [["path", { "d": "M12 2l.324 .001l.318 .004l.616 .017l.299 .013l.579 .034l.553 .046c4.785 .464 6.732 2.411 7.196 7.196l.046 .553l.034 .579c.005 .098 .01 .198 .013 .299l.017 .616l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.464 4.785 -2.411 6.732 -7.196 7.196l-.553 .046l-.579 .034c-.098 .005 -.198 .01 -.299 .013l-.616 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.785 -.464 -6.732 -2.411 -7.196 -7.196l-.046 -.553l-.034 -.579a28.058 28.058 0 0 1 -.013 -.299l-.017 -.616c-.003 -.21 -.005 -.424 -.005 -.642l.001 -.324l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.464 -4.785 2.411 -6.732 7.196 -7.196l.553 -.046l.579 -.034c.098 -.005 .198 -.01 .299 -.013l.616 -.017c.21 -.003 .424 -.005 .642 -.005zm3 9h-6l-.117 .007a1 1 0 0 0 .117 1.993h6l.117 -.007a1 1 0 0 0 -.117 -1.993z", "key": "svg-0" }]]; const IconSquareRoundedMinusFilled = createReactComponent("filled", "square-rounded-minus-filled", "SquareRoundedMinusFilled", __iconNode$1w); const __iconNode$1v = [["path", { "d": "M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm0 5a3 3 0 0 0 -3 3v4a3 3 0 0 0 6 0v-4a3 3 0 0 0 -3 -3zm0 2a1 1 0 0 1 1 1v4a1 1 0 0 1 -2 0v-4a1 1 0 0 1 1 -1z", "key": "svg-0" }]]; const IconSquareRoundedNumber0Filled = createReactComponent("filled", "square-rounded-number-0-filled", "SquareRoundedNumber0Filled", __iconNode$1v); const __iconNode$1u = [["path", { "d": "M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm.994 5.886c-.083 -.777 -1.008 -1.16 -1.617 -.67l-.084 .077l-2 2l-.083 .094a1 1 0 0 0 0 1.226l.083 .094l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l.293 -.293v5.586l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-8l-.006 -.114z", "key": "svg-0" }]]; const IconSquareRoundedNumber1Filled = createReactComponent("filled", "square-rounded-number-1-filled", "SquareRoundedNumber1Filled", __iconNode$1u); const __iconNode$1t = [["path", { "d": "M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm1 5h-3l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h3v2h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h3l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-3v-2h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006z", "key": "svg-0" }]]; const IconSquareRoundedNumber2Filled = createReactComponent("filled", "square-rounded-number-2-filled", "SquareRoundedNumber2Filled", __iconNode$1t); const __iconNode$1s = [["path", { "d": "M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm1 5h-2l-.15 .005a2 2 0 0 0 -1.85 1.995a1 1 0 0 0 1.974 .23l.02 -.113l.006 -.117h2v2h-2l-.133 .007c-1.111 .12 -1.154 1.73 -.128 1.965l.128 .021l.133 .007h2v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006z", "key": "svg-0" }]]; const IconSquareRoundedNumber3Filled = createReactComponent("filled", "square-rounded-number-3-filled", "SquareRoundedNumber3Filled", __iconNode$1s); const __iconNode$1r = [["path", { "d": "M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm2 5a1 1 0 0 0 -.993 .883l-.007 .117v3h-2v-3l-.007 -.117a1 1 0 0 0 -1.986 0l-.007 .117v3l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2v3l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-8l-.007 -.117a1 1 0 0 0 -.993 -.883z", "key": "svg-0" }]]; const IconSquareRoundedNumber4Filled = createReactComponent("filled", "square-rounded-number-4-filled", "SquareRoundedNumber4Filled", __iconNode$1r); const __iconNode$1q = [["path", { "d": "M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm2 5h-4a1 1 0 0 0 -.993 .883l-.007 .117v4a1 1 0 0 0 .883 .993l.117 .007h3v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2a2 2 0 0 0 1.995 -1.85l.005 -.15v-2a2 2 0 0 0 -1.85 -1.995l-.15 -.005h-2v-2h3a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -.883 -.993l-.117 -.007z", "key": "svg-0" }]]; const IconSquareRoundedNumber5Filled = createReactComponent("filled", "square-rounded-number-5-filled", "SquareRoundedNumber5Filled", __iconNode$1q); const __iconNode$1p = [["path", { "d": "M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm1 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v6l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006h-2v-2h2l.007 .117a1 1 0 0 0 1.993 -.117a2 2 0 0 0 -1.85 -1.995l-.15 -.005zm0 6v2h-2v-2h2z", "key": "svg-0" }]]; const IconSquareRoundedNumber6Filled = createReactComponent("filled", "square-rounded-number-6-filled", "SquareRoundedNumber6Filled", __iconNode$1p); const __iconNode$1o = [["path", { "d": "M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm2 5h-4l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117l.007 .117a1 1 0 0 0 .876 .876l.117 .007h2.718l-1.688 6.757l-.022 .115a1 1 0 0 0 1.927 .482l.035 -.111l2 -8l.021 -.112a1 1 0 0 0 -.878 -1.125l-.113 -.006z", "key": "svg-0" }]]; const IconSquareRoundedNumber7Filled = createReactComponent("filled", "square-rounded-number-7-filled", "SquareRoundedNumber7Filled", __iconNode$1o); const __iconNode$1n = [["path", { "d": "M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm1 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15c.018 .236 .077 .46 .17 .667l.075 .152l.018 .03l-.018 .032c-.133 .24 -.218 .509 -.243 .795l-.007 .174v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm0 6v2h-2v-2h2zm0 -4v2h-2v-2h2z", "key": "svg-0" }]]; const IconSquareRoundedNumber8Filled = createReactComponent("filled", "square-rounded-number-8-filled", "SquareRoundedNumber8Filled", __iconNode$1n); const __iconNode$1m = [["path", { "d": "M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm1 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-6l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm0 2v2h-2v-2h2z", "key": "svg-0" }]]; const IconSquareRoundedNumber9Filled = createReactComponent("filled", "square-rounded-number-9-filled", "SquareRoundedNumber9Filled", __iconNode$1m); const __iconNode$1l = [["path", { "d": "M12 2l.324 .001l.318 .004l.616 .017l.299 .013l.579 .034l.553 .046c4.785 .464 6.732 2.411 7.196 7.196l.046 .553l.034 .579c.005 .098 .01 .198 .013 .299l.017 .616l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.464 4.785 -2.411 6.732 -7.196 7.196l-.553 .046l-.579 .034c-.098 .005 -.198 .01 -.299 .013l-.616 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.785 -.464 -6.732 -2.411 -7.196 -7.196l-.046 -.553l-.034 -.579a28.058 28.058 0 0 1 -.013 -.299l-.017 -.616c-.003 -.21 -.005 -.424 -.005 -.642l.001 -.324l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.464 -4.785 2.411 -6.732 7.196 -7.196l.553 -.046l.579 -.034c.098 -.005 .198 -.01 .299 -.013l.616 -.017c.21 -.003 .424 -.005 .642 -.005zm0 6a1 1 0 0 0 -1 1v2h-2l-.117 .007a1 1 0 0 0 .117 1.993h2v2l.007 .117a1 1 0 0 0 1.993 -.117v-2h2l.117 -.007a1 1 0 0 0 -.117 -1.993h-2v-2l-.007 -.117a1 1 0 0 0 -.993 -.883z", "fill": "currentColor", "key": "svg-0" }]]; const IconSquareRoundedPlusFilled = createReactComponent("filled", "square-rounded-plus-filled", "SquareRoundedPlusFilled", __iconNode$1l); const __iconNode$1k = [["path", { "d": "M12 2l.324 .001l.318 .004l.616 .017l.299 .013l.579 .034l.553 .046c4.785 .464 6.732 2.411 7.196 7.196l.046 .553l.034 .579c.005 .098 .01 .198 .013 .299l.017 .616l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.464 4.785 -2.411 6.732 -7.196 7.196l-.553 .046l-.579 .034c-.098 .005 -.198 .01 -.299 .013l-.616 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.785 -.464 -6.732 -2.411 -7.196 -7.196l-.046 -.553l-.034 -.579a28.058 28.058 0 0 1 -.013 -.299l-.017 -.616c-.003 -.21 -.005 -.424 -.005 -.642l.001 -.324l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.464 -4.785 2.411 -6.732 7.196 -7.196l.553 -.046l.579 -.034c.098 -.005 .198 -.01 .299 -.013l.616 -.017c.21 -.003 .424 -.005 .642 -.005zm-1.489 7.14a1 1 0 0 0 -1.218 1.567l1.292 1.293l-1.292 1.293l-.083 .094a1 1 0 0 0 1.497 1.32l1.293 -1.292l1.293 1.292l.094 .083a1 1 0 0 0 1.32 -1.497l-1.292 -1.293l1.292 -1.293l.083 -.094a1 1 0 0 0 -1.497 -1.32l-1.293 1.292l-1.293 -1.292l-.094 -.083z", "fill": "currentColor", "key": "svg-0" }]]; const IconSquareRoundedXFilled = createReactComponent("filled", "square-rounded-x-filled", "SquareRoundedXFilled", __iconNode$1k); const __iconNode$1j = [["path", { "d": "M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001z", "key": "svg-0" }]]; const IconSquareRoundedFilled = createReactComponent("filled", "square-rounded-filled", "SquareRoundedFilled", __iconNode$1j); const __iconNode$1i = [["path", { "d": "M19 2h-14a3 3 0 0 0 -3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 3 -3v-14a3 3 0 0 0 -3 -3zm-9.387 6.21l.094 .083l2.293 2.292l2.293 -2.292a1 1 0 0 1 1.497 1.32l-.083 .094l-2.292 2.293l2.292 2.293a1 1 0 0 1 -1.32 1.497l-.094 -.083l-2.293 -2.292l-2.293 2.292a1 1 0 0 1 -1.497 -1.32l.083 -.094l2.292 -2.293l-2.292 -2.293a1 1 0 0 1 1.32 -1.497z", "key": "svg-0" }]]; const IconSquareXFilled = createReactComponent("filled", "square-x-filled", "SquareXFilled", __iconNode$1i); const __iconNode$1h = [["path", { "d": "M19 2h-14a3 3 0 0 0 -3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 3 -3v-14a3 3 0 0 0 -3 -3z", "key": "svg-0" }]]; const IconSquareFilled = createReactComponent("filled", "square-filled", "SquareFilled", __iconNode$1h); const __iconNode$1g = [["path", { "d": "M19 7a3 3 0 0 1 3 3v9a3 3 0 0 1 -3 3h-9a3 3 0 0 1 -3 -3v-9a3 3 0 0 1 3 -3z", "key": "svg-0" }], ["path", { "d": "M14 2a3 3 0 0 1 3 2.999l-7 .001a5 5 0 0 0 -5 5l-.001 7l-.175 -.005a3 3 0 0 1 -2.824 -2.995v-9a3 3 0 0 1 3 -3z", "key": "svg-1" }]]; const IconSquaresFilled = createReactComponent("filled", "squares-filled", "SquaresFilled", __iconNode$1g); const __iconNode$1f = [["path", { "d": "M20.894 15.553a1 1 0 0 1 -.447 1.341l-8 4a1 1 0 0 1 -.894 0l-8 -4a1 1 0 0 1 .894 -1.788l7.553 3.774l7.554 -3.775a1 1 0 0 1 1.341 .447m0 -4a1 1 0 0 1 -.447 1.341l-8 4a1 1 0 0 1 -.894 0l-8 -4a1 1 0 0 1 .894 -1.788l7.552 3.775l7.554 -3.775a1 1 0 0 1 1.341 .447m-8.887 -8.552q .056 0 .111 .007l.111 .02l.086 .024l.012 .006l.012 .002l.029 .014l.05 .019l.016 .009l.012 .005l8 4a1 1 0 0 1 0 1.788l-8 4a1 1 0 0 1 -.894 0l-8 -4a1 1 0 0 1 0 -1.788l8 -4l.011 -.005l.018 -.01l.078 -.032l.011 -.002l.013 -.006l.086 -.024l.11 -.02l.056 -.005z", "key": "svg-0" }]]; const IconStack2Filled = createReactComponent("filled", "stack-2-filled", "Stack2Filled", __iconNode$1f); const __iconNode$1e = [["path", { "d": "M20.894 17.553a1 1 0 0 1 -.447 1.341l-8 4a1 1 0 0 1 -.894 0l-8 -4a1 1 0 0 1 .894 -1.788l7.553 3.774l7.554 -3.775a1 1 0 0 1 1.341 .447m0 -4a1 1 0 0 1 -.447 1.341l-8 4a1 1 0 0 1 -.894 0l-8 -4a1 1 0 0 1 .894 -1.788l7.552 3.775l7.554 -3.775a1 1 0 0 1 1.341 .447m0 -4a1 1 0 0 1 -.447 1.341l-8 4a1 1 0 0 1 -.894 0l-8 -4a1 1 0 0 1 .894 -1.788l7.552 3.775l7.554 -3.775a1 1 0 0 1 1.341 .447m-8.887 -8.552q .056 0 .111 .007l.111 .02l.086 .024l.012 .006l.012 .002l.029 .014l.05 .019l.016 .009l.012 .005l8 4a1 1 0 0 1 0 1.788l-8 4a1 1 0 0 1 -.894 0l-8 -4a1 1 0 0 1 0 -1.788l8 -4l.011 -.005l.018 -.01l.078 -.032l.011 -.002l.013 -.006l.086 -.024l.11 -.02l.056 -.005z", "key": "svg-0" }]]; const IconStack3Filled = createReactComponent("filled", "stack-3-filled", "Stack3Filled", __iconNode$1e); const __iconNode$1d = [["path", { "d": "M20.894 13.553a1 1 0 0 1 -.447 1.341l-8 4a1 1 0 0 1 -.894 0l-8 -4a1 1 0 0 1 .894 -1.788l7.553 3.774l7.554 -3.775a1 1 0 0 1 1.341 .447m-8.887 -8.552q .056 0 .111 .007l.111 .02l.086 .024l.012 .006l.012 .002l.029 .014l.05 .019l.016 .009l.012 .005l8 4a1 1 0 0 1 0 1.788l-8 4a1 1 0 0 1 -.894 0l-8 -4a1 1 0 0 1 0 -1.788l8 -4l.011 -.005l.018 -.01l.078 -.032l.011 -.002l.013 -.006l.086 -.024l.11 -.02l.056 -.005z", "key": "svg-0" }]]; const IconStackFilled = createReactComponent("filled", "stack-filled", "StackFilled", __iconNode$1d); const __iconNode$1c = [["path", { "d": "M12 1a.993 .993 0 0 1 .823 .443l.067 .116l2.852 5.781l6.38 .925c.741 .108 1.08 .94 .703 1.526l-.07 .095l-.078 .086l-4.624 4.499l1.09 6.355a1.001 1.001 0 0 1 -1.249 1.135l-.101 -.035l-.101 -.046l-5.693 -3l-5.706 3c-.105 .055 -.212 .09 -.32 .106l-.106 .01a1.003 1.003 0 0 1 -1.038 -1.06l.013 -.11l1.09 -6.355l-4.623 -4.5a1.001 1.001 0 0 1 .328 -1.647l.113 -.036l.114 -.023l6.379 -.925l2.853 -5.78a.968 .968 0 0 1 .904 -.56zm0 3.274v12.476a1 1 0 0 1 .239 .029l.115 .036l.112 .05l4.363 2.299l-.836 -4.873a1 1 0 0 1 .136 -.696l.07 -.099l.082 -.09l3.546 -3.453l-4.891 -.708a1 1 0 0 1 -.62 -.344l-.073 -.097l-.06 -.106l-2.183 -4.424z", "key": "svg-0" }]]; const IconStarHalfFilled = createReactComponent("filled", "star-half-filled", "StarHalfFilled", __iconNode$1c); const __iconNode$1b = [["path", { "d": "M8.243 7.34l-6.38 .925l-.113 .023a1 1 0 0 0 -.44 1.684l4.622 4.499l-1.09 6.355l-.013 .11a1 1 0 0 0 1.464 .944l5.706 -3l5.693 3l.1 .046a1 1 0 0 0 1.352 -1.1l-1.091 -6.355l4.624 -4.5l.078 -.085a1 1 0 0 0 -.633 -1.62l-6.38 -.926l-2.852 -5.78a1 1 0 0 0 -1.794 0l-2.853 5.78z", "key": "svg-0" }]]; const IconStarFilled = createReactComponent("filled", "star-filled", "StarFilled", __iconNode$1b); const __iconNode$1a = [["path", { "d": "M17.657 12.007a1.39 1.39 0 0 0 -1.103 .765l-.855 1.723l-1.907 .277c-.52 .072 -.96 .44 -1.124 .944l-.038 .14c-.1 .465 .046 .954 .393 1.29l1.377 1.337l-.326 1.892a1.393 1.393 0 0 0 2.018 1.465l1.708 -.895l1.708 .896a1.388 1.388 0 0 0 1.462 -.105l.112 -.09a1.39 1.39 0 0 0 .442 -1.272l-.325 -1.891l1.38 -1.339c.38 -.371 .516 -.924 .352 -1.427l-.051 -.134a1.39 1.39 0 0 0 -1.073 -.81l-1.907 -.278l-.853 -1.722a1.393 1.393 0 0 0 -1.247 -.773l-.143 .007z", "key": "svg-0" }], ["path", { "d": "M6.057 12.007a1.39 1.39 0 0 0 -1.103 .765l-.855 1.723l-1.907 .277c-.52 .072 -.96 .44 -1.124 .944l-.038 .14c-.1 .465 .046 .954 .393 1.29l1.377 1.337l-.326 1.892a1.393 1.393 0 0 0 2.018 1.465l1.708 -.895l1.708 .896a1.388 1.388 0 0 0 1.462 -.105l.112 -.09a1.39 1.39 0 0 0 .442 -1.272l-.324 -1.891l1.38 -1.339c.38 -.371 .516 -.924 .352 -1.427l-.051 -.134a1.39 1.39 0 0 0 -1.073 -.81l-1.908 -.279l-.853 -1.722a1.393 1.393 0 0 0 -1.247 -.772l-.143 .007z", "key": "svg-1" }], ["path", { "d": "M11.857 2.007a1.39 1.39 0 0 0 -1.103 .765l-.855 1.723l-1.907 .277c-.52 .072 -.96 .44 -1.124 .944l-.038 .14c-.1 .465 .046 .954 .393 1.29l1.377 1.337l-.326 1.892a1.393 1.393 0 0 0 2.018 1.465l1.708 -.894l1.709 .896a1.388 1.388 0 0 0 1.462 -.105l.112 -.09a1.39 1.39 0 0 0 .442 -1.272l-.325 -1.892l1.38 -1.339c.38 -.371 .516 -.924 .352 -1.427l-.051 -.134a1.39 1.39 0 0 0 -1.073 -.81l-1.908 -.279l-.853 -1.722a1.393 1.393 0 0 0 -1.247 -.772l-.143 .007z", "key": "svg-2" }]]; const IconStarsFilled = createReactComponent("filled", "stars-filled", "StarsFilled", __iconNode$1a); const __iconNode$19 = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-13 8.66a8 8 0 0 0 7 7.937v-5.107a3 3 0 0 1 -1.898 -2.05l-5.07 -1.504q -.031 .36 -.032 .725m15.967 -.725l-5.069 1.503a3 3 0 0 1 -1.897 2.051v5.108a8 8 0 0 0 6.985 -8.422zm-11.967 -6.204a8 8 0 0 0 -3.536 4.244l4.812 1.426a3 3 0 0 1 5.448 0l4.812 -1.426a8 8 0 0 0 -11.536 -4.244", "key": "svg-0" }]]; const IconSteeringWheelFilled = createReactComponent("filled", "steering-wheel-filled", "SteeringWheelFilled", __iconNode$19); const __iconNode$18 = [["path", { "d": "M12 19a1 1 0 0 1 1 1v2a1 1 0 0 1 -2 0v-2a1 1 0 0 1 1 -1m-4.95 -2.05a1 1 0 0 1 0 1.414l-1.414 1.414a1 1 0 1 1 -1.414 -1.414l1.414 -1.414a1 1 0 0 1 1.414 0m11.314 0l1.414 1.414a1 1 0 0 1 -1.414 1.414l-1.414 -1.414a1 1 0 0 1 1.414 -1.414m-5.049 -9.836a5 5 0 1 1 -2.532 9.674a5 5 0 0 1 2.532 -9.674m-9.315 3.886a1 1 0 0 1 0 2h-2a1 1 0 0 1 0 -2zm18 0a1 1 0 0 1 0 2h-2a1 1 0 0 1 0 -2zm-16.364 -6.778l1.414 1.414a1 1 0 0 1 -1.414 1.414l-1.414 -1.414a1 1 0 0 1 1.414 -1.414m14.142 0a1 1 0 0 1 0 1.414l-1.414 1.414a1 1 0 0 1 -1.414 -1.414l1.414 -1.414a1 1 0 0 1 1.414 0m-7.778 -3.222a1 1 0 0 1 1 1v2a1 1 0 0 1 -2 0v-2a1 1 0 0 1 1 -1", "key": "svg-0" }]]; const IconSunHighFilled = createReactComponent("filled", "sun-high-filled", "SunHighFilled", __iconNode$18); const __iconNode$17 = [["path", { "d": "M18.407 16.993l.01 .01a1 1 0 0 1 -1.32 1.497l-.104 -.093a1 1 0 0 1 1.414 -1.414m-11.4 0l.01 .01a1 1 0 0 1 -1.32 1.497l-.104 -.093a1 1 0 0 1 1.414 -1.414m4.993 -9.993a5 5 0 1 1 -5 5l.005 -.217a5 5 0 0 1 4.995 -4.783m-4.993 -1.407l.01 .01a1 1 0 0 1 -1.32 1.497l-.104 -.093a1 1 0 0 1 1.414 -1.414m11.4 0l.01 .01a1 1 0 0 1 -1.32 1.497l-.104 -.093a1 1 0 1 1 1.414 -1.414m-14.397 5.407a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993zm7.99 -8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1m8.01 8a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993zm-8.01 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1", "key": "svg-0" }]]; const IconSunLowFilled = createReactComponent("filled", "sun-low-filled", "SunLowFilled", __iconNode$17); const __iconNode$16 = [["path", { "d": "M12 19a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z", "key": "svg-0" }], ["path", { "d": "M18.313 16.91l.094 .083l.7 .7a1 1 0 0 1 -1.32 1.497l-.094 -.083l-.7 -.7a1 1 0 0 1 1.218 -1.567l.102 .07z", "key": "svg-1" }], ["path", { "d": "M7.007 16.993a1 1 0 0 1 .083 1.32l-.083 .094l-.7 .7a1 1 0 0 1 -1.497 -1.32l.083 -.094l.7 -.7a1 1 0 0 1 1.414 0z", "key": "svg-2" }], ["path", { "d": "M4 11a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z", "key": "svg-3" }], ["path", { "d": "M21 11a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z", "key": "svg-4" }], ["path", { "d": "M6.213 4.81l.094 .083l.7 .7a1 1 0 0 1 -1.32 1.497l-.094 -.083l-.7 -.7a1 1 0 0 1 1.217 -1.567l.102 .07z", "key": "svg-5" }], ["path", { "d": "M19.107 4.893a1 1 0 0 1 .083 1.32l-.083 .094l-.7 .7a1 1 0 0 1 -1.497 -1.32l.083 -.094l.7 -.7a1 1 0 0 1 1.414 0z", "key": "svg-6" }], ["path", { "d": "M12 2a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z", "key": "svg-7" }], ["path", { "d": "M12 7a5 5 0 1 1 -4.995 5.217l-.005 -.217l.005 -.217a5 5 0 0 1 4.995 -4.783z", "key": "svg-8" }]]; const IconSunFilled = createReactComponent("filled", "sun-filled", "SunFilled", __iconNode$16); const __iconNode$15 = [["path", { "d": "M8 3a1 1 0 1 1 0 2h-1.257l-2.4 8h5.657a1 1 0 0 1 1 1v1h2v-1a1 1 0 0 1 1 -1h5.656l-2.4 -8h-1.256a1 1 0 0 1 -.993 -.883l-.007 -.117a1 1 0 0 1 1 -1h2a1 1 0 0 1 .958 .713l3.01 10.036l.022 .112l.008 .08l.002 2.559a4.5 4.5 0 0 1 -8.972 .5h-2.056a4.5 4.5 0 0 1 -8.972 -.5v-2.518l.004 -.071l.014 -.103l.018 -.076l3.006 -10.02a1 1 0 0 1 .958 -.712z", "key": "svg-0" }]]; const IconSunglassesFilled = createReactComponent("filled", "sunglasses-filled", "SunglassesFilled", __iconNode$15); const __iconNode$14 = [["path", { "d": "M4 16a1 1 0 0 1 0 2h-1a1 1 0 0 1 0 -2z", "key": "svg-0" }], ["path", { "d": "M12 12a5 5 0 0 1 5 5a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1a5 5 0 0 1 5 -5", "key": "svg-1" }], ["path", { "d": "M21 16a1 1 0 0 1 0 2h-1a1 1 0 0 1 0 -2z", "key": "svg-2" }], ["path", { "d": "M6.307 9.893l.7 .7a1 1 0 0 1 -1.414 1.414l-.7 -.7a1 1 0 0 1 1.414 -1.414", "key": "svg-3" }], ["path", { "d": "M19.107 9.893a1 1 0 0 1 0 1.414l-.7 .7a1 1 0 0 1 -1.414 -1.414l.7 -.7a1 1 0 0 1 1.414 0", "key": "svg-4" }], ["path", { "d": "M12.707 2.293l3 3a1 1 0 1 1 -1.414 1.414l-1.293 -1.292v3.585a1 1 0 0 1 -.883 .993l-.117 .007a1 1 0 0 1 -1 -1v-3.586l-1.293 1.293a1 1 0 0 1 -1.414 -1.414l2.958 -2.96a1 1 0 0 1 .15 -.135l.127 -.08l.068 -.033l.11 -.041l.12 -.029c.3 -.055 .627 .024 .881 .278", "key": "svg-5" }], ["path", { "d": "M3 20h18a1 1 0 0 1 0 2h-18a1 1 0 0 1 0 -2", "key": "svg-6" }], ["path", { "d": "M12 12a5 5 0 0 1 4.583 7.002h-9.166a5 5 0 0 1 4.583 -7.002", "key": "svg-7" }]]; const IconSunriseFilled = createReactComponent("filled", "sunrise-filled", "SunriseFilled", __iconNode$14); const __iconNode$13 = [["path", { "d": "M4 12a1 1 0 0 1 0 2h-1a1 1 0 0 1 0 -2z", "key": "svg-0" }], ["path", { "d": "M21 12a1 1 0 0 1 0 2h-1a1 1 0 0 1 0 -2z", "key": "svg-1" }], ["path", { "d": "M6.307 5.893l.7 .7a1 1 0 0 1 -1.414 1.414l-.7 -.7a1 1 0 0 1 1.414 -1.414", "key": "svg-2" }], ["path", { "d": "M19.107 5.893a1 1 0 0 1 0 1.414l-.7 .7a1 1 0 0 1 -1.414 -1.414l.7 -.7a1 1 0 0 1 1.414 0", "key": "svg-3" }], ["path", { "d": "M12 3a1 1 0 0 1 1 1v1a1 1 0 0 1 -2 0v-1a1 1 0 0 1 1 -1", "key": "svg-4" }], ["path", { "d": "M3 16h18a1 1 0 0 1 0 2h-18a1 1 0 0 1 0 -2", "key": "svg-5" }], ["path", { "d": "M12 8a5 5 0 0 1 4.583 7.002h-9.166a5 5 0 0 1 4.583 -7.002", "key": "svg-6" }], ["path", { "d": "M12 19a1 1 0 0 1 0 2h-5a1 1 0 0 1 0 -2z", "key": "svg-7" }], ["path", { "d": "M17 19a1 1 0 0 1 0 2h-1a1 1 0 0 1 0 -2z", "key": "svg-8" }]]; const IconSunset2Filled = createReactComponent("filled", "sunset-2-filled", "Sunset2Filled", __iconNode$13); const __iconNode$12 = [["path", { "d": "M4 16a1 1 0 0 1 0 2h-1a1 1 0 0 1 0 -2z", "key": "svg-0" }], ["path", { "d": "M21 16a1 1 0 0 1 0 2h-1a1 1 0 0 1 0 -2z", "key": "svg-1" }], ["path", { "d": "M6.307 9.893l.7 .7a1 1 0 0 1 -1.414 1.414l-.7 -.7a1 1 0 0 1 1.414 -1.414", "key": "svg-2" }], ["path", { "d": "M19.107 9.893a1 1 0 0 1 0 1.414l-.7 .7a1 1 0 0 1 -1.414 -1.414l.7 -.7a1 1 0 0 1 1.414 0", "key": "svg-3" }], ["path", { "d": "M12 2a1 1 0 0 1 1 1v3.584l1.293 -1.291a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 0 1.414l-3 3a.98 .98 0 0 1 -.767 .293l-.124 -.017l-.127 -.032l-.104 -.04l-.115 -.063a1 1 0 0 1 -.151 -.114l-3.026 -3.027a1 1 0 0 1 1.414 -1.414l1.293 1.292v-3.585a1 1 0 0 1 1 -1", "key": "svg-4" }], ["path", { "d": "M3 20h18a1 1 0 0 1 0 2h-18a1 1 0 0 1 0 -2", "key": "svg-5" }], ["path", { "d": "M12 12a5 5 0 0 1 4.583 7.002h-9.166a5 5 0 0 1 4.583 -7.002", "key": "svg-6" }]]; const IconSunsetFilled = createReactComponent("filled", "sunset-filled", "SunsetFilled", __iconNode$12); const __iconNode$11 = [["path", { "d": "M12 3a5 5 0 0 1 1.001 9.9l-.001 4.684l1.293 -1.291a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 0 1.414l-3 3a1 1 0 0 1 -.112 .097l-.11 .071l-.114 .054l-.105 .035l-.149 .03l-.117 .006l-.075 -.003l-.126 -.017l-.111 -.03l-.111 -.044l-.098 -.052l-.096 -.067l-.09 -.08l-3 -3a1 1 0 0 1 1.414 -1.414l1.293 1.292v-4.685a5.002 5.002 0 0 1 1 -9.9", "key": "svg-0" }]]; const IconSwipeDownFilled = createReactComponent("filled", "swipe-down-filled", "SwipeDownFilled", __iconNode$11); const __iconNode$10 = [["path", { "d": "M16 7a5 5 0 1 1 -4.9 6.001l-4.685 -.001l1.292 1.293a1 1 0 0 1 .083 1.32l-.083 .094a1 1 0 0 1 -1.414 0l-3 -3a1 1 0 0 1 -.097 -.112l-.071 -.11l-.054 -.114l-.035 -.105l-.025 -.118l-.007 -.058l-.004 -.09l.003 -.075l.017 -.126l.03 -.111l.044 -.111l.052 -.098l.067 -.096l.08 -.09l3 -3a1 1 0 0 1 1.414 1.414l-1.292 1.293h4.685a5 5 0 0 1 4.9 -4", "key": "svg-0" }]]; const IconSwipeLeftFilled = createReactComponent("filled", "swipe-left-filled", "SwipeLeftFilled", __iconNode$10); const __iconNode$$ = [["path", { "d": "M8 7a5 5 0 0 1 4.9 4h4.685l-1.292 -1.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.414 0l3 3q .054 .053 .097 .112l.071 .11l.054 .114l.035 .105l.03 .148l.006 .118l-.003 .075l-.017 .126l-.03 .111l-.044 .111l-.052 .098l-.074 .104l-.073 .082l-3 3a1 1 0 0 1 -1.414 -1.414l1.291 -1.293l-4.684 .001a5.002 5.002 0 0 1 -9.9 -1.001a5 5 0 0 1 5 -5", "key": "svg-0" }]]; const IconSwipeRightFilled = createReactComponent("filled", "swipe-right-filled", "SwipeRightFilled", __iconNode$$); const __iconNode$_ = [["path", { "d": "M11.852 3.011l.058 -.007l.09 -.004l.075 .003l.126 .017l.111 .03l.111 .044l.098 .052l.104 .074l.082 .073l3 3a1 1 0 1 1 -1.414 1.414l-1.293 -1.292l.001 4.685a5.002 5.002 0 0 1 -1.001 9.9a5 5 0 0 1 -5 -5l.005 -.217a5 5 0 0 1 3.995 -4.683v-4.685l-1.293 1.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 0 -1.414l3 -3q .053 -.054 .112 -.097l.11 -.071l.114 -.054l.105 -.035z", "key": "svg-0" }]]; const IconSwipeUpFilled = createReactComponent("filled", "swipe-up-filled", "SwipeUpFilled", __iconNode$_); const __iconNode$Z = [["path", { "d": "M4 11h4a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-2a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-6a1 1 0 0 1 1 -1z", "key": "svg-0" }], ["path", { "d": "M21 12v6a3 3 0 0 1 -2.824 2.995l-.176 .005h-6a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h8a1 1 0 0 1 1 1z", "key": "svg-1" }], ["path", { "d": "M18 3a3 3 0 0 1 2.995 2.824l.005 .176v2a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h6z", "key": "svg-2" }], ["path", { "d": "M9 4v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-2a3 3 0 0 1 2.824 -2.995l.176 -.005h2a1 1 0 0 1 1 1z", "key": "svg-3" }]]; const IconTableFilled = createReactComponent("filled", "table-filled", "TableFilled", __iconNode$Z); const __iconNode$Y = [["path", { "d": "M11.172 2a3 3 0 0 1 2.121 .879l7.71 7.71a3.41 3.41 0 0 1 0 4.822l-5.592 5.592a3.41 3.41 0 0 1 -4.822 0l-7.71 -7.71a3 3 0 0 1 -.879 -2.121v-5.172a4 4 0 0 1 4 -4zm-3.672 3.5a2 2 0 0 0 -1.995 1.85l-.005 .15a2 2 0 1 0 2 -2", "key": "svg-0" }]]; const IconTagFilled = createReactComponent("filled", "tag-filled", "TagFilled", __iconNode$Y); const __iconNode$X = [["path", { "d": "M9.172 5a3 3 0 0 1 2.121 .879l5.71 5.71a3.41 3.41 0 0 1 0 4.822l-3.592 3.592a3.41 3.41 0 0 1 -4.822 0l-5.71 -5.71a3 3 0 0 1 -.879 -2.121v-4.172a3 3 0 0 1 3 -3zm-2.172 4h-.01a1 1 0 1 0 .01 2a1 1 0 0 0 0 -2", "key": "svg-0" }], ["path", { "d": "M14.293 5.293a1 1 0 0 1 1.414 0l4.593 4.592a5.82 5.82 0 0 1 0 8.23l-1.592 1.592a1 1 0 0 1 -1.414 -1.414l1.592 -1.592a3.82 3.82 0 0 0 0 -5.402l-4.592 -4.592a1 1 0 0 1 0 -1.414", "key": "svg-1" }]]; const IconTagsFilled = createReactComponent("filled", "tags-filled", "TagsFilled", __iconNode$X); const __iconNode$W = [["path", { "d": "M10 2a3 3 0 0 1 3 3v7.965l.075 .056a5 5 0 0 1 1.81 5.01l-.055 .227a5 5 0 1 1 -7.905 -5.237l.075 -.056v-7.965a3 3 0 0 1 2.824 -2.995zm12 6a1 1 0 0 1 0 2h-6a1 1 0 0 1 0 -2zm-12 -4a1 1 0 0 0 -1 1v4h2v-4a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconTemperatureMinusFilled = createReactComponent("filled", "temperature-minus-filled", "TemperatureMinusFilled", __iconNode$W); const __iconNode$V = [["path", { "d": "M10 2a3 3 0 0 1 3 3v7.965l.075 .056a5 5 0 0 1 1.81 5.01l-.055 .227a5 5 0 1 1 -7.905 -5.237l.075 -.056v-7.965a3 3 0 0 1 2.824 -2.995zm9 3a1 1 0 0 1 1 1v2h2a1 1 0 0 1 0 2h-2v2a1 1 0 0 1 -2 0v-2h-2a1 1 0 0 1 0 -2h2v-2a1 1 0 0 1 1 -1m-9 -1a1 1 0 0 0 -1 1v4h2v-4a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconTemperaturePlusFilled = createReactComponent("filled", "temperature-plus-filled", "TemperaturePlusFilled", __iconNode$V); const __iconNode$U = [["path", { "d": "M19 3a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-2a2 2 0 0 1 2 -2z", "key": "svg-0" }], ["path", { "d": "M9 11a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2z", "key": "svg-1" }], ["path", { "d": "M20 11a1 1 0 0 1 0 2h-6a1 1 0 0 1 0 -2z", "key": "svg-2" }], ["path", { "d": "M20 15a1 1 0 0 1 0 2h-6a1 1 0 0 1 0 -2z", "key": "svg-3" }], ["path", { "d": "M20 19a1 1 0 0 1 0 2h-6a1 1 0 0 1 0 -2z", "key": "svg-4" }]]; const IconTemplateFilled = createReactComponent("filled", "template-filled", "TemplateFilled", __iconNode$U); const __iconNode$T = [["path", { "d": "M16 2a1 1 0 0 1 0 2v14a4 4 0 1 1 -8 0v-14a1 1 0 1 1 0 -2zm-2 2h-4v7h4z", "key": "svg-0" }]]; const IconTestPipe2Filled = createReactComponent("filled", "test-pipe-2-filled", "TestPipe2Filled", __iconNode$T); const __iconNode$S = [["path", { "d": "M13 21.008a3 3 0 0 0 2.995 -2.823l.005 -.177v-4h2a3 3 0 0 0 2.98 -2.65l.015 -.173l.005 -.177l-.02 -.196l-1.006 -5.032c-.381 -1.625 -1.502 -2.796 -2.81 -2.78l-.164 .008h-8a1 1 0 0 0 -.993 .884l-.007 .116l.001 9.536a1 1 0 0 0 .5 .866a2.998 2.998 0 0 1 1.492 2.396l.007 .202v1a3 3 0 0 0 3 3z", "key": "svg-0" }], ["path", { "d": "M5 14.008a1 1 0 0 0 .993 -.883l.007 -.117v-9a1 1 0 0 0 -.883 -.993l-.117 -.007h-1a2 2 0 0 0 -1.995 1.852l-.005 .15v7a2 2 0 0 0 1.85 1.994l.15 .005h1z", "key": "svg-1" }]]; const IconThumbDownFilled = createReactComponent("filled", "thumb-down-filled", "ThumbDownFilled", __iconNode$S); const __iconNode$R = [["path", { "d": "M13 3a3 3 0 0 1 2.995 2.824l.005 .176v4h2a3 3 0 0 1 2.98 2.65l.015 .174l.005 .176l-.02 .196l-1.006 5.032c-.381 1.626 -1.502 2.796 -2.81 2.78l-.164 -.008h-8a1 1 0 0 1 -.993 -.883l-.007 -.117l.001 -9.536a1 1 0 0 1 .5 -.865a2.998 2.998 0 0 0 1.492 -2.397l.007 -.202v-1a3 3 0 0 1 3 -3z", "key": "svg-0" }], ["path", { "d": "M5 10a1 1 0 0 1 .993 .883l.007 .117v9a1 1 0 0 1 -.883 .993l-.117 .007h-1a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-7a2 2 0 0 1 1.85 -1.995l.15 -.005h1z", "key": "svg-1" }]]; const IconThumbUpFilled = createReactComponent("filled", "thumb-up-filled", "ThumbUpFilled", __iconNode$R); const __iconNode$Q = [["path", { "d": "M14 4v2a1 1 0 0 0 2 0v-2h3a3 3 0 0 1 3 3v3a1 1 0 0 1 -.883 .993l-.117 .007a1 1 0 0 0 -.117 1.993l.117 .007a1 1 0 0 1 1 1v3a3 3 0 0 1 -3 3h-3v-2a1 1 0 0 0 -.883 -.993l-.117 -.007a1 1 0 0 0 -1 1v2h-9a3 3 0 0 1 -3 -3v-3a1 1 0 0 1 .883 -.993l.117 -.007a1 1 0 0 0 .117 -1.993l-.117 -.007a1 1 0 0 1 -1 -1v-3a2.995 2.995 0 0 1 2.727 -2.985l.222 -.014zm1 6a1 1 0 0 0 -1 1v2a1 1 0 0 0 2 0v-2a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconTicketFilled = createReactComponent("filled", "ticket-filled", "TicketFilled", __iconNode$Q); const __iconNode$P = [["path", { "d": "M8.178 2.766a1 1 0 1 1 .764 1.848a8 8 0 0 0 -2.595 1.733a1 1 0 1 1 -1.414 -1.414a10 10 0 0 1 3.245 -2.167", "key": "svg-0" }], ["path", { "d": "M2.767 8.176a1 1 0 1 1 1.846 .768a8 8 0 0 0 -.613 3.058a1 1 0 0 1 -2 -.004a10 10 0 0 1 .767 -3.822", "key": "svg-1" }], ["path", { "d": "M3.308 14.516a1 1 0 0 1 1.306 .542a8 8 0 0 0 1.733 2.595a1 1 0 1 1 -1.414 1.414a10 10 0 0 1 -2.167 -3.245a1 1 0 0 1 .542 -1.306", "key": "svg-2" }], ["path", { "d": "M7.637 19.926a1 1 0 0 1 1.307 -.54a8 8 0 0 0 3.058 .614a1 1 0 0 1 -.004 2a10 10 0 0 1 -3.822 -.767a1 1 0 0 1 -.54 -1.307", "key": "svg-3" }], ["path", { "d": "M17.653 17.653a1 1 0 1 1 1.414 1.414a10 10 0 0 1 -3.245 2.167a1 1 0 1 1 -.764 -1.848a8 8 0 0 0 2.595 -1.733", "key": "svg-4" }], ["path", { "d": "M21.002 11a1 1 0 0 1 .998 1.002a10 10 0 0 1 -.767 3.822a1 1 0 1 1 -1.846 -.768a8 8 0 0 0 .613 -3.058a1 1 0 0 1 1.002 -.998", "key": "svg-5" }], ["path", { "d": "M17.653 4.933a1 1 0 0 1 1.414 0a10 10 0 0 1 2.167 3.245a1 1 0 1 1 -1.848 .764a8 8 0 0 0 -1.733 -2.595a1 1 0 0 1 0 -1.414", "key": "svg-6" }], ["path", { "d": "M12.002 2a10 10 0 0 1 3.822 .767a1 1 0 1 1 -.768 1.846a8 8 0 0 0 -3.058 -.613a1 1 0 0 1 .004 -2", "key": "svg-7" }], ["path", { "d": "M12 9a3 3 0 1 1 -3 3l.005 -.176a3 3 0 0 1 2.995 -2.824", "key": "svg-8" }]]; const IconTiltShiftFilled = createReactComponent("filled", "tilt-shift-filled", "TiltShiftFilled", __iconNode$P); const __iconNode$O = [["path", { "d": "M12 17c1.306 0 2.418 .835 2.83 2h5.17a1 1 0 0 1 0 2h-5.171a3.001 3.001 0 0 1 -5.658 0h-5.171a1 1 0 0 1 0 -2h5.17a3.001 3.001 0 0 1 2.83 -2z", "key": "svg-0" }], ["path", { "d": "M17 2a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2.586l-1.707 1.707a1 1 0 0 1 -1.32 .083l-.094 -.083l-1.708 -1.707h-2.585a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-8a2 2 0 0 1 2 -2h10z", "key": "svg-1" }]]; const IconTimelineEventFilled = createReactComponent("filled", "timeline-event-filled", "TimelineEventFilled", __iconNode$O); const __iconNode$N = [["path", { "d": "M8 9a3 3 0 1 1 -3 3l.005 -.176a3 3 0 0 1 2.995 -2.824", "key": "svg-0" }], ["path", { "d": "M16 5a7 7 0 0 1 0 14h-8a7 7 0 0 1 0 -14zm0 2h-8a5 5 0 1 0 0 10h8a5 5 0 0 0 0 -10", "key": "svg-1" }]]; const IconToggleLeftFilled = createReactComponent("filled", "toggle-left-filled", "ToggleLeftFilled", __iconNode$N); const __iconNode$M = [["path", { "d": "M16 9a3 3 0 1 1 -3 3l.005 -.176a3 3 0 0 1 2.995 -2.824", "key": "svg-0" }], ["path", { "d": "M16 5a7 7 0 0 1 0 14h-8a7 7 0 0 1 0 -14zm0 2h-8a5 5 0 1 0 0 10h8a5 5 0 0 0 0 -10", "key": "svg-1" }]]; const IconToggleRightFilled = createReactComponent("filled", "toggle-right-filled", "ToggleRightFilled", __iconNode$M); const __iconNode$L = [["path", { "d": "M18.94 2.002l.1 -.001l.096 .008l.095 .018l.094 .027l.092 .037l.086 .045l.08 .052l.076 .06l.076 .074l.06 .072l.03 .04l.051 .084l.043 .088l.034 .091l.025 .094l.02 .15l.002 18.059a1 1 0 0 1 -1 1h-1a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1v-1h-4a1 1 0 0 1 -1 -.994c-.033 -5.323 .97 -8.482 5.005 -12.434l.317 -.307l.072 -.06l.04 -.03l.084 -.051l.088 -.043l.091 -.034l.094 -.025zm-7.94 .998a1 1 0 0 1 1 1v3a4 4 0 0 1 -3 3.874v10.126a1 1 0 0 1 -2 0v-10.126a4 4 0 0 1 -3 -3.874v-3a1 1 0 1 1 2 0v3a2 2 0 0 0 1 1.732v-4.732a1 1 0 1 1 2 0l.001 4.732a2 2 0 0 0 .999 -1.732v-3a1 1 0 0 1 1 -1", "key": "svg-0" }]]; const IconToolsKitchen2Filled = createReactComponent("filled", "tools-kitchen-2-filled", "ToolsKitchen2Filled", __iconNode$L); const __iconNode$K = [["path", { "d": "M11 5c6.634 0 10.853 3.11 10.996 7.754l.004 .246a3 3 0 0 1 -3 3h-16a1 1 0 0 1 -1 -1v-9a1 1 0 0 1 1 -1zm-4 2h-3v3h3zm4 0h-2v3h3v-2.974a19 19 0 0 0 -1 -.026m3.001 .257l-.001 2.743h5.04c-.979 -1.337 -2.689 -2.306 -5.039 -2.743m6.999 10.743a1 1 0 0 1 0 2h-18a1 1 0 0 1 0 -2z", "key": "svg-0" }]]; const IconTrainFilled = createReactComponent("filled", "train-filled", "TrainFilled", __iconNode$K); const __iconNode$J = [["path", { "d": "M18 14a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z", "key": "svg-0" }], ["path", { "d": "M16.707 2.293a1 1 0 0 1 .083 1.32l-.083 .094l-1.293 1.293h3.586a3 3 0 0 1 2.995 2.824l.005 .176v3a1 1 0 0 1 -1.993 .117l-.007 -.117v-3a1 1 0 0 0 -.883 -.993l-.117 -.007h-3.585l1.292 1.293a1 1 0 0 1 -1.32 1.497l-.094 -.083l-3 -3a.98 .98 0 0 1 -.28 -.872l.036 -.146l.04 -.104c.058 -.126 .14 -.24 .245 -.334l2.959 -2.958a1 1 0 0 1 1.414 0z", "key": "svg-1" }], ["path", { "d": "M3 12a1 1 0 0 1 .993 .883l.007 .117v3a1 1 0 0 0 .883 .993l.117 .007h3.585l-1.292 -1.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.32 -.083l.094 .083l3 3a.98 .98 0 0 1 .28 .872l-.036 .146l-.04 .104a1.02 1.02 0 0 1 -.245 .334l-2.959 2.958a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.291 -1.293h-3.584a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-3a1 1 0 0 1 1 -1z", "key": "svg-2" }], ["path", { "d": "M6 2a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z", "key": "svg-3" }]]; const IconTransformFilled = createReactComponent("filled", "transform-filled", "TransformFilled", __iconNode$J); const __iconNode$I = [["path", { "d": "M21 17a1 1 0 0 1 1 1a4 4 0 0 1 -4 4h-12a4 4 0 0 1 -4 -4a1 1 0 0 1 2 0a2 2 0 0 0 2 2h12a2 2 0 0 0 1.995 -1.85l.005 -.15a1 1 0 0 1 1 -1m-9 1l-.082 -.004l-.119 -.016l-.111 -.03l-.111 -.044l-.098 -.052l-.096 -.067l-.09 -.08l-3 -3a1 1 0 0 1 1.414 -1.414l1.293 1.293v-4.586h-5a4 4 0 1 1 0 -8h12a4 4 0 1 1 0 8h-5v4.583l1.293 -1.29a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 0 1.414l-3 3l-.112 .097l-.11 .071l-.062 .031l-.081 .034l-.076 .024l-.149 .03z", "key": "svg-0" }]]; const IconTransitionBottomFilled = createReactComponent("filled", "transition-bottom-filled", "TransitionBottomFilled", __iconNode$I); const __iconNode$H = [["path", { "d": "M6 2a1 1 0 1 1 0 2a2 2 0 0 0 -2 2v12a2 2 0 0 0 1.85 1.995l.15 .005a1 1 0 0 1 0 2a4 4 0 0 1 -4 -4v-12a4 4 0 0 1 4 -4m12 0a4 4 0 0 1 4 4v12a4 4 0 1 1 -8 0v-5h-4.585l1.292 1.293a1 1 0 0 1 .083 1.32l-.083 .094a1 1 0 0 1 -1.414 0l-3 -3l-.097 -.112l-.071 -.11l-.031 -.062l-.034 -.081l-.024 -.076l-.025 -.118l-.007 -.058l-.004 -.108l.003 -.064l.017 -.119l.03 -.111l.044 -.111l.052 -.098l.067 -.096l.08 -.09l3 -3a1 1 0 0 1 1.414 1.414l-1.292 1.293h4.585v-5a4 4 0 0 1 4 -4", "key": "svg-0" }]]; const IconTransitionLeftFilled = createReactComponent("filled", "transition-left-filled", "TransitionLeftFilled", __iconNode$H); const __iconNode$G = [["path", { "d": "M18 2a4 4 0 0 1 4 4v12a4 4 0 0 1 -4 4a1 1 0 0 1 -.117 -1.993l.117 -.007a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2a1 1 0 0 1 0 -2m-8 16a4 4 0 1 1 -8 0v-12a4 4 0 1 1 8 0v5h4.585l-1.292 -1.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.414 0l3 3l.097 .112l.071 .11l.031 .062l.034 .081l.024 .076l.03 .148l.006 .118l-.004 .085l-.016 .116l-.03 .111l-.044 .111l-.052 .098l-.074 .104l-.073 .082l-3 3a1 1 0 0 1 -1.414 -1.414l1.292 -1.293h-4.585z", "key": "svg-0" }]]; const IconTransitionRightFilled = createReactComponent("filled", "transition-right-filled", "TransitionRightFilled", __iconNode$G); const __iconNode$F = [["path", { "d": "M12 6l.081 .003l.12 .017l.111 .03l.111 .044l.098 .052l.104 .074l.082 .073l3 3a1 1 0 1 1 -1.414 1.414l-1.293 -1.292v4.585h5a4 4 0 1 1 0 8h-12a4 4 0 1 1 0 -8h5v-4.585l-1.293 1.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 0 -1.414l3 -3l.112 -.097l.11 -.071l.062 -.031l.081 -.034l.076 -.024l.118 -.025l.058 -.007zm6 -4a4 4 0 0 1 4 4a1 1 0 0 1 -1.993 .117l-.007 -.117a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2a1 1 0 1 1 -2 0a4 4 0 0 1 4 -4z", "key": "svg-0" }]]; const IconTransitionTopFilled = createReactComponent("filled", "transition-top-filled", "TransitionTopFilled", __iconNode$F); const __iconNode$E = [["path", { "d": "M20 6a1 1 0 0 1 .117 1.993l-.117 .007h-.081l-.919 11a3 3 0 0 1 -2.824 2.995l-.176 .005h-8c-1.598 0 -2.904 -1.249 -2.992 -2.75l-.005 -.167l-.923 -11.083h-.08a1 1 0 0 1 -.117 -1.993l.117 -.007h16zm-9.489 5.14a1 1 0 0 0 -1.218 1.567l1.292 1.293l-1.292 1.293l-.083 .094a1 1 0 0 0 1.497 1.32l1.293 -1.292l1.293 1.292l.094 .083a1 1 0 0 0 1.32 -1.497l-1.292 -1.293l1.292 -1.293l.083 -.094a1 1 0 0 0 -1.497 -1.32l-1.293 1.292l-1.293 -1.292l-.094 -.083z", "key": "svg-0" }], ["path", { "d": "M14 2a2 2 0 0 1 2 2a1 1 0 0 1 -1.993 .117l-.007 -.117h-4l-.007 .117a1 1 0 0 1 -1.993 -.117a2 2 0 0 1 1.85 -1.995l.15 -.005h4z", "key": "svg-1" }]]; const IconTrashXFilled = createReactComponent("filled", "trash-x-filled", "TrashXFilled", __iconNode$E); const __iconNode$D = [["path", { "d": "M20 6a1 1 0 0 1 .117 1.993l-.117 .007h-.081l-.919 11a3 3 0 0 1 -2.824 2.995l-.176 .005h-8c-1.598 0 -2.904 -1.249 -2.992 -2.75l-.005 -.167l-.923 -11.083h-.08a1 1 0 0 1 -.117 -1.993l.117 -.007zm-10 4a1 1 0 0 0 -1 1v6a1 1 0 0 0 2 0v-6a1 1 0 0 0 -1 -1m4 0a1 1 0 0 0 -1 1v6a1 1 0 0 0 2 0v-6a1 1 0 0 0 -1 -1", "key": "svg-0" }], ["path", { "d": "M14 2a2 2 0 0 1 2 2a1 1 0 0 1 -1.993 .117l-.007 -.117h-4l-.007 .117a1 1 0 0 1 -1.993 -.117a2 2 0 0 1 1.85 -1.995l.15 -.005z", "key": "svg-1" }]]; const IconTrashFilled = createReactComponent("filled", "trash-filled", "TrashFilled", __iconNode$D); const __iconNode$C = [["path", { "d": "M20.118 3h-16.225a2.914 2.914 0 0 0 -2.503 4.371l8.116 13.549a2.917 2.917 0 0 0 4.987 .005l8.11 -13.539a2.914 2.914 0 0 0 -2.486 -4.386z", "key": "svg-0" }]]; const IconTriangleInvertedFilled = createReactComponent("filled", "triangle-inverted-filled", "TriangleInvertedFilled", __iconNode$C); const __iconNode$B = [["path", { "d": "M11.132 2.504l-4 7a1 1 0 0 0 .868 1.496h8a1 1 0 0 0 .868 -1.496l-4 -7a1 1 0 0 0 -1.736 0z", "key": "svg-0" }], ["path", { "d": "M17 13a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z", "key": "svg-1" }], ["path", { "d": "M9 13h-4a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2z", "key": "svg-2" }]]; const IconTriangleSquareCircleFilled = createReactComponent("filled", "triangle-square-circle-filled", "TriangleSquareCircleFilled", __iconNode$B); const __iconNode$A = [["path", { "d": "M12 1.67a2.914 2.914 0 0 0 -2.492 1.403l-8.11 13.537a2.914 2.914 0 0 0 2.484 4.385h16.225a2.914 2.914 0 0 0 2.503 -4.371l-8.116 -13.546a2.917 2.917 0 0 0 -2.494 -1.408z", "key": "svg-0" }]]; const IconTriangleFilled = createReactComponent("filled", "triangle-filled", "TriangleFilled", __iconNode$A); const __iconNode$z = [["path", { "d": "M20.555 4.168a1 1 0 0 1 .277 1.387l-2.621 3.932l1.236 .619a1 1 0 0 1 -.894 1.788l-1.46 -.73l-3.876 5.815a3 3 0 1 1 -5.217 2.021l.005 -.176q .008 -.135 .027 -.267l-2.587 -1.725a1 1 0 0 1 1.11 -1.664l2.424 1.615a2.99 2.99 0 0 1 2.464 -.75l7.725 -11.588a1 1 0 0 1 1.387 -.277m-10.567 -.399l.14 .082l3.307 2.104a2.3 2.3 0 0 1 .7 3.185l-3.094 4.81a2.3 2.3 0 0 1 -3.17 .698l-3.306 -2.104a2.3 2.3 0 0 1 -.7 -3.185l3.094 -4.81a2.3 2.3 0 0 1 3.029 -.78", "key": "svg-0" }]]; const IconTrolleyFilled = createReactComponent("filled", "trolley-filled", "TrolleyFilled", __iconNode$z); const __iconNode$y = [["path", { "d": "M17 3a1 1 0 0 1 .993 .883l.007 .117v2.17a3 3 0 1 1 0 5.659v.171a6.002 6.002 0 0 1 -5 5.917v2.083h3a1 1 0 0 1 .117 1.993l-.117 .007h-8a1 1 0 0 1 -.117 -1.993l.117 -.007h3v-2.083a6.002 6.002 0 0 1 -4.996 -5.692l-.004 -.225v-.171a3 3 0 0 1 -3.996 -2.653l-.003 -.176l.005 -.176a3 3 0 0 1 3.995 -2.654l-.001 -2.17a1 1 0 0 1 1 -1h10zm-12 5a1 1 0 1 0 0 2a1 1 0 0 0 0 -2m14 0a1 1 0 1 0 0 2a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconTrophyFilled = createReactComponent("filled", "trophy-filled", "TrophyFilled", __iconNode$y); const __iconNode$x = [["path", { "d": "M13 4a1 1 0 0 1 1 1h4a1 1 0 0 1 .783 .378l.074 .108l3 5l.055 .103l.04 .107l.029 .109l.016 .11l.003 .085v6a1 1 0 0 1 -1 1h-1.171a3.001 3.001 0 0 1 -5.658 0h-4.342a3.001 3.001 0 0 1 -5.658 0h-1.171a1 1 0 0 1 -1 -1v-11a2 2 0 0 1 2 -2zm-6 12a1 1 0 1 0 0 2a1 1 0 0 0 0 -2m10 0a1 1 0 1 0 0 2a1 1 0 0 0 0 -2m.434 -9h-3.434v3h5.234z", "key": "svg-0" }]]; const IconTruckFilled = createReactComponent("filled", "truck-filled", "TruckFilled", __iconNode$x); const __iconNode$w = [["path", { "d": "M12 3c3.067 0 5.6 2.29 5.957 5.246c3.067 .903 5.043 2.476 5.043 4.478c0 2.3 -2.653 4.053 -6.427 4.833l1.26 1.888a1 1 0 1 1 -1.665 1.11l-1.78 -2.67c-.77 .076 -1.57 .115 -2.388 .115c-.966 0 -1.905 -.055 -2.801 -.16l-1.305 2.607a1 1 0 0 1 -1.788 -.894l1.028 -2.06c-3.618 -.807 -6.134 -2.529 -6.134 -4.768c0 -1.999 1.981 -3.58 5.044 -4.483c.36 -2.955 2.89 -5.242 5.956 -5.242m.01 10l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993m-5 -1l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993m10 0l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993m-5.01 -7c-2.11 0 -3.835 1.618 -3.989 3.667a1 1 0 0 1 .057 .4c.104 .087 .348 .251 .768 .419c.806 .322 1.94 .514 3.164 .514s2.358 -.192 3.164 -.514c.445 -.178 .693 -.352 .789 -.435l-.003 -.051q 0 -.113 .029 -.229l.014 -.046c-.125 -2.076 -1.864 -3.725 -3.993 -3.725", "key": "svg-0" }]]; const IconUfoFilled = createReactComponent("filled", "ufo-filled", "UfoFilled", __iconNode$w); const __iconNode$v = [["path", { "d": "M12 3a9 9 0 0 1 9 9a1 1 0 0 1 -.883 .993l-.117 .007h-7v5a1 1 0 0 0 1.993 .117l.007 -.117a1 1 0 0 1 2 0a3 3 0 0 1 -5.995 .176l-.005 -.176v-5h-7a1 1 0 0 1 -.993 -.883l-.007 -.117a9 9 0 0 1 9 -9z", "key": "svg-0" }]]; const IconUmbrellaFilled = createReactComponent("filled", "umbrella-filled", "UmbrellaFilled", __iconNode$v); const __iconNode$u = [["path", { "d": "M12 2a5 5 0 1 1 -5 5l.005 -.217a5 5 0 0 1 4.995 -4.783z", "key": "svg-0" }], ["path", { "d": "M14 14a5 5 0 0 1 5 5v1a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-1a5 5 0 0 1 5 -5h4z", "key": "svg-1" }]]; const IconUserFilled = createReactComponent("filled", "user-filled", "UserFilled", __iconNode$u); const __iconNode$t = [["path", { "d": "M18 4h-6a3 3 0 0 0 -3 3v10a3 3 0 0 0 3 3h6a3 3 0 0 0 3 -3v-10a3 3 0 0 0 -3 -3z", "key": "svg-0" }], ["path", { "d": "M7 6a1 1 0 0 1 .993 .883l.007 .117v10a1 1 0 0 1 -1.993 .117l-.007 -.117v-10a1 1 0 0 1 1 -1z", "key": "svg-1" }], ["path", { "d": "M4 7a1 1 0 0 1 .993 .883l.007 .117v8a1 1 0 0 1 -1.993 .117l-.007 -.117v-8a1 1 0 0 1 1 -1z", "key": "svg-2" }]]; const IconVersionsFilled = createReactComponent("filled", "versions-filled", "VersionsFilled", __iconNode$t); const __iconNode$s = [["path", { "d": "M13 5a3 3 0 0 1 3 3v.381l3.106 -1.552a2 2 0 0 1 2.894 1.789v6.765a2 2 0 0 1 -2.894 1.787l-3.106 -1.552v.382a3 3 0 0 1 -3 3h-8a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3zm-2 6h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconVideoMinusFilled = createReactComponent("filled", "video-minus-filled", "VideoMinusFilled", __iconNode$s); const __iconNode$r = [["path", { "d": "M13 5a3 3 0 0 1 3 3v.381l3.106 -1.552a2 2 0 0 1 2.894 1.789v6.765a2 2 0 0 1 -2.894 1.787l-3.106 -1.552v.382a3 3 0 0 1 -3 3h-8a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3zm-4 4a1 1 0 0 0 -1 1v1h-1a1 1 0 0 0 0 2h1v1a1 1 0 0 0 2 0v-1h1a1 1 0 0 0 0 -2h-1v-1a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconVideoPlusFilled = createReactComponent("filled", "video-plus-filled", "VideoPlusFilled", __iconNode$r); const __iconNode$q = [["path", { "d": "M20.117 7.625a1 1 0 0 0 -.564 .1l-4.553 2.275v4l4.553 2.275a1 1 0 0 0 1.447 -.892v-6.766a1 1 0 0 0 -.883 -.992z", "key": "svg-0" }], ["path", { "d": "M5 5c-1.645 0 -3 1.355 -3 3v8c0 1.645 1.355 3 3 3h8c1.645 0 3 -1.355 3 -3v-8c0 -1.645 -1.355 -3 -3 -3z", "key": "svg-1" }]]; const IconVideoFilled = createReactComponent("filled", "video-filled", "VideoFilled", __iconNode$q); const __iconNode$p = [["path", { "d": "M12 2c3.292 0 6 2.435 6 5.5c0 1.337 -.515 2.554 -1.369 3.5h4.369a1 1 0 0 1 1 1c0 3.292 -2.435 6 -5.5 6c-1.336 0 -2.553 -.515 -3.5 -1.368v4.368a1 1 0 0 1 -1 1c-3.292 0 -6 -2.435 -6 -5.5c0 -1.336 .515 -2.553 1.368 -3.5h-4.368a1 1 0 0 1 -1 -1c0 -3.292 2.435 -6 5.5 -6c1.337 0 2.554 .515 3.5 1.369v-4.369a1 1 0 0 1 1 -1z", "key": "svg-0" }]]; const IconWindmillFilled = createReactComponent("filled", "windmill-filled", "WindmillFilled", __iconNode$p); const __iconNode$o = [["path", { "d": "M6 2a1 1 0 0 1 1 1v1.079l11.083 .924a1 1 0 0 1 .917 .997v4a1 1 0 0 1 -.917 .997l-11.083 .923v8.08h1a1 1 0 0 1 0 2h-4a1 1 0 0 1 0 -2h1v-17a1 1 0 0 1 1 -1m1 4.086v3.827l3 -.25v-3.327zm7 .584v2.659l3 -.25v-2.159z", "key": "svg-0" }]]; const IconWindsockFilled = createReactComponent("filled", "windsock-filled", "WindsockFilled", __iconNode$o); const __iconNode$n = [["path", { "d": "M14 8c1.91 0 3.79 .752 5.625 2.219a1 1 0 1 1 -1.25 1.562c-1.019 -.815 -2.016 -1.345 -2.997 -1.6l1.584 5.544a1 1 0 0 1 -.962 1.275h-1v4a1 1 0 0 1 -2 0v-4h-2v4a1 1 0 0 1 -2 0v-4h-1a1 1 0 0 1 -.962 -1.275l1.584 -5.545c-.98 .256 -1.978 .786 -2.997 1.601a1 1 0 1 1 -1.25 -1.562c1.733 -1.386 3.506 -2.133 5.307 -2.212l.335 -.007z", "key": "svg-0" }], ["path", { "d": "M12 1a3 3 0 1 1 -3 3l.005 -.176a3 3 0 0 1 2.995 -2.824", "key": "svg-1" }]]; const IconWomanFilled = createReactComponent("filled", "woman-filled", "WomanFilled", __iconNode$n); const __iconNode$m = [["path", { "d": "M21.165 16a10 10 0 0 1 -8.434 5.973a1 1 0 0 0 .617 -.444a18 18 0 0 0 2.28 -5.528z", "key": "svg-0" }], ["path", { "d": "M8.372 16a18 18 0 0 0 2.28 5.53a1 1 0 0 0 .616 .443a10 10 0 0 1 -8.433 -5.973z", "key": "svg-1" }], ["path", { "d": "M13.57 16a16 16 0 0 1 -1.57 3.884a16 16 0 0 1 -1.57 -3.884", "key": "svg-2" }], ["path", { "d": "M8.034 10a18 18 0 0 0 0 4h-5.832a10 10 0 0 1 -.002 -4z", "key": "svg-3" }], ["path", { "d": "M13.952 10a16 16 0 0 1 0 4h-3.904a16 16 0 0 1 0 -4z", "key": "svg-4" }], ["path", { "d": "M21.8 10a10.05 10.05 0 0 1 -.002 4h-5.832c.149 -1.329 .149 -2.67 0 -4z", "key": "svg-5" }], ["path", { "d": "M11.267 2.027a1 1 0 0 0 -.615 .444a18 18 0 0 0 -2.28 5.529h-5.54a10.01 10.01 0 0 1 8.334 -5.967z", "key": "svg-6" }], ["path", { "d": "M12 4.116a16 16 0 0 1 1.57 3.885h-3.14c.34 -1.317 .85 -2.6 1.53 -3.817z", "key": "svg-7" }], ["path", { "d": "M12.733 2.026a10.01 10.01 0 0 1 8.435 5.974h-5.54a18 18 0 0 0 -2.28 -5.53a1 1 0 0 0 -.517 -.414z", "key": "svg-8" }]]; const IconWorldFilled = createReactComponent("filled", "world-filled", "WorldFilled", __iconNode$m); const __iconNode$l = [["path", { "d": "M6 11c-.483 0 -1.021 .725 -1 1.983c.013 .783 .29 1.3 1.035 2.07l.107 .107l.101 -.134c.466 -.643 .714 -1.266 .752 -1.864l.005 -.162l-.003 -.563c-.017 -1.284 -.13 -1.422 -.807 -1.436zm12 -9c1.673 0 3 1.327 3 3v1h-6v-1c0 -1.673 1.327 -3 3 -3m2.707 15.707l-2 2l-.08 .071l-.043 .034l-.084 .054l-.103 .052l-.084 .032l-.08 .023l-.143 .023l-.071 .004h-2.519c-1.616 0 -2.954 -.83 -4.004 -2.393l-.026 -.04l-.273 .431l-.365 .557c-1.356 2.034 -2.942 1.691 -4.7 -.41l-.064 -.076l-.176 .147q -.897 .727 -2.045 1.438l-.332 .203a1 1 0 1 1 -1.03 -1.714a19 19 0 0 0 2.17 -1.498l.078 -.065l-.147 -.15c-.998 -1.033 -1.498 -1.904 -1.576 -3.157l-.01 -.256c-.038 -2.273 1.257 -4.017 3 -4.017c2.052 0 3 .948 3 4c0 1.218 -.47 2.392 -1.392 3.532l-.11 .13l.28 .36c.784 .985 .994 .992 1.343 .492l.047 -.069q .97 -1.456 1.437 -2.392a1 1 0 0 1 1.814 .053c.858 2.002 1.878 2.894 3.081 2.894l.085 -.001l-.292 -.292a1 1 0 0 1 -.293 -.707v-9h6v9a1 1 0 0 1 -.293 .707", "key": "svg-0" }]]; const IconWritingSignFilled = createReactComponent("filled", "writing-sign-filled", "WritingSignFilled", __iconNode$l); const __iconNode$k = [["path", { "d": "M21 8v9a1 1 0 0 1 -.293 .707l-2 2a1 1 0 0 1 -.112 .097l-.11 .071l-.114 .054l-.105 .035l-.149 .03l-.117 .006h-13a3 3 0 0 1 0 -6h4a1 1 0 0 0 0 -2h-3a1 1 0 0 1 0 -2h3a3 3 0 0 1 0 6h-4a1 1 0 0 0 0 2h10.585l-.292 -.293a1 1 0 0 1 -.293 -.707v-9zm-3 -6c1.673 0 3 1.327 3 3v1h-6v-1c0 -1.673 1.327 -3 3 -3", "key": "svg-0" }]]; const IconWritingFilled = createReactComponent("filled", "writing-filled", "WritingFilled", __iconNode$k); const __iconNode$j = [["path", { "d": "M6.707 5.293l5.293 5.292l5.293 -5.292a1 1 0 0 1 1.414 1.414l-5.292 5.293l5.292 5.293a1 1 0 0 1 -1.414 1.414l-5.293 -5.292l-5.293 5.292a1 1 0 1 1 -1.414 -1.414l5.292 -5.293l-5.292 -5.293a1 1 0 0 1 1.414 -1.414", "key": "svg-0" }]]; const IconXFilled = createReactComponent("filled", "x-filled", "XFilled", __iconNode$j); const __iconNode$i = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10m.936 5.649c-.324 -.865 -1.548 -.865 -1.872 0l-3 8a1 1 0 0 0 .585 1.287l.111 .035a1 1 0 0 0 1.176 -.62l.507 -1.351h3.114l.507 1.351a1 1 0 1 0 1.872 -.702zm-.936 3.199l.807 2.152h-1.614z", "key": "svg-0" }]]; const IconXboxAFilled = createReactComponent("filled", "xbox-a-filled", "XboxAFilled", __iconNode$i); const __iconNode$h = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10m1 5h-3a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1h3a3 3 0 0 0 2.235 -5a3 3 0 0 0 -2.235 -5m0 6a1 1 0 0 1 1 1l-.007 .117a1 1 0 0 1 -.993 .883h-2v-2zm0 -4a1 1 0 0 1 0 2h-2v-2z", "key": "svg-0" }]]; const IconXboxBFilled = createReactComponent("filled", "xbox-b-filled", "XboxBFilled", __iconNode$h); const __iconNode$g = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10m3.6 5.2a1 1 0 0 0 -1.4 .2l-2.2 2.933l-2.2 -2.933a1 1 0 1 0 -1.6 1.2l2.55 3.4l-2.55 3.4a1 1 0 1 0 1.6 1.2l2.2 -2.933l2.2 2.933a1 1 0 0 0 1.6 -1.2l-2.55 -3.4l2.55 -3.4a1 1 0 0 0 -.2 -1.4", "key": "svg-0" }]]; const IconXboxXFilled = createReactComponent("filled", "xbox-x-filled", "XboxXFilled", __iconNode$g); const __iconNode$f = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10m3.6 5.2a1 1 0 0 0 -1.4 .2l-2.2 2.933l-2.2 -2.933a1 1 0 1 0 -1.6 1.2l2.81 3.748l-.01 3.649a1 1 0 0 0 .997 1.003l.117 -.006a1 1 0 0 0 .886 -.991l.01 -3.683l2.79 -3.72a1 1 0 0 0 -.2 -1.4", "key": "svg-0" }]]; const IconXboxYFilled = createReactComponent("filled", "xbox-y-filled", "XboxYFilled", __iconNode$f); const __iconNode$e = [["path", { "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-9 1.732a8 8 0 0 0 4 14.928l.2 -.005a4 4 0 0 0 0 -7.99l-.2 -.005a4 4 0 0 1 -.2 -7.995l.2 -.005a7.995 7.995 0 0 0 -4 1.072zm4 1.428a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3", "key": "svg-0" }], ["path", { "d": "M12 14.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0 -3", "key": "svg-1" }]]; const IconYinYangFilled = createReactComponent("filled", "yin-yang-filled", "YinYangFilled", __iconNode$e); const __iconNode$d = [["path", { "d": "M13.5 3c5.187 0 9.5 3.044 9.5 7c0 3.017 -2.508 5.503 -6 6.514v3.486a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1v-4.046a21 21 0 0 1 -2.66 -1.411l-.13 -.082l-1.57 1.308a1 1 0 0 1 -1.634 -.656l-.006 -.113v-2.851l-.31 -.25a47 47 0 0 1 -.682 -.568l-.67 -.582a1 1 0 0 1 0 -1.498a47 47 0 0 1 1.351 -1.151l.311 -.25v-2.85a1 1 0 0 1 1.55 -.836l.09 .068l1.57 1.307l.128 -.08c2.504 -1.553 4.784 -2.378 6.853 -2.453zm-2.499 13.657l-.001 2.343h4l.001 -2.086q -.735 .086 -1.501 .086a9.6 9.6 0 0 1 -2.13 -.252z", "key": "svg-0" }]]; const IconZeppelinFilled = createReactComponent("filled", "zeppelin-filled", "ZeppelinFilled", __iconNode$d); const __iconNode$c = [["path", { "d": "M14 3.072a8 8 0 0 1 2.32 11.834l5.387 5.387a1 1 0 0 1 -1.414 1.414l-5.388 -5.387a8 8 0 0 1 -12.905 -6.32l.005 -.285a8 8 0 0 1 11.995 -6.643m-5.293 4.22a1 1 0 0 0 -1.414 1.415l1.292 1.293l-1.292 1.293a1 1 0 0 0 1.414 1.414l1.293 -1.292l1.293 1.292a1 1 0 0 0 1.414 -1.414l-1.292 -1.293l1.292 -1.293a1 1 0 1 0 -1.414 -1.414l-1.293 1.292z", "key": "svg-0" }]]; const IconZoomCancelFilled = createReactComponent("filled", "zoom-cancel-filled", "ZoomCancelFilled", __iconNode$c); const __iconNode$b = [["path", { "d": "M14 3.072a8 8 0 0 1 2.617 11.424l4.944 4.943a1.5 1.5 0 0 1 -2.008 2.225l-.114 -.103l-4.943 -4.944a8 8 0 0 1 -12.49 -6.332l-.006 -.285l.005 -.285a8 8 0 0 1 11.995 -6.643zm-.293 4.22a1 1 0 0 0 -1.414 0l-3.293 3.294l-1.293 -1.293l-.094 -.083a1 1 0 0 0 -1.32 1.497l2 2l.094 .083a1 1 0 0 0 1.32 -.083l4 -4l.083 -.094a1 1 0 0 0 -.083 -1.32z", "key": "svg-0" }]]; const IconZoomCheckFilled = createReactComponent("filled", "zoom-check-filled", "ZoomCheckFilled", __iconNode$b); const __iconNode$a = [["path", { "d": "M14 3.072a8 8 0 0 1 2.32 11.834l5.387 5.387a1 1 0 0 1 -1.414 1.414l-5.388 -5.387a8 8 0 0 1 -12.905 -6.32l.005 -.285a8 8 0 0 1 11.995 -6.643m-5.293 4.22a1 1 0 0 0 -1.414 0l-2 2a1 1 0 0 0 0 1.415l2 2a1 1 0 0 0 1.414 0l.083 -.094a1 1 0 0 0 -.083 -1.32l-1.292 -1.293l1.292 -1.293a1 1 0 0 0 0 -1.414m4 0a1 1 0 0 0 -1.414 0l-.083 .095a1 1 0 0 0 .083 1.32l1.292 1.292l-1.292 1.293a1 1 0 0 0 1.414 1.414l2 -2a1 1 0 0 0 0 -1.414z", "key": "svg-0" }]]; const IconZoomCodeFilled = createReactComponent("filled", "zoom-code-filled", "ZoomCodeFilled", __iconNode$a); const __iconNode$9 = [["path", { "d": "M14 3.072a8 8 0 0 1 2.32 11.834l5.387 5.387a1 1 0 0 1 -1.414 1.414l-5.388 -5.387a8 8 0 0 1 -12.905 -6.32l.005 -.285a8 8 0 0 1 11.995 -6.643m-4 8.928a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883m0 -6a1 1 0 0 0 -1 1v3a1 1 0 0 0 2 0v-3a1 1 0 0 0 -1 -1", "key": "svg-0" }]]; const IconZoomExclamationFilled = createReactComponent("filled", "zoom-exclamation-filled", "ZoomExclamationFilled", __iconNode$9); const __iconNode$8 = [["path", { "d": "M15 9a6 6 0 0 1 4.891 9.476l2.816 2.817a1 1 0 0 1 -1.32 1.497l-.094 -.083l-2.817 -2.816a6 6 0 0 1 -9.472 -4.666l-.004 -.225l.004 -.225a6 6 0 0 1 5.996 -5.775zm0 3a1 1 0 0 0 -.993 .883l-.007 .117v1h-1l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h1v1l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-1h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-1v-1l-.007 -.117a1 1 0 0 0 -.993 -.883z", "key": "svg-0" }], ["path", { "d": "M3 14a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 0 .883 .993l.117 .007h1a1 1 0 0 1 .117 1.993l-.117 .007h-1a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-1a1 1 0 0 1 1 -1z", "key": "svg-1" }], ["path", { "d": "M3 9a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z", "key": "svg-2" }], ["path", { "d": "M6 2a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 0 -.993 .883l-.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a3 3 0 0 1 2.824 -2.995l.176 -.005h1z", "key": "svg-3" }], ["path", { "d": "M11 2a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z", "key": "svg-4" }], ["path", { "d": "M16 2a3 3 0 0 1 2.995 2.824l.005 .176v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 0 -.883 -.993l-.117 -.007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z", "key": "svg-5" }]]; const IconZoomInAreaFilled = createReactComponent("filled", "zoom-in-area-filled", "ZoomInAreaFilled", __iconNode$8); const __iconNode$7 = [["path", { "d": "M14 3.072a8 8 0 0 1 2.617 11.424l4.944 4.943a1.5 1.5 0 0 1 -2.008 2.225l-.114 -.103l-4.943 -4.944a8 8 0 0 1 -12.49 -6.332l-.006 -.285l.005 -.285a8 8 0 0 1 11.995 -6.643zm-4 2.928a1 1 0 0 0 -.993 .883l-.007 .117v2h-2l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h2v2l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-2h2l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-2v-2l-.007 -.117a1 1 0 0 0 -.993 -.883z", "key": "svg-0" }]]; const IconZoomInFilled = createReactComponent("filled", "zoom-in-filled", "ZoomInFilled", __iconNode$7); const __iconNode$6 = [["path", { "d": "M14 3.072a8 8 0 0 1 2.32 11.834l5.387 5.387a1 1 0 0 1 -1.414 1.414l-5.388 -5.387a8 8 0 0 1 -12.905 -6.32l.005 -.285a8 8 0 0 1 11.995 -6.643m-2 2.928h-2.5a2.5 2.5 0 0 0 0 5h1a.5 .5 0 1 1 0 1h-2.5a1 1 0 0 0 0 2h2.5a2.5 2.5 0 1 0 0 -5h-1a.5 .5 0 0 1 0 -1h2.5a1 1 0 0 0 0 -2", "key": "svg-0" }]]; const IconZoomMoneyFilled = createReactComponent("filled", "zoom-money-filled", "ZoomMoneyFilled", __iconNode$6); const __iconNode$5 = [["path", { "d": "M15 9a6 6 0 0 1 4.891 9.476l2.816 2.817a1 1 0 0 1 -1.414 1.414l-2.817 -2.816a6 6 0 0 1 -9.476 -4.891l.004 -.225a6 6 0 0 1 5.996 -5.775m2 5h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0 -2m-14 0a1 1 0 0 1 1 1v1a1 1 0 0 0 1 1h1a1 1 0 0 1 0 2h-1a3 3 0 0 1 -3 -3v-1a1 1 0 0 1 1 -1m0 -5a1 1 0 0 1 1 1v1a1 1 0 0 1 -2 0v-1a1 1 0 0 1 1 -1m3 -7a1 1 0 1 1 0 2h-1a1 1 0 0 0 -1 1v1a1 1 0 1 1 -2 0v-1a3 3 0 0 1 3 -3zm5 0a1 1 0 0 1 0 2h-1a1 1 0 1 1 0 -2zm5 0a3 3 0 0 1 3 3v1a1 1 0 0 1 -2 0v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 0 -2z", "key": "svg-0" }]]; const IconZoomOutAreaFilled = createReactComponent("filled", "zoom-out-area-filled", "ZoomOutAreaFilled", __iconNode$5); const __iconNode$4 = [["path", { "d": "M14 3.072a8 8 0 0 1 2.617 11.424l4.944 4.943a1.5 1.5 0 0 1 -2.008 2.225l-.114 -.103l-4.943 -4.944a8 8 0 0 1 -12.49 -6.332l-.006 -.285l.005 -.285a8 8 0 0 1 11.995 -6.643zm-1 5.928h-6l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h6l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", "key": "svg-0" }]]; const IconZoomOutFilled = createReactComponent("filled", "zoom-out-filled", "ZoomOutFilled", __iconNode$4); const __iconNode$3 = [["path", { "d": "M12 8a4 4 0 0 1 3.447 6.031l2.26 2.262a1 1 0 0 1 -1.414 1.414l-2.262 -2.26a4 4 0 0 1 -6.031 -3.447l.005 -.2a4 4 0 0 1 3.995 -3.8", "key": "svg-0" }], ["path", { "d": "M11.293 1.293a1 1 0 0 1 1.414 0l2 2a1 1 0 1 1 -1.414 1.414l-1.293 -1.292l-1.293 1.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 0 -1.414z", "key": "svg-1" }], ["path", { "d": "M19.293 9.293a1 1 0 0 1 1.414 0l2 2a1 1 0 0 1 0 1.414l-2 2a1 1 0 0 1 -1.414 -1.414l1.292 -1.293l-1.292 -1.293a1 1 0 0 1 -.083 -1.32z", "key": "svg-2" }], ["path", { "d": "M3.293 9.293a1 1 0 1 1 1.414 1.414l-1.292 1.293l1.292 1.293a1 1 0 0 1 .083 1.32l-.083 .094a1 1 0 0 1 -1.414 0l-2 -2a1 1 0 0 1 0 -1.414z", "key": "svg-3" }], ["path", { "d": "M9.293 19.293a1 1 0 0 1 1.414 0l1.293 1.292l1.294 -1.292a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 0 1.414l-2 2a1 1 0 0 1 -1.414 0l-2 -2a1 1 0 0 1 0 -1.414", "key": "svg-4" }]]; const IconZoomPanFilled = createReactComponent("filled", "zoom-pan-filled", "ZoomPanFilled", __iconNode$3); const __iconNode$2 = [["path", { "d": "M14 3.072a8 8 0 0 1 2.32 11.834l5.387 5.387a1 1 0 0 1 -1.414 1.414l-5.388 -5.387a8 8 0 0 1 -12.905 -6.32l.005 -.285a8 8 0 0 1 11.995 -6.643m-4 8.928a1 1 0 0 0 -.993 .883l-.007 .127a1 1 0 0 0 1.993 .117l.007 -.127a1 1 0 0 0 -1 -1m-1.9 -5.123a1 1 0 0 0 1.433 1.389l.088 -.09a.5 .5 0 1 1 .379 .824a1 1 0 0 0 -.002 2a2.5 2.5 0 1 0 -1.9 -4.123", "key": "svg-0" }]]; const IconZoomQuestionFilled = createReactComponent("filled", "zoom-question-filled", "ZoomQuestionFilled", __iconNode$2); const __iconNode$1 = [["path", { "d": "M4 15a1 1 0 0 1 1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 1 0 2h-2a3 3 0 0 1 -3 -3v-2a1 1 0 0 1 1 -1", "key": "svg-0" }], ["path", { "d": "M20 15a1 1 0 0 1 1 1v2a3 3 0 0 1 -3 3h-2a1 1 0 0 1 0 -2h2a1 1 0 0 0 1 -1v-2a1 1 0 0 1 1 -1", "key": "svg-1" }], ["path", { "d": "M11 7a4 4 0 0 1 3.446 6.031l2.261 2.262a1 1 0 0 1 -1.414 1.414l-2.262 -2.26l-.031 .017a4 4 0 0 1 -6 -3.464l.005 -.2a4 4 0 0 1 3.995 -3.8", "key": "svg-2" }], ["path", { "d": "M8 3a1 1 0 1 1 0 2h-2a1 1 0 0 0 -1 1v2a1 1 0 1 1 -2 0v-2a3 3 0 0 1 3 -3z", "key": "svg-3" }], ["path", { "d": "M18 3a3 3 0 0 1 3 3v2a1 1 0 0 1 -2 0v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 0 -2z", "key": "svg-4" }]]; const IconZoomScanFilled = createReactComponent("filled", "zoom-scan-filled", "ZoomScanFilled", __iconNode$1); const __iconNode = [["path", { "d": "M14 3.072a8 8 0 0 1 2.617 11.424l4.944 4.943a1.5 1.5 0 0 1 -2.008 2.225l-.114 -.103l-4.943 -4.944a8 8 0 0 1 -12.49 -6.332l-.006 -.285l.005 -.285a8 8 0 0 1 11.995 -6.643z", "key": "svg-0" }]]; const IconZoomFilled = createReactComponent("filled", "zoom-filled", "ZoomFilled", __iconNode); var index = /*#__PURE__*/Object.freeze({ __proto__: null, IconAB: IconAB, IconAB2: IconAB2, IconABOff: IconABOff, IconAbacus: IconAbacus, IconAbacusOff: IconAbacusOff, IconAbc: IconAbc, IconAccessPoint: IconAccessPoint, IconAccessPointOff: IconAccessPointOff, IconAccessible: IconAccessible, IconAccessibleFilled: IconAccessibleFilled, IconAccessibleOff: IconAccessibleOff, IconActivity: IconActivity, IconActivityHeartbeat: IconActivityHeartbeat, IconAd: IconAd, IconAd2: IconAd2, IconAdCircle: IconAdCircle, IconAdCircleFilled: IconAdCircleFilled, IconAdCircleOff: IconAdCircleOff, IconAdFilled: IconAdFilled, IconAdOff: IconAdOff, IconAddressBook: IconAddressBook, IconAddressBookOff: IconAddressBookOff, IconAdjustments: IconAdjustments, IconAdjustmentsAlt: IconAdjustmentsAlt, IconAdjustmentsBolt: IconAdjustmentsBolt, IconAdjustmentsCancel: IconAdjustmentsCancel, IconAdjustmentsCheck: IconAdjustmentsCheck, IconAdjustmentsCode: IconAdjustmentsCode, IconAdjustmentsCog: IconAdjustmentsCog, IconAdjustmentsDollar: IconAdjustmentsDollar, IconAdjustmentsDown: IconAdjustmentsDown, IconAdjustmentsExclamation: IconAdjustmentsExclamation, IconAdjustmentsFilled: IconAdjustmentsFilled, IconAdjustmentsHeart: IconAdjustmentsHeart, IconAdjustmentsHorizontal: IconAdjustmentsHorizontal, IconAdjustmentsHorizontalFilled: IconAdjustmentsHorizontalFilled, IconAdjustmentsMinus: IconAdjustmentsMinus, IconAdjustmentsOff: IconAdjustmentsOff, IconAdjustmentsPause: IconAdjustmentsPause, IconAdjustmentsPin: IconAdjustmentsPin, IconAdjustmentsPlus: IconAdjustmentsPlus, IconAdjustmentsQuestion: IconAdjustmentsQuestion, IconAdjustmentsSearch: IconAdjustmentsSearch, IconAdjustmentsShare: IconAdjustmentsShare, IconAdjustmentsSpark: IconAdjustmentsSpark, IconAdjustmentsStar: IconAdjustmentsStar, IconAdjustmentsUp: IconAdjustmentsUp, IconAdjustmentsX: IconAdjustmentsX, IconAerialLift: IconAerialLift, IconAerialLiftFilled: IconAerialLiftFilled, IconAffiliate: IconAffiliate, IconAffiliateFilled: IconAffiliateFilled, IconAi: IconAi, IconAiAgent: IconAiAgent, IconAiAgents: IconAiAgents, IconAiGateway: IconAiGateway, IconAirBalloon: IconAirBalloon, IconAirBalloonFilled: IconAirBalloonFilled, IconAirConditioning: IconAirConditioning, IconAirConditioningDisabled: IconAirConditioningDisabled, IconAirTrafficControl: IconAirTrafficControl, IconAlarm: IconAlarm, IconAlarmAverage: IconAlarmAverage, IconAlarmFilled: IconAlarmFilled, IconAlarmMinus: IconAlarmMinus, IconAlarmMinusFilled: IconAlarmMinusFilled, IconAlarmOff: IconAlarmOff, IconAlarmPlus: IconAlarmPlus, IconAlarmPlusFilled: IconAlarmPlusFilled, IconAlarmSmoke: IconAlarmSmoke, IconAlarmSnooze: IconAlarmSnooze, IconAlarmSnoozeFilled: IconAlarmSnoozeFilled, IconAlbum: IconAlbum, IconAlbumOff: IconAlbumOff, IconAlertCircle: IconAlertCircle, IconAlertCircleFilled: IconAlertCircleFilled, IconAlertCircleOff: IconAlertCircleOff, IconAlertHexagon: IconAlertHexagon, IconAlertHexagonFilled: IconAlertHexagonFilled, IconAlertHexagonOff: IconAlertHexagonOff, IconAlertOctagon: IconAlertOctagon, IconAlertOctagonFilled: IconAlertOctagonFilled, IconAlertSmall: IconAlertSmall, IconAlertSmallOff: IconAlertSmallOff, IconAlertSquare: IconAlertSquare, IconAlertSquareFilled: IconAlertSquareFilled, IconAlertSquareRounded: IconAlertSquareRounded, IconAlertSquareRoundedFilled: IconAlertSquareRoundedFilled, IconAlertSquareRoundedOff: IconAlertSquareRoundedOff, IconAlertTriangle: IconAlertTriangle, IconAlertTriangleFilled: IconAlertTriangleFilled, IconAlertTriangleOff: IconAlertTriangleOff, IconAlien: IconAlien, IconAlienFilled: IconAlienFilled, IconAlignBoxBottomCenter: IconAlignBoxBottomCenter, IconAlignBoxBottomCenterFilled: IconAlignBoxBottomCenterFilled, IconAlignBoxBottomLeft: IconAlignBoxBottomLeft, IconAlignBoxBottomLeftFilled: IconAlignBoxBottomLeftFilled, IconAlignBoxBottomRight: IconAlignBoxBottomRight, IconAlignBoxBottomRightFilled: IconAlignBoxBottomRightFilled, IconAlignBoxCenterBottom: IconAlignBoxCenterBottom, IconAlignBoxCenterMiddle: IconAlignBoxCenterMiddle, IconAlignBoxCenterMiddleFilled: IconAlignBoxCenterMiddleFilled, IconAlignBoxCenterStretch: IconAlignBoxCenterStretch, IconAlignBoxCenterTop: IconAlignBoxCenterTop, IconAlignBoxLeftBottom: IconAlignBoxLeftBottom, IconAlignBoxLeftBottomFilled: IconAlignBoxLeftBottomFilled, IconAlignBoxLeftMiddle: IconAlignBoxLeftMiddle, IconAlignBoxLeftMiddleFilled: IconAlignBoxLeftMiddleFilled, IconAlignBoxLeftStretch: IconAlignBoxLeftStretch, IconAlignBoxLeftTop: IconAlignBoxLeftTop, IconAlignBoxLeftTopFilled: IconAlignBoxLeftTopFilled, IconAlignBoxRightBottom: IconAlignBoxRightBottom, IconAlignBoxRightBottomFilled: IconAlignBoxRightBottomFilled, IconAlignBoxRightMiddle: IconAlignBoxRightMiddle, IconAlignBoxRightMiddleFilled: IconAlignBoxRightMiddleFilled, IconAlignBoxRightStretch: IconAlignBoxRightStretch, IconAlignBoxRightTop: IconAlignBoxRightTop, IconAlignBoxRightTopFilled: IconAlignBoxRightTopFilled, IconAlignBoxTopCenter: IconAlignBoxTopCenter, IconAlignBoxTopCenterFilled: IconAlignBoxTopCenterFilled, IconAlignBoxTopLeft: IconAlignBoxTopLeft, IconAlignBoxTopLeftFilled: IconAlignBoxTopLeftFilled, IconAlignBoxTopRight: IconAlignBoxTopRight, IconAlignBoxTopRightFilled: IconAlignBoxTopRightFilled, IconAlignCenter: IconAlignCenter, IconAlignJustified: IconAlignJustified, IconAlignLeft: IconAlignLeft, IconAlignLeft2: IconAlignLeft2, IconAlignRight: IconAlignRight, IconAlignRight2: IconAlignRight2, IconAlpha: IconAlpha, IconAlphabetArabic: IconAlphabetArabic, IconAlphabetBangla: IconAlphabetBangla, IconAlphabetCyrillic: IconAlphabetCyrillic, IconAlphabetGreek: IconAlphabetGreek, IconAlphabetHebrew: IconAlphabetHebrew, IconAlphabetKorean: IconAlphabetKorean, IconAlphabetLatin: IconAlphabetLatin, IconAlphabetPolish: IconAlphabetPolish, IconAlphabetRunes: IconAlphabetRunes, IconAlphabetThai: IconAlphabetThai, IconAlt: IconAlt, IconAmbulance: IconAmbulance, IconAmpersand: IconAmpersand, IconAnalyze: IconAnalyze, IconAnalyzeFilled: IconAnalyzeFilled, IconAnalyzeOff: IconAnalyzeOff, IconAnchor: IconAnchor, IconAnchorOff: IconAnchorOff, IconAngle: IconAngle, IconAnkh: IconAnkh, IconAntenna: IconAntenna, IconAntennaBars1: IconAntennaBars1, IconAntennaBars2: IconAntennaBars2, IconAntennaBars3: IconAntennaBars3, IconAntennaBars4: IconAntennaBars4, IconAntennaBars5: IconAntennaBars5, IconAntennaBarsOff: IconAntennaBarsOff, IconAntennaOff: IconAntennaOff, IconAperture: IconAperture, IconApertureOff: IconApertureOff, IconApi: IconApi, IconApiApp: IconApiApp, IconApiAppOff: IconApiAppOff, IconApiBook: IconApiBook, IconApiOff: IconApiOff, IconAppWindow: IconAppWindow, IconAppWindowFilled: IconAppWindowFilled, IconApple: IconApple, IconAppleFilled: IconAppleFilled, IconApps: IconApps, IconAppsFilled: IconAppsFilled, IconAppsOff: IconAppsOff, IconArcheryArrow: IconArcheryArrow, IconArchive: IconArchive, IconArchiveFilled: IconArchiveFilled, IconArchiveOff: IconArchiveOff, IconArmchair: IconArmchair, IconArmchair2: IconArmchair2, IconArmchair2Off: IconArmchair2Off, IconArmchairOff: IconArmchairOff, IconArrowAutofitContent: IconArrowAutofitContent, IconArrowAutofitContentFilled: IconArrowAutofitContentFilled, IconArrowAutofitDown: IconArrowAutofitDown, IconArrowAutofitDownFilled: IconArrowAutofitDownFilled, IconArrowAutofitHeight: IconArrowAutofitHeight, IconArrowAutofitHeightFilled: IconArrowAutofitHeightFilled, IconArrowAutofitLeft: IconArrowAutofitLeft, IconArrowAutofitLeftFilled: IconArrowAutofitLeftFilled, IconArrowAutofitRight: IconArrowAutofitRight, IconArrowAutofitRightFilled: IconArrowAutofitRightFilled, IconArrowAutofitUp: IconArrowAutofitUp, IconArrowAutofitUpFilled: IconArrowAutofitUpFilled, IconArrowAutofitWidth: IconArrowAutofitWidth, IconArrowAutofitWidthFilled: IconArrowAutofitWidthFilled, IconArrowBack: IconArrowBack, IconArrowBackUp: IconArrowBackUp, IconArrowBackUpDouble: IconArrowBackUpDouble, IconArrowBadgeDown: IconArrowBadgeDown, IconArrowBadgeDownFilled: IconArrowBadgeDownFilled, IconArrowBadgeLeft: IconArrowBadgeLeft, IconArrowBadgeLeftFilled: IconArrowBadgeLeftFilled, IconArrowBadgeRight: IconArrowBadgeRight, IconArrowBadgeRightFilled: IconArrowBadgeRightFilled, IconArrowBadgeUp: IconArrowBadgeUp, IconArrowBadgeUpFilled: IconArrowBadgeUpFilled, IconArrowBarBoth: IconArrowBarBoth, IconArrowBarDown: IconArrowBarDown, IconArrowBarLeft: IconArrowBarLeft, IconArrowBarRight: IconArrowBarRight, IconArrowBarToDown: IconArrowBarToDown, IconArrowBarToDownDashed: IconArrowBarToDownDashed, IconArrowBarToLeft: IconArrowBarToLeft, IconArrowBarToLeftDashed: IconArrowBarToLeftDashed, IconArrowBarToRight: IconArrowBarToRight, IconArrowBarToRightDashed: IconArrowBarToRightDashed, IconArrowBarToUp: IconArrowBarToUp, IconArrowBarToUpDashed: IconArrowBarToUpDashed, IconArrowBarUp: IconArrowBarUp, IconArrowBearLeft: IconArrowBearLeft, IconArrowBearLeft2: IconArrowBearLeft2, IconArrowBearRight: IconArrowBearRight, IconArrowBearRight2: IconArrowBearRight2, IconArrowBigDown: IconArrowBigDown, IconArrowBigDownFilled: IconArrowBigDownFilled, IconArrowBigDownLine: IconArrowBigDownLine, IconArrowBigDownLineFilled: IconArrowBigDownLineFilled, IconArrowBigDownLines: IconArrowBigDownLines, IconArrowBigDownLinesFilled: IconArrowBigDownLinesFilled, IconArrowBigLeft: IconArrowBigLeft, IconArrowBigLeftFilled: IconArrowBigLeftFilled, IconArrowBigLeftLine: IconArrowBigLeftLine, IconArrowBigLeftLineFilled: IconArrowBigLeftLineFilled, IconArrowBigLeftLines: IconArrowBigLeftLines, IconArrowBigLeftLinesFilled: IconArrowBigLeftLinesFilled, IconArrowBigRight: IconArrowBigRight, IconArrowBigRightFilled: IconArrowBigRightFilled, IconArrowBigRightLine: IconArrowBigRightLine, IconArrowBigRightLineFilled: IconArrowBigRightLineFilled, IconArrowBigRightLines: IconArrowBigRightLines, IconArrowBigRightLinesFilled: IconArrowBigRightLinesFilled, IconArrowBigUp: IconArrowBigUp, IconArrowBigUpFilled: IconArrowBigUpFilled, IconArrowBigUpLine: IconArrowBigUpLine, IconArrowBigUpLineFilled: IconArrowBigUpLineFilled, IconArrowBigUpLines: IconArrowBigUpLines, IconArrowBigUpLinesFilled: IconArrowBigUpLinesFilled, IconArrowBounce: IconArrowBounce, IconArrowCapsule: IconArrowCapsule, IconArrowCurveLeft: IconArrowCurveLeft, IconArrowCurveRight: IconArrowCurveRight, IconArrowDown: IconArrowDown, IconArrowDownBar: IconArrowDownBar, IconArrowDownCircle: IconArrowDownCircle, IconArrowDownCircleFilled: IconArrowDownCircleFilled, IconArrowDownDashed: IconArrowDownDashed, IconArrowDownFromArc: IconArrowDownFromArc, IconArrowDownLeft: IconArrowDownLeft, IconArrowDownLeftCircle: IconArrowDownLeftCircle, IconArrowDownRhombus: IconArrowDownRhombus, IconArrowDownRhombusFilled: IconArrowDownRhombusFilled, IconArrowDownRight: IconArrowDownRight, IconArrowDownRightCircle: IconArrowDownRightCircle, IconArrowDownSquare: IconArrowDownSquare, IconArrowDownSquareFilled: IconArrowDownSquareFilled, IconArrowDownTail: IconArrowDownTail, IconArrowDownToArc: IconArrowDownToArc, IconArrowElbowLeft: IconArrowElbowLeft, IconArrowElbowRight: IconArrowElbowRight, IconArrowFork: IconArrowFork, IconArrowForward: IconArrowForward, IconArrowForwardUp: IconArrowForwardUp, IconArrowForwardUpDouble: IconArrowForwardUpDouble, IconArrowGuide: IconArrowGuide, IconArrowGuideFilled: IconArrowGuideFilled, IconArrowIteration: IconArrowIteration, IconArrowLeft: IconArrowLeft, IconArrowLeftBar: IconArrowLeftBar, IconArrowLeftCircle: IconArrowLeftCircle, IconArrowLeftCircleFilled: IconArrowLeftCircleFilled, IconArrowLeftDashed: IconArrowLeftDashed, IconArrowLeftFromArc: IconArrowLeftFromArc, IconArrowLeftRhombus: IconArrowLeftRhombus, IconArrowLeftRhombusFilled: IconArrowLeftRhombusFilled, IconArrowLeftRight: IconArrowLeftRight, IconArrowLeftSquare: IconArrowLeftSquare, IconArrowLeftSquareFilled: IconArrowLeftSquareFilled, IconArrowLeftTail: IconArrowLeftTail, IconArrowLeftToArc: IconArrowLeftToArc, IconArrowLoopLeft: IconArrowLoopLeft, IconArrowLoopLeft2: IconArrowLoopLeft2, IconArrowLoopRight: IconArrowLoopRight, IconArrowLoopRight2: IconArrowLoopRight2, IconArrowMerge: IconArrowMerge, IconArrowMergeAltLeft: IconArrowMergeAltLeft, IconArrowMergeAltRight: IconArrowMergeAltRight, IconArrowMergeBoth: IconArrowMergeBoth, IconArrowMergeLeft: IconArrowMergeLeft, IconArrowMergeRight: IconArrowMergeRight, IconArrowMoveDown: IconArrowMoveDown, IconArrowMoveDownFilled: IconArrowMoveDownFilled, IconArrowMoveLeft: IconArrowMoveLeft, IconArrowMoveLeftFilled: IconArrowMoveLeftFilled, IconArrowMoveRight: IconArrowMoveRight, IconArrowMoveRightFilled: IconArrowMoveRightFilled, IconArrowMoveUp: IconArrowMoveUp, IconArrowMoveUpFilled: IconArrowMoveUpFilled, IconArrowNarrowDown: IconArrowNarrowDown, IconArrowNarrowDownDashed: IconArrowNarrowDownDashed, IconArrowNarrowLeft: IconArrowNarrowLeft, IconArrowNarrowLeftDashed: IconArrowNarrowLeftDashed, IconArrowNarrowRight: IconArrowNarrowRight, IconArrowNarrowRightDashed: IconArrowNarrowRightDashed, IconArrowNarrowUp: IconArrowNarrowUp, IconArrowNarrowUpDashed: IconArrowNarrowUpDashed, IconArrowRampLeft: IconArrowRampLeft, IconArrowRampLeft2: IconArrowRampLeft2, IconArrowRampLeft3: IconArrowRampLeft3, IconArrowRampRight: IconArrowRampRight, IconArrowRampRight2: IconArrowRampRight2, IconArrowRampRight3: IconArrowRampRight3, IconArrowRight: IconArrowRight, IconArrowRightBar: IconArrowRightBar, IconArrowRightCircle: IconArrowRightCircle, IconArrowRightCircleFilled: IconArrowRightCircleFilled, IconArrowRightDashed: IconArrowRightDashed, IconArrowRightFromArc: IconArrowRightFromArc, IconArrowRightRhombus: IconArrowRightRhombus, IconArrowRightRhombusFilled: IconArrowRightRhombusFilled, IconArrowRightSquare: IconArrowRightSquare, IconArrowRightSquareFilled: IconArrowRightSquareFilled, IconArrowRightTail: IconArrowRightTail, IconArrowRightToArc: IconArrowRightToArc, IconArrowRotaryFirstLeft: IconArrowRotaryFirstLeft, IconArrowRotaryFirstRight: IconArrowRotaryFirstRight, IconArrowRotaryLastLeft: IconArrowRotaryLastLeft, IconArrowRotaryLastRight: IconArrowRotaryLastRight, IconArrowRotaryLeft: IconArrowRotaryLeft, IconArrowRotaryRight: IconArrowRotaryRight, IconArrowRotaryStraight: IconArrowRotaryStraight, IconArrowRoundaboutLeft: IconArrowRoundaboutLeft, IconArrowRoundaboutRight: IconArrowRoundaboutRight, IconArrowSharpTurnLeft: IconArrowSharpTurnLeft, IconArrowSharpTurnRight: IconArrowSharpTurnRight, IconArrowUp: IconArrowUp, IconArrowUpBar: IconArrowUpBar, IconArrowUpCircle: IconArrowUpCircle, IconArrowUpCircleFilled: IconArrowUpCircleFilled, IconArrowUpDashed: IconArrowUpDashed, IconArrowUpFromArc: IconArrowUpFromArc, IconArrowUpLeft: IconArrowUpLeft, IconArrowUpLeftCircle: IconArrowUpLeftCircle, IconArrowUpRhombus: IconArrowUpRhombus, IconArrowUpRhombusFilled: IconArrowUpRhombusFilled, IconArrowUpRight: IconArrowUpRight, IconArrowUpRightCircle: IconArrowUpRightCircle, IconArrowUpSquare: IconArrowUpSquare, IconArrowUpSquareFilled: IconArrowUpSquareFilled, IconArrowUpTail: IconArrowUpTail, IconArrowUpToArc: IconArrowUpToArc, IconArrowWaveLeftDown: IconArrowWaveLeftDown, IconArrowWaveLeftUp: IconArrowWaveLeftUp, IconArrowWaveRightDown: IconArrowWaveRightDown, IconArrowWaveRightUp: IconArrowWaveRightUp, IconArrowZigZag: IconArrowZigZag, IconArrowsCross: IconArrowsCross, IconArrowsDiagonal: IconArrowsDiagonal, IconArrowsDiagonal2: IconArrowsDiagonal2, IconArrowsDiagonalMinimize: IconArrowsDiagonalMinimize, IconArrowsDiagonalMinimize2: IconArrowsDiagonalMinimize2, IconArrowsDiff: IconArrowsDiff, IconArrowsDoubleNeSw: IconArrowsDoubleNeSw, IconArrowsDoubleNwSe: IconArrowsDoubleNwSe, IconArrowsDoubleSeNw: IconArrowsDoubleSeNw, IconArrowsDoubleSwNe: IconArrowsDoubleSwNe, IconArrowsDown: IconArrowsDown, IconArrowsDownUp: IconArrowsDownUp, IconArrowsExchange: IconArrowsExchange, IconArrowsExchange2: IconArrowsExchange2, IconArrowsHorizontal: IconArrowsHorizontal, IconArrowsJoin: IconArrowsJoin, IconArrowsJoin2: IconArrowsJoin2, IconArrowsLeft: IconArrowsLeft, IconArrowsLeftDown: IconArrowsLeftDown, IconArrowsLeftRight: IconArrowsLeftRight, IconArrowsMaximize: IconArrowsMaximize, IconArrowsMinimize: IconArrowsMinimize, IconArrowsMove: IconArrowsMove, IconArrowsMoveHorizontal: IconArrowsMoveHorizontal, IconArrowsMoveVertical: IconArrowsMoveVertical, IconArrowsRandom: IconArrowsRandom, IconArrowsRight: IconArrowsRight, IconArrowsRightDown: IconArrowsRightDown, IconArrowsRightLeft: IconArrowsRightLeft, IconArrowsShuffle: IconArrowsShuffle, IconArrowsShuffle2: IconArrowsShuffle2, IconArrowsSort: IconArrowsSort, IconArrowsSplit: IconArrowsSplit, IconArrowsSplit2: IconArrowsSplit2, IconArrowsTransferDown: IconArrowsTransferDown, IconArrowsTransferUp: IconArrowsTransferUp, IconArrowsTransferUpDown: IconArrowsTransferUpDown, IconArrowsUp: IconArrowsUp, IconArrowsUpDown: IconArrowsUpDown, IconArrowsUpLeft: IconArrowsUpLeft, IconArrowsUpRight: IconArrowsUpRight, IconArrowsVertical: IconArrowsVertical, IconArtboard: IconArtboard, IconArtboardFilled: IconArtboardFilled, IconArtboardOff: IconArtboardOff, IconArticle: IconArticle, IconArticleFilled: IconArticleFilled, IconArticleOff: IconArticleOff, IconAspectRatio: IconAspectRatio, IconAspectRatioFilled: IconAspectRatioFilled, IconAspectRatioOff: IconAspectRatioOff, IconAssembly: IconAssembly, IconAssemblyFilled: IconAssemblyFilled, IconAssemblyOff: IconAssemblyOff, IconAsset: IconAsset, IconAssetFilled: IconAssetFilled, IconAsterisk: IconAsterisk, IconAsteriskSimple: IconAsteriskSimple, IconAt: IconAt, IconAtOff: IconAtOff, IconAtom: IconAtom, IconAtom2: IconAtom2, IconAtom2Filled: IconAtom2Filled, IconAtomOff: IconAtomOff, IconAugmentedReality: IconAugmentedReality, IconAugmentedReality2: IconAugmentedReality2, IconAugmentedRealityOff: IconAugmentedRealityOff, IconAuth2fa: IconAuth2fa, IconAutomaticGearbox: IconAutomaticGearbox, IconAutomaticGearboxFilled: IconAutomaticGearboxFilled, IconAutomation: IconAutomation, IconAvocado: IconAvocado, IconAward: IconAward, IconAwardFilled: IconAwardFilled, IconAwardOff: IconAwardOff, IconAxe: IconAxe, IconAxisX: IconAxisX, IconAxisY: IconAxisY, IconBabyBottle: IconBabyBottle, IconBabyCarriage: IconBabyCarriage, IconBabyCarriageFilled: IconBabyCarriageFilled, IconBackground: IconBackground, IconBackhoe: IconBackhoe, IconBackpack: IconBackpack, IconBackpackOff: IconBackpackOff, IconBackslash: IconBackslash, IconBackspace: IconBackspace, IconBackspaceFilled: IconBackspaceFilled, IconBadge: IconBadge, IconBadge2k: IconBadge2k, IconBadge3d: IconBadge3d, IconBadge3dFilled: IconBadge3dFilled, IconBadge3k: IconBadge3k, IconBadge4k: IconBadge4k, IconBadge4kFilled: IconBadge4kFilled, IconBadge5k: IconBadge5k, IconBadge8k: IconBadge8k, IconBadge8kFilled: IconBadge8kFilled, IconBadgeAd: IconBadgeAd, IconBadgeAdFilled: IconBadgeAdFilled, IconBadgeAdOff: IconBadgeAdOff, IconBadgeAr: IconBadgeAr, IconBadgeArFilled: IconBadgeArFilled, IconBadgeCc: IconBadgeCc, IconBadgeCcFilled: IconBadgeCcFilled, IconBadgeFilled: IconBadgeFilled, IconBadgeHd: IconBadgeHd, IconBadgeHdFilled: IconBadgeHdFilled, IconBadgeOff: IconBadgeOff, IconBadgeSd: IconBadgeSd, IconBadgeSdFilled: IconBadgeSdFilled, IconBadgeTm: IconBadgeTm, IconBadgeTmFilled: IconBadgeTmFilled, IconBadgeVo: IconBadgeVo, IconBadgeVoFilled: IconBadgeVoFilled, IconBadgeVr: IconBadgeVr, IconBadgeVrFilled: IconBadgeVrFilled, IconBadgeWc: IconBadgeWc, IconBadgeWcFilled: IconBadgeWcFilled, IconBadges: IconBadges, IconBadgesFilled: IconBadgesFilled, IconBadgesOff: IconBadgesOff, IconBaguette: IconBaguette, IconBallAmericanFootball: IconBallAmericanFootball, IconBallAmericanFootballOff: IconBallAmericanFootballOff, IconBallBaseball: IconBallBaseball, IconBallBasketball: IconBallBasketball, IconBallBowling: IconBallBowling, IconBallBowlingFilled: IconBallBowlingFilled, IconBallFootball: IconBallFootball, IconBallFootballOff: IconBallFootballOff, IconBallTennis: IconBallTennis, IconBallVolleyball: IconBallVolleyball, IconBalloon: IconBalloon, IconBalloonFilled: IconBalloonFilled, IconBalloonOff: IconBalloonOff, IconBallpen: IconBallpen, IconBallpenFilled: IconBallpenFilled, IconBallpenOff: IconBallpenOff, IconBan: IconBan, IconBandage: IconBandage, IconBandageFilled: IconBandageFilled, IconBandageOff: IconBandageOff, IconBarbell: IconBarbell, IconBarbellFilled: IconBarbellFilled, IconBarbellOff: IconBarbellOff, IconBarcode: IconBarcode, IconBarcodeOff: IconBarcodeOff, IconBarrel: IconBarrel, IconBarrelOff: IconBarrelOff, IconBarrierBlock: IconBarrierBlock, IconBarrierBlockFilled: IconBarrierBlockFilled, IconBarrierBlockOff: IconBarrierBlockOff, IconBaseline: IconBaseline, IconBaselineDensityLarge: IconBaselineDensityLarge, IconBaselineDensityMedium: IconBaselineDensityMedium, IconBaselineDensitySmall: IconBaselineDensitySmall, IconBasket: IconBasket, IconBasketBolt: IconBasketBolt, IconBasketCancel: IconBasketCancel, IconBasketCheck: IconBasketCheck, IconBasketCode: IconBasketCode, IconBasketCog: IconBasketCog, IconBasketDiscount: IconBasketDiscount, IconBasketDollar: IconBasketDollar, IconBasketDown: IconBasketDown, IconBasketExclamation: IconBasketExclamation, IconBasketFilled: IconBasketFilled, IconBasketHeart: IconBasketHeart, IconBasketMinus: IconBasketMinus, IconBasketOff: IconBasketOff, IconBasketPause: IconBasketPause, IconBasketPin: IconBasketPin, IconBasketPlus: IconBasketPlus, IconBasketQuestion: IconBasketQuestion, IconBasketSearch: IconBasketSearch, IconBasketShare: IconBasketShare, IconBasketStar: IconBasketStar, IconBasketUp: IconBasketUp, IconBasketX: IconBasketX, IconBat: IconBat, IconBath: IconBath, IconBathFilled: IconBathFilled, IconBathOff: IconBathOff, IconBattery: IconBattery, IconBattery1: IconBattery1, IconBattery1Filled: IconBattery1Filled, IconBattery2: IconBattery2, IconBattery2Filled: IconBattery2Filled, IconBattery3: IconBattery3, IconBattery3Filled: IconBattery3Filled, IconBattery4: IconBattery4, IconBattery4Filled: IconBattery4Filled, IconBatteryAutomotive: IconBatteryAutomotive, IconBatteryAutomotiveFilled: IconBatteryAutomotiveFilled, IconBatteryCharging: IconBatteryCharging, IconBatteryCharging2: IconBatteryCharging2, IconBatteryEco: IconBatteryEco, IconBatteryExclamation: IconBatteryExclamation, IconBatteryFilled: IconBatteryFilled, IconBatteryOff: IconBatteryOff, IconBatterySpark: IconBatterySpark, IconBatteryVertical: IconBatteryVertical, IconBatteryVertical1: IconBatteryVertical1, IconBatteryVertical1Filled: IconBatteryVertical1Filled, IconBatteryVertical2: IconBatteryVertical2, IconBatteryVertical2Filled: IconBatteryVertical2Filled, IconBatteryVertical3: IconBatteryVertical3, IconBatteryVertical3Filled: IconBatteryVertical3Filled, IconBatteryVertical4: IconBatteryVertical4, IconBatteryVertical4Filled: IconBatteryVertical4Filled, IconBatteryVerticalCharging: IconBatteryVerticalCharging, IconBatteryVerticalCharging2: IconBatteryVerticalCharging2, IconBatteryVerticalEco: IconBatteryVerticalEco, IconBatteryVerticalExclamation: IconBatteryVerticalExclamation, IconBatteryVerticalFilled: IconBatteryVerticalFilled, IconBatteryVerticalOff: IconBatteryVerticalOff, IconBeach: IconBeach, IconBeachOff: IconBeachOff, IconBed: IconBed, IconBedFilled: IconBedFilled, IconBedFlat: IconBedFlat, IconBedFlatFilled: IconBedFlatFilled, IconBedOff: IconBedOff, IconBeer: IconBeer, IconBeerFilled: IconBeerFilled, IconBeerOff: IconBeerOff, IconBell: IconBell, IconBellBolt: IconBellBolt, IconBellCancel: IconBellCancel, IconBellCheck: IconBellCheck, IconBellCode: IconBellCode, IconBellCog: IconBellCog, IconBellDollar: IconBellDollar, IconBellDown: IconBellDown, IconBellExclamation: IconBellExclamation, IconBellFilled: IconBellFilled, IconBellHeart: IconBellHeart, IconBellMinus: IconBellMinus, IconBellMinusFilled: IconBellMinusFilled, IconBellOff: IconBellOff, IconBellPause: IconBellPause, IconBellPin: IconBellPin, IconBellPlus: IconBellPlus, IconBellPlusFilled: IconBellPlusFilled, IconBellQuestion: IconBellQuestion, IconBellRinging: IconBellRinging, IconBellRinging2: IconBellRinging2, IconBellRinging2Filled: IconBellRinging2Filled, IconBellRingingFilled: IconBellRingingFilled, IconBellSchool: IconBellSchool, IconBellSearch: IconBellSearch, IconBellShare: IconBellShare, IconBellStar: IconBellStar, IconBellUp: IconBellUp, IconBellX: IconBellX, IconBellXFilled: IconBellXFilled, IconBellZ: IconBellZ, IconBellZFilled: IconBellZFilled, IconBeta: IconBeta, IconBible: IconBible, IconBike: IconBike, IconBikeFilled: IconBikeFilled, IconBikeOff: IconBikeOff, IconBinary: IconBinary, IconBinaryOff: IconBinaryOff, IconBinaryTree: IconBinaryTree, IconBinaryTree2: IconBinaryTree2, IconBinaryTree2Filled: IconBinaryTree2Filled, IconBinaryTreeFilled: IconBinaryTreeFilled, IconBinoculars: IconBinoculars, IconBinocularsFilled: IconBinocularsFilled, IconBiohazard: IconBiohazard, IconBiohazardFilled: IconBiohazardFilled, IconBiohazardOff: IconBiohazardOff, IconBlade: IconBlade, IconBladeFilled: IconBladeFilled, IconBleach: IconBleach, IconBleachChlorine: IconBleachChlorine, IconBleachNoChlorine: IconBleachNoChlorine, IconBleachOff: IconBleachOff, IconBlendMode: IconBlendMode, IconBlender: IconBlender, IconBlenderFilled: IconBlenderFilled, IconBlind: IconBlind, IconBlob: IconBlob, IconBlobFilled: IconBlobFilled, IconBlockquote: IconBlockquote, IconBlocks: IconBlocks, IconBluetooth: IconBluetooth, IconBluetoothConnected: IconBluetoothConnected, IconBluetoothOff: IconBluetoothOff, IconBluetoothX: IconBluetoothX, IconBlur: IconBlur, IconBlurOff: IconBlurOff, IconBmp: IconBmp, IconBodyScan: IconBodyScan, IconBold: IconBold, IconBoldOff: IconBoldOff, IconBolt: IconBolt, IconBoltFilled: IconBoltFilled, IconBoltOff: IconBoltOff, IconBomb: IconBomb, IconBombFilled: IconBombFilled, IconBone: IconBone, IconBoneFilled: IconBoneFilled, IconBoneOff: IconBoneOff, IconBong: IconBong, IconBongFilled: IconBongFilled, IconBongOff: IconBongOff, IconBook: IconBook, IconBook2: IconBook2, IconBookDownload: IconBookDownload, IconBookFilled: IconBookFilled, IconBookOff: IconBookOff, IconBookUpload: IconBookUpload, IconBookmark: IconBookmark, IconBookmarkAi: IconBookmarkAi, IconBookmarkEdit: IconBookmarkEdit, IconBookmarkFilled: IconBookmarkFilled, IconBookmarkMinus: IconBookmarkMinus, IconBookmarkOff: IconBookmarkOff, IconBookmarkPlus: IconBookmarkPlus, IconBookmarkQuestion: IconBookmarkQuestion, IconBookmarks: IconBookmarks, IconBookmarksFilled: IconBookmarksFilled, IconBookmarksOff: IconBookmarksOff, IconBooks: IconBooks, IconBooksOff: IconBooksOff, IconBoom: IconBoom, IconBoomFilled: IconBoomFilled, IconBorderAll: IconBorderAll, IconBorderBottom: IconBorderBottom, IconBorderBottomPlus: IconBorderBottomPlus, IconBorderCornerIos: IconBorderCornerIos, IconBorderCornerPill: IconBorderCornerPill, IconBorderCornerRounded: IconBorderCornerRounded, IconBorderCornerSquare: IconBorderCornerSquare, IconBorderCorners: IconBorderCorners, IconBorderHorizontal: IconBorderHorizontal, IconBorderInner: IconBorderInner, IconBorderLeft: IconBorderLeft, IconBorderLeftPlus: IconBorderLeftPlus, IconBorderNone: IconBorderNone, IconBorderOuter: IconBorderOuter, IconBorderRadius: IconBorderRadius, IconBorderRight: IconBorderRight, IconBorderRightPlus: IconBorderRightPlus, IconBorderSides: IconBorderSides, IconBorderStyle: IconBorderStyle, IconBorderStyle2: IconBorderStyle2, IconBorderTop: IconBorderTop, IconBorderTopPlus: IconBorderTopPlus, IconBorderVertical: IconBorderVertical, IconBotId: IconBotId, IconBottle: IconBottle, IconBottleFilled: IconBottleFilled, IconBottleOff: IconBottleOff, IconBounceLeft: IconBounceLeft, IconBounceLeftFilled: IconBounceLeftFilled, IconBounceRight: IconBounceRight, IconBounceRightFilled: IconBounceRightFilled, IconBow: IconBow, IconBowFilled: IconBowFilled, IconBowl: IconBowl, IconBowlChopsticks: IconBowlChopsticks, IconBowlChopsticksFilled: IconBowlChopsticksFilled, IconBowlFilled: IconBowlFilled, IconBowlSpoon: IconBowlSpoon, IconBowlSpoonFilled: IconBowlSpoonFilled, IconBowling: IconBowling, IconBox: IconBox, IconBoxAlignBottom: IconBoxAlignBottom, IconBoxAlignBottomFilled: IconBoxAlignBottomFilled, IconBoxAlignBottomLeft: IconBoxAlignBottomLeft, IconBoxAlignBottomLeftFilled: IconBoxAlignBottomLeftFilled, IconBoxAlignBottomRight: IconBoxAlignBottomRight, IconBoxAlignBottomRightFilled: IconBoxAlignBottomRightFilled, IconBoxAlignLeft: IconBoxAlignLeft, IconBoxAlignLeftFilled: IconBoxAlignLeftFilled, IconBoxAlignRight: IconBoxAlignRight, IconBoxAlignRightFilled: IconBoxAlignRightFilled, IconBoxAlignTop: IconBoxAlignTop, IconBoxAlignTopFilled: IconBoxAlignTopFilled, IconBoxAlignTopLeft: IconBoxAlignTopLeft, IconBoxAlignTopLeftFilled: IconBoxAlignTopLeftFilled, IconBoxAlignTopRight: IconBoxAlignTopRight, IconBoxAlignTopRightFilled: IconBoxAlignTopRightFilled, IconBoxMargin: IconBoxMargin, IconBoxModel: IconBoxModel, IconBoxModel2: IconBoxModel2, IconBoxModel2Off: IconBoxModel2Off, IconBoxModelOff: IconBoxModelOff, IconBoxMultiple: IconBoxMultiple, IconBoxMultiple0: IconBoxMultiple0, IconBoxMultiple1: IconBoxMultiple1, IconBoxMultiple2: IconBoxMultiple2, IconBoxMultiple3: IconBoxMultiple3, IconBoxMultiple4: IconBoxMultiple4, IconBoxMultiple5: IconBoxMultiple5, IconBoxMultiple6: IconBoxMultiple6, IconBoxMultiple7: IconBoxMultiple7, IconBoxMultiple8: IconBoxMultiple8, IconBoxMultiple9: IconBoxMultiple9, IconBoxMultipleFilled: IconBoxMultipleFilled, IconBoxOff: IconBoxOff, IconBoxPadding: IconBoxPadding, IconBraces: IconBraces, IconBracesOff: IconBracesOff, IconBrackets: IconBrackets, IconBracketsAngle: IconBracketsAngle, IconBracketsAngleOff: IconBracketsAngleOff, IconBracketsContain: IconBracketsContain, IconBracketsContainEnd: IconBracketsContainEnd, IconBracketsContainStart: IconBracketsContainStart, IconBracketsOff: IconBracketsOff, IconBraille: IconBraille, IconBrain: IconBrain, IconBrand4chan: IconBrand4chan, IconBrandAbstract: IconBrandAbstract, IconBrandAdobe: IconBrandAdobe, IconBrandAdobeAfterEffect: IconBrandAdobeAfterEffect, IconBrandAdobeIllustrator: IconBrandAdobeIllustrator, IconBrandAdobeIndesign: IconBrandAdobeIndesign, IconBrandAdobePhotoshop: IconBrandAdobePhotoshop, IconBrandAdobePremiere: IconBrandAdobePremiere, IconBrandAdobeXd: IconBrandAdobeXd, IconBrandAdonisJs: IconBrandAdonisJs, IconBrandAirbnb: IconBrandAirbnb, IconBrandAirtable: IconBrandAirtable, IconBrandAlgolia: IconBrandAlgolia, IconBrandAlipay: IconBrandAlipay, IconBrandAlpineJs: IconBrandAlpineJs, IconBrandAmazon: IconBrandAmazon, IconBrandAmd: IconBrandAmd, IconBrandAmie: IconBrandAmie, IconBrandAmigo: IconBrandAmigo, IconBrandAmongUs: IconBrandAmongUs, IconBrandAndroid: IconBrandAndroid, IconBrandAngular: IconBrandAngular, IconBrandAngularFilled: IconBrandAngularFilled, IconBrandAnsible: IconBrandAnsible, IconBrandAo3: IconBrandAo3, IconBrandAppgallery: IconBrandAppgallery, IconBrandApple: IconBrandApple, IconBrandAppleArcade: IconBrandAppleArcade, IconBrandAppleFilled: IconBrandAppleFilled, IconBrandAppleNews: IconBrandAppleNews, IconBrandApplePodcast: IconBrandApplePodcast, IconBrandAppstore: IconBrandAppstore, IconBrandArc: IconBrandArc, IconBrandAsana: IconBrandAsana, IconBrandAstro: IconBrandAstro, IconBrandAuth0: IconBrandAuth0, IconBrandAws: IconBrandAws, IconBrandAzure: IconBrandAzure, IconBrandBackbone: IconBrandBackbone, IconBrandBadoo: IconBrandBadoo, IconBrandBaidu: IconBrandBaidu, IconBrandBandcamp: IconBrandBandcamp, IconBrandBandlab: IconBrandBandlab, IconBrandBeats: IconBrandBeats, IconBrandBebo: IconBrandBebo, IconBrandBehance: IconBrandBehance, IconBrandBilibili: IconBrandBilibili, IconBrandBinance: IconBrandBinance, IconBrandBing: IconBrandBing, IconBrandBitbucket: IconBrandBitbucket, IconBrandBitbucketFilled: IconBrandBitbucketFilled, IconBrandBlackberry: IconBrandBlackberry, IconBrandBlender: IconBrandBlender, IconBrandBlogger: IconBrandBlogger, IconBrandBluesky: IconBrandBluesky, IconBrandBooking: IconBrandBooking, IconBrandBootstrap: IconBrandBootstrap, IconBrandBulma: IconBrandBulma, IconBrandBumble: IconBrandBumble, IconBrandBunpo: IconBrandBunpo, IconBrandCSharp: IconBrandCSharp, IconBrandCake: IconBrandCake, IconBrandCakephp: IconBrandCakephp, IconBrandCampaignmonitor: IconBrandCampaignmonitor, IconBrandCarbon: IconBrandCarbon, IconBrandCashapp: IconBrandCashapp, IconBrandChrome: IconBrandChrome, IconBrandCinema4d: IconBrandCinema4d, IconBrandCitymapper: IconBrandCitymapper, IconBrandCloudflare: IconBrandCloudflare, IconBrandCodecov: IconBrandCodecov, IconBrandCodepen: IconBrandCodepen, IconBrandCodesandbox: IconBrandCodesandbox, IconBrandCohost: IconBrandCohost, IconBrandCoinbase: IconBrandCoinbase, IconBrandComedyCentral: IconBrandComedyCentral, IconBrandCoreos: IconBrandCoreos, IconBrandCouchdb: IconBrandCouchdb, IconBrandCouchsurfing: IconBrandCouchsurfing, IconBrandCpp: IconBrandCpp, IconBrandCraft: IconBrandCraft, IconBrandCrunchbase: IconBrandCrunchbase, IconBrandCss3: IconBrandCss3, IconBrandCtemplar: IconBrandCtemplar, IconBrandCucumber: IconBrandCucumber, IconBrandCupra: IconBrandCupra, IconBrandCypress: IconBrandCypress, IconBrandD3: IconBrandD3, IconBrandDatabricks: IconBrandDatabricks, IconBrandDaysCounter: IconBrandDaysCounter, IconBrandDcos: IconBrandDcos, IconBrandDebian: IconBrandDebian, IconBrandDeezer: IconBrandDeezer, IconBrandDeliveroo: IconBrandDeliveroo, IconBrandDeno: IconBrandDeno, IconBrandDenodo: IconBrandDenodo, IconBrandDeviantart: IconBrandDeviantart, IconBrandDigg: IconBrandDigg, IconBrandDingtalk: IconBrandDingtalk, IconBrandDiscord: IconBrandDiscord, IconBrandDiscordFilled: IconBrandDiscordFilled, IconBrandDisney: IconBrandDisney, IconBrandDisqus: IconBrandDisqus, IconBrandDjango: IconBrandDjango, IconBrandDocker: IconBrandDocker, IconBrandDoctrine: IconBrandDoctrine, IconBrandDolbyDigital: IconBrandDolbyDigital, IconBrandDouban: IconBrandDouban, IconBrandDribbble: IconBrandDribbble, IconBrandDribbbleFilled: IconBrandDribbbleFilled, IconBrandDropbox: IconBrandDropbox, IconBrandDrops: IconBrandDrops, IconBrandDrupal: IconBrandDrupal, IconBrandEdge: IconBrandEdge, IconBrandElastic: IconBrandElastic, IconBrandElectronicArts: IconBrandElectronicArts, IconBrandEmber: IconBrandEmber, IconBrandEnvato: IconBrandEnvato, IconBrandEtsy: IconBrandEtsy, IconBrandEvernote: IconBrandEvernote, IconBrandFacebook: IconBrandFacebook, IconBrandFacebookFilled: IconBrandFacebookFilled, IconBrandFeedly: IconBrandFeedly, IconBrandFigma: IconBrandFigma, IconBrandFilezilla: IconBrandFilezilla, IconBrandFinder: IconBrandFinder, IconBrandFirebase: IconBrandFirebase, IconBrandFirefox: IconBrandFirefox, IconBrandFiverr: IconBrandFiverr, IconBrandFlickr: IconBrandFlickr, IconBrandFlightradar24: IconBrandFlightradar24, IconBrandFlipboard: IconBrandFlipboard, IconBrandFlutter: IconBrandFlutter, IconBrandFortnite: IconBrandFortnite, IconBrandFoursquare: IconBrandFoursquare, IconBrandFramer: IconBrandFramer, IconBrandFramerMotion: IconBrandFramerMotion, IconBrandFunimation: IconBrandFunimation, IconBrandGatsby: IconBrandGatsby, IconBrandGit: IconBrandGit, IconBrandGithub: IconBrandGithub, IconBrandGithubCopilot: IconBrandGithubCopilot, IconBrandGithubFilled: IconBrandGithubFilled, IconBrandGitlab: IconBrandGitlab, IconBrandGmail: IconBrandGmail, IconBrandGolang: IconBrandGolang, IconBrandGoogle: IconBrandGoogle, IconBrandGoogleAnalytics: IconBrandGoogleAnalytics, IconBrandGoogleBigQuery: IconBrandGoogleBigQuery, IconBrandGoogleDrive: IconBrandGoogleDrive, IconBrandGoogleFilled: IconBrandGoogleFilled, IconBrandGoogleFit: IconBrandGoogleFit, IconBrandGoogleHome: IconBrandGoogleHome, IconBrandGoogleMaps: IconBrandGoogleMaps, IconBrandGoogleOne: IconBrandGoogleOne, IconBrandGooglePhotos: IconBrandGooglePhotos, IconBrandGooglePlay: IconBrandGooglePlay, IconBrandGooglePodcasts: IconBrandGooglePodcasts, IconBrandGrammarly: IconBrandGrammarly, IconBrandGraphql: IconBrandGraphql, IconBrandGravatar: IconBrandGravatar, IconBrandGrindr: IconBrandGrindr, IconBrandGuardian: IconBrandGuardian, IconBrandGumroad: IconBrandGumroad, IconBrandHackerrank: IconBrandHackerrank, IconBrandHbo: IconBrandHbo, IconBrandHeadlessui: IconBrandHeadlessui, IconBrandHexo: IconBrandHexo, IconBrandHipchat: IconBrandHipchat, IconBrandHtml5: IconBrandHtml5, IconBrandInertia: IconBrandInertia, IconBrandInfakt: IconBrandInfakt, IconBrandInstagram: IconBrandInstagram, IconBrandInstagramFilled: IconBrandInstagramFilled, IconBrandIntercom: IconBrandIntercom, IconBrandItch: IconBrandItch, IconBrandJavascript: IconBrandJavascript, IconBrandJira: IconBrandJira, IconBrandJuejin: IconBrandJuejin, IconBrandKakoTalk: IconBrandKakoTalk, IconBrandKbin: IconBrandKbin, IconBrandKick: IconBrandKick, IconBrandKickFilled: IconBrandKickFilled, IconBrandKickstarter: IconBrandKickstarter, IconBrandKotlin: IconBrandKotlin, IconBrandLaravel: IconBrandLaravel, IconBrandLastfm: IconBrandLastfm, IconBrandLeetcode: IconBrandLeetcode, IconBrandLetterboxd: IconBrandLetterboxd, IconBrandLine: IconBrandLine, IconBrandLinkedin: IconBrandLinkedin, IconBrandLinkedinFilled: IconBrandLinkedinFilled, IconBrandLinktree: IconBrandLinktree, IconBrandLinqpad: IconBrandLinqpad, IconBrandLivewire: IconBrandLivewire, IconBrandLoom: IconBrandLoom, IconBrandMailgun: IconBrandMailgun, IconBrandMantine: IconBrandMantine, IconBrandMastercard: IconBrandMastercard, IconBrandMastodon: IconBrandMastodon, IconBrandMatrix: IconBrandMatrix, IconBrandMcdonalds: IconBrandMcdonalds, IconBrandMedium: IconBrandMedium, IconBrandMeetup: IconBrandMeetup, IconBrandMercedes: IconBrandMercedes, IconBrandMessenger: IconBrandMessenger, IconBrandMessengerFilled: IconBrandMessengerFilled, IconBrandMeta: IconBrandMeta, IconBrandMetabrainz: IconBrandMetabrainz, IconBrandMinecraft: IconBrandMinecraft, IconBrandMiniprogram: IconBrandMiniprogram, IconBrandMixpanel: IconBrandMixpanel, IconBrandMonday: IconBrandMonday, IconBrandMongodb: IconBrandMongodb, IconBrandMyOppo: IconBrandMyOppo, IconBrandMysql: IconBrandMysql, IconBrandNationalGeographic: IconBrandNationalGeographic, IconBrandNem: IconBrandNem, IconBrandNetbeans: IconBrandNetbeans, IconBrandNeteaseMusic: IconBrandNeteaseMusic, IconBrandNetflix: IconBrandNetflix, IconBrandNexo: IconBrandNexo, IconBrandNextcloud: IconBrandNextcloud, IconBrandNextjs: IconBrandNextjs, IconBrandNodejs: IconBrandNodejs, IconBrandNordVpn: IconBrandNordVpn, IconBrandNotion: IconBrandNotion, IconBrandNpm: IconBrandNpm, IconBrandNuxt: IconBrandNuxt, IconBrandNytimes: IconBrandNytimes, IconBrandOauth: IconBrandOauth, IconBrandOffice: IconBrandOffice, IconBrandOkRu: IconBrandOkRu, IconBrandOnedrive: IconBrandOnedrive, IconBrandOnlyfans: IconBrandOnlyfans, IconBrandOpenSource: IconBrandOpenSource, IconBrandOpenSourceFilled: IconBrandOpenSourceFilled, IconBrandOpenai: IconBrandOpenai, IconBrandOpenvpn: IconBrandOpenvpn, IconBrandOpera: IconBrandOpera, IconBrandOperaFilled: IconBrandOperaFilled, IconBrandPagekit: IconBrandPagekit, IconBrandParsinta: IconBrandParsinta, IconBrandPatreon: IconBrandPatreon, IconBrandPatreonFilled: IconBrandPatreonFilled, IconBrandPaypal: IconBrandPaypal, IconBrandPaypalFilled: IconBrandPaypalFilled, IconBrandPaypay: IconBrandPaypay, IconBrandPeanut: IconBrandPeanut, IconBrandPepsi: IconBrandPepsi, IconBrandPhp: IconBrandPhp, IconBrandPicsart: IconBrandPicsart, IconBrandPinterest: IconBrandPinterest, IconBrandPinterestFilled: IconBrandPinterestFilled, IconBrandPlanetscale: IconBrandPlanetscale, IconBrandPnpm: IconBrandPnpm, IconBrandPocket: IconBrandPocket, IconBrandPolymer: IconBrandPolymer, IconBrandPowershell: IconBrandPowershell, IconBrandPrintables: IconBrandPrintables, IconBrandPrisma: IconBrandPrisma, IconBrandProducthunt: IconBrandProducthunt, IconBrandPushbullet: IconBrandPushbullet, IconBrandPushover: IconBrandPushover, IconBrandPython: IconBrandPython, IconBrandQq: IconBrandQq, IconBrandRadixUi: IconBrandRadixUi, IconBrandReact: IconBrandReact, IconBrandReactNative: IconBrandReactNative, IconBrandReason: IconBrandReason, IconBrandReddit: IconBrandReddit, IconBrandRedhat: IconBrandRedhat, IconBrandRedux: IconBrandRedux, IconBrandRevolut: IconBrandRevolut, IconBrandRumble: IconBrandRumble, IconBrandRust: IconBrandRust, IconBrandSafari: IconBrandSafari, IconBrandSamsungpass: IconBrandSamsungpass, IconBrandSass: IconBrandSass, IconBrandSentry: IconBrandSentry, IconBrandSharik: IconBrandSharik, IconBrandShazam: IconBrandShazam, IconBrandShopee: IconBrandShopee, IconBrandSketch: IconBrandSketch, IconBrandSketchFilled: IconBrandSketchFilled, IconBrandSkype: IconBrandSkype, IconBrandSlack: IconBrandSlack, IconBrandSnapchat: IconBrandSnapchat, IconBrandSnapchatFilled: IconBrandSnapchatFilled, IconBrandSnapseed: IconBrandSnapseed, IconBrandSnowflake: IconBrandSnowflake, IconBrandSocketIo: IconBrandSocketIo, IconBrandSolidjs: IconBrandSolidjs, IconBrandSoundcloud: IconBrandSoundcloud, IconBrandSpacehey: IconBrandSpacehey, IconBrandSpeedtest: IconBrandSpeedtest, IconBrandSpotify: IconBrandSpotify, IconBrandSpotifyFilled: IconBrandSpotifyFilled, IconBrandStackoverflow: IconBrandStackoverflow, IconBrandStackshare: IconBrandStackshare, IconBrandSteam: IconBrandSteam, IconBrandSteamFilled: IconBrandSteamFilled, IconBrandStocktwits: IconBrandStocktwits, IconBrandStorj: IconBrandStorj, IconBrandStorybook: IconBrandStorybook, IconBrandStorytel: IconBrandStorytel, IconBrandStrava: IconBrandStrava, IconBrandStripe: IconBrandStripe, IconBrandStripeFilled: IconBrandStripeFilled, IconBrandSublimeText: IconBrandSublimeText, IconBrandSugarizer: IconBrandSugarizer, IconBrandSupabase: IconBrandSupabase, IconBrandSuperhuman: IconBrandSuperhuman, IconBrandSupernova: IconBrandSupernova, IconBrandSurfshark: IconBrandSurfshark, IconBrandSvelte: IconBrandSvelte, IconBrandSwift: IconBrandSwift, IconBrandSymfony: IconBrandSymfony, IconBrandTabler: IconBrandTabler, IconBrandTablerFilled: IconBrandTablerFilled, IconBrandTabnine: IconBrandTabnine, IconBrandTailwind: IconBrandTailwind, IconBrandTaobao: IconBrandTaobao, IconBrandTeams: IconBrandTeams, IconBrandTed: IconBrandTed, IconBrandTelegram: IconBrandTelegram, IconBrandTerraform: IconBrandTerraform, IconBrandTesla: IconBrandTesla, IconBrandTether: IconBrandTether, IconBrandThingiverse: IconBrandThingiverse, IconBrandThreads: IconBrandThreads, IconBrandThreejs: IconBrandThreejs, IconBrandTidal: IconBrandTidal, IconBrandTiktok: IconBrandTiktok, IconBrandTiktokFilled: IconBrandTiktokFilled, IconBrandTinder: IconBrandTinder, IconBrandTinderFilled: IconBrandTinderFilled, IconBrandTopbuzz: IconBrandTopbuzz, IconBrandTorchain: IconBrandTorchain, IconBrandToyota: IconBrandToyota, IconBrandTrello: IconBrandTrello, IconBrandTripadvisor: IconBrandTripadvisor, IconBrandTumblr: IconBrandTumblr, IconBrandTumblrFilled: IconBrandTumblrFilled, IconBrandTwilio: IconBrandTwilio, IconBrandTwitch: IconBrandTwitch, IconBrandTwitter: IconBrandTwitter, IconBrandTwitterFilled: IconBrandTwitterFilled, IconBrandTypescript: IconBrandTypescript, IconBrandUber: IconBrandUber, IconBrandUbuntu: IconBrandUbuntu, IconBrandUnity: IconBrandUnity, IconBrandUnsplash: IconBrandUnsplash, IconBrandUpwork: IconBrandUpwork, IconBrandValorant: IconBrandValorant, IconBrandVercel: IconBrandVercel, IconBrandVercelFilled: IconBrandVercelFilled, IconBrandVimeo: IconBrandVimeo, IconBrandVimeoFilled: IconBrandVimeoFilled, IconBrandVinted: IconBrandVinted, IconBrandVisa: IconBrandVisa, IconBrandVisualStudio: IconBrandVisualStudio, IconBrandVite: IconBrandVite, IconBrandVivaldi: IconBrandVivaldi, IconBrandVk: IconBrandVk, IconBrandVlc: IconBrandVlc, IconBrandVolkswagen: IconBrandVolkswagen, IconBrandVsco: IconBrandVsco, IconBrandVscode: IconBrandVscode, IconBrandVue: IconBrandVue, IconBrandWalmart: IconBrandWalmart, IconBrandWaze: IconBrandWaze, IconBrandWebflow: IconBrandWebflow, IconBrandWechat: IconBrandWechat, IconBrandWeibo: IconBrandWeibo, IconBrandWeiboFilled: IconBrandWeiboFilled, IconBrandWhatsapp: IconBrandWhatsapp, IconBrandWhatsappFilled: IconBrandWhatsappFilled, IconBrandWikipedia: IconBrandWikipedia, IconBrandWindows: IconBrandWindows, IconBrandWindowsFilled: IconBrandWindowsFilled, IconBrandWindy: IconBrandWindy, IconBrandWish: IconBrandWish, IconBrandWix: IconBrandWix, IconBrandWordpress: IconBrandWordpress, IconBrandX: IconBrandX, IconBrandXFilled: IconBrandXFilled, IconBrandXamarin: IconBrandXamarin, IconBrandXbox: IconBrandXbox, IconBrandXdeep: IconBrandXdeep, IconBrandXing: IconBrandXing, IconBrandYahoo: IconBrandYahoo, IconBrandYandex: IconBrandYandex, IconBrandYarn: IconBrandYarn, IconBrandYatse: IconBrandYatse, IconBrandYcombinator: IconBrandYcombinator, IconBrandYoutube: IconBrandYoutube, IconBrandYoutubeFilled: IconBrandYoutubeFilled, IconBrandYoutubeKids: IconBrandYoutubeKids, IconBrandZalando: IconBrandZalando, IconBrandZapier: IconBrandZapier, IconBrandZeit: IconBrandZeit, IconBrandZhihu: IconBrandZhihu, IconBrandZoom: IconBrandZoom, IconBrandZulip: IconBrandZulip, IconBrandZwift: IconBrandZwift, IconBread: IconBread, IconBreadFilled: IconBreadFilled, IconBreadOff: IconBreadOff, IconBriefcase: IconBriefcase, IconBriefcase2: IconBriefcase2, IconBriefcase2Filled: IconBriefcase2Filled, IconBriefcaseFilled: IconBriefcaseFilled, IconBriefcaseOff: IconBriefcaseOff, IconBrightness: IconBrightness, IconBrightness2: IconBrightness2, IconBrightnessAuto: IconBrightnessAuto, IconBrightnessAutoFilled: IconBrightnessAutoFilled, IconBrightnessDown: IconBrightnessDown, IconBrightnessDownFilled: IconBrightnessDownFilled, IconBrightnessFilled: IconBrightnessFilled, IconBrightnessHalf: IconBrightnessHalf, IconBrightnessOff: IconBrightnessOff, IconBrightnessUp: IconBrightnessUp, IconBrightnessUpFilled: IconBrightnessUpFilled, IconBroadcast: IconBroadcast, IconBroadcastOff: IconBroadcastOff, IconBrowser: IconBrowser, IconBrowserCheck: IconBrowserCheck, IconBrowserMaximize: IconBrowserMaximize, IconBrowserMinus: IconBrowserMinus, IconBrowserOff: IconBrowserOff, IconBrowserPlus: IconBrowserPlus, IconBrowserShare: IconBrowserShare, IconBrowserX: IconBrowserX, IconBrush: IconBrush, IconBrushOff: IconBrushOff, IconBubble: IconBubble, IconBubbleFilled: IconBubbleFilled, IconBubbleMinus: IconBubbleMinus, IconBubblePlus: IconBubblePlus, IconBubbleTea: IconBubbleTea, IconBubbleTea2: IconBubbleTea2, IconBubbleText: IconBubbleText, IconBubbleTextFilled: IconBubbleTextFilled, IconBubbleX: IconBubbleX, IconBucket: IconBucket, IconBucketDroplet: IconBucketDroplet, IconBucketOff: IconBucketOff, IconBug: IconBug, IconBugFilled: IconBugFilled, IconBugOff: IconBugOff, IconBuilding: IconBuilding, IconBuildingAirport: IconBuildingAirport, IconBuildingArch: IconBuildingArch, IconBuildingBank: IconBuildingBank, IconBuildingBridge: IconBuildingBridge, IconBuildingBridge2: IconBuildingBridge2, IconBuildingBridge2Filled: IconBuildingBridge2Filled, IconBuildingBroadcastTower: IconBuildingBroadcastTower, IconBuildingBroadcastTowerFilled: IconBuildingBroadcastTowerFilled, IconBuildingBurjAlArab: IconBuildingBurjAlArab, IconBuildingCarousel: IconBuildingCarousel, IconBuildingCastle: IconBuildingCastle, IconBuildingChurch: IconBuildingChurch, IconBuildingCircus: IconBuildingCircus, IconBuildingCog: IconBuildingCog, IconBuildingCommunity: IconBuildingCommunity, IconBuildingCottage: IconBuildingCottage, IconBuildingEstate: IconBuildingEstate, IconBuildingFactory: IconBuildingFactory, IconBuildingFactory2: IconBuildingFactory2, IconBuildingFortress: IconBuildingFortress, IconBuildingHospital: IconBuildingHospital, IconBuildingLighthouse: IconBuildingLighthouse, IconBuildingMinus: IconBuildingMinus, IconBuildingMonument: IconBuildingMonument, IconBuildingMosque: IconBuildingMosque, IconBuildingOff: IconBuildingOff, IconBuildingPavilion: IconBuildingPavilion, IconBuildingPlus: IconBuildingPlus, IconBuildingSkyscraper: IconBuildingSkyscraper, IconBuildingStadium: IconBuildingStadium, IconBuildingStore: IconBuildingStore, IconBuildingTunnel: IconBuildingTunnel, IconBuildingWarehouse: IconBuildingWarehouse, IconBuildingWindTurbine: IconBuildingWindTurbine, IconBuildings: IconBuildings, IconBulb: IconBulb, IconBulbFilled: IconBulbFilled, IconBulbOff: IconBulbOff, IconBulldozer: IconBulldozer, IconBurger: IconBurger, IconBus: IconBus, IconBusFilled: IconBusFilled, IconBusOff: IconBusOff, IconBusStop: IconBusStop, IconBusinessplan: IconBusinessplan, IconButterfly: IconButterfly, IconButterflyFilled: IconButterflyFilled, IconCactus: IconCactus, IconCactusFilled: IconCactusFilled, IconCactusOff: IconCactusOff, IconCake: IconCake, IconCakeOff: IconCakeOff, IconCakeRoll: IconCakeRoll, IconCalculator: IconCalculator, IconCalculatorFilled: IconCalculatorFilled, IconCalculatorOff: IconCalculatorOff, IconCalendar: IconCalendar, IconCalendarBolt: IconCalendarBolt, IconCalendarCancel: IconCalendarCancel, IconCalendarCheck: IconCalendarCheck, IconCalendarClock: IconCalendarClock, IconCalendarCode: IconCalendarCode, IconCalendarCog: IconCalendarCog, IconCalendarDollar: IconCalendarDollar, IconCalendarDot: IconCalendarDot, IconCalendarDown: IconCalendarDown, IconCalendarDue: IconCalendarDue, IconCalendarEvent: IconCalendarEvent, IconCalendarEventFilled: IconCalendarEventFilled, IconCalendarExclamation: IconCalendarExclamation, IconCalendarFilled: IconCalendarFilled, IconCalendarHeart: IconCalendarHeart, IconCalendarMinus: IconCalendarMinus, IconCalendarMonth: IconCalendarMonth, IconCalendarMonthFilled: IconCalendarMonthFilled, IconCalendarOff: IconCalendarOff, IconCalendarPause: IconCalendarPause, IconCalendarPin: IconCalendarPin, IconCalendarPlus: IconCalendarPlus, IconCalendarQuestion: IconCalendarQuestion, IconCalendarRepeat: IconCalendarRepeat, IconCalendarSad: IconCalendarSad, IconCalendarSearch: IconCalendarSearch, IconCalendarShare: IconCalendarShare, IconCalendarSmile: IconCalendarSmile, IconCalendarStar: IconCalendarStar, IconCalendarStats: IconCalendarStats, IconCalendarTime: IconCalendarTime, IconCalendarUp: IconCalendarUp, IconCalendarUser: IconCalendarUser, IconCalendarWeek: IconCalendarWeek, IconCalendarWeekFilled: IconCalendarWeekFilled, IconCalendarX: IconCalendarX, IconCamera: IconCamera, IconCameraAi: IconCameraAi, IconCameraBitcoin: IconCameraBitcoin, IconCameraBolt: IconCameraBolt, IconCameraCancel: IconCameraCancel, IconCameraCheck: IconCameraCheck, IconCameraCode: IconCameraCode, IconCameraCog: IconCameraCog, IconCameraDollar: IconCameraDollar, IconCameraDown: IconCameraDown, IconCameraExclamation: IconCameraExclamation, IconCameraFilled: IconCameraFilled, IconCameraHeart: IconCameraHeart, IconCameraMinus: IconCameraMinus, IconCameraMoon: IconCameraMoon, IconCameraOff: IconCameraOff, IconCameraPause: IconCameraPause, IconCameraPin: IconCameraPin, IconCameraPlus: IconCameraPlus, IconCameraQuestion: IconCameraQuestion, IconCameraRotate: IconCameraRotate, IconCameraSearch: IconCameraSearch, IconCameraSelfie: IconCameraSelfie, IconCameraShare: IconCameraShare, IconCameraSpark: IconCameraSpark, IconCameraStar: IconCameraStar, IconCameraUp: IconCameraUp, IconCameraX: IconCameraX, IconCamper: IconCamper, IconCampfire: IconCampfire, IconCampfireFilled: IconCampfireFilled, IconCanary: IconCanary, IconCancel: IconCancel, IconCandle: IconCandle, IconCandleFilled: IconCandleFilled, IconCandy: IconCandy, IconCandyOff: IconCandyOff, IconCane: IconCane, IconCannabis: IconCannabis, IconCannabisFilled: IconCannabisFilled, IconCapProjecting: IconCapProjecting, IconCapRounded: IconCapRounded, IconCapStraight: IconCapStraight, IconCapsule: IconCapsule, IconCapsuleFilled: IconCapsuleFilled, IconCapsuleHorizontal: IconCapsuleHorizontal, IconCapsuleHorizontalFilled: IconCapsuleHorizontalFilled, IconCapture: IconCapture, IconCaptureFilled: IconCaptureFilled, IconCaptureOff: IconCaptureOff, IconCar: IconCar, IconCar4wd: IconCar4wd, IconCar4wdFilled: IconCar4wdFilled, IconCarCrane: IconCarCrane, IconCarCraneFilled: IconCarCraneFilled, IconCarCrash: IconCarCrash, IconCarFan: IconCarFan, IconCarFan1: IconCarFan1, IconCarFan2: IconCarFan2, IconCarFan3: IconCarFan3, IconCarFanAuto: IconCarFanAuto, IconCarFanFilled: IconCarFanFilled, IconCarFilled: IconCarFilled, IconCarGarage: IconCarGarage, IconCarOff: IconCarOff, IconCarOffRoad: IconCarOffRoad, IconCarSuspension: IconCarSuspension, IconCarSuv: IconCarSuv, IconCarSuvFilled: IconCarSuvFilled, IconCarTurbine: IconCarTurbine, IconCarambola: IconCarambola, IconCarambolaFilled: IconCarambolaFilled, IconCaravan: IconCaravan, IconCaravanFilled: IconCaravanFilled, IconCardboards: IconCardboards, IconCardboardsFilled: IconCardboardsFilled, IconCardboardsOff: IconCardboardsOff, IconCards: IconCards, IconCardsFilled: IconCardsFilled, IconCaretDown: IconCaretDown, IconCaretDownFilled: IconCaretDownFilled, IconCaretLeft: IconCaretLeft, IconCaretLeftFilled: IconCaretLeftFilled, IconCaretLeftRight: IconCaretLeftRight, IconCaretLeftRightFilled: IconCaretLeftRightFilled, IconCaretRight: IconCaretRight, IconCaretRightFilled: IconCaretRightFilled, IconCaretUp: IconCaretUp, IconCaretUpDown: IconCaretUpDown, IconCaretUpDownFilled: IconCaretUpDownFilled, IconCaretUpFilled: IconCaretUpFilled, IconCarouselHorizontal: IconCarouselHorizontal, IconCarouselHorizontalFilled: IconCarouselHorizontalFilled, IconCarouselVertical: IconCarouselVertical, IconCarouselVerticalFilled: IconCarouselVerticalFilled, IconCarrot: IconCarrot, IconCarrotOff: IconCarrotOff, IconCash: IconCash, IconCashBanknote: IconCashBanknote, IconCashBanknoteEdit: IconCashBanknoteEdit, IconCashBanknoteFilled: IconCashBanknoteFilled, IconCashBanknoteHeart: IconCashBanknoteHeart, IconCashBanknoteMinus: IconCashBanknoteMinus, IconCashBanknoteMove: IconCashBanknoteMove, IconCashBanknoteMoveBack: IconCashBanknoteMoveBack, IconCashBanknoteOff: IconCashBanknoteOff, IconCashBanknotePlus: IconCashBanknotePlus, IconCashEdit: IconCashEdit, IconCashHeart: IconCashHeart, IconCashMinus: IconCashMinus, IconCashMove: IconCashMove, IconCashMoveBack: IconCashMoveBack, IconCashOff: IconCashOff, IconCashPlus: IconCashPlus, IconCashRegister: IconCashRegister, IconCast: IconCast, IconCastOff: IconCastOff, IconCat: IconCat, IconCategory: IconCategory, IconCategory2: IconCategory2, IconCategoryFilled: IconCategoryFilled, IconCategoryMinus: IconCategoryMinus, IconCategoryPlus: IconCategoryPlus, IconCe: IconCe, IconCeOff: IconCeOff, IconCell: IconCell, IconCellSignal1: IconCellSignal1, IconCellSignal2: IconCellSignal2, IconCellSignal3: IconCellSignal3, IconCellSignal4: IconCellSignal4, IconCellSignal5: IconCellSignal5, IconCellSignalOff: IconCellSignalOff, IconCertificate: IconCertificate, IconCertificate2: IconCertificate2, IconCertificate2Off: IconCertificate2Off, IconCertificateOff: IconCertificateOff, IconChairDirector: IconChairDirector, IconChalkboard: IconChalkboard, IconChalkboardOff: IconChalkboardOff, IconChalkboardTeacher: IconChalkboardTeacher, IconChargingPile: IconChargingPile, IconChargingPileFilled: IconChargingPileFilled, IconChartArcs: IconChartArcs, IconChartArcs3: IconChartArcs3, IconChartArea: IconChartArea, IconChartAreaFilled: IconChartAreaFilled, IconChartAreaLine: IconChartAreaLine, IconChartAreaLineFilled: IconChartAreaLineFilled, IconChartArrows: IconChartArrows, IconChartArrowsVertical: IconChartArrowsVertical, IconChartBar: IconChartBar, IconChartBarOff: IconChartBarOff, IconChartBarPopular: IconChartBarPopular, IconChartBubble: IconChartBubble, IconChartBubbleFilled: IconChartBubbleFilled, IconChartCandle: IconChartCandle, IconChartCandleFilled: IconChartCandleFilled, IconChartCircles: IconChartCircles, IconChartCohort: IconChartCohort, IconChartColumn: IconChartColumn, IconChartCovariate: IconChartCovariate, IconChartDonut: IconChartDonut, IconChartDonut2: IconChartDonut2, IconChartDonut3: IconChartDonut3, IconChartDonut4: IconChartDonut4, IconChartDonutFilled: IconChartDonutFilled, IconChartDots: IconChartDots, IconChartDots2: IconChartDots2, IconChartDots2Filled: IconChartDots2Filled, IconChartDots3: IconChartDots3, IconChartDots3Filled: IconChartDots3Filled, IconChartDotsFilled: IconChartDotsFilled, IconChartFunnel: IconChartFunnel, IconChartFunnelFilled: IconChartFunnelFilled, IconChartGridDots: IconChartGridDots, IconChartGridDotsFilled: IconChartGridDotsFilled, IconChartHistogram: IconChartHistogram, IconChartInfographic: IconChartInfographic, IconChartLine: IconChartLine, IconChartPie: IconChartPie, IconChartPie2: IconChartPie2, IconChartPie2Filled: IconChartPie2Filled, IconChartPie3: IconChartPie3, IconChartPie3Filled: IconChartPie3Filled, IconChartPie4: IconChartPie4, IconChartPie4Filled: IconChartPie4Filled, IconChartPieFilled: IconChartPieFilled, IconChartPieOff: IconChartPieOff, IconChartPpf: IconChartPpf, IconChartRadar: IconChartRadar, IconChartSankey: IconChartSankey, IconChartScatter: IconChartScatter, IconChartScatter3d: IconChartScatter3d, IconChartTreemap: IconChartTreemap, IconCheck: IconCheck, IconCheckFilled: IconCheckFilled, IconCheckbox: IconCheckbox, IconChecklist: IconChecklist, IconChecks: IconChecks, IconCheckupList: IconCheckupList, IconCheese: IconCheese, IconChefHat: IconChefHat, IconChefHatFilled: IconChefHatFilled, IconChefHatOff: IconChefHatOff, IconCherry: IconCherry, IconCherryFilled: IconCherryFilled, IconChess: IconChess, IconChessBishop: IconChessBishop, IconChessBishopFilled: IconChessBishopFilled, IconChessFilled: IconChessFilled, IconChessKing: IconChessKing, IconChessKingFilled: IconChessKingFilled, IconChessKnight: IconChessKnight, IconChessKnightFilled: IconChessKnightFilled, IconChessQueen: IconChessQueen, IconChessQueenFilled: IconChessQueenFilled, IconChessRook: IconChessRook, IconChessRookFilled: IconChessRookFilled, IconChevronCompactDown: IconChevronCompactDown, IconChevronCompactLeft: IconChevronCompactLeft, IconChevronCompactRight: IconChevronCompactRight, IconChevronCompactUp: IconChevronCompactUp, IconChevronDown: IconChevronDown, IconChevronDownFilled: IconChevronDownFilled, IconChevronDownLeft: IconChevronDownLeft, IconChevronDownRight: IconChevronDownRight, IconChevronLeft: IconChevronLeft, IconChevronLeftPipe: IconChevronLeftPipe, IconChevronRight: IconChevronRight, IconChevronRightFilled: IconChevronRightFilled, IconChevronRightPipe: IconChevronRightPipe, IconChevronUp: IconChevronUp, IconChevronUpLeft: IconChevronUpLeft, IconChevronUpRight: IconChevronUpRight, IconChevronsDown: IconChevronsDown, IconChevronsDownLeft: IconChevronsDownLeft, IconChevronsDownRight: IconChevronsDownRight, IconChevronsLeft: IconChevronsLeft, IconChevronsRight: IconChevronsRight, IconChevronsUp: IconChevronsUp, IconChevronsUpLeft: IconChevronsUpLeft, IconChevronsUpRight: IconChevronsUpRight, IconChisel: IconChisel, IconChristmasBall: IconChristmasBall, IconChristmasTree: IconChristmasTree, IconChristmasTreeFilled: IconChristmasTreeFilled, IconChristmasTreeOff: IconChristmasTreeOff, IconCircle: IconCircle, IconCircleArrowDown: IconCircleArrowDown, IconCircleArrowDownFilled: IconCircleArrowDownFilled, IconCircleArrowDownLeft: IconCircleArrowDownLeft, IconCircleArrowDownLeftFilled: IconCircleArrowDownLeftFilled, IconCircleArrowDownRight: IconCircleArrowDownRight, IconCircleArrowDownRightFilled: IconCircleArrowDownRightFilled, IconCircleArrowLeft: IconCircleArrowLeft, IconCircleArrowLeftFilled: IconCircleArrowLeftFilled, IconCircleArrowRight: IconCircleArrowRight, IconCircleArrowRightFilled: IconCircleArrowRightFilled, IconCircleArrowUp: IconCircleArrowUp, IconCircleArrowUpFilled: IconCircleArrowUpFilled, IconCircleArrowUpLeft: IconCircleArrowUpLeft, IconCircleArrowUpLeftFilled: IconCircleArrowUpLeftFilled, IconCircleArrowUpRight: IconCircleArrowUpRight, IconCircleArrowUpRightFilled: IconCircleArrowUpRightFilled, IconCircleAsterisk: IconCircleAsterisk, IconCircleCaretDown: IconCircleCaretDown, IconCircleCaretDownFilled: IconCircleCaretDownFilled, IconCircleCaretLeft: IconCircleCaretLeft, IconCircleCaretLeftFilled: IconCircleCaretLeftFilled, IconCircleCaretRight: IconCircleCaretRight, IconCircleCaretRightFilled: IconCircleCaretRightFilled, IconCircleCaretUp: IconCircleCaretUp, IconCircleCaretUpFilled: IconCircleCaretUpFilled, IconCircleCheck: IconCircleCheck, IconCircleCheckFilled: IconCircleCheckFilled, IconCircleChevronDown: IconCircleChevronDown, IconCircleChevronDownFilled: IconCircleChevronDownFilled, IconCircleChevronLeft: IconCircleChevronLeft, IconCircleChevronLeftFilled: IconCircleChevronLeftFilled, IconCircleChevronRight: IconCircleChevronRight, IconCircleChevronRightFilled: IconCircleChevronRightFilled, IconCircleChevronUp: IconCircleChevronUp, IconCircleChevronUpFilled: IconCircleChevronUpFilled, IconCircleChevronsDown: IconCircleChevronsDown, IconCircleChevronsDownFilled: IconCircleChevronsDownFilled, IconCircleChevronsLeft: IconCircleChevronsLeft, IconCircleChevronsLeftFilled: IconCircleChevronsLeftFilled, IconCircleChevronsRight: IconCircleChevronsRight, IconCircleChevronsRightFilled: IconCircleChevronsRightFilled, IconCircleChevronsUp: IconCircleChevronsUp, IconCircleChevronsUpFilled: IconCircleChevronsUpFilled, IconCircleDashed: IconCircleDashed, IconCircleDashedCheck: IconCircleDashedCheck, IconCircleDashedLetterA: IconCircleDashedLetterA, IconCircleDashedLetterB: IconCircleDashedLetterB, IconCircleDashedLetterC: IconCircleDashedLetterC, IconCircleDashedLetterD: IconCircleDashedLetterD, IconCircleDashedLetterE: IconCircleDashedLetterE, IconCircleDashedLetterF: IconCircleDashedLetterF, IconCircleDashedLetterG: IconCircleDashedLetterG, IconCircleDashedLetterH: IconCircleDashedLetterH, IconCircleDashedLetterI: IconCircleDashedLetterI, IconCircleDashedLetterJ: IconCircleDashedLetterJ, IconCircleDashedLetterK: IconCircleDashedLetterK, IconCircleDashedLetterL: IconCircleDashedLetterL, IconCircleDashedLetterM: IconCircleDashedLetterM, IconCircleDashedLetterN: IconCircleDashedLetterN, IconCircleDashedLetterO: IconCircleDashedLetterO, IconCircleDashedLetterP: IconCircleDashedLetterP, IconCircleDashedLetterQ: IconCircleDashedLetterQ, IconCircleDashedLetterR: IconCircleDashedLetterR, IconCircleDashedLetterS: IconCircleDashedLetterS, IconCircleDashedLetterT: IconCircleDashedLetterT, IconCircleDashedLetterU: IconCircleDashedLetterU, IconCircleDashedLetterV: IconCircleDashedLetterV, IconCircleDashedLetterW: IconCircleDashedLetterW, IconCircleDashedLetterX: IconCircleDashedLetterX, IconCircleDashedLetterY: IconCircleDashedLetterY, IconCircleDashedLetterZ: IconCircleDashedLetterZ, IconCircleDashedMinus: IconCircleDashedMinus, IconCircleDashedNumber0: IconCircleDashedNumber0, IconCircleDashedNumber1: IconCircleDashedNumber1, IconCircleDashedNumber2: IconCircleDashedNumber2, IconCircleDashedNumber3: IconCircleDashedNumber3, IconCircleDashedNumber4: IconCircleDashedNumber4, IconCircleDashedNumber5: IconCircleDashedNumber5, IconCircleDashedNumber6: IconCircleDashedNumber6, IconCircleDashedNumber7: IconCircleDashedNumber7, IconCircleDashedNumber8: IconCircleDashedNumber8, IconCircleDashedNumber9: IconCircleDashedNumber9, IconCircleDashedPercentage: IconCircleDashedPercentage, IconCircleDashedPlus: IconCircleDashedPlus, IconCircleDashedX: IconCircleDashedX, IconCircleDot: IconCircleDot, IconCircleDotFilled: IconCircleDotFilled, IconCircleDotted: IconCircleDotted, IconCircleDottedLetterA: IconCircleDottedLetterA, IconCircleDottedLetterB: IconCircleDottedLetterB, IconCircleDottedLetterC: IconCircleDottedLetterC, IconCircleDottedLetterD: IconCircleDottedLetterD, IconCircleDottedLetterE: IconCircleDottedLetterE, IconCircleDottedLetterF: IconCircleDottedLetterF, IconCircleDottedLetterG: IconCircleDottedLetterG, IconCircleDottedLetterH: IconCircleDottedLetterH, IconCircleDottedLetterI: IconCircleDottedLetterI, IconCircleDottedLetterJ: IconCircleDottedLetterJ, IconCircleDottedLetterK: IconCircleDottedLetterK, IconCircleDottedLetterL: IconCircleDottedLetterL, IconCircleDottedLetterM: IconCircleDottedLetterM, IconCircleDottedLetterN: IconCircleDottedLetterN, IconCircleDottedLetterO: IconCircleDottedLetterO, IconCircleDottedLetterP: IconCircleDottedLetterP, IconCircleDottedLetterQ: IconCircleDottedLetterQ, IconCircleDottedLetterR: IconCircleDottedLetterR, IconCircleDottedLetterS: IconCircleDottedLetterS, IconCircleDottedLetterT: IconCircleDottedLetterT, IconCircleDottedLetterU: IconCircleDottedLetterU, IconCircleDottedLetterV: IconCircleDottedLetterV, IconCircleDottedLetterW: IconCircleDottedLetterW, IconCircleDottedLetterX: IconCircleDottedLetterX, IconCircleDottedLetterY: IconCircleDottedLetterY, IconCircleDottedLetterZ: IconCircleDottedLetterZ, IconCircleFilled: IconCircleFilled, IconCircleHalf: IconCircleHalf, IconCircleHalf2: IconCircleHalf2, IconCircleHalfVertical: IconCircleHalfVertical, IconCircleKey: IconCircleKey, IconCircleKeyFilled: IconCircleKeyFilled, IconCircleLetterA: IconCircleLetterA, IconCircleLetterAFilled: IconCircleLetterAFilled, IconCircleLetterB: IconCircleLetterB, IconCircleLetterBFilled: IconCircleLetterBFilled, IconCircleLetterC: IconCircleLetterC, IconCircleLetterCFilled: IconCircleLetterCFilled, IconCircleLetterD: IconCircleLetterD, IconCircleLetterDFilled: IconCircleLetterDFilled, IconCircleLetterE: IconCircleLetterE, IconCircleLetterEFilled: IconCircleLetterEFilled, IconCircleLetterF: IconCircleLetterF, IconCircleLetterFFilled: IconCircleLetterFFilled, IconCircleLetterG: IconCircleLetterG, IconCircleLetterGFilled: IconCircleLetterGFilled, IconCircleLetterH: IconCircleLetterH, IconCircleLetterHFilled: IconCircleLetterHFilled, IconCircleLetterI: IconCircleLetterI, IconCircleLetterIFilled: IconCircleLetterIFilled, IconCircleLetterJ: IconCircleLetterJ, IconCircleLetterJFilled: IconCircleLetterJFilled, IconCircleLetterK: IconCircleLetterK, IconCircleLetterKFilled: IconCircleLetterKFilled, IconCircleLetterL: IconCircleLetterL, IconCircleLetterLFilled: IconCircleLetterLFilled, IconCircleLetterM: IconCircleLetterM, IconCircleLetterMFilled: IconCircleLetterMFilled, IconCircleLetterN: IconCircleLetterN, IconCircleLetterNFilled: IconCircleLetterNFilled, IconCircleLetterO: IconCircleLetterO, IconCircleLetterOFilled: IconCircleLetterOFilled, IconCircleLetterP: IconCircleLetterP, IconCircleLetterPFilled: IconCircleLetterPFilled, IconCircleLetterQ: IconCircleLetterQ, IconCircleLetterQFilled: IconCircleLetterQFilled, IconCircleLetterR: IconCircleLetterR, IconCircleLetterRFilled: IconCircleLetterRFilled, IconCircleLetterS: IconCircleLetterS, IconCircleLetterSFilled: IconCircleLetterSFilled, IconCircleLetterT: IconCircleLetterT, IconCircleLetterTFilled: IconCircleLetterTFilled, IconCircleLetterU: IconCircleLetterU, IconCircleLetterUFilled: IconCircleLetterUFilled, IconCircleLetterV: IconCircleLetterV, IconCircleLetterVFilled: IconCircleLetterVFilled, IconCircleLetterW: IconCircleLetterW, IconCircleLetterWFilled: IconCircleLetterWFilled, IconCircleLetterX: IconCircleLetterX, IconCircleLetterXFilled: IconCircleLetterXFilled, IconCircleLetterY: IconCircleLetterY, IconCircleLetterYFilled: IconCircleLetterYFilled, IconCircleLetterZ: IconCircleLetterZ, IconCircleLetterZFilled: IconCircleLetterZFilled, IconCircleMinus: IconCircleMinus, IconCircleMinus2: IconCircleMinus2, IconCircleNumber0: IconCircleNumber0, IconCircleNumber0Filled: IconCircleNumber0Filled, IconCircleNumber1: IconCircleNumber1, IconCircleNumber1Filled: IconCircleNumber1Filled, IconCircleNumber2: IconCircleNumber2, IconCircleNumber2Filled: IconCircleNumber2Filled, IconCircleNumber3: IconCircleNumber3, IconCircleNumber3Filled: IconCircleNumber3Filled, IconCircleNumber4: IconCircleNumber4, IconCircleNumber4Filled: IconCircleNumber4Filled, IconCircleNumber5: IconCircleNumber5, IconCircleNumber5Filled: IconCircleNumber5Filled, IconCircleNumber6: IconCircleNumber6, IconCircleNumber6Filled: IconCircleNumber6Filled, IconCircleNumber7: IconCircleNumber7, IconCircleNumber7Filled: IconCircleNumber7Filled, IconCircleNumber8: IconCircleNumber8, IconCircleNumber8Filled: IconCircleNumber8Filled, IconCircleNumber9: IconCircleNumber9, IconCircleNumber9Filled: IconCircleNumber9Filled, IconCircleOff: IconCircleOff, IconCircleOpenArrowDown: IconCircleOpenArrowDown, IconCircleOpenArrowLeft: IconCircleOpenArrowLeft, IconCircleOpenArrowRight: IconCircleOpenArrowRight, IconCircleOpenArrowUp: IconCircleOpenArrowUp, IconCirclePercentage: IconCirclePercentage, IconCirclePercentageFilled: IconCirclePercentageFilled, IconCirclePlus: IconCirclePlus, IconCirclePlus2: IconCirclePlus2, IconCirclePlusFilled: IconCirclePlusFilled, IconCirclePlusMinus: IconCirclePlusMinus, IconCircleRectangle: IconCircleRectangle, IconCircleRectangleFilled: IconCircleRectangleFilled, IconCircleRectangleOff: IconCircleRectangleOff, IconCircleSquare: IconCircleSquare, IconCircleTriangle: IconCircleTriangle, IconCircleX: IconCircleX, IconCircleXFilled: IconCircleXFilled, IconCircles: IconCircles, IconCirclesFilled: IconCirclesFilled, IconCirclesRelation: IconCirclesRelation, IconCircuitAmmeter: IconCircuitAmmeter, IconCircuitBattery: IconCircuitBattery, IconCircuitBulb: IconCircuitBulb, IconCircuitCapacitor: IconCircuitCapacitor, IconCircuitCapacitorPolarized: IconCircuitCapacitorPolarized, IconCircuitCell: IconCircuitCell, IconCircuitCellPlus: IconCircuitCellPlus, IconCircuitChangeover: IconCircuitChangeover, IconCircuitDiode: IconCircuitDiode, IconCircuitDiodeZener: IconCircuitDiodeZener, IconCircuitGround: IconCircuitGround, IconCircuitGroundDigital: IconCircuitGroundDigital, IconCircuitInductor: IconCircuitInductor, IconCircuitMotor: IconCircuitMotor, IconCircuitPushbutton: IconCircuitPushbutton, IconCircuitResistor: IconCircuitResistor, IconCircuitSwitchClosed: IconCircuitSwitchClosed, IconCircuitSwitchOpen: IconCircuitSwitchOpen, IconCircuitVoltmeter: IconCircuitVoltmeter, IconClearAll: IconClearAll, IconClearFormatting: IconClearFormatting, IconClick: IconClick, IconClickFilled: IconClickFilled, IconCliffJumping: IconCliffJumping, IconClipboard: IconClipboard, IconClipboardCheck: IconClipboardCheck, IconClipboardCheckFilled: IconClipboardCheckFilled, IconClipboardCopy: IconClipboardCopy, IconClipboardData: IconClipboardData, IconClipboardDataFilled: IconClipboardDataFilled, IconClipboardFilled: IconClipboardFilled, IconClipboardHeart: IconClipboardHeart, IconClipboardList: IconClipboardList, IconClipboardListFilled: IconClipboardListFilled, IconClipboardOff: IconClipboardOff, IconClipboardPlus: IconClipboardPlus, IconClipboardPlusFilled: IconClipboardPlusFilled, IconClipboardSearch: IconClipboardSearch, IconClipboardSmile: IconClipboardSmile, IconClipboardSmileFilled: IconClipboardSmileFilled, IconClipboardText: IconClipboardText, IconClipboardTextFilled: IconClipboardTextFilled, IconClipboardTypography: IconClipboardTypography, IconClipboardTypographyFilled: IconClipboardTypographyFilled, IconClipboardX: IconClipboardX, IconClipboardXFilled: IconClipboardXFilled, IconClock: IconClock, IconClock12: IconClock12, IconClock2: IconClock2, IconClock24: IconClock24, IconClockBitcoin: IconClockBitcoin, IconClockBolt: IconClockBolt, IconClockCancel: IconClockCancel, IconClockCheck: IconClockCheck, IconClockCode: IconClockCode, IconClockCog: IconClockCog, IconClockDollar: IconClockDollar, IconClockDown: IconClockDown, IconClockEdit: IconClockEdit, IconClockExclamation: IconClockExclamation, IconClockFilled: IconClockFilled, IconClockHeart: IconClockHeart, IconClockHour1: IconClockHour1, IconClockHour10: IconClockHour10, IconClockHour10Filled: IconClockHour10Filled, IconClockHour11: IconClockHour11, IconClockHour11Filled: IconClockHour11Filled, IconClockHour12: IconClockHour12, IconClockHour12Filled: IconClockHour12Filled, IconClockHour1Filled: IconClockHour1Filled, IconClockHour2: IconClockHour2, IconClockHour2Filled: IconClockHour2Filled, IconClockHour3: IconClockHour3, IconClockHour3Filled: IconClockHour3Filled, IconClockHour4: IconClockHour4, IconClockHour4Filled: IconClockHour4Filled, IconClockHour5: IconClockHour5, IconClockHour5Filled: IconClockHour5Filled, IconClockHour6: IconClockHour6, IconClockHour6Filled: IconClockHour6Filled, IconClockHour7: IconClockHour7, IconClockHour7Filled: IconClockHour7Filled, IconClockHour8: IconClockHour8, IconClockHour8Filled: IconClockHour8Filled, IconClockHour9: IconClockHour9, IconClockHour9Filled: IconClockHour9Filled, IconClockMinus: IconClockMinus, IconClockOff: IconClockOff, IconClockPause: IconClockPause, IconClockPin: IconClockPin, IconClockPlay: IconClockPlay, IconClockPlus: IconClockPlus, IconClockQuestion: IconClockQuestion, IconClockRecord: IconClockRecord, IconClockSearch: IconClockSearch, IconClockShare: IconClockShare, IconClockShield: IconClockShield, IconClockStar: IconClockStar, IconClockStop: IconClockStop, IconClockUp: IconClockUp, IconClockX: IconClockX, IconClothesRack: IconClothesRack, IconClothesRackOff: IconClothesRackOff, IconCloud: IconCloud, IconCloudBitcoin: IconCloudBitcoin, IconCloudBolt: IconCloudBolt, IconCloudCancel: IconCloudCancel, IconCloudCheck: IconCloudCheck, IconCloudCode: IconCloudCode, IconCloudCog: IconCloudCog, IconCloudComputing: IconCloudComputing, IconCloudComputingFilled: IconCloudComputingFilled, IconCloudDataConnection: IconCloudDataConnection, IconCloudDataConnectionFilled: IconCloudDataConnectionFilled, IconCloudDollar: IconCloudDollar, IconCloudDown: IconCloudDown, IconCloudDownload: IconCloudDownload, IconCloudExclamation: IconCloudExclamation, IconCloudFilled: IconCloudFilled, IconCloudFog: IconCloudFog, IconCloudHeart: IconCloudHeart, IconCloudLock: IconCloudLock, IconCloudLockOpen: IconCloudLockOpen, IconCloudMinus: IconCloudMinus, IconCloudNetwork: IconCloudNetwork, IconCloudOff: IconCloudOff, IconCloudPause: IconCloudPause, IconCloudPin: IconCloudPin, IconCloudPlus: IconCloudPlus, IconCloudQuestion: IconCloudQuestion, IconCloudRain: IconCloudRain, IconCloudSearch: IconCloudSearch, IconCloudShare: IconCloudShare, IconCloudSnow: IconCloudSnow, IconCloudStar: IconCloudStar, IconCloudStorm: IconCloudStorm, IconCloudUp: IconCloudUp, IconCloudUpload: IconCloudUpload, IconCloudX: IconCloudX, IconClover: IconClover, IconClover2: IconClover2, IconCloverFilled: IconCloverFilled, IconClubs: IconClubs, IconClubsFilled: IconClubsFilled, IconCode: IconCode, IconCodeAsterisk: IconCodeAsterisk, IconCodeCircle: IconCodeCircle, IconCodeCircle2: IconCodeCircle2, IconCodeCircle2Filled: IconCodeCircle2Filled, IconCodeCircleFilled: IconCodeCircleFilled, IconCodeDots: IconCodeDots, IconCodeMinus: IconCodeMinus, IconCodeOff: IconCodeOff, IconCodePlus: IconCodePlus, IconCodeVariable: IconCodeVariable, IconCodeVariableMinus: IconCodeVariableMinus, IconCodeVariablePlus: IconCodeVariablePlus, IconCodeblock: IconCodeblock, IconCoffee: IconCoffee, IconCoffeeOff: IconCoffeeOff, IconCoffin: IconCoffin, IconCoin: IconCoin, IconCoinBitcoin: IconCoinBitcoin, IconCoinBitcoinFilled: IconCoinBitcoinFilled, IconCoinEuro: IconCoinEuro, IconCoinEuroFilled: IconCoinEuroFilled, IconCoinFilled: IconCoinFilled, IconCoinMonero: IconCoinMonero, IconCoinMoneroFilled: IconCoinMoneroFilled, IconCoinOff: IconCoinOff, IconCoinPound: IconCoinPound, IconCoinPoundFilled: IconCoinPoundFilled, IconCoinRupee: IconCoinRupee, IconCoinRupeeFilled: IconCoinRupeeFilled, IconCoinTaka: IconCoinTaka, IconCoinTakaFilled: IconCoinTakaFilled, IconCoinYen: IconCoinYen, IconCoinYenFilled: IconCoinYenFilled, IconCoinYuan: IconCoinYuan, IconCoinYuanFilled: IconCoinYuanFilled, IconCoins: IconCoins, IconColorFilter: IconColorFilter, IconColorPicker: IconColorPicker, IconColorPickerOff: IconColorPickerOff, IconColorSwatch: IconColorSwatch, IconColorSwatchOff: IconColorSwatchOff, IconColumnInsertLeft: IconColumnInsertLeft, IconColumnInsertRight: IconColumnInsertRight, IconColumnRemove: IconColumnRemove, IconColumns: IconColumns, IconColumns1: IconColumns1, IconColumns1Filled: IconColumns1Filled, IconColumns2: IconColumns2, IconColumns2Filled: IconColumns2Filled, IconColumns3: IconColumns3, IconColumns3Filled: IconColumns3Filled, IconColumnsOff: IconColumnsOff, IconComet: IconComet, IconCommand: IconCommand, IconCommandOff: IconCommandOff, IconCompass: IconCompass, IconCompassFilled: IconCompassFilled, IconCompassOff: IconCompassOff, IconComponents: IconComponents, IconComponentsOff: IconComponentsOff, IconCone: IconCone, IconCone2: IconCone2, IconCone2Filled: IconCone2Filled, IconConeFilled: IconConeFilled, IconConeOff: IconConeOff, IconConePlus: IconConePlus, IconConfetti: IconConfetti, IconConfettiFilled: IconConfettiFilled, IconConfettiOff: IconConfettiOff, IconConfucius: IconConfucius, IconCongruentTo: IconCongruentTo, IconConnection: IconConnection, IconContainer: IconContainer, IconContainerFilled: IconContainerFilled, IconContainerOff: IconContainerOff, IconContract: IconContract, IconContrast: IconContrast, IconContrast2: IconContrast2, IconContrast2Filled: IconContrast2Filled, IconContrast2Off: IconContrast2Off, IconContrastFilled: IconContrastFilled, IconContrastOff: IconContrastOff, IconCooker: IconCooker, IconCookie: IconCookie, IconCookieFilled: IconCookieFilled, IconCookieMan: IconCookieMan, IconCookieManFilled: IconCookieManFilled, IconCookieOff: IconCookieOff, IconCopy: IconCopy, IconCopyCheck: IconCopyCheck, IconCopyCheckFilled: IconCopyCheckFilled, IconCopyFilled: IconCopyFilled, IconCopyMinus: IconCopyMinus, IconCopyMinusFilled: IconCopyMinusFilled, IconCopyOff: IconCopyOff, IconCopyPlus: IconCopyPlus, IconCopyPlusFilled: IconCopyPlusFilled, IconCopyX: IconCopyX, IconCopyXFilled: IconCopyXFilled, IconCopyleft: IconCopyleft, IconCopyleftFilled: IconCopyleftFilled, IconCopyleftOff: IconCopyleftOff, IconCopyright: IconCopyright, IconCopyrightFilled: IconCopyrightFilled, IconCopyrightOff: IconCopyrightOff, IconCornerDownLeft: IconCornerDownLeft, IconCornerDownLeftDouble: IconCornerDownLeftDouble, IconCornerDownRight: IconCornerDownRight, IconCornerDownRightDouble: IconCornerDownRightDouble, IconCornerLeftDown: IconCornerLeftDown, IconCornerLeftDownDouble: IconCornerLeftDownDouble, IconCornerLeftUp: IconCornerLeftUp, IconCornerLeftUpDouble: IconCornerLeftUpDouble, IconCornerRightDown: IconCornerRightDown, IconCornerRightDownDouble: IconCornerRightDownDouble, IconCornerRightUp: IconCornerRightUp, IconCornerRightUpDouble: IconCornerRightUpDouble, IconCornerUpLeft: IconCornerUpLeft, IconCornerUpLeftDouble: IconCornerUpLeftDouble, IconCornerUpRight: IconCornerUpRight, IconCornerUpRightDouble: IconCornerUpRightDouble, IconCpu: IconCpu, IconCpu2: IconCpu2, IconCpuOff: IconCpuOff, IconCrane: IconCrane, IconCraneOff: IconCraneOff, IconCreativeCommons: IconCreativeCommons, IconCreativeCommonsBy: IconCreativeCommonsBy, IconCreativeCommonsNc: IconCreativeCommonsNc, IconCreativeCommonsNd: IconCreativeCommonsNd, IconCreativeCommonsOff: IconCreativeCommonsOff, IconCreativeCommonsSa: IconCreativeCommonsSa, IconCreativeCommonsZero: IconCreativeCommonsZero, IconCreditCard: IconCreditCard, IconCreditCardFilled: IconCreditCardFilled, IconCreditCardHand: IconCreditCardHand, IconCreditCardOff: IconCreditCardOff, IconCreditCardPay: IconCreditCardPay, IconCreditCardRefund: IconCreditCardRefund, IconCredits: IconCredits, IconCricket: IconCricket, IconCrop: IconCrop, IconCrop11: IconCrop11, IconCrop11Filled: IconCrop11Filled, IconCrop169: IconCrop169, IconCrop169Filled: IconCrop169Filled, IconCrop32: IconCrop32, IconCrop32Filled: IconCrop32Filled, IconCrop54: IconCrop54, IconCrop54Filled: IconCrop54Filled, IconCrop75: IconCrop75, IconCrop75Filled: IconCrop75Filled, IconCropLandscape: IconCropLandscape, IconCropLandscapeFilled: IconCropLandscapeFilled, IconCropPortrait: IconCropPortrait, IconCropPortraitFilled: IconCropPortraitFilled, IconCross: IconCross, IconCrossFilled: IconCrossFilled, IconCrossOff: IconCrossOff, IconCrosshair: IconCrosshair, IconCrown: IconCrown, IconCrownFilled: IconCrownFilled, IconCrownOff: IconCrownOff, IconCrutches: IconCrutches, IconCrutchesOff: IconCrutchesOff, IconCrystalBall: IconCrystalBall, IconCsv: IconCsv, IconCube: IconCube, IconCube3dSphere: IconCube3dSphere, IconCube3dSphereOff: IconCube3dSphereOff, IconCubeOff: IconCubeOff, IconCubePlus: IconCubePlus, IconCubeSend: IconCubeSend, IconCubeSpark: IconCubeSpark, IconCubeUnfolded: IconCubeUnfolded, IconCup: IconCup, IconCupOff: IconCupOff, IconCurling: IconCurling, IconCurlyLoop: IconCurlyLoop, IconCurrency: IconCurrency, IconCurrencyAfghani: IconCurrencyAfghani, IconCurrencyBahraini: IconCurrencyBahraini, IconCurrencyBaht: IconCurrencyBaht, IconCurrencyBitcoin: IconCurrencyBitcoin, IconCurrencyCent: IconCurrencyCent, IconCurrencyDinar: IconCurrencyDinar, IconCurrencyDirham: IconCurrencyDirham, IconCurrencyDogecoin: IconCurrencyDogecoin, IconCurrencyDollar: IconCurrencyDollar, IconCurrencyDollarAustralian: IconCurrencyDollarAustralian, IconCurrencyDollarBrunei: IconCurrencyDollarBrunei, IconCurrencyDollarCanadian: IconCurrencyDollarCanadian, IconCurrencyDollarGuyanese: IconCurrencyDollarGuyanese, IconCurrencyDollarOff: IconCurrencyDollarOff, IconCurrencyDollarSingapore: IconCurrencyDollarSingapore, IconCurrencyDollarZimbabwean: IconCurrencyDollarZimbabwean, IconCurrencyDong: IconCurrencyDong, IconCurrencyDram: IconCurrencyDram, IconCurrencyEthereum: IconCurrencyEthereum, IconCurrencyEuro: IconCurrencyEuro, IconCurrencyEuroOff: IconCurrencyEuroOff, IconCurrencyFlorin: IconCurrencyFlorin, IconCurrencyForint: IconCurrencyForint, IconCurrencyFrank: IconCurrencyFrank, IconCurrencyGuarani: IconCurrencyGuarani, IconCurrencyHryvnia: IconCurrencyHryvnia, IconCurrencyIranianRial: IconCurrencyIranianRial, IconCurrencyKip: IconCurrencyKip, IconCurrencyKroneCzech: IconCurrencyKroneCzech, IconCurrencyKroneDanish: IconCurrencyKroneDanish, IconCurrencyKroneSwedish: IconCurrencyKroneSwedish, IconCurrencyLari: IconCurrencyLari, IconCurrencyLeu: IconCurrencyLeu, IconCurrencyLira: IconCurrencyLira, IconCurrencyLitecoin: IconCurrencyLitecoin, IconCurrencyLyd: IconCurrencyLyd, IconCurrencyManat: IconCurrencyManat, IconCurrencyMonero: IconCurrencyMonero, IconCurrencyNaira: IconCurrencyNaira, IconCurrencyNano: IconCurrencyNano, IconCurrencyOff: IconCurrencyOff, IconCurrencyPaanga: IconCurrencyPaanga, IconCurrencyPeso: IconCurrencyPeso, IconCurrencyPound: IconCurrencyPound, IconCurrencyPoundOff: IconCurrencyPoundOff, IconCurrencyQuetzal: IconCurrencyQuetzal, IconCurrencyReal: IconCurrencyReal, IconCurrencyRenminbi: IconCurrencyRenminbi, IconCurrencyRipple: IconCurrencyRipple, IconCurrencyRiyal: IconCurrencyRiyal, IconCurrencyRubel: IconCurrencyRubel, IconCurrencyRufiyaa: IconCurrencyRufiyaa, IconCurrencyRupee: IconCurrencyRupee, IconCurrencyRupeeNepalese: IconCurrencyRupeeNepalese, IconCurrencyShekel: IconCurrencyShekel, IconCurrencySolana: IconCurrencySolana, IconCurrencySom: IconCurrencySom, IconCurrencyTaka: IconCurrencyTaka, IconCurrencyTenge: IconCurrencyTenge, IconCurrencyTugrik: IconCurrencyTugrik, IconCurrencyWon: IconCurrencyWon, IconCurrencyXrp: IconCurrencyXrp, IconCurrencyYen: IconCurrencyYen, IconCurrencyYenOff: IconCurrencyYenOff, IconCurrencyYuan: IconCurrencyYuan, IconCurrencyZloty: IconCurrencyZloty, IconCurrentLocation: IconCurrentLocation, IconCurrentLocationFilled: IconCurrentLocationFilled, IconCurrentLocationOff: IconCurrentLocationOff, IconCursorOff: IconCursorOff, IconCursorText: IconCursorText, IconCut: IconCut, IconCylinder: IconCylinder, IconCylinderOff: IconCylinderOff, IconCylinderPlus: IconCylinderPlus, IconDashboard: IconDashboard, IconDashboardFilled: IconDashboardFilled, IconDashboardOff: IconDashboardOff, IconDatabase: IconDatabase, IconDatabaseCog: IconDatabaseCog, IconDatabaseDollar: IconDatabaseDollar, IconDatabaseEdit: IconDatabaseEdit, IconDatabaseExclamation: IconDatabaseExclamation, IconDatabaseExport: IconDatabaseExport, IconDatabaseFilled: IconDatabaseFilled, IconDatabaseHeart: IconDatabaseHeart, IconDatabaseImport: IconDatabaseImport, IconDatabaseLeak: IconDatabaseLeak, IconDatabaseMinus: IconDatabaseMinus, IconDatabaseOff: IconDatabaseOff, IconDatabasePlus: IconDatabasePlus, IconDatabaseSearch: IconDatabaseSearch, IconDatabaseShare: IconDatabaseShare, IconDatabaseSmile: IconDatabaseSmile, IconDatabaseStar: IconDatabaseStar, IconDatabaseX: IconDatabaseX, IconDeaf: IconDeaf, IconDecimal: IconDecimal, IconDeer: IconDeer, IconDelta: IconDelta, IconDental: IconDental, IconDentalBroken: IconDentalBroken, IconDentalOff: IconDentalOff, IconDeselect: IconDeselect, IconDesk: IconDesk, IconDetails: IconDetails, IconDetailsOff: IconDetailsOff, IconDevice3dCamera: IconDevice3dCamera, IconDevice3dLens: IconDevice3dLens, IconDeviceAirpods: IconDeviceAirpods, IconDeviceAirpodsCase: IconDeviceAirpodsCase, IconDeviceAirtag: IconDeviceAirtag, IconDeviceAnalytics: IconDeviceAnalytics, IconDeviceAudioTape: IconDeviceAudioTape, IconDeviceCameraPhone: IconDeviceCameraPhone, IconDeviceCctv: IconDeviceCctv, IconDeviceCctvFilled: IconDeviceCctvFilled, IconDeviceCctvOff: IconDeviceCctvOff, IconDeviceComputerCamera: IconDeviceComputerCamera, IconDeviceComputerCameraOff: IconDeviceComputerCameraOff, IconDeviceDesktop: IconDeviceDesktop, IconDeviceDesktopAnalytics: IconDeviceDesktopAnalytics, IconDeviceDesktopBolt: IconDeviceDesktopBolt, IconDeviceDesktopCancel: IconDeviceDesktopCancel, IconDeviceDesktopCheck: IconDeviceDesktopCheck, IconDeviceDesktopCode: IconDeviceDesktopCode, IconDeviceDesktopCog: IconDeviceDesktopCog, IconDeviceDesktopDollar: IconDeviceDesktopDollar, IconDeviceDesktopDown: IconDeviceDesktopDown, IconDeviceDesktopExclamation: IconDeviceDesktopExclamation, IconDeviceDesktopFilled: IconDeviceDesktopFilled, IconDeviceDesktopHeart: IconDeviceDesktopHeart, IconDeviceDesktopMinus: IconDeviceDesktopMinus, IconDeviceDesktopOff: IconDeviceDesktopOff, IconDeviceDesktopPause: IconDeviceDesktopPause, IconDeviceDesktopPin: IconDeviceDesktopPin, IconDeviceDesktopPlus: IconDeviceDesktopPlus, IconDeviceDesktopQuestion: IconDeviceDesktopQuestion, IconDeviceDesktopSearch: IconDeviceDesktopSearch, IconDeviceDesktopShare: IconDeviceDesktopShare, IconDeviceDesktopStar: IconDeviceDesktopStar, IconDeviceDesktopUp: IconDeviceDesktopUp, IconDeviceDesktopX: IconDeviceDesktopX, IconDeviceFloppy: IconDeviceFloppy, IconDeviceFloppyFilled: IconDeviceFloppyFilled, IconDeviceGamepad: IconDeviceGamepad, IconDeviceGamepad2: IconDeviceGamepad2, IconDeviceGamepad2Filled: IconDeviceGamepad2Filled, IconDeviceGamepad3: IconDeviceGamepad3, IconDeviceGamepad3Filled: IconDeviceGamepad3Filled, IconDeviceGamepadFilled: IconDeviceGamepadFilled, IconDeviceHeartMonitor: IconDeviceHeartMonitor, IconDeviceHeartMonitorFilled: IconDeviceHeartMonitorFilled, IconDeviceImac: IconDeviceImac, IconDeviceImacBolt: IconDeviceImacBolt, IconDeviceImacCancel: IconDeviceImacCancel, IconDeviceImacCheck: IconDeviceImacCheck, IconDeviceImacCode: IconDeviceImacCode, IconDeviceImacCog: IconDeviceImacCog, IconDeviceImacDollar: IconDeviceImacDollar, IconDeviceImacDown: IconDeviceImacDown, IconDeviceImacExclamation: IconDeviceImacExclamation, IconDeviceImacFilled: IconDeviceImacFilled, IconDeviceImacHeart: IconDeviceImacHeart, IconDeviceImacMinus: IconDeviceImacMinus, IconDeviceImacOff: IconDeviceImacOff, IconDeviceImacPause: IconDeviceImacPause, IconDeviceImacPin: IconDeviceImacPin, IconDeviceImacPlus: IconDeviceImacPlus, IconDeviceImacQuestion: IconDeviceImacQuestion, IconDeviceImacSearch: IconDeviceImacSearch, IconDeviceImacShare: IconDeviceImacShare, IconDeviceImacStar: IconDeviceImacStar, IconDeviceImacUp: IconDeviceImacUp, IconDeviceImacX: IconDeviceImacX, IconDeviceIpad: IconDeviceIpad, IconDeviceIpadBolt: IconDeviceIpadBolt, IconDeviceIpadCancel: IconDeviceIpadCancel, IconDeviceIpadCheck: IconDeviceIpadCheck, IconDeviceIpadCode: IconDeviceIpadCode, IconDeviceIpadCog: IconDeviceIpadCog, IconDeviceIpadDollar: IconDeviceIpadDollar, IconDeviceIpadDown: IconDeviceIpadDown, IconDeviceIpadExclamation: IconDeviceIpadExclamation, IconDeviceIpadFilled: IconDeviceIpadFilled, IconDeviceIpadHeart: IconDeviceIpadHeart, IconDeviceIpadHorizontal: IconDeviceIpadHorizontal, IconDeviceIpadHorizontalBolt: IconDeviceIpadHorizontalBolt, IconDeviceIpadHorizontalCancel: IconDeviceIpadHorizontalCancel, IconDeviceIpadHorizontalCheck: IconDeviceIpadHorizontalCheck, IconDeviceIpadHorizontalCode: IconDeviceIpadHorizontalCode, IconDeviceIpadHorizontalCog: IconDeviceIpadHorizontalCog, IconDeviceIpadHorizontalDollar: IconDeviceIpadHorizontalDollar, IconDeviceIpadHorizontalDown: IconDeviceIpadHorizontalDown, IconDeviceIpadHorizontalExclamation: IconDeviceIpadHorizontalExclamation, IconDeviceIpadHorizontalHeart: IconDeviceIpadHorizontalHeart, IconDeviceIpadHorizontalMinus: IconDeviceIpadHorizontalMinus, IconDeviceIpadHorizontalOff: IconDeviceIpadHorizontalOff, IconDeviceIpadHorizontalPause: IconDeviceIpadHorizontalPause, IconDeviceIpadHorizontalPin: IconDeviceIpadHorizontalPin, IconDeviceIpadHorizontalPlus: IconDeviceIpadHorizontalPlus, IconDeviceIpadHorizontalQuestion: IconDeviceIpadHorizontalQuestion, IconDeviceIpadHorizontalSearch: IconDeviceIpadHorizontalSearch, IconDeviceIpadHorizontalShare: IconDeviceIpadHorizontalShare, IconDeviceIpadHorizontalStar: IconDeviceIpadHorizontalStar, IconDeviceIpadHorizontalUp: IconDeviceIpadHorizontalUp, IconDeviceIpadHorizontalX: IconDeviceIpadHorizontalX, IconDeviceIpadMinus: IconDeviceIpadMinus, IconDeviceIpadOff: IconDeviceIpadOff, IconDeviceIpadPause: IconDeviceIpadPause, IconDeviceIpadPin: IconDeviceIpadPin, IconDeviceIpadPlus: IconDeviceIpadPlus, IconDeviceIpadQuestion: IconDeviceIpadQuestion, IconDeviceIpadSearch: IconDeviceIpadSearch, IconDeviceIpadShare: IconDeviceIpadShare, IconDeviceIpadStar: IconDeviceIpadStar, IconDeviceIpadUp: IconDeviceIpadUp, IconDeviceIpadX: IconDeviceIpadX, IconDeviceLandlinePhone: IconDeviceLandlinePhone, IconDeviceLaptop: IconDeviceLaptop, IconDeviceLaptopOff: IconDeviceLaptopOff, IconDeviceMobile: IconDeviceMobile, IconDeviceMobileBolt: IconDeviceMobileBolt, IconDeviceMobileCancel: IconDeviceMobileCancel, IconDeviceMobileCharging: IconDeviceMobileCharging, IconDeviceMobileCheck: IconDeviceMobileCheck, IconDeviceMobileCode: IconDeviceMobileCode, IconDeviceMobileCog: IconDeviceMobileCog, IconDeviceMobileDollar: IconDeviceMobileDollar, IconDeviceMobileDown: IconDeviceMobileDown, IconDeviceMobileExclamation: IconDeviceMobileExclamation, IconDeviceMobileFilled: IconDeviceMobileFilled, IconDeviceMobileHeart: IconDeviceMobileHeart, IconDeviceMobileMessage: IconDeviceMobileMessage, IconDeviceMobileMinus: IconDeviceMobileMinus, IconDeviceMobileOff: IconDeviceMobileOff, IconDeviceMobilePause: IconDeviceMobilePause, IconDeviceMobilePin: IconDeviceMobilePin, IconDeviceMobilePlus: IconDeviceMobilePlus, IconDeviceMobileQuestion: IconDeviceMobileQuestion, IconDeviceMobileRotated: IconDeviceMobileRotated, IconDeviceMobileSearch: IconDeviceMobileSearch, IconDeviceMobileShare: IconDeviceMobileShare, IconDeviceMobileStar: IconDeviceMobileStar, IconDeviceMobileUp: IconDeviceMobileUp, IconDeviceMobileVibration: IconDeviceMobileVibration, IconDeviceMobileX: IconDeviceMobileX, IconDeviceNintendo: IconDeviceNintendo, IconDeviceNintendoOff: IconDeviceNintendoOff, IconDeviceProjector: IconDeviceProjector, IconDeviceRemote: IconDeviceRemote, IconDeviceRemoteFilled: IconDeviceRemoteFilled, IconDeviceScreen: IconDeviceScreen, IconDeviceSdCard: IconDeviceSdCard, IconDeviceSim: IconDeviceSim, IconDeviceSim1: IconDeviceSim1, IconDeviceSim2: IconDeviceSim2, IconDeviceSim3: IconDeviceSim3, IconDeviceSpeaker: IconDeviceSpeaker, IconDeviceSpeakerFilled: IconDeviceSpeakerFilled, IconDeviceSpeakerOff: IconDeviceSpeakerOff, IconDeviceTablet: IconDeviceTablet, IconDeviceTabletBolt: IconDeviceTabletBolt, IconDeviceTabletCancel: IconDeviceTabletCancel, IconDeviceTabletCheck: IconDeviceTabletCheck, IconDeviceTabletCode: IconDeviceTabletCode, IconDeviceTabletCog: IconDeviceTabletCog, IconDeviceTabletDollar: IconDeviceTabletDollar, IconDeviceTabletDown: IconDeviceTabletDown, IconDeviceTabletExclamation: IconDeviceTabletExclamation, IconDeviceTabletFilled: IconDeviceTabletFilled, IconDeviceTabletHeart: IconDeviceTabletHeart, IconDeviceTabletMinus: IconDeviceTabletMinus, IconDeviceTabletOff: IconDeviceTabletOff, IconDeviceTabletPause: IconDeviceTabletPause, IconDeviceTabletPin: IconDeviceTabletPin, IconDeviceTabletPlus: IconDeviceTabletPlus, IconDeviceTabletQuestion: IconDeviceTabletQuestion, IconDeviceTabletSearch: IconDeviceTabletSearch, IconDeviceTabletShare: IconDeviceTabletShare, IconDeviceTabletStar: IconDeviceTabletStar, IconDeviceTabletUp: IconDeviceTabletUp, IconDeviceTabletX: IconDeviceTabletX, IconDeviceTv: IconDeviceTv, IconDeviceTvFilled: IconDeviceTvFilled, IconDeviceTvOff: IconDeviceTvOff, IconDeviceTvOld: IconDeviceTvOld, IconDeviceTvOldFilled: IconDeviceTvOldFilled, IconDeviceUnknown: IconDeviceUnknown, IconDeviceUnknownFilled: IconDeviceUnknownFilled, IconDeviceUsb: IconDeviceUsb, IconDeviceUsbFilled: IconDeviceUsbFilled, IconDeviceVisionPro: IconDeviceVisionPro, IconDeviceVisionProFilled: IconDeviceVisionProFilled, IconDeviceWatch: IconDeviceWatch, IconDeviceWatchBolt: IconDeviceWatchBolt, IconDeviceWatchCancel: IconDeviceWatchCancel, IconDeviceWatchCheck: IconDeviceWatchCheck, IconDeviceWatchCode: IconDeviceWatchCode, IconDeviceWatchCog: IconDeviceWatchCog, IconDeviceWatchDollar: IconDeviceWatchDollar, IconDeviceWatchDown: IconDeviceWatchDown, IconDeviceWatchExclamation: IconDeviceWatchExclamation, IconDeviceWatchFilled: IconDeviceWatchFilled, IconDeviceWatchHeart: IconDeviceWatchHeart, IconDeviceWatchMinus: IconDeviceWatchMinus, IconDeviceWatchOff: IconDeviceWatchOff, IconDeviceWatchPause: IconDeviceWatchPause, IconDeviceWatchPin: IconDeviceWatchPin, IconDeviceWatchPlus: IconDeviceWatchPlus, IconDeviceWatchQuestion: IconDeviceWatchQuestion, IconDeviceWatchSearch: IconDeviceWatchSearch, IconDeviceWatchShare: IconDeviceWatchShare, IconDeviceWatchStar: IconDeviceWatchStar, IconDeviceWatchStats: IconDeviceWatchStats, IconDeviceWatchStats2: IconDeviceWatchStats2, IconDeviceWatchUp: IconDeviceWatchUp, IconDeviceWatchX: IconDeviceWatchX, IconDevices: IconDevices, IconDevices2: IconDevices2, IconDevicesBolt: IconDevicesBolt, IconDevicesCancel: IconDevicesCancel, IconDevicesCheck: IconDevicesCheck, IconDevicesCode: IconDevicesCode, IconDevicesCog: IconDevicesCog, IconDevicesDollar: IconDevicesDollar, IconDevicesDown: IconDevicesDown, IconDevicesExclamation: IconDevicesExclamation, IconDevicesHeart: IconDevicesHeart, IconDevicesMinus: IconDevicesMinus, IconDevicesOff: IconDevicesOff, IconDevicesPause: IconDevicesPause, IconDevicesPc: IconDevicesPc, IconDevicesPcOff: IconDevicesPcOff, IconDevicesPin: IconDevicesPin, IconDevicesPlus: IconDevicesPlus, IconDevicesQuestion: IconDevicesQuestion, IconDevicesSearch: IconDevicesSearch, IconDevicesShare: IconDevicesShare, IconDevicesStar: IconDevicesStar, IconDevicesUp: IconDevicesUp, IconDevicesX: IconDevicesX, IconDiabolo: IconDiabolo, IconDiaboloOff: IconDiaboloOff, IconDiaboloPlus: IconDiaboloPlus, IconDialpad: IconDialpad, IconDialpadFilled: IconDialpadFilled, IconDialpadOff: IconDialpadOff, IconDiamond: IconDiamond, IconDiamondFilled: IconDiamondFilled, IconDiamondOff: IconDiamondOff, IconDiamonds: IconDiamonds, IconDiamondsFilled: IconDiamondsFilled, IconDiaper: IconDiaper, IconDice: IconDice, IconDice1: IconDice1, IconDice1Filled: IconDice1Filled, IconDice2: IconDice2, IconDice2Filled: IconDice2Filled, IconDice3: IconDice3, IconDice3Filled: IconDice3Filled, IconDice4: IconDice4, IconDice4Filled: IconDice4Filled, IconDice5: IconDice5, IconDice5Filled: IconDice5Filled, IconDice6: IconDice6, IconDice6Filled: IconDice6Filled, IconDiceFilled: IconDiceFilled, IconDimensions: IconDimensions, IconDirection: IconDirection, IconDirectionArrows: IconDirectionArrows, IconDirectionArrowsFilled: IconDirectionArrowsFilled, IconDirectionHorizontal: IconDirectionHorizontal, IconDirectionSign: IconDirectionSign, IconDirectionSignFilled: IconDirectionSignFilled, IconDirectionSignOff: IconDirectionSignOff, IconDirections: IconDirections, IconDirectionsFilled: IconDirectionsFilled, IconDirectionsOff: IconDirectionsOff, IconDisabled: IconDisabled, IconDisabled2: IconDisabled2, IconDisabledOff: IconDisabledOff, IconDisc: IconDisc, IconDiscFilled: IconDiscFilled, IconDiscGolf: IconDiscGolf, IconDiscOff: IconDiscOff, IconDiscount: IconDiscount, IconDiscountFilled: IconDiscountFilled, IconDiscountOff: IconDiscountOff, IconDivide: IconDivide, IconDna: IconDna, IconDna2: IconDna2, IconDna2Off: IconDna2Off, IconDnaOff: IconDnaOff, IconDog: IconDog, IconDogBowl: IconDogBowl, IconDoor: IconDoor, IconDoorEnter: IconDoorEnter, IconDoorExit: IconDoorExit, IconDoorOff: IconDoorOff, IconDots: IconDots, IconDotsCircleHorizontal: IconDotsCircleHorizontal, IconDotsDiagonal: IconDotsDiagonal, IconDotsDiagonal2: IconDotsDiagonal2, IconDotsFilled: IconDotsFilled, IconDotsVertical: IconDotsVertical, IconDotsVerticalFilled: IconDotsVerticalFilled, IconDownload: IconDownload, IconDownloadFilled: IconDownloadFilled, IconDownloadOff: IconDownloadOff, IconDragDrop: IconDragDrop, IconDragDrop2: IconDragDrop2, IconDrone: IconDrone, IconDroneOff: IconDroneOff, IconDropCircle: IconDropCircle, IconDropCircleFilled: IconDropCircleFilled, IconDroplet: IconDroplet, IconDropletBolt: IconDropletBolt, IconDropletCancel: IconDropletCancel, IconDropletCheck: IconDropletCheck, IconDropletCode: IconDropletCode, IconDropletCog: IconDropletCog, IconDropletDollar: IconDropletDollar, IconDropletDown: IconDropletDown, IconDropletExclamation: IconDropletExclamation, IconDropletFilled: IconDropletFilled, IconDropletHalf: IconDropletHalf, IconDropletHalf2: IconDropletHalf2, IconDropletHalf2Filled: IconDropletHalf2Filled, IconDropletHalfFilled: IconDropletHalfFilled, IconDropletHeart: IconDropletHeart, IconDropletMinus: IconDropletMinus, IconDropletOff: IconDropletOff, IconDropletPause: IconDropletPause, IconDropletPin: IconDropletPin, IconDropletPlus: IconDropletPlus, IconDropletQuestion: IconDropletQuestion, IconDropletSearch: IconDropletSearch, IconDropletShare: IconDropletShare, IconDropletStar: IconDropletStar, IconDropletUp: IconDropletUp, IconDropletX: IconDropletX, IconDroplets: IconDroplets, IconDropletsFilled: IconDropletsFilled, IconDualScreen: IconDualScreen, IconDualScreenFilled: IconDualScreenFilled, IconDumpling: IconDumpling, IconDumplingFilled: IconDumplingFilled, IconEPassport: IconEPassport, IconEar: IconEar, IconEarOff: IconEarOff, IconEarScan: IconEarScan, IconEaseIn: IconEaseIn, IconEaseInControlPoint: IconEaseInControlPoint, IconEaseInControlPointFilled: IconEaseInControlPointFilled, IconEaseInOut: IconEaseInOut, IconEaseInOutControlPoints: IconEaseInOutControlPoints, IconEaseInOutControlPointsFilled: IconEaseInOutControlPointsFilled, IconEaseOut: IconEaseOut, IconEaseOutControlPoint: IconEaseOutControlPoint, IconEaseOutControlPointFilled: IconEaseOutControlPointFilled, IconEdit: IconEdit, IconEditCircle: IconEditCircle, IconEditCircleOff: IconEditCircleOff, IconEditFilled: IconEditFilled, IconEditOff: IconEditOff, IconEgg: IconEgg, IconEggCracked: IconEggCracked, IconEggCrackedFilled: IconEggCrackedFilled, IconEggFilled: IconEggFilled, IconEggFried: IconEggFried, IconEggFriedFilled: IconEggFriedFilled, IconEggOff: IconEggOff, IconEggs: IconEggs, IconElevator: IconElevator, IconElevatorFilled: IconElevatorFilled, IconElevatorOff: IconElevatorOff, IconEmergencyBed: IconEmergencyBed, IconEmpathize: IconEmpathize, IconEmpathizeOff: IconEmpathizeOff, IconEmphasis: IconEmphasis, IconEngine: IconEngine, IconEngineFilled: IconEngineFilled, IconEngineOff: IconEngineOff, IconEqual: IconEqual, IconEqualDouble: IconEqualDouble, IconEqualNot: IconEqualNot, IconEraser: IconEraser, IconEraserOff: IconEraserOff, IconError404: IconError404, IconError404Off: IconError404Off, IconEscalator: IconEscalator, IconEscalatorDown: IconEscalatorDown, IconEscalatorDownFilled: IconEscalatorDownFilled, IconEscalatorFilled: IconEscalatorFilled, IconEscalatorUp: IconEscalatorUp, IconEscalatorUpFilled: IconEscalatorUpFilled, IconExchange: IconExchange, IconExchangeFilled: IconExchangeFilled, IconExchangeOff: IconExchangeOff, IconExclamationCircle: IconExclamationCircle, IconExclamationCircleFilled: IconExclamationCircleFilled, IconExclamationMark: IconExclamationMark, IconExclamationMarkOff: IconExclamationMarkOff, IconExplicit: IconExplicit, IconExplicitFilled: IconExplicitFilled, IconExplicitOff: IconExplicitOff, IconExposure: IconExposure, IconExposure0: IconExposure0, IconExposureFilled: IconExposureFilled, IconExposureMinus1: IconExposureMinus1, IconExposureMinus2: IconExposureMinus2, IconExposureOff: IconExposureOff, IconExposurePlus1: IconExposurePlus1, IconExposurePlus2: IconExposurePlus2, IconExternalLink: IconExternalLink, IconExternalLinkFilled: IconExternalLinkFilled, IconExternalLinkOff: IconExternalLinkOff, IconEye: IconEye, IconEyeBitcoin: IconEyeBitcoin, IconEyeBolt: IconEyeBolt, IconEyeCancel: IconEyeCancel, IconEyeCheck: IconEyeCheck, IconEyeClosed: IconEyeClosed, IconEyeCode: IconEyeCode, IconEyeCog: IconEyeCog, IconEyeDiscount: IconEyeDiscount, IconEyeDollar: IconEyeDollar, IconEyeDotted: IconEyeDotted, IconEyeDown: IconEyeDown, IconEyeEdit: IconEyeEdit, IconEyeExclamation: IconEyeExclamation, IconEyeFilled: IconEyeFilled, IconEyeHeart: IconEyeHeart, IconEyeMinus: IconEyeMinus, IconEyeOff: IconEyeOff, IconEyePause: IconEyePause, IconEyePin: IconEyePin, IconEyePlus: IconEyePlus, IconEyeQuestion: IconEyeQuestion, IconEyeSearch: IconEyeSearch, IconEyeShare: IconEyeShare, IconEyeSpark: IconEyeSpark, IconEyeStar: IconEyeStar, IconEyeTable: IconEyeTable, IconEyeTableFilled: IconEyeTableFilled, IconEyeUp: IconEyeUp, IconEyeX: IconEyeX, IconEyeglass: IconEyeglass, IconEyeglass2: IconEyeglass2, IconEyeglass2Filled: IconEyeglass2Filled, IconEyeglassFilled: IconEyeglassFilled, IconEyeglassOff: IconEyeglassOff, IconFaceId: IconFaceId, IconFaceIdError: IconFaceIdError, IconFaceMask: IconFaceMask, IconFaceMaskFilled: IconFaceMaskFilled, IconFaceMaskOff: IconFaceMaskOff, IconFall: IconFall, IconFavicon: IconFavicon, IconFaviconFilled: IconFaviconFilled, IconFeather: IconFeather, IconFeatherFilled: IconFeatherFilled, IconFeatherOff: IconFeatherOff, IconFence: IconFence, IconFenceFilled: IconFenceFilled, IconFenceOff: IconFenceOff, IconFerry: IconFerry, IconFerryFilled: IconFerryFilled, IconFidgetSpinner: IconFidgetSpinner, IconFidgetSpinnerFilled: IconFidgetSpinnerFilled, IconFile: IconFile, IconFile3d: IconFile3d, IconFileAi: IconFileAi, IconFileAlert: IconFileAlert, IconFileAnalytics: IconFileAnalytics, IconFileAnalyticsFilled: IconFileAnalyticsFilled, IconFileArrowLeft: IconFileArrowLeft, IconFileArrowRight: IconFileArrowRight, IconFileBarcode: IconFileBarcode, IconFileBitcoin: IconFileBitcoin, IconFileBroken: IconFileBroken, IconFileCertificate: IconFileCertificate, IconFileChart: IconFileChart, IconFileCheck: IconFileCheck, IconFileCheckFilled: IconFileCheckFilled, IconFileCode: IconFileCode, IconFileCode2: IconFileCode2, IconFileCode2Filled: IconFileCode2Filled, IconFileCodeFilled: IconFileCodeFilled, IconFileCv: IconFileCv, IconFileCvFilled: IconFileCvFilled, IconFileDatabase: IconFileDatabase, IconFileDelta: IconFileDelta, IconFileDeltaFilled: IconFileDeltaFilled, IconFileDescription: IconFileDescription, IconFileDescriptionFilled: IconFileDescriptionFilled, IconFileDiff: IconFileDiff, IconFileDiffFilled: IconFileDiffFilled, IconFileDigit: IconFileDigit, IconFileDigitFilled: IconFileDigitFilled, IconFileDislike: IconFileDislike, IconFileDollar: IconFileDollar, IconFileDollarFilled: IconFileDollarFilled, IconFileDots: IconFileDots, IconFileDotsFilled: IconFileDotsFilled, IconFileDownload: IconFileDownload, IconFileDownloadFilled: IconFileDownloadFilled, IconFileEuro: IconFileEuro, IconFileEuroFilled: IconFileEuroFilled, IconFileExcel: IconFileExcel, IconFileExport: IconFileExport, IconFileFilled: IconFileFilled, IconFileFunction: IconFileFunction, IconFileFunctionFilled: IconFileFunctionFilled, IconFileHorizontal: IconFileHorizontal, IconFileHorizontalFilled: IconFileHorizontalFilled, IconFileImport: IconFileImport, IconFileInfinity: IconFileInfinity, IconFileInfo: IconFileInfo, IconFileInfoFilled: IconFileInfoFilled, IconFileInvoice: IconFileInvoice, IconFileInvoiceFilled: IconFileInvoiceFilled, IconFileIsr: IconFileIsr, IconFileLambda: IconFileLambda, IconFileLambdaFilled: IconFileLambdaFilled, IconFileLike: IconFileLike, IconFileMinus: IconFileMinus, IconFileMinusFilled: IconFileMinusFilled, IconFileMusic: IconFileMusic, IconFileMusicFilled: IconFileMusicFilled, IconFileNeutral: IconFileNeutral, IconFileNeutralFilled: IconFileNeutralFilled, IconFileOff: IconFileOff, IconFileOrientation: IconFileOrientation, IconFilePencil: IconFilePencil, IconFilePencilFilled: IconFilePencilFilled, IconFilePercent: IconFilePercent, IconFilePercentFilled: IconFilePercentFilled, IconFilePhone: IconFilePhone, IconFilePhoneFilled: IconFilePhoneFilled, IconFilePlus: IconFilePlus, IconFilePower: IconFilePower, IconFilePowerFilled: IconFilePowerFilled, IconFileReport: IconFileReport, IconFileRss: IconFileRss, IconFileRssFilled: IconFileRssFilled, IconFileSad: IconFileSad, IconFileSadFilled: IconFileSadFilled, IconFileScissors: IconFileScissors, IconFileScissorsFilled: IconFileScissorsFilled, IconFileSearch: IconFileSearch, IconFileSettings: IconFileSettings, IconFileSettingsFilled: IconFileSettingsFilled, IconFileShredder: IconFileShredder, IconFileSignal: IconFileSignal, IconFileSignalFilled: IconFileSignalFilled, IconFileSmile: IconFileSmile, IconFileSmileFilled: IconFileSmileFilled, IconFileSpark: IconFileSpark, IconFileSpreadsheet: IconFileSpreadsheet, IconFileStack: IconFileStack, IconFileStar: IconFileStar, IconFileStarFilled: IconFileStarFilled, IconFileSymlink: IconFileSymlink, IconFileText: IconFileText, IconFileTextAi: IconFileTextAi, IconFileTextFilled: IconFileTextFilled, IconFileTextShield: IconFileTextShield, IconFileTextSpark: IconFileTextSpark, IconFileTime: IconFileTime, IconFileTimeFilled: IconFileTimeFilled, IconFileTypeBmp: IconFileTypeBmp, IconFileTypeCss: IconFileTypeCss, IconFileTypeCsv: IconFileTypeCsv, IconFileTypeDoc: IconFileTypeDoc, IconFileTypeDocx: IconFileTypeDocx, IconFileTypeHtml: IconFileTypeHtml, IconFileTypeJpg: IconFileTypeJpg, IconFileTypeJs: IconFileTypeJs, IconFileTypeJsx: IconFileTypeJsx, IconFileTypePdf: IconFileTypePdf, IconFileTypePhp: IconFileTypePhp, IconFileTypePng: IconFileTypePng, IconFileTypePpt: IconFileTypePpt, IconFileTypeRs: IconFileTypeRs, IconFileTypeSql: IconFileTypeSql, IconFileTypeSvg: IconFileTypeSvg, IconFileTypeTs: IconFileTypeTs, IconFileTypeTsx: IconFileTypeTsx, IconFileTypeTxt: IconFileTypeTxt, IconFileTypeVue: IconFileTypeVue, IconFileTypeXls: IconFileTypeXls, IconFileTypeXml: IconFileTypeXml, IconFileTypeZip: IconFileTypeZip, IconFileTypography: IconFileTypography, IconFileTypographyFilled: IconFileTypographyFilled, IconFileUnknown: IconFileUnknown, IconFileUnknownFilled: IconFileUnknownFilled, IconFileUpload: IconFileUpload, IconFileUploadFilled: IconFileUploadFilled, IconFileVector: IconFileVector, IconFileVectorFilled: IconFileVectorFilled, IconFileWord: IconFileWord, IconFileX: IconFileX, IconFileXFilled: IconFileXFilled, IconFileZip: IconFileZip, IconFiles: IconFiles, IconFilesFilled: IconFilesFilled, IconFilesOff: IconFilesOff, IconFilter: IconFilter, IconFilter2: IconFilter2, IconFilter2Bolt: IconFilter2Bolt, IconFilter2Cancel: IconFilter2Cancel, IconFilter2Check: IconFilter2Check, IconFilter2Code: IconFilter2Code, IconFilter2Cog: IconFilter2Cog, IconFilter2Discount: IconFilter2Discount, IconFilter2Dollar: IconFilter2Dollar, IconFilter2Down: IconFilter2Down, IconFilter2Edit: IconFilter2Edit, IconFilter2Exclamation: IconFilter2Exclamation, IconFilter2Minus: IconFilter2Minus, IconFilter2Pause: IconFilter2Pause, IconFilter2Pin: IconFilter2Pin, IconFilter2Plus: IconFilter2Plus, IconFilter2Question: IconFilter2Question, IconFilter2Search: IconFilter2Search, IconFilter2Share: IconFilter2Share, IconFilter2Spark: IconFilter2Spark, IconFilter2Up: IconFilter2Up, IconFilter2X: IconFilter2X, IconFilterBolt: IconFilterBolt, IconFilterCancel: IconFilterCancel, IconFilterCheck: IconFilterCheck, IconFilterCode: IconFilterCode, IconFilterCog: IconFilterCog, IconFilterDiscount: IconFilterDiscount, IconFilterDollar: IconFilterDollar, IconFilterDown: IconFilterDown, IconFilterEdit: IconFilterEdit, IconFilterExclamation: IconFilterExclamation, IconFilterFilled: IconFilterFilled, IconFilterHeart: IconFilterHeart, IconFilterMinus: IconFilterMinus, IconFilterOff: IconFilterOff, IconFilterPause: IconFilterPause, IconFilterPin: IconFilterPin, IconFilterPlus: IconFilterPlus, IconFilterQuestion: IconFilterQuestion, IconFilterSearch: IconFilterSearch, IconFilterShare: IconFilterShare, IconFilterSpark: IconFilterSpark, IconFilterStar: IconFilterStar, IconFilterUp: IconFilterUp, IconFilterX: IconFilterX, IconFilters: IconFilters, IconFiltersFilled: IconFiltersFilled, IconFingerprint: IconFingerprint, IconFingerprintOff: IconFingerprintOff, IconFingerprintScan: IconFingerprintScan, IconFireExtinguisher: IconFireExtinguisher, IconFireHydrant: IconFireHydrant, IconFireHydrantOff: IconFireHydrantOff, IconFiretruck: IconFiretruck, IconFirewallCheck: IconFirewallCheck, IconFirewallFlame: IconFirewallFlame, IconFirstAidKit: IconFirstAidKit, IconFirstAidKitOff: IconFirstAidKitOff, IconFish: IconFish, IconFishBone: IconFishBone, IconFishBoneFilled: IconFishBoneFilled, IconFishChristianity: IconFishChristianity, IconFishHook: IconFishHook, IconFishHookOff: IconFishHookOff, IconFishOff: IconFishOff, IconFlag: IconFlag, IconFlag2: IconFlag2, IconFlag2Filled: IconFlag2Filled, IconFlag2Off: IconFlag2Off, IconFlag3: IconFlag3, IconFlag3Filled: IconFlag3Filled, IconFlagBitcoin: IconFlagBitcoin, IconFlagBolt: IconFlagBolt, IconFlagCancel: IconFlagCancel, IconFlagCheck: IconFlagCheck, IconFlagCode: IconFlagCode, IconFlagCog: IconFlagCog, IconFlagDiscount: IconFlagDiscount, IconFlagDollar: IconFlagDollar, IconFlagDown: IconFlagDown, IconFlagExclamation: IconFlagExclamation, IconFlagFilled: IconFlagFilled, IconFlagHeart: IconFlagHeart, IconFlagMinus: IconFlagMinus, IconFlagOff: IconFlagOff, IconFlagPause: IconFlagPause, IconFlagPin: IconFlagPin, IconFlagPlus: IconFlagPlus, IconFlagQuestion: IconFlagQuestion, IconFlagSearch: IconFlagSearch, IconFlagShare: IconFlagShare, IconFlagSpark: IconFlagSpark, IconFlagStar: IconFlagStar, IconFlagUp: IconFlagUp, IconFlagX: IconFlagX, IconFlame: IconFlame, IconFlameFilled: IconFlameFilled, IconFlameOff: IconFlameOff, IconFlare: IconFlare, IconFlareFilled: IconFlareFilled, IconFlask: IconFlask, IconFlask2: IconFlask2, IconFlask2Filled: IconFlask2Filled, IconFlask2Off: IconFlask2Off, IconFlaskFilled: IconFlaskFilled, IconFlaskOff: IconFlaskOff, IconFlipFlops: IconFlipFlops, IconFlipHorizontal: IconFlipHorizontal, IconFlipVertical: IconFlipVertical, IconFloatCenter: IconFloatCenter, IconFloatLeft: IconFloatLeft, IconFloatNone: IconFloatNone, IconFloatRight: IconFloatRight, IconFlower: IconFlower, IconFlowerFilled: IconFlowerFilled, IconFlowerOff: IconFlowerOff, IconFocus: IconFocus, IconFocus2: IconFocus2, IconFocusAuto: IconFocusAuto, IconFocusCentered: IconFocusCentered, IconFold: IconFold, IconFoldDown: IconFoldDown, IconFoldUp: IconFoldUp, IconFolder: IconFolder, IconFolderBolt: IconFolderBolt, IconFolderCancel: IconFolderCancel, IconFolderCheck: IconFolderCheck, IconFolderCode: IconFolderCode, IconFolderCog: IconFolderCog, IconFolderDollar: IconFolderDollar, IconFolderDown: IconFolderDown, IconFolderExclamation: IconFolderExclamation, IconFolderFilled: IconFolderFilled, IconFolderHeart: IconFolderHeart, IconFolderMinus: IconFolderMinus, IconFolderOff: IconFolderOff, IconFolderOpen: IconFolderOpen, IconFolderOpenFilled: IconFolderOpenFilled, IconFolderPause: IconFolderPause, IconFolderPin: IconFolderPin, IconFolderPlus: IconFolderPlus, IconFolderQuestion: IconFolderQuestion, IconFolderRoot: IconFolderRoot, IconFolderSearch: IconFolderSearch, IconFolderShare: IconFolderShare, IconFolderStar: IconFolderStar, IconFolderSymlink: IconFolderSymlink, IconFolderUp: IconFolderUp, IconFolderX: IconFolderX, IconFolders: IconFolders, IconFoldersFilled: IconFoldersFilled, IconFoldersOff: IconFoldersOff, IconForbid: IconForbid, IconForbid2: IconForbid2, IconForbid2Filled: IconForbid2Filled, IconForbidFilled: IconForbidFilled, IconForklift: IconForklift, IconForms: IconForms, IconFountain: IconFountain, IconFountainFilled: IconFountainFilled, IconFountainOff: IconFountainOff, IconFrame: IconFrame, IconFrameOff: IconFrameOff, IconFreeRights: IconFreeRights, IconFreezeColumn: IconFreezeColumn, IconFreezeRow: IconFreezeRow, IconFreezeRowColumn: IconFreezeRowColumn, IconFridge: IconFridge, IconFridgeOff: IconFridgeOff, IconFriends: IconFriends, IconFriendsOff: IconFriendsOff, IconFrustum: IconFrustum, IconFrustumOff: IconFrustumOff, IconFrustumPlus: IconFrustumPlus, IconFunction: IconFunction, IconFunctionFilled: IconFunctionFilled, IconFunctionOff: IconFunctionOff, IconGalaxy: IconGalaxy, IconGardenCart: IconGardenCart, IconGardenCartFilled: IconGardenCartFilled, IconGardenCartOff: IconGardenCartOff, IconGasStation: IconGasStation, IconGasStationFilled: IconGasStationFilled, IconGasStationOff: IconGasStationOff, IconGauge: IconGauge, IconGaugeFilled: IconGaugeFilled, IconGaugeOff: IconGaugeOff, IconGavel: IconGavel, IconGenderAgender: IconGenderAgender, IconGenderAndrogyne: IconGenderAndrogyne, IconGenderBigender: IconGenderBigender, IconGenderDemiboy: IconGenderDemiboy, IconGenderDemigirl: IconGenderDemigirl, IconGenderEpicene: IconGenderEpicene, IconGenderFemale: IconGenderFemale, IconGenderFemme: IconGenderFemme, IconGenderGenderfluid: IconGenderGenderfluid, IconGenderGenderless: IconGenderGenderless, IconGenderGenderqueer: IconGenderGenderqueer, IconGenderHermaphrodite: IconGenderHermaphrodite, IconGenderIntergender: IconGenderIntergender, IconGenderMale: IconGenderMale, IconGenderNeutrois: IconGenderNeutrois, IconGenderThird: IconGenderThird, IconGenderTransgender: IconGenderTransgender, IconGenderTrasvesti: IconGenderTrasvesti, IconGeometry: IconGeometry, IconGhost: IconGhost, IconGhost2: IconGhost2, IconGhost2Filled: IconGhost2Filled, IconGhost3: IconGhost3, IconGhost3Filled: IconGhost3Filled, IconGhostFilled: IconGhostFilled, IconGhostOff: IconGhostOff, IconGif: IconGif, IconGift: IconGift, IconGiftCard: IconGiftCard, IconGiftCardFilled: IconGiftCardFilled, IconGiftFilled: IconGiftFilled, IconGiftOff: IconGiftOff, IconGitBranch: IconGitBranch, IconGitBranchDeleted: IconGitBranchDeleted, IconGitCherryPick: IconGitCherryPick, IconGitCommit: IconGitCommit, IconGitCompare: IconGitCompare, IconGitFork: IconGitFork, IconGitMerge: IconGitMerge, IconGitPullRequest: IconGitPullRequest, IconGitPullRequestClosed: IconGitPullRequestClosed, IconGitPullRequestDraft: IconGitPullRequestDraft, IconGizmo: IconGizmo, IconGlass: IconGlass, IconGlassChampagne: IconGlassChampagne, IconGlassCocktail: IconGlassCocktail, IconGlassFilled: IconGlassFilled, IconGlassFull: IconGlassFull, IconGlassFullFilled: IconGlassFullFilled, IconGlassGin: IconGlassGin, IconGlassOff: IconGlassOff, IconGlobe: IconGlobe, IconGlobeFilled: IconGlobeFilled, IconGlobeOff: IconGlobeOff, IconGoGame: IconGoGame, IconGolf: IconGolf, IconGolfFilled: IconGolfFilled, IconGolfOff: IconGolfOff, IconGps: IconGps, IconGpsFilled: IconGpsFilled, IconGradienter: IconGradienter, IconGrain: IconGrain, IconGraph: IconGraph, IconGraphFilled: IconGraphFilled, IconGraphOff: IconGraphOff, IconGrave: IconGrave, IconGrave2: IconGrave2, IconGrid3x3: IconGrid3x3, IconGrid4x4: IconGrid4x4, IconGridDots: IconGridDots, IconGridGoldenratio: IconGridGoldenratio, IconGridPattern: IconGridPattern, IconGridPatternFilled: IconGridPatternFilled, IconGridScan: IconGridScan, IconGrill: IconGrill, IconGrillFork: IconGrillFork, IconGrillOff: IconGrillOff, IconGrillSpatula: IconGrillSpatula, IconGripHorizontal: IconGripHorizontal, IconGripVertical: IconGripVertical, IconGrowth: IconGrowth, IconGuitarPick: IconGuitarPick, IconGuitarPickFilled: IconGuitarPickFilled, IconGymnastics: IconGymnastics, IconH1: IconH1, IconH2: IconH2, IconH3: IconH3, IconH4: IconH4, IconH5: IconH5, IconH6: IconH6, IconHammer: IconHammer, IconHammerOff: IconHammerOff, IconHandClick: IconHandClick, IconHandClickOff: IconHandClickOff, IconHandFinger: IconHandFinger, IconHandFingerDown: IconHandFingerDown, IconHandFingerLeft: IconHandFingerLeft, IconHandFingerOff: IconHandFingerOff, IconHandFingerRight: IconHandFingerRight, IconHandGrab: IconHandGrab, IconHandLittleFinger: IconHandLittleFinger, IconHandLoveYou: IconHandLoveYou, IconHandMiddleFinger: IconHandMiddleFinger, IconHandMove: IconHandMove, IconHandOff: IconHandOff, IconHandRingFinger: IconHandRingFinger, IconHandSanitizer: IconHandSanitizer, IconHandStop: IconHandStop, IconHandThreeFingers: IconHandThreeFingers, IconHandTwoFingers: IconHandTwoFingers, IconHanger: IconHanger, IconHanger2: IconHanger2, IconHanger2Filled: IconHanger2Filled, IconHangerOff: IconHangerOff, IconHash: IconHash, IconHaze: IconHaze, IconHazeMoon: IconHazeMoon, IconHdr: IconHdr, IconHeading: IconHeading, IconHeadingOff: IconHeadingOff, IconHeadphones: IconHeadphones, IconHeadphonesFilled: IconHeadphonesFilled, IconHeadphonesOff: IconHeadphonesOff, IconHeadset: IconHeadset, IconHeadsetFilled: IconHeadsetFilled, IconHeadsetOff: IconHeadsetOff, IconHealthRecognition: IconHealthRecognition, IconHeart: IconHeart, IconHeartBitcoin: IconHeartBitcoin, IconHeartBolt: IconHeartBolt, IconHeartBroken: IconHeartBroken, IconHeartBrokenFilled: IconHeartBrokenFilled, IconHeartCancel: IconHeartCancel, IconHeartCheck: IconHeartCheck, IconHeartCode: IconHeartCode, IconHeartCog: IconHeartCog, IconHeartDiscount: IconHeartDiscount, IconHeartDollar: IconHeartDollar, IconHeartDown: IconHeartDown, IconHeartExclamation: IconHeartExclamation, IconHeartFilled: IconHeartFilled, IconHeartHandshake: IconHeartHandshake, IconHeartMinus: IconHeartMinus, IconHeartOff: IconHeartOff, IconHeartPause: IconHeartPause, IconHeartPin: IconHeartPin, IconHeartPlus: IconHeartPlus, IconHeartQuestion: IconHeartQuestion, IconHeartRateMonitor: IconHeartRateMonitor, IconHeartSearch: IconHeartSearch, IconHeartShare: IconHeartShare, IconHeartSpark: IconHeartSpark, IconHeartStar: IconHeartStar, IconHeartUp: IconHeartUp, IconHeartX: IconHeartX, IconHeartbeat: IconHeartbeat, IconHearts: IconHearts, IconHeartsOff: IconHeartsOff, IconHelicopter: IconHelicopter, IconHelicopterFilled: IconHelicopterFilled, IconHelicopterLanding: IconHelicopterLanding, IconHelicopterLandingFilled: IconHelicopterLandingFilled, IconHelmet: IconHelmet, IconHelmetOff: IconHelmetOff, IconHelp: IconHelp, IconHelpCircle: IconHelpCircle, IconHelpCircleFilled: IconHelpCircleFilled, IconHelpFilled: IconHelpFilled, IconHelpHexagon: IconHelpHexagon, IconHelpHexagonFilled: IconHelpHexagonFilled, IconHelpOctagon: IconHelpOctagon, IconHelpOctagonFilled: IconHelpOctagonFilled, IconHelpOff: IconHelpOff, IconHelpSmall: IconHelpSmall, IconHelpSquare: IconHelpSquare, IconHelpSquareFilled: IconHelpSquareFilled, IconHelpSquareRounded: IconHelpSquareRounded, IconHelpSquareRoundedFilled: IconHelpSquareRoundedFilled, IconHelpTriangle: IconHelpTriangle, IconHelpTriangleFilled: IconHelpTriangleFilled, IconHemisphere: IconHemisphere, IconHemisphereOff: IconHemisphereOff, IconHemispherePlus: IconHemispherePlus, IconHexagon: IconHexagon, IconHexagon3d: IconHexagon3d, IconHexagonAsterisk: IconHexagonAsterisk, IconHexagonFilled: IconHexagonFilled, IconHexagonLetterA: IconHexagonLetterA, IconHexagonLetterAFilled: IconHexagonLetterAFilled, IconHexagonLetterB: IconHexagonLetterB, IconHexagonLetterBFilled: IconHexagonLetterBFilled, IconHexagonLetterC: IconHexagonLetterC, IconHexagonLetterCFilled: IconHexagonLetterCFilled, IconHexagonLetterD: IconHexagonLetterD, IconHexagonLetterDFilled: IconHexagonLetterDFilled, IconHexagonLetterE: IconHexagonLetterE, IconHexagonLetterEFilled: IconHexagonLetterEFilled, IconHexagonLetterF: IconHexagonLetterF, IconHexagonLetterFFilled: IconHexagonLetterFFilled, IconHexagonLetterG: IconHexagonLetterG, IconHexagonLetterGFilled: IconHexagonLetterGFilled, IconHexagonLetterH: IconHexagonLetterH, IconHexagonLetterHFilled: IconHexagonLetterHFilled, IconHexagonLetterI: IconHexagonLetterI, IconHexagonLetterIFilled: IconHexagonLetterIFilled, IconHexagonLetterJ: IconHexagonLetterJ, IconHexagonLetterJFilled: IconHexagonLetterJFilled, IconHexagonLetterK: IconHexagonLetterK, IconHexagonLetterKFilled: IconHexagonLetterKFilled, IconHexagonLetterL: IconHexagonLetterL, IconHexagonLetterLFilled: IconHexagonLetterLFilled, IconHexagonLetterM: IconHexagonLetterM, IconHexagonLetterMFilled: IconHexagonLetterMFilled, IconHexagonLetterN: IconHexagonLetterN, IconHexagonLetterNFilled: IconHexagonLetterNFilled, IconHexagonLetterO: IconHexagonLetterO, IconHexagonLetterOFilled: IconHexagonLetterOFilled, IconHexagonLetterP: IconHexagonLetterP, IconHexagonLetterPFilled: IconHexagonLetterPFilled, IconHexagonLetterQ: IconHexagonLetterQ, IconHexagonLetterQFilled: IconHexagonLetterQFilled, IconHexagonLetterR: IconHexagonLetterR, IconHexagonLetterRFilled: IconHexagonLetterRFilled, IconHexagonLetterS: IconHexagonLetterS, IconHexagonLetterSFilled: IconHexagonLetterSFilled, IconHexagonLetterT: IconHexagonLetterT, IconHexagonLetterTFilled: IconHexagonLetterTFilled, IconHexagonLetterU: IconHexagonLetterU, IconHexagonLetterUFilled: IconHexagonLetterUFilled, IconHexagonLetterV: IconHexagonLetterV, IconHexagonLetterVFilled: IconHexagonLetterVFilled, IconHexagonLetterW: IconHexagonLetterW, IconHexagonLetterWFilled: IconHexagonLetterWFilled, IconHexagonLetterX: IconHexagonLetterX, IconHexagonLetterXFilled: IconHexagonLetterXFilled, IconHexagonLetterY: IconHexagonLetterY, IconHexagonLetterYFilled: IconHexagonLetterYFilled, IconHexagonLetterZ: IconHexagonLetterZ, IconHexagonLetterZFilled: IconHexagonLetterZFilled, IconHexagonMinus: IconHexagonMinus, IconHexagonMinus2: IconHexagonMinus2, IconHexagonMinusFilled: IconHexagonMinusFilled, IconHexagonNumber0: IconHexagonNumber0, IconHexagonNumber0Filled: IconHexagonNumber0Filled, IconHexagonNumber1: IconHexagonNumber1, IconHexagonNumber1Filled: IconHexagonNumber1Filled, IconHexagonNumber2: IconHexagonNumber2, IconHexagonNumber2Filled: IconHexagonNumber2Filled, IconHexagonNumber3: IconHexagonNumber3, IconHexagonNumber3Filled: IconHexagonNumber3Filled, IconHexagonNumber4: IconHexagonNumber4, IconHexagonNumber4Filled: IconHexagonNumber4Filled, IconHexagonNumber5: IconHexagonNumber5, IconHexagonNumber5Filled: IconHexagonNumber5Filled, IconHexagonNumber6: IconHexagonNumber6, IconHexagonNumber6Filled: IconHexagonNumber6Filled, IconHexagonNumber7: IconHexagonNumber7, IconHexagonNumber7Filled: IconHexagonNumber7Filled, IconHexagonNumber8: IconHexagonNumber8, IconHexagonNumber8Filled: IconHexagonNumber8Filled, IconHexagonNumber9: IconHexagonNumber9, IconHexagonNumber9Filled: IconHexagonNumber9Filled, IconHexagonOff: IconHexagonOff, IconHexagonPlus: IconHexagonPlus, IconHexagonPlus2: IconHexagonPlus2, IconHexagonPlusFilled: IconHexagonPlusFilled, IconHexagonalPrism: IconHexagonalPrism, IconHexagonalPrismOff: IconHexagonalPrismOff, IconHexagonalPrismPlus: IconHexagonalPrismPlus, IconHexagonalPyramid: IconHexagonalPyramid, IconHexagonalPyramidOff: IconHexagonalPyramidOff, IconHexagonalPyramidPlus: IconHexagonalPyramidPlus, IconHexagons: IconHexagons, IconHexagonsOff: IconHexagonsOff, IconHierarchy: IconHierarchy, IconHierarchy2: IconHierarchy2, IconHierarchy3: IconHierarchy3, IconHierarchyOff: IconHierarchyOff, IconHighlight: IconHighlight, IconHighlightOff: IconHighlightOff, IconHistory: IconHistory, IconHistoryOff: IconHistoryOff, IconHistoryToggle: IconHistoryToggle, IconHome: IconHome, IconHome2: IconHome2, IconHome2Filled: IconHome2Filled, IconHomeBitcoin: IconHomeBitcoin, IconHomeBolt: IconHomeBolt, IconHomeCancel: IconHomeCancel, IconHomeCheck: IconHomeCheck, IconHomeCog: IconHomeCog, IconHomeDollar: IconHomeDollar, IconHomeDot: IconHomeDot, IconHomeDown: IconHomeDown, IconHomeEco: IconHomeEco, IconHomeEdit: IconHomeEdit, IconHomeExclamation: IconHomeExclamation, IconHomeFilled: IconHomeFilled, IconHomeHand: IconHomeHand, IconHomeHeart: IconHomeHeart, IconHomeInfinity: IconHomeInfinity, IconHomeLink: IconHomeLink, IconHomeLock: IconHomeLock, IconHomeMinus: IconHomeMinus, IconHomeMove: IconHomeMove, IconHomeOff: IconHomeOff, IconHomePlus: IconHomePlus, IconHomeQuestion: IconHomeQuestion, IconHomeRibbon: IconHomeRibbon, IconHomeSearch: IconHomeSearch, IconHomeShare: IconHomeShare, IconHomeShield: IconHomeShield, IconHomeSignal: IconHomeSignal, IconHomeSpark: IconHomeSpark, IconHomeStar: IconHomeStar, IconHomeStats: IconHomeStats, IconHomeUp: IconHomeUp, IconHomeX: IconHomeX, IconHorse: IconHorse, IconHorseToy: IconHorseToy, IconHorseshoe: IconHorseshoe, IconHospital: IconHospital, IconHospitalCircle: IconHospitalCircle, IconHospitalCircleFilled: IconHospitalCircleFilled, IconHotelService: IconHotelService, IconHourglass: IconHourglass, IconHourglassEmpty: IconHourglassEmpty, IconHourglassFilled: IconHourglassFilled, IconHourglassHigh: IconHourglassHigh, IconHourglassLow: IconHourglassLow, IconHourglassOff: IconHourglassOff, IconHours12: IconHours12, IconHours24: IconHours24, IconHtml: IconHtml, IconHttpConnect: IconHttpConnect, IconHttpConnectOff: IconHttpConnectOff, IconHttpDelete: IconHttpDelete, IconHttpDeleteOff: IconHttpDeleteOff, IconHttpGet: IconHttpGet, IconHttpGetOff: IconHttpGetOff, IconHttpHead: IconHttpHead, IconHttpHeadOff: IconHttpHeadOff, IconHttpOptions: IconHttpOptions, IconHttpOptionsOff: IconHttpOptionsOff, IconHttpPatch: IconHttpPatch, IconHttpPatchOff: IconHttpPatchOff, IconHttpPost: IconHttpPost, IconHttpPostOff: IconHttpPostOff, IconHttpPut: IconHttpPut, IconHttpPutOff: IconHttpPutOff, IconHttpQue: IconHttpQue, IconHttpQueOff: IconHttpQueOff, IconHttpTrace: IconHttpTrace, IconHttpTraceOff: IconHttpTraceOff, IconIceCream: IconIceCream, IconIceCream2: IconIceCream2, IconIceCreamOff: IconIceCreamOff, IconIceSkating: IconIceSkating, IconIceberg: IconIceberg, IconIcons: IconIcons, IconIconsFilled: IconIconsFilled, IconIconsOff: IconIconsOff, IconId: IconId, IconIdBadge: IconIdBadge, IconIdBadge2: IconIdBadge2, IconIdBadgeOff: IconIdBadgeOff, IconIdFilled: IconIdFilled, IconIdOff: IconIdOff, IconIkosaedr: IconIkosaedr, IconImageGeneration: IconImageGeneration, IconImageInPicture: IconImageInPicture, IconInbox: IconInbox, IconInboxOff: IconInboxOff, IconIndentDecrease: IconIndentDecrease, IconIndentIncrease: IconIndentIncrease, IconInfinity: IconInfinity, IconInfinityOff: IconInfinityOff, IconInfoCircle: IconInfoCircle, IconInfoCircleFilled: IconInfoCircleFilled, IconInfoHexagon: IconInfoHexagon, IconInfoHexagonFilled: IconInfoHexagonFilled, IconInfoOctagon: IconInfoOctagon, IconInfoOctagonFilled: IconInfoOctagonFilled, IconInfoSmall: IconInfoSmall, IconInfoSquare: IconInfoSquare, IconInfoSquareFilled: IconInfoSquareFilled, IconInfoSquareRounded: IconInfoSquareRounded, IconInfoSquareRoundedFilled: IconInfoSquareRoundedFilled, IconInfoTriangle: IconInfoTriangle, IconInfoTriangleFilled: IconInfoTriangleFilled, IconInnerShadowBottom: IconInnerShadowBottom, IconInnerShadowBottomFilled: IconInnerShadowBottomFilled, IconInnerShadowBottomLeft: IconInnerShadowBottomLeft, IconInnerShadowBottomLeftFilled: IconInnerShadowBottomLeftFilled, IconInnerShadowBottomRight: IconInnerShadowBottomRight, IconInnerShadowBottomRightFilled: IconInnerShadowBottomRightFilled, IconInnerShadowLeft: IconInnerShadowLeft, IconInnerShadowLeftFilled: IconInnerShadowLeftFilled, IconInnerShadowRight: IconInnerShadowRight, IconInnerShadowRightFilled: IconInnerShadowRightFilled, IconInnerShadowTop: IconInnerShadowTop, IconInnerShadowTopFilled: IconInnerShadowTopFilled, IconInnerShadowTopLeft: IconInnerShadowTopLeft, IconInnerShadowTopLeftFilled: IconInnerShadowTopLeftFilled, IconInnerShadowTopRight: IconInnerShadowTopRight, IconInnerShadowTopRightFilled: IconInnerShadowTopRightFilled, IconInputAi: IconInputAi, IconInputCheck: IconInputCheck, IconInputSearch: IconInputSearch, IconInputSpark: IconInputSpark, IconInputX: IconInputX, IconInvoice: IconInvoice, IconIroning: IconIroning, IconIroning1: IconIroning1, IconIroning1Filled: IconIroning1Filled, IconIroning2: IconIroning2, IconIroning2Filled: IconIroning2Filled, IconIroning3: IconIroning3, IconIroning3Filled: IconIroning3Filled, IconIroningFilled: IconIroningFilled, IconIroningOff: IconIroningOff, IconIroningSteam: IconIroningSteam, IconIroningSteamFilled: IconIroningSteamFilled, IconIroningSteamOff: IconIroningSteamOff, IconIrregularPolyhedron: IconIrregularPolyhedron, IconIrregularPolyhedronOff: IconIrregularPolyhedronOff, IconIrregularPolyhedronPlus: IconIrregularPolyhedronPlus, IconItalic: IconItalic, IconJacket: IconJacket, IconJetpack: IconJetpack, IconJetpackFilled: IconJetpackFilled, IconJetski: IconJetski, IconJewishStar: IconJewishStar, IconJewishStarFilled: IconJewishStarFilled, IconJoinBevel: IconJoinBevel, IconJoinRound: IconJoinRound, IconJoinStraight: IconJoinStraight, IconJoker: IconJoker, IconJpg: IconJpg, IconJson: IconJson, IconJumpRope: IconJumpRope, IconKarate: IconKarate, IconKayak: IconKayak, IconKerning: IconKerning, IconKey: IconKey, IconKeyFilled: IconKeyFilled, IconKeyOff: IconKeyOff, IconKeyboard: IconKeyboard, IconKeyboardFilled: IconKeyboardFilled, IconKeyboardHide: IconKeyboardHide, IconKeyboardOff: IconKeyboardOff, IconKeyboardShow: IconKeyboardShow, IconKeyframe: IconKeyframe, IconKeyframeAlignCenter: IconKeyframeAlignCenter, IconKeyframeAlignCenterFilled: IconKeyframeAlignCenterFilled, IconKeyframeAlignHorizontal: IconKeyframeAlignHorizontal, IconKeyframeAlignHorizontalFilled: IconKeyframeAlignHorizontalFilled, IconKeyframeAlignVertical: IconKeyframeAlignVertical, IconKeyframeAlignVerticalFilled: IconKeyframeAlignVerticalFilled, IconKeyframeFilled: IconKeyframeFilled, IconKeyframes: IconKeyframes, IconKeyframesFilled: IconKeyframesFilled, IconLabel: IconLabel, IconLabelFilled: IconLabelFilled, IconLabelImportant: IconLabelImportant, IconLabelImportantFilled: IconLabelImportantFilled, IconLabelOff: IconLabelOff, IconLadder: IconLadder, IconLadderOff: IconLadderOff, IconLadle: IconLadle, IconLambda: IconLambda, IconLamp: IconLamp, IconLamp2: IconLamp2, IconLampOff: IconLampOff, IconLane: IconLane, IconLanguage: IconLanguage, IconLanguageHiragana: IconLanguageHiragana, IconLanguageKatakana: IconLanguageKatakana, IconLanguageOff: IconLanguageOff, IconLasso: IconLasso, IconLassoOff: IconLassoOff, IconLassoPolygon: IconLassoPolygon, IconLassoPolygonFilled: IconLassoPolygonFilled, IconLaurelWreath: IconLaurelWreath, IconLaurelWreath1: IconLaurelWreath1, IconLaurelWreath1Filled: IconLaurelWreath1Filled, IconLaurelWreath2: IconLaurelWreath2, IconLaurelWreath2Filled: IconLaurelWreath2Filled, IconLaurelWreath3: IconLaurelWreath3, IconLaurelWreath3Filled: IconLaurelWreath3Filled, IconLaurelWreathFilled: IconLaurelWreathFilled, IconLayersDifference: IconLayersDifference, IconLayersIntersect: IconLayersIntersect, IconLayersIntersect2: IconLayersIntersect2, IconLayersLinked: IconLayersLinked, IconLayersOff: IconLayersOff, IconLayersSelected: IconLayersSelected, IconLayersSelectedBottom: IconLayersSelectedBottom, IconLayersSubtract: IconLayersSubtract, IconLayersUnion: IconLayersUnion, IconLayout: IconLayout, IconLayout2: IconLayout2, IconLayout2Filled: IconLayout2Filled, IconLayoutAlignBottom: IconLayoutAlignBottom, IconLayoutAlignBottomFilled: IconLayoutAlignBottomFilled, IconLayoutAlignCenter: IconLayoutAlignCenter, IconLayoutAlignCenterFilled: IconLayoutAlignCenterFilled, IconLayoutAlignLeft: IconLayoutAlignLeft, IconLayoutAlignLeftFilled: IconLayoutAlignLeftFilled, IconLayoutAlignMiddle: IconLayoutAlignMiddle, IconLayoutAlignMiddleFilled: IconLayoutAlignMiddleFilled, IconLayoutAlignRight: IconLayoutAlignRight, IconLayoutAlignRightFilled: IconLayoutAlignRightFilled, IconLayoutAlignTop: IconLayoutAlignTop, IconLayoutAlignTopFilled: IconLayoutAlignTopFilled, IconLayoutBoard: IconLayoutBoard, IconLayoutBoardFilled: IconLayoutBoardFilled, IconLayoutBoardSplit: IconLayoutBoardSplit, IconLayoutBoardSplitFilled: IconLayoutBoardSplitFilled, IconLayoutBottombar: IconLayoutBottombar, IconLayoutBottombarCollapse: IconLayoutBottombarCollapse, IconLayoutBottombarCollapseFilled: IconLayoutBottombarCollapseFilled, IconLayoutBottombarExpand: IconLayoutBottombarExpand, IconLayoutBottombarExpandFilled: IconLayoutBottombarExpandFilled, IconLayoutBottombarFilled: IconLayoutBottombarFilled, IconLayoutBottombarInactive: IconLayoutBottombarInactive, IconLayoutCards: IconLayoutCards, IconLayoutCardsFilled: IconLayoutCardsFilled, IconLayoutCollage: IconLayoutCollage, IconLayoutColumns: IconLayoutColumns, IconLayoutDashboard: IconLayoutDashboard, IconLayoutDashboardFilled: IconLayoutDashboardFilled, IconLayoutDistributeHorizontal: IconLayoutDistributeHorizontal, IconLayoutDistributeHorizontalFilled: IconLayoutDistributeHorizontalFilled, IconLayoutDistributeVertical: IconLayoutDistributeVertical, IconLayoutDistributeVerticalFilled: IconLayoutDistributeVerticalFilled, IconLayoutFilled: IconLayoutFilled, IconLayoutGrid: IconLayoutGrid, IconLayoutGridAdd: IconLayoutGridAdd, IconLayoutGridFilled: IconLayoutGridFilled, IconLayoutGridRemove: IconLayoutGridRemove, IconLayoutKanban: IconLayoutKanban, IconLayoutKanbanFilled: IconLayoutKanbanFilled, IconLayoutList: IconLayoutList, IconLayoutListFilled: IconLayoutListFilled, IconLayoutNavbar: IconLayoutNavbar, IconLayoutNavbarCollapse: IconLayoutNavbarCollapse, IconLayoutNavbarCollapseFilled: IconLayoutNavbarCollapseFilled, IconLayoutNavbarExpand: IconLayoutNavbarExpand, IconLayoutNavbarExpandFilled: IconLayoutNavbarExpandFilled, IconLayoutNavbarFilled: IconLayoutNavbarFilled, IconLayoutNavbarInactive: IconLayoutNavbarInactive, IconLayoutOff: IconLayoutOff, IconLayoutRows: IconLayoutRows, IconLayoutSidebar: IconLayoutSidebar, IconLayoutSidebarFilled: IconLayoutSidebarFilled, IconLayoutSidebarInactive: IconLayoutSidebarInactive, IconLayoutSidebarLeftCollapse: IconLayoutSidebarLeftCollapse, IconLayoutSidebarLeftCollapseFilled: IconLayoutSidebarLeftCollapseFilled, IconLayoutSidebarLeftExpand: IconLayoutSidebarLeftExpand, IconLayoutSidebarLeftExpandFilled: IconLayoutSidebarLeftExpandFilled, IconLayoutSidebarRight: IconLayoutSidebarRight, IconLayoutSidebarRightCollapse: IconLayoutSidebarRightCollapse, IconLayoutSidebarRightCollapseFilled: IconLayoutSidebarRightCollapseFilled, IconLayoutSidebarRightExpand: IconLayoutSidebarRightExpand, IconLayoutSidebarRightExpandFilled: IconLayoutSidebarRightExpandFilled, IconLayoutSidebarRightFilled: IconLayoutSidebarRightFilled, IconLayoutSidebarRightInactive: IconLayoutSidebarRightInactive, IconLeaf: IconLeaf, IconLeaf2: IconLeaf2, IconLeafFilled: IconLeafFilled, IconLeafOff: IconLeafOff, IconLego: IconLego, IconLegoFilled: IconLegoFilled, IconLegoOff: IconLegoOff, IconLemon: IconLemon, IconLemon2: IconLemon2, IconLemon2Filled: IconLemon2Filled, IconLetterA: IconLetterA, IconLetterASmall: IconLetterASmall, IconLetterB: IconLetterB, IconLetterBSmall: IconLetterBSmall, IconLetterC: IconLetterC, IconLetterCSmall: IconLetterCSmall, IconLetterCase: IconLetterCase, IconLetterCaseLower: IconLetterCaseLower, IconLetterCaseToggle: IconLetterCaseToggle, IconLetterCaseUpper: IconLetterCaseUpper, IconLetterD: IconLetterD, IconLetterDSmall: IconLetterDSmall, IconLetterE: IconLetterE, IconLetterESmall: IconLetterESmall, IconLetterF: IconLetterF, IconLetterFSmall: IconLetterFSmall, IconLetterG: IconLetterG, IconLetterGSmall: IconLetterGSmall, IconLetterH: IconLetterH, IconLetterHSmall: IconLetterHSmall, IconLetterI: IconLetterI, IconLetterISmall: IconLetterISmall, IconLetterJ: IconLetterJ, IconLetterJSmall: IconLetterJSmall, IconLetterK: IconLetterK, IconLetterKSmall: IconLetterKSmall, IconLetterL: IconLetterL, IconLetterLSmall: IconLetterLSmall, IconLetterM: IconLetterM, IconLetterMSmall: IconLetterMSmall, IconLetterN: IconLetterN, IconLetterNSmall: IconLetterNSmall, IconLetterO: IconLetterO, IconLetterOSmall: IconLetterOSmall, IconLetterP: IconLetterP, IconLetterPSmall: IconLetterPSmall, IconLetterQ: IconLetterQ, IconLetterQSmall: IconLetterQSmall, IconLetterR: IconLetterR, IconLetterRSmall: IconLetterRSmall, IconLetterS: IconLetterS, IconLetterSSmall: IconLetterSSmall, IconLetterSpacing: IconLetterSpacing, IconLetterT: IconLetterT, IconLetterTSmall: IconLetterTSmall, IconLetterU: IconLetterU, IconLetterUSmall: IconLetterUSmall, IconLetterV: IconLetterV, IconLetterVSmall: IconLetterVSmall, IconLetterW: IconLetterW, IconLetterWSmall: IconLetterWSmall, IconLetterX: IconLetterX, IconLetterXSmall: IconLetterXSmall, IconLetterY: IconLetterY, IconLetterYSmall: IconLetterYSmall, IconLetterZ: IconLetterZ, IconLetterZSmall: IconLetterZSmall, IconLibrary: IconLibrary, IconLibraryFilled: IconLibraryFilled, IconLibraryMinus: IconLibraryMinus, IconLibraryPhoto: IconLibraryPhoto, IconLibraryPlus: IconLibraryPlus, IconLibraryPlusFilled: IconLibraryPlusFilled, IconLicense: IconLicense, IconLicenseOff: IconLicenseOff, IconLifebuoy: IconLifebuoy, IconLifebuoyFilled: IconLifebuoyFilled, IconLifebuoyOff: IconLifebuoyOff, IconLighter: IconLighter, IconLine: IconLine, IconLineDashed: IconLineDashed, IconLineDotted: IconLineDotted, IconLineHeight: IconLineHeight, IconLineScan: IconLineScan, IconLink: IconLink, IconLinkFilled: IconLinkFilled, IconLinkMinus: IconLinkMinus, IconLinkOff: IconLinkOff, IconLinkPlus: IconLinkPlus, IconList: IconList, IconListCheck: IconListCheck, IconListCheckFilled: IconListCheckFilled, IconListDetails: IconListDetails, IconListDetailsFilled: IconListDetailsFilled, IconListFilled: IconListFilled, IconListLetters: IconListLetters, IconListNumbers: IconListNumbers, IconListSearch: IconListSearch, IconListTree: IconListTree, IconLivePhoto: IconLivePhoto, IconLivePhotoFilled: IconLivePhotoFilled, IconLivePhotoOff: IconLivePhotoOff, IconLiveView: IconLiveView, IconLiveViewFilled: IconLiveViewFilled, IconLoadBalancer: IconLoadBalancer, IconLoader: IconLoader, IconLoader2: IconLoader2, IconLoader3: IconLoader3, IconLoaderQuarter: IconLoaderQuarter, IconLocation: IconLocation, IconLocationBolt: IconLocationBolt, IconLocationBroken: IconLocationBroken, IconLocationCancel: IconLocationCancel, IconLocationCheck: IconLocationCheck, IconLocationCode: IconLocationCode, IconLocationCog: IconLocationCog, IconLocationDiscount: IconLocationDiscount, IconLocationDollar: IconLocationDollar, IconLocationDown: IconLocationDown, IconLocationExclamation: IconLocationExclamation, IconLocationFilled: IconLocationFilled, IconLocationHeart: IconLocationHeart, IconLocationMinus: IconLocationMinus, IconLocationOff: IconLocationOff, IconLocationPause: IconLocationPause, IconLocationPin: IconLocationPin, IconLocationPlus: IconLocationPlus, IconLocationQuestion: IconLocationQuestion, IconLocationSearch: IconLocationSearch, IconLocationShare: IconLocationShare, IconLocationStar: IconLocationStar, IconLocationUp: IconLocationUp, IconLocationX: IconLocationX, IconLock: IconLock, IconLockAccess: IconLockAccess, IconLockAccessOff: IconLockAccessOff, IconLockBitcoin: IconLockBitcoin, IconLockBolt: IconLockBolt, IconLockCancel: IconLockCancel, IconLockCheck: IconLockCheck, IconLockCode: IconLockCode, IconLockCog: IconLockCog, IconLockDollar: IconLockDollar, IconLockDown: IconLockDown, IconLockExclamation: IconLockExclamation, IconLockFilled: IconLockFilled, IconLockHeart: IconLockHeart, IconLockMinus: IconLockMinus, IconLockOff: IconLockOff, IconLockOpen: IconLockOpen, IconLockOpen2: IconLockOpen2, IconLockOpenOff: IconLockOpenOff, IconLockPassword: IconLockPassword, IconLockPause: IconLockPause, IconLockPin: IconLockPin, IconLockPlus: IconLockPlus, IconLockQuestion: IconLockQuestion, IconLockSearch: IconLockSearch, IconLockShare: IconLockShare, IconLockSquare: IconLockSquare, IconLockSquareRounded: IconLockSquareRounded, IconLockSquareRoundedFilled: IconLockSquareRoundedFilled, IconLockStar: IconLockStar, IconLockUp: IconLockUp, IconLockX: IconLockX, IconLogicAnd: IconLogicAnd, IconLogicBuffer: IconLogicBuffer, IconLogicNand: IconLogicNand, IconLogicNor: IconLogicNor, IconLogicNot: IconLogicNot, IconLogicOr: IconLogicOr, IconLogicXnor: IconLogicXnor, IconLogicXor: IconLogicXor, IconLogin: IconLogin, IconLogin2: IconLogin2, IconLogout: IconLogout, IconLogout2: IconLogout2, IconLogs: IconLogs, IconLollipop: IconLollipop, IconLollipopOff: IconLollipopOff, IconLuggage: IconLuggage, IconLuggageOff: IconLuggageOff, IconLungs: IconLungs, IconLungsFilled: IconLungsFilled, IconLungsOff: IconLungsOff, IconMacro: IconMacro, IconMacroFilled: IconMacroFilled, IconMacroOff: IconMacroOff, IconMagnet: IconMagnet, IconMagnetFilled: IconMagnetFilled, IconMagnetOff: IconMagnetOff, IconMagnetic: IconMagnetic, IconMail: IconMail, IconMailAi: IconMailAi, IconMailBitcoin: IconMailBitcoin, IconMailBolt: IconMailBolt, IconMailCancel: IconMailCancel, IconMailCheck: IconMailCheck, IconMailCode: IconMailCode, IconMailCog: IconMailCog, IconMailDollar: IconMailDollar, IconMailDown: IconMailDown, IconMailExclamation: IconMailExclamation, IconMailFast: IconMailFast, IconMailFilled: IconMailFilled, IconMailForward: IconMailForward, IconMailHeart: IconMailHeart, IconMailMinus: IconMailMinus, IconMailOff: IconMailOff, IconMailOpened: IconMailOpened, IconMailOpenedFilled: IconMailOpenedFilled, IconMailPause: IconMailPause, IconMailPin: IconMailPin, IconMailPlus: IconMailPlus, IconMailQuestion: IconMailQuestion, IconMailSearch: IconMailSearch, IconMailShare: IconMailShare, IconMailSpark: IconMailSpark, IconMailStar: IconMailStar, IconMailUp: IconMailUp, IconMailX: IconMailX, IconMailbox: IconMailbox, IconMailboxOff: IconMailboxOff, IconMan: IconMan, IconManFilled: IconManFilled, IconManualGearbox: IconManualGearbox, IconManualGearboxFilled: IconManualGearboxFilled, IconMap: IconMap, IconMap2: IconMap2, IconMapBolt: IconMapBolt, IconMapCancel: IconMapCancel, IconMapCheck: IconMapCheck, IconMapCode: IconMapCode, IconMapCog: IconMapCog, IconMapDiscount: IconMapDiscount, IconMapDollar: IconMapDollar, IconMapDown: IconMapDown, IconMapEast: IconMapEast, IconMapExclamation: IconMapExclamation, IconMapHeart: IconMapHeart, IconMapLock: IconMapLock, IconMapMinus: IconMapMinus, IconMapNorth: IconMapNorth, IconMapOff: IconMapOff, IconMapPause: IconMapPause, IconMapPin: IconMapPin, IconMapPin2: IconMapPin2, IconMapPinBolt: IconMapPinBolt, IconMapPinCancel: IconMapPinCancel, IconMapPinCheck: IconMapPinCheck, IconMapPinCode: IconMapPinCode, IconMapPinCog: IconMapPinCog, IconMapPinDollar: IconMapPinDollar, IconMapPinDown: IconMapPinDown, IconMapPinExclamation: IconMapPinExclamation, IconMapPinFilled: IconMapPinFilled, IconMapPinHeart: IconMapPinHeart, IconMapPinMinus: IconMapPinMinus, IconMapPinOff: IconMapPinOff, IconMapPinPause: IconMapPinPause, IconMapPinPin: IconMapPinPin, IconMapPinPlus: IconMapPinPlus, IconMapPinQuestion: IconMapPinQuestion, IconMapPinSearch: IconMapPinSearch, IconMapPinShare: IconMapPinShare, IconMapPinStar: IconMapPinStar, IconMapPinUp: IconMapPinUp, IconMapPinX: IconMapPinX, IconMapPins: IconMapPins, IconMapPlus: IconMapPlus, IconMapQuestion: IconMapQuestion, IconMapRoute: IconMapRoute, IconMapSearch: IconMapSearch, IconMapShare: IconMapShare, IconMapShield: IconMapShield, IconMapSouth: IconMapSouth, IconMapStar: IconMapStar, IconMapUp: IconMapUp, IconMapWest: IconMapWest, IconMapX: IconMapX, IconMarkdown: IconMarkdown, IconMarkdownOff: IconMarkdownOff, IconMarquee: IconMarquee, IconMarquee2: IconMarquee2, IconMarqueeOff: IconMarqueeOff, IconMars: IconMars, IconMask: IconMask, IconMaskOff: IconMaskOff, IconMasksTheater: IconMasksTheater, IconMasksTheaterOff: IconMasksTheaterOff, IconMassage: IconMassage, IconMatchstick: IconMatchstick, IconMath: IconMath, IconMath1Divide2: IconMath1Divide2, IconMath1Divide3: IconMath1Divide3, IconMathAvg: IconMathAvg, IconMathCos: IconMathCos, IconMathCtg: IconMathCtg, IconMathEqualGreater: IconMathEqualGreater, IconMathEqualLower: IconMathEqualLower, IconMathFunction: IconMathFunction, IconMathFunctionOff: IconMathFunctionOff, IconMathFunctionY: IconMathFunctionY, IconMathGreater: IconMathGreater, IconMathIntegral: IconMathIntegral, IconMathIntegralX: IconMathIntegralX, IconMathIntegrals: IconMathIntegrals, IconMathLower: IconMathLower, IconMathMax: IconMathMax, IconMathMaxMin: IconMathMaxMin, IconMathMin: IconMathMin, IconMathNot: IconMathNot, IconMathOff: IconMathOff, IconMathPi: IconMathPi, IconMathPiDivide2: IconMathPiDivide2, IconMathSec: IconMathSec, IconMathSin: IconMathSin, IconMathSymbols: IconMathSymbols, IconMathTg: IconMathTg, IconMathXDivide2: IconMathXDivide2, IconMathXDivideY: IconMathXDivideY, IconMathXDivideY2: IconMathXDivideY2, IconMathXFloorDivideY: IconMathXFloorDivideY, IconMathXMinusX: IconMathXMinusX, IconMathXMinusY: IconMathXMinusY, IconMathXPlusX: IconMathXPlusX, IconMathXPlusY: IconMathXPlusY, IconMathXy: IconMathXy, IconMathYMinusY: IconMathYMinusY, IconMathYPlusY: IconMathYPlusY, IconMatrix: IconMatrix, IconMaximize: IconMaximize, IconMaximizeOff: IconMaximizeOff, IconMeat: IconMeat, IconMeatOff: IconMeatOff, IconMedal: IconMedal, IconMedal2: IconMedal2, IconMedicalCross: IconMedicalCross, IconMedicalCrossCircle: IconMedicalCrossCircle, IconMedicalCrossFilled: IconMedicalCrossFilled, IconMedicalCrossOff: IconMedicalCrossOff, IconMedicineSyrup: IconMedicineSyrup, IconMeeple: IconMeeple, IconMeepleFilled: IconMeepleFilled, IconMelon: IconMelon, IconMelonFilled: IconMelonFilled, IconMenorah: IconMenorah, IconMenu: IconMenu, IconMenu2: IconMenu2, IconMenu2Filled: IconMenu2Filled, IconMenu3: IconMenu3, IconMenu4: IconMenu4, IconMenuDeep: IconMenuDeep, IconMenuOrder: IconMenuOrder, IconMesh: IconMesh, IconMessage: IconMessage, IconMessage2: IconMessage2, IconMessage2Bolt: IconMessage2Bolt, IconMessage2Cancel: IconMessage2Cancel, IconMessage2Check: IconMessage2Check, IconMessage2Code: IconMessage2Code, IconMessage2Cog: IconMessage2Cog, IconMessage2Dollar: IconMessage2Dollar, IconMessage2Down: IconMessage2Down, IconMessage2Exclamation: IconMessage2Exclamation, IconMessage2Filled: IconMessage2Filled, IconMessage2Heart: IconMessage2Heart, IconMessage2Minus: IconMessage2Minus, IconMessage2Off: IconMessage2Off, IconMessage2Pause: IconMessage2Pause, IconMessage2Pin: IconMessage2Pin, IconMessage2Plus: IconMessage2Plus, IconMessage2Question: IconMessage2Question, IconMessage2Search: IconMessage2Search, IconMessage2Share: IconMessage2Share, IconMessage2Star: IconMessage2Star, IconMessage2Up: IconMessage2Up, IconMessage2X: IconMessage2X, IconMessageBolt: IconMessageBolt, IconMessageCancel: IconMessageCancel, IconMessageChatbot: IconMessageChatbot, IconMessageChatbotFilled: IconMessageChatbotFilled, IconMessageCheck: IconMessageCheck, IconMessageCircle: IconMessageCircle, IconMessageCircleBolt: IconMessageCircleBolt, IconMessageCircleCancel: IconMessageCircleCancel, IconMessageCircleCheck: IconMessageCircleCheck, IconMessageCircleCode: IconMessageCircleCode, IconMessageCircleCog: IconMessageCircleCog, IconMessageCircleDollar: IconMessageCircleDollar, IconMessageCircleDown: IconMessageCircleDown, IconMessageCircleExclamation: IconMessageCircleExclamation, IconMessageCircleFilled: IconMessageCircleFilled, IconMessageCircleHeart: IconMessageCircleHeart, IconMessageCircleMinus: IconMessageCircleMinus, IconMessageCircleOff: IconMessageCircleOff, IconMessageCirclePause: IconMessageCirclePause, IconMessageCirclePin: IconMessageCirclePin, IconMessageCirclePlus: IconMessageCirclePlus, IconMessageCircleQuestion: IconMessageCircleQuestion, IconMessageCircleSearch: IconMessageCircleSearch, IconMessageCircleShare: IconMessageCircleShare, IconMessageCircleStar: IconMessageCircleStar, IconMessageCircleUp: IconMessageCircleUp, IconMessageCircleUser: IconMessageCircleUser, IconMessageCircleX: IconMessageCircleX, IconMessageCode: IconMessageCode, IconMessageCog: IconMessageCog, IconMessageDollar: IconMessageDollar, IconMessageDots: IconMessageDots, IconMessageDown: IconMessageDown, IconMessageExclamation: IconMessageExclamation, IconMessageFilled: IconMessageFilled, IconMessageForward: IconMessageForward, IconMessageHeart: IconMessageHeart, IconMessageLanguage: IconMessageLanguage, IconMessageMinus: IconMessageMinus, IconMessageOff: IconMessageOff, IconMessagePause: IconMessagePause, IconMessagePin: IconMessagePin, IconMessagePlus: IconMessagePlus, IconMessageQuestion: IconMessageQuestion, IconMessageReply: IconMessageReply, IconMessageReport: IconMessageReport, IconMessageReportFilled: IconMessageReportFilled, IconMessageSearch: IconMessageSearch, IconMessageShare: IconMessageShare, IconMessageStar: IconMessageStar, IconMessageUp: IconMessageUp, IconMessageUser: IconMessageUser, IconMessageX: IconMessageX, IconMessages: IconMessages, IconMessagesFilled: IconMessagesFilled, IconMessagesOff: IconMessagesOff, IconMeteor: IconMeteor, IconMeteorFilled: IconMeteorFilled, IconMeteorOff: IconMeteorOff, IconMeterCube: IconMeterCube, IconMeterSquare: IconMeterSquare, IconMetronome: IconMetronome, IconMichelinBibGourmand: IconMichelinBibGourmand, IconMichelinStar: IconMichelinStar, IconMichelinStarFilled: IconMichelinStarFilled, IconMichelinStarGreen: IconMichelinStarGreen, IconMickey: IconMickey, IconMickeyFilled: IconMickeyFilled, IconMicrofrontends: IconMicrofrontends, IconMicrophone: IconMicrophone, IconMicrophone2: IconMicrophone2, IconMicrophone2Off: IconMicrophone2Off, IconMicrophoneFilled: IconMicrophoneFilled, IconMicrophoneOff: IconMicrophoneOff, IconMicroscope: IconMicroscope, IconMicroscopeFilled: IconMicroscopeFilled, IconMicroscopeOff: IconMicroscopeOff, IconMicrowave: IconMicrowave, IconMicrowaveFilled: IconMicrowaveFilled, IconMicrowaveOff: IconMicrowaveOff, IconMiddleware: IconMiddleware, IconMilitaryAward: IconMilitaryAward, IconMilitaryRank: IconMilitaryRank, IconMilitaryRankFilled: IconMilitaryRankFilled, IconMilk: IconMilk, IconMilkFilled: IconMilkFilled, IconMilkOff: IconMilkOff, IconMilkshake: IconMilkshake, IconMinimize: IconMinimize, IconMinus: IconMinus, IconMinusVertical: IconMinusVertical, IconMist: IconMist, IconMistOff: IconMistOff, IconMobiledata: IconMobiledata, IconMobiledataOff: IconMobiledataOff, IconMoneybag: IconMoneybag, IconMoneybagEdit: IconMoneybagEdit, IconMoneybagHeart: IconMoneybagHeart, IconMoneybagMinus: IconMoneybagMinus, IconMoneybagMove: IconMoneybagMove, IconMoneybagMoveBack: IconMoneybagMoveBack, IconMoneybagPlus: IconMoneybagPlus, IconMonkeybar: IconMonkeybar, IconMoodAngry: IconMoodAngry, IconMoodAngryFilled: IconMoodAngryFilled, IconMoodAnnoyed: IconMoodAnnoyed, IconMoodAnnoyed2: IconMoodAnnoyed2, IconMoodBitcoin: IconMoodBitcoin, IconMoodBoy: IconMoodBoy, IconMoodCheck: IconMoodCheck, IconMoodCog: IconMoodCog, IconMoodConfuzed: IconMoodConfuzed, IconMoodConfuzedFilled: IconMoodConfuzedFilled, IconMoodCrazyHappy: IconMoodCrazyHappy, IconMoodCrazyHappyFilled: IconMoodCrazyHappyFilled, IconMoodCry: IconMoodCry, IconMoodDollar: IconMoodDollar, IconMoodEdit: IconMoodEdit, IconMoodEmpty: IconMoodEmpty, IconMoodEmptyFilled: IconMoodEmptyFilled, IconMoodHappy: IconMoodHappy, IconMoodHappyFilled: IconMoodHappyFilled, IconMoodHeart: IconMoodHeart, IconMoodKid: IconMoodKid, IconMoodKidFilled: IconMoodKidFilled, IconMoodLookDown: IconMoodLookDown, IconMoodLookLeft: IconMoodLookLeft, IconMoodLookRight: IconMoodLookRight, IconMoodLookUp: IconMoodLookUp, IconMoodMinus: IconMoodMinus, IconMoodNerd: IconMoodNerd, IconMoodNervous: IconMoodNervous, IconMoodNeutral: IconMoodNeutral, IconMoodNeutralFilled: IconMoodNeutralFilled, IconMoodOff: IconMoodOff, IconMoodPin: IconMoodPin, IconMoodPlus: IconMoodPlus, IconMoodPuzzled: IconMoodPuzzled, IconMoodSad: IconMoodSad, IconMoodSad2: IconMoodSad2, IconMoodSadDizzy: IconMoodSadDizzy, IconMoodSadFilled: IconMoodSadFilled, IconMoodSadSquint: IconMoodSadSquint, IconMoodSearch: IconMoodSearch, IconMoodShare: IconMoodShare, IconMoodSick: IconMoodSick, IconMoodSilence: IconMoodSilence, IconMoodSing: IconMoodSing, IconMoodSmile: IconMoodSmile, IconMoodSmileBeam: IconMoodSmileBeam, IconMoodSmileDizzy: IconMoodSmileDizzy, IconMoodSmileFilled: IconMoodSmileFilled, IconMoodSpark: IconMoodSpark, IconMoodSurprised: IconMoodSurprised, IconMoodTongue: IconMoodTongue, IconMoodTongueWink: IconMoodTongueWink, IconMoodTongueWink2: IconMoodTongueWink2, IconMoodUnamused: IconMoodUnamused, IconMoodUp: IconMoodUp, IconMoodWink: IconMoodWink, IconMoodWink2: IconMoodWink2, IconMoodWrrr: IconMoodWrrr, IconMoodWrrrFilled: IconMoodWrrrFilled, IconMoodX: IconMoodX, IconMoodXd: IconMoodXd, IconMoon: IconMoon, IconMoon2: IconMoon2, IconMoonFilled: IconMoonFilled, IconMoonOff: IconMoonOff, IconMoonStars: IconMoonStars, IconMoped: IconMoped, IconMotorbike: IconMotorbike, IconMotorbikeFilled: IconMotorbikeFilled, IconMountain: IconMountain, IconMountainFilled: IconMountainFilled, IconMountainOff: IconMountainOff, IconMouse: IconMouse, IconMouse2: IconMouse2, IconMouseFilled: IconMouseFilled, IconMouseOff: IconMouseOff, IconMoustache: IconMoustache, IconMovie: IconMovie, IconMovieOff: IconMovieOff, IconMug: IconMug, IconMugFilled: IconMugFilled, IconMugOff: IconMugOff, IconMultiplier05x: IconMultiplier05x, IconMultiplier15x: IconMultiplier15x, IconMultiplier1x: IconMultiplier1x, IconMultiplier2x: IconMultiplier2x, IconMushroom: IconMushroom, IconMushroomFilled: IconMushroomFilled, IconMushroomOff: IconMushroomOff, IconMusic: IconMusic, IconMusicBolt: IconMusicBolt, IconMusicCancel: IconMusicCancel, IconMusicCheck: IconMusicCheck, IconMusicCode: IconMusicCode, IconMusicCog: IconMusicCog, IconMusicDiscount: IconMusicDiscount, IconMusicDollar: IconMusicDollar, IconMusicDown: IconMusicDown, IconMusicExclamation: IconMusicExclamation, IconMusicHeart: IconMusicHeart, IconMusicMinus: IconMusicMinus, IconMusicOff: IconMusicOff, IconMusicPause: IconMusicPause, IconMusicPin: IconMusicPin, IconMusicPlus: IconMusicPlus, IconMusicQuestion: IconMusicQuestion, IconMusicSearch: IconMusicSearch, IconMusicShare: IconMusicShare, IconMusicStar: IconMusicStar, IconMusicUp: IconMusicUp, IconMusicX: IconMusicX, IconNavigation: IconNavigation, IconNavigationBolt: IconNavigationBolt, IconNavigationCancel: IconNavigationCancel, IconNavigationCheck: IconNavigationCheck, IconNavigationCode: IconNavigationCode, IconNavigationCog: IconNavigationCog, IconNavigationDiscount: IconNavigationDiscount, IconNavigationDollar: IconNavigationDollar, IconNavigationDown: IconNavigationDown, IconNavigationEast: IconNavigationEast, IconNavigationExclamation: IconNavigationExclamation, IconNavigationFilled: IconNavigationFilled, IconNavigationHeart: IconNavigationHeart, IconNavigationMinus: IconNavigationMinus, IconNavigationNorth: IconNavigationNorth, IconNavigationOff: IconNavigationOff, IconNavigationPause: IconNavigationPause, IconNavigationPin: IconNavigationPin, IconNavigationPlus: IconNavigationPlus, IconNavigationQuestion: IconNavigationQuestion, IconNavigationSearch: IconNavigationSearch, IconNavigationShare: IconNavigationShare, IconNavigationSouth: IconNavigationSouth, IconNavigationStar: IconNavigationStar, IconNavigationTop: IconNavigationTop, IconNavigationUp: IconNavigationUp, IconNavigationWest: IconNavigationWest, IconNavigationX: IconNavigationX, IconNeedle: IconNeedle, IconNeedleThread: IconNeedleThread, IconNetwork: IconNetwork, IconNetworkOff: IconNetworkOff, IconNewSection: IconNewSection, IconNews: IconNews, IconNewsOff: IconNewsOff, IconNfc: IconNfc, IconNfcOff: IconNfcOff, IconNoCopyright: IconNoCopyright, IconNoCreativeCommons: IconNoCreativeCommons, IconNoDerivatives: IconNoDerivatives, IconNorthStar: IconNorthStar, IconNote: IconNote, IconNoteOff: IconNoteOff, IconNotebook: IconNotebook, IconNotebookOff: IconNotebookOff, IconNotes: IconNotes, IconNotesOff: IconNotesOff, IconNotification: IconNotification, IconNotificationOff: IconNotificationOff, IconNumber: IconNumber, IconNumber0: IconNumber0, IconNumber0Small: IconNumber0Small, IconNumber1: IconNumber1, IconNumber10: IconNumber10, IconNumber100Small: IconNumber100Small, IconNumber10Small: IconNumber10Small, IconNumber11: IconNumber11, IconNumber11Small: IconNumber11Small, IconNumber123: IconNumber123, IconNumber12Small: IconNumber12Small, IconNumber13Small: IconNumber13Small, IconNumber14Small: IconNumber14Small, IconNumber15Small: IconNumber15Small, IconNumber16Small: IconNumber16Small, IconNumber17Small: IconNumber17Small, IconNumber18Small: IconNumber18Small, IconNumber19Small: IconNumber19Small, IconNumber1Small: IconNumber1Small, IconNumber2: IconNumber2, IconNumber20Small: IconNumber20Small, IconNumber21Small: IconNumber21Small, IconNumber22Small: IconNumber22Small, IconNumber23Small: IconNumber23Small, IconNumber24Small: IconNumber24Small, IconNumber25Small: IconNumber25Small, IconNumber26Small: IconNumber26Small, IconNumber27Small: IconNumber27Small, IconNumber28Small: IconNumber28Small, IconNumber29Small: IconNumber29Small, IconNumber2Small: IconNumber2Small, IconNumber3: IconNumber3, IconNumber30Small: IconNumber30Small, IconNumber31Small: IconNumber31Small, IconNumber32Small: IconNumber32Small, IconNumber33Small: IconNumber33Small, IconNumber34Small: IconNumber34Small, IconNumber35Small: IconNumber35Small, IconNumber36Small: IconNumber36Small, IconNumber37Small: IconNumber37Small, IconNumber38Small: IconNumber38Small, IconNumber39Small: IconNumber39Small, IconNumber3Small: IconNumber3Small, IconNumber4: IconNumber4, IconNumber40Small: IconNumber40Small, IconNumber41Small: IconNumber41Small, IconNumber42Small: IconNumber42Small, IconNumber43Small: IconNumber43Small, IconNumber44Small: IconNumber44Small, IconNumber45Small: IconNumber45Small, IconNumber46Small: IconNumber46Small, IconNumber47Small: IconNumber47Small, IconNumber48Small: IconNumber48Small, IconNumber49Small: IconNumber49Small, IconNumber4Small: IconNumber4Small, IconNumber5: IconNumber5, IconNumber50Small: IconNumber50Small, IconNumber51Small: IconNumber51Small, IconNumber52Small: IconNumber52Small, IconNumber53Small: IconNumber53Small, IconNumber54Small: IconNumber54Small, IconNumber55Small: IconNumber55Small, IconNumber56Small: IconNumber56Small, IconNumber57Small: IconNumber57Small, IconNumber58Small: IconNumber58Small, IconNumber59Small: IconNumber59Small, IconNumber5Small: IconNumber5Small, IconNumber6: IconNumber6, IconNumber60Small: IconNumber60Small, IconNumber61Small: IconNumber61Small, IconNumber62Small: IconNumber62Small, IconNumber63Small: IconNumber63Small, IconNumber64Small: IconNumber64Small, IconNumber65Small: IconNumber65Small, IconNumber66Small: IconNumber66Small, IconNumber67Small: IconNumber67Small, IconNumber68Small: IconNumber68Small, IconNumber69Small: IconNumber69Small, IconNumber6Small: IconNumber6Small, IconNumber7: IconNumber7, IconNumber70Small: IconNumber70Small, IconNumber71Small: IconNumber71Small, IconNumber72Small: IconNumber72Small, IconNumber73Small: IconNumber73Small, IconNumber74Small: IconNumber74Small, IconNumber75Small: IconNumber75Small, IconNumber76Small: IconNumber76Small, IconNumber77Small: IconNumber77Small, IconNumber78Small: IconNumber78Small, IconNumber79Small: IconNumber79Small, IconNumber7Small: IconNumber7Small, IconNumber8: IconNumber8, IconNumber80Small: IconNumber80Small, IconNumber81Small: IconNumber81Small, IconNumber82Small: IconNumber82Small, IconNumber83Small: IconNumber83Small, IconNumber84Small: IconNumber84Small, IconNumber85Small: IconNumber85Small, IconNumber86Small: IconNumber86Small, IconNumber87Small: IconNumber87Small, IconNumber88Small: IconNumber88Small, IconNumber89Small: IconNumber89Small, IconNumber8Small: IconNumber8Small, IconNumber9: IconNumber9, IconNumber90Small: IconNumber90Small, IconNumber91Small: IconNumber91Small, IconNumber92Small: IconNumber92Small, IconNumber93Small: IconNumber93Small, IconNumber94Small: IconNumber94Small, IconNumber95Small: IconNumber95Small, IconNumber96Small: IconNumber96Small, IconNumber97Small: IconNumber97Small, IconNumber98Small: IconNumber98Small, IconNumber99Small: IconNumber99Small, IconNumber9Small: IconNumber9Small, IconNumbers: IconNumbers, IconNurse: IconNurse, IconNurseFilled: IconNurseFilled, IconNut: IconNut, IconObjectScan: IconObjectScan, IconOctagon: IconOctagon, IconOctagonFilled: IconOctagonFilled, IconOctagonMinus: IconOctagonMinus, IconOctagonMinus2: IconOctagonMinus2, IconOctagonMinusFilled: IconOctagonMinusFilled, IconOctagonOff: IconOctagonOff, IconOctagonPlus: IconOctagonPlus, IconOctagonPlus2: IconOctagonPlus2, IconOctagonPlusFilled: IconOctagonPlusFilled, IconOctahedron: IconOctahedron, IconOctahedronOff: IconOctahedronOff, IconOctahedronPlus: IconOctahedronPlus, IconOld: IconOld, IconOlympicTorch: IconOlympicTorch, IconOlympics: IconOlympics, IconOlympicsOff: IconOlympicsOff, IconOm: IconOm, IconOmega: IconOmega, IconOption: IconOption, IconOutbound: IconOutbound, IconOutlet: IconOutlet, IconOval: IconOval, IconOvalFilled: IconOvalFilled, IconOvalVertical: IconOvalVertical, IconOvalVerticalFilled: IconOvalVerticalFilled, IconOverline: IconOverline, IconPackage: IconPackage, IconPackageExport: IconPackageExport, IconPackageImport: IconPackageImport, IconPackageOff: IconPackageOff, IconPackages: IconPackages, IconPacman: IconPacman, IconPacmanFilled: IconPacmanFilled, IconPageBreak: IconPageBreak, IconPaint: IconPaint, IconPaintFilled: IconPaintFilled, IconPaintOff: IconPaintOff, IconPalette: IconPalette, IconPaletteFilled: IconPaletteFilled, IconPaletteOff: IconPaletteOff, IconPanoramaHorizontal: IconPanoramaHorizontal, IconPanoramaHorizontalFilled: IconPanoramaHorizontalFilled, IconPanoramaHorizontalOff: IconPanoramaHorizontalOff, IconPanoramaVertical: IconPanoramaVertical, IconPanoramaVerticalFilled: IconPanoramaVerticalFilled, IconPanoramaVerticalOff: IconPanoramaVerticalOff, IconPaperBag: IconPaperBag, IconPaperBagOff: IconPaperBagOff, IconPaperclip: IconPaperclip, IconParachute: IconParachute, IconParachuteOff: IconParachuteOff, IconParentheses: IconParentheses, IconParenthesesOff: IconParenthesesOff, IconParking: IconParking, IconParkingCircle: IconParkingCircle, IconParkingCircleFilled: IconParkingCircleFilled, IconParkingMeter: IconParkingMeter, IconParkingOff: IconParkingOff, IconPassword: IconPassword, IconPasswordFingerprint: IconPasswordFingerprint, IconPasswordMobilePhone: IconPasswordMobilePhone, IconPasswordUser: IconPasswordUser, IconPaw: IconPaw, IconPawFilled: IconPawFilled, IconPawOff: IconPawOff, IconPaywall: IconPaywall, IconPdf: IconPdf, IconPeace: IconPeace, IconPencil: IconPencil, IconPencilBolt: IconPencilBolt, IconPencilCancel: IconPencilCancel, IconPencilCheck: IconPencilCheck, IconPencilCode: IconPencilCode, IconPencilCog: IconPencilCog, IconPencilDiscount: IconPencilDiscount, IconPencilDollar: IconPencilDollar, IconPencilDown: IconPencilDown, IconPencilExclamation: IconPencilExclamation, IconPencilFilled: IconPencilFilled, IconPencilHeart: IconPencilHeart, IconPencilMinus: IconPencilMinus, IconPencilOff: IconPencilOff, IconPencilPause: IconPencilPause, IconPencilPin: IconPencilPin, IconPencilPlus: IconPencilPlus, IconPencilQuestion: IconPencilQuestion, IconPencilSearch: IconPencilSearch, IconPencilShare: IconPencilShare, IconPencilStar: IconPencilStar, IconPencilUp: IconPencilUp, IconPencilX: IconPencilX, IconPennant: IconPennant, IconPennant2: IconPennant2, IconPennant2Filled: IconPennant2Filled, IconPennantFilled: IconPennantFilled, IconPennantOff: IconPennantOff, IconPentagon: IconPentagon, IconPentagonFilled: IconPentagonFilled, IconPentagonMinus: IconPentagonMinus, IconPentagonNumber0: IconPentagonNumber0, IconPentagonNumber1: IconPentagonNumber1, IconPentagonNumber2: IconPentagonNumber2, IconPentagonNumber3: IconPentagonNumber3, IconPentagonNumber4: IconPentagonNumber4, IconPentagonNumber5: IconPentagonNumber5, IconPentagonNumber6: IconPentagonNumber6, IconPentagonNumber7: IconPentagonNumber7, IconPentagonNumber8: IconPentagonNumber8, IconPentagonNumber9: IconPentagonNumber9, IconPentagonOff: IconPentagonOff, IconPentagonPlus: IconPentagonPlus, IconPentagonX: IconPentagonX, IconPentagram: IconPentagram, IconPepper: IconPepper, IconPepperOff: IconPepperOff, IconPercentage: IconPercentage, IconPercentage0: IconPercentage0, IconPercentage10: IconPercentage10, IconPercentage100: IconPercentage100, IconPercentage20: IconPercentage20, IconPercentage25: IconPercentage25, IconPercentage30: IconPercentage30, IconPercentage33: IconPercentage33, IconPercentage40: IconPercentage40, IconPercentage50: IconPercentage50, IconPercentage60: IconPercentage60, IconPercentage66: IconPercentage66, IconPercentage70: IconPercentage70, IconPercentage75: IconPercentage75, IconPercentage80: IconPercentage80, IconPercentage90: IconPercentage90, IconPerfume: IconPerfume, IconPerspective: IconPerspective, IconPerspectiveOff: IconPerspectiveOff, IconPhone: IconPhone, IconPhoneCall: IconPhoneCall, IconPhoneCallFilled: IconPhoneCallFilled, IconPhoneCalling: IconPhoneCalling, IconPhoneCallingFilled: IconPhoneCallingFilled, IconPhoneCheck: IconPhoneCheck, IconPhoneCheckFilled: IconPhoneCheckFilled, IconPhoneDone: IconPhoneDone, IconPhoneEnd: IconPhoneEnd, IconPhoneFilled: IconPhoneFilled, IconPhoneIncoming: IconPhoneIncoming, IconPhoneOff: IconPhoneOff, IconPhoneOutgoing: IconPhoneOutgoing, IconPhonePause: IconPhonePause, IconPhonePlus: IconPhonePlus, IconPhoneRinging: IconPhoneRinging, IconPhoneSpark: IconPhoneSpark, IconPhoneX: IconPhoneX, IconPhoneXFilled: IconPhoneXFilled, IconPhoto: IconPhoto, IconPhotoAi: IconPhotoAi, IconPhotoBitcoin: IconPhotoBitcoin, IconPhotoBolt: IconPhotoBolt, IconPhotoCancel: IconPhotoCancel, IconPhotoCheck: IconPhotoCheck, IconPhotoCircle: IconPhotoCircle, IconPhotoCircleMinus: IconPhotoCircleMinus, IconPhotoCirclePlus: IconPhotoCirclePlus, IconPhotoCode: IconPhotoCode, IconPhotoCog: IconPhotoCog, IconPhotoDollar: IconPhotoDollar, IconPhotoDown: IconPhotoDown, IconPhotoEdit: IconPhotoEdit, IconPhotoExclamation: IconPhotoExclamation, IconPhotoFilled: IconPhotoFilled, IconPhotoHeart: IconPhotoHeart, IconPhotoHexagon: IconPhotoHexagon, IconPhotoMinus: IconPhotoMinus, IconPhotoOff: IconPhotoOff, IconPhotoPause: IconPhotoPause, IconPhotoPentagon: IconPhotoPentagon, IconPhotoPin: IconPhotoPin, IconPhotoPlus: IconPhotoPlus, IconPhotoQuestion: IconPhotoQuestion, IconPhotoScan: IconPhotoScan, IconPhotoSearch: IconPhotoSearch, IconPhotoSensor: IconPhotoSensor, IconPhotoSensor2: IconPhotoSensor2, IconPhotoSensor3: IconPhotoSensor3, IconPhotoShare: IconPhotoShare, IconPhotoShield: IconPhotoShield, IconPhotoSpark: IconPhotoSpark, IconPhotoSquareRounded: IconPhotoSquareRounded, IconPhotoStar: IconPhotoStar, IconPhotoUp: IconPhotoUp, IconPhotoVideo: IconPhotoVideo, IconPhotoX: IconPhotoX, IconPhysotherapist: IconPhysotherapist, IconPiano: IconPiano, IconPick: IconPick, IconPicnicTable: IconPicnicTable, IconPictureInPicture: IconPictureInPicture, IconPictureInPictureFilled: IconPictureInPictureFilled, IconPictureInPictureOff: IconPictureInPictureOff, IconPictureInPictureOn: IconPictureInPictureOn, IconPictureInPictureTop: IconPictureInPictureTop, IconPictureInPictureTopFilled: IconPictureInPictureTopFilled, IconPig: IconPig, IconPigFilled: IconPigFilled, IconPigMoney: IconPigMoney, IconPigOff: IconPigOff, IconPilcrow: IconPilcrow, IconPilcrowLeft: IconPilcrowLeft, IconPilcrowRight: IconPilcrowRight, IconPill: IconPill, IconPillFilled: IconPillFilled, IconPillOff: IconPillOff, IconPillow: IconPillow, IconPills: IconPills, IconPin: IconPin, IconPinEnd: IconPinEnd, IconPinFilled: IconPinFilled, IconPinInvoke: IconPinInvoke, IconPingPong: IconPingPong, IconPinned: IconPinned, IconPinnedFilled: IconPinnedFilled, IconPinnedOff: IconPinnedOff, IconPipeline: IconPipeline, IconPizza: IconPizza, IconPizzaFilled: IconPizzaFilled, IconPizzaOff: IconPizzaOff, IconPlaceholder: IconPlaceholder, IconPlane: IconPlane, IconPlaneArrival: IconPlaneArrival, IconPlaneArrivalFilled: IconPlaneArrivalFilled, IconPlaneDeparture: IconPlaneDeparture, IconPlaneDepartureFilled: IconPlaneDepartureFilled, IconPlaneFilled: IconPlaneFilled, IconPlaneInflight: IconPlaneInflight, IconPlaneOff: IconPlaneOff, IconPlaneTilt: IconPlaneTilt, IconPlaneTiltFilled: IconPlaneTiltFilled, IconPlanet: IconPlanet, IconPlanetOff: IconPlanetOff, IconPlant: IconPlant, IconPlant2: IconPlant2, IconPlant2Off: IconPlant2Off, IconPlantOff: IconPlantOff, IconPlayBasketball: IconPlayBasketball, IconPlayCard: IconPlayCard, IconPlayCard1: IconPlayCard1, IconPlayCard10: IconPlayCard10, IconPlayCard10Filled: IconPlayCard10Filled, IconPlayCard1Filled: IconPlayCard1Filled, IconPlayCard2: IconPlayCard2, IconPlayCard2Filled: IconPlayCard2Filled, IconPlayCard3: IconPlayCard3, IconPlayCard3Filled: IconPlayCard3Filled, IconPlayCard4: IconPlayCard4, IconPlayCard4Filled: IconPlayCard4Filled, IconPlayCard5: IconPlayCard5, IconPlayCard5Filled: IconPlayCard5Filled, IconPlayCard6: IconPlayCard6, IconPlayCard6Filled: IconPlayCard6Filled, IconPlayCard7: IconPlayCard7, IconPlayCard7Filled: IconPlayCard7Filled, IconPlayCard8: IconPlayCard8, IconPlayCard8Filled: IconPlayCard8Filled, IconPlayCard9: IconPlayCard9, IconPlayCard9Filled: IconPlayCard9Filled, IconPlayCardA: IconPlayCardA, IconPlayCardAFilled: IconPlayCardAFilled, IconPlayCardFilled: IconPlayCardFilled, IconPlayCardJ: IconPlayCardJ, IconPlayCardJFilled: IconPlayCardJFilled, IconPlayCardK: IconPlayCardK, IconPlayCardKFilled: IconPlayCardKFilled, IconPlayCardOff: IconPlayCardOff, IconPlayCardQ: IconPlayCardQ, IconPlayCardQFilled: IconPlayCardQFilled, IconPlayCardStar: IconPlayCardStar, IconPlayCardStarFilled: IconPlayCardStarFilled, IconPlayFootball: IconPlayFootball, IconPlayHandball: IconPlayHandball, IconPlayVolleyball: IconPlayVolleyball, IconPlayerEject: IconPlayerEject, IconPlayerEjectFilled: IconPlayerEjectFilled, IconPlayerPause: IconPlayerPause, IconPlayerPauseFilled: IconPlayerPauseFilled, IconPlayerPlay: IconPlayerPlay, IconPlayerPlayFilled: IconPlayerPlayFilled, IconPlayerRecord: IconPlayerRecord, IconPlayerRecordFilled: IconPlayerRecordFilled, IconPlayerSkipBack: IconPlayerSkipBack, IconPlayerSkipBackFilled: IconPlayerSkipBackFilled, IconPlayerSkipForward: IconPlayerSkipForward, IconPlayerSkipForwardFilled: IconPlayerSkipForwardFilled, IconPlayerStop: IconPlayerStop, IconPlayerStopFilled: IconPlayerStopFilled, IconPlayerTrackNext: IconPlayerTrackNext, IconPlayerTrackNextFilled: IconPlayerTrackNextFilled, IconPlayerTrackPrev: IconPlayerTrackPrev, IconPlayerTrackPrevFilled: IconPlayerTrackPrevFilled, IconPlaylist: IconPlaylist, IconPlaylistAdd: IconPlaylistAdd, IconPlaylistFilled: IconPlaylistFilled, IconPlaylistOff: IconPlaylistOff, IconPlaylistX: IconPlaylistX, IconPlaystationCircle: IconPlaystationCircle, IconPlaystationSquare: IconPlaystationSquare, IconPlaystationTriangle: IconPlaystationTriangle, IconPlaystationX: IconPlaystationX, IconPlug: IconPlug, IconPlugConnected: IconPlugConnected, IconPlugConnectedX: IconPlugConnectedX, IconPlugOff: IconPlugOff, IconPlugX: IconPlugX, IconPlus: IconPlus, IconPlusEqual: IconPlusEqual, IconPlusFilled: IconPlusFilled, IconPlusMinus: IconPlusMinus, IconPng: IconPng, IconPodium: IconPodium, IconPodiumOff: IconPodiumOff, IconPoint: IconPoint, IconPointFilled: IconPointFilled, IconPointOff: IconPointOff, IconPointer: IconPointer, IconPointerBolt: IconPointerBolt, IconPointerCancel: IconPointerCancel, IconPointerCheck: IconPointerCheck, IconPointerCode: IconPointerCode, IconPointerCog: IconPointerCog, IconPointerDollar: IconPointerDollar, IconPointerDown: IconPointerDown, IconPointerExclamation: IconPointerExclamation, IconPointerFilled: IconPointerFilled, IconPointerHeart: IconPointerHeart, IconPointerMinus: IconPointerMinus, IconPointerOff: IconPointerOff, IconPointerPause: IconPointerPause, IconPointerPin: IconPointerPin, IconPointerPlus: IconPointerPlus, IconPointerQuestion: IconPointerQuestion, IconPointerSearch: IconPointerSearch, IconPointerShare: IconPointerShare, IconPointerStar: IconPointerStar, IconPointerUp: IconPointerUp, IconPointerX: IconPointerX, IconPokeball: IconPokeball, IconPokeballOff: IconPokeballOff, IconPokerChip: IconPokerChip, IconPolaroid: IconPolaroid, IconPolaroidFilled: IconPolaroidFilled, IconPolygon: IconPolygon, IconPolygonOff: IconPolygonOff, IconPoo: IconPoo, IconPooFilled: IconPooFilled, IconPool: IconPool, IconPoolOff: IconPoolOff, IconPower: IconPower, IconPray: IconPray, IconPremiumRights: IconPremiumRights, IconPrescription: IconPrescription, IconPresentation: IconPresentation, IconPresentationAnalytics: IconPresentationAnalytics, IconPresentationAnalyticsFilled: IconPresentationAnalyticsFilled, IconPresentationFilled: IconPresentationFilled, IconPresentationOff: IconPresentationOff, IconPrinter: IconPrinter, IconPrinterOff: IconPrinterOff, IconPrism: IconPrism, IconPrismLight: IconPrismLight, IconPrismOff: IconPrismOff, IconPrismPlus: IconPrismPlus, IconPrison: IconPrison, IconProgress: IconProgress, IconProgressAlert: IconProgressAlert, IconProgressBolt: IconProgressBolt, IconProgressCheck: IconProgressCheck, IconProgressDown: IconProgressDown, IconProgressHelp: IconProgressHelp, IconProgressX: IconProgressX, IconPrompt: IconPrompt, IconProng: IconProng, IconPropeller: IconPropeller, IconPropellerOff: IconPropellerOff, IconProtocol: IconProtocol, IconPumpkinScary: IconPumpkinScary, IconPuzzle: IconPuzzle, IconPuzzle2: IconPuzzle2, IconPuzzleFilled: IconPuzzleFilled, IconPuzzleOff: IconPuzzleOff, IconPyramid: IconPyramid, IconPyramidOff: IconPyramidOff, IconPyramidPlus: IconPyramidPlus, IconQrcode: IconQrcode, IconQrcodeOff: IconQrcodeOff, IconQuestionMark: IconQuestionMark, IconQueuePopIn: IconQueuePopIn, IconQueuePopOut: IconQueuePopOut, IconQuote: IconQuote, IconQuoteFilled: IconQuoteFilled, IconQuoteOff: IconQuoteOff, IconQuoteOpen: IconQuoteOpen, IconQuotes: IconQuotes, IconRadar: IconRadar, IconRadar2: IconRadar2, IconRadarFilled: IconRadarFilled, IconRadarOff: IconRadarOff, IconRadio: IconRadio, IconRadioOff: IconRadioOff, IconRadioactive: IconRadioactive, IconRadioactiveFilled: IconRadioactiveFilled, IconRadioactiveOff: IconRadioactiveOff, IconRadiusBottomLeft: IconRadiusBottomLeft, IconRadiusBottomRight: IconRadiusBottomRight, IconRadiusTopLeft: IconRadiusTopLeft, IconRadiusTopRight: IconRadiusTopRight, IconRainbow: IconRainbow, IconRainbowOff: IconRainbowOff, IconRating12Plus: IconRating12Plus, IconRating14Plus: IconRating14Plus, IconRating16Plus: IconRating16Plus, IconRating18Plus: IconRating18Plus, IconRating21Plus: IconRating21Plus, IconRazor: IconRazor, IconRazorElectric: IconRazorElectric, IconReceipt: IconReceipt, IconReceipt2: IconReceipt2, IconReceiptBitcoin: IconReceiptBitcoin, IconReceiptDollar: IconReceiptDollar, IconReceiptDollarFilled: IconReceiptDollarFilled, IconReceiptEuro: IconReceiptEuro, IconReceiptEuroFilled: IconReceiptEuroFilled, IconReceiptFilled: IconReceiptFilled, IconReceiptOff: IconReceiptOff, IconReceiptPound: IconReceiptPound, IconReceiptPoundFilled: IconReceiptPoundFilled, IconReceiptRefund: IconReceiptRefund, IconReceiptRupee: IconReceiptRupee, IconReceiptRupeeFilled: IconReceiptRupeeFilled, IconReceiptTax: IconReceiptTax, IconReceiptYen: IconReceiptYen, IconReceiptYenFilled: IconReceiptYenFilled, IconReceiptYuan: IconReceiptYuan, IconReceiptYuanFilled: IconReceiptYuanFilled, IconRecharging: IconRecharging, IconRecordMail: IconRecordMail, IconRecordMailOff: IconRecordMailOff, IconRectangle: IconRectangle, IconRectangleFilled: IconRectangleFilled, IconRectangleRoundedBottom: IconRectangleRoundedBottom, IconRectangleRoundedTop: IconRectangleRoundedTop, IconRectangleVertical: IconRectangleVertical, IconRectangleVerticalFilled: IconRectangleVerticalFilled, IconRectangularPrism: IconRectangularPrism, IconRectangularPrismOff: IconRectangularPrismOff, IconRectangularPrismPlus: IconRectangularPrismPlus, IconRecycle: IconRecycle, IconRecycleOff: IconRecycleOff, IconRefresh: IconRefresh, IconRefreshAlert: IconRefreshAlert, IconRefreshDot: IconRefreshDot, IconRefreshOff: IconRefreshOff, IconRegex: IconRegex, IconRegexOff: IconRegexOff, IconRegistered: IconRegistered, IconRegisteredFilled: IconRegisteredFilled, IconRelationManyToMany: IconRelationManyToMany, IconRelationManyToManyFilled: IconRelationManyToManyFilled, IconRelationOneToMany: IconRelationOneToMany, IconRelationOneToManyFilled: IconRelationOneToManyFilled, IconRelationOneToOne: IconRelationOneToOne, IconRelationOneToOneFilled: IconRelationOneToOneFilled, IconReload: IconReload, IconReorder: IconReorder, IconRepeat: IconRepeat, IconRepeatOff: IconRepeatOff, IconRepeatOnce: IconRepeatOnce, IconReplace: IconReplace, IconReplaceFilled: IconReplaceFilled, IconReplaceOff: IconReplaceOff, IconReplaceUser: IconReplaceUser, IconReport: IconReport, IconReportAnalytics: IconReportAnalytics, IconReportAnalyticsFilled: IconReportAnalyticsFilled, IconReportMedical: IconReportMedical, IconReportMoney: IconReportMoney, IconReportMoneyFilled: IconReportMoneyFilled, IconReportOff: IconReportOff, IconReportSearch: IconReportSearch, IconReservedLine: IconReservedLine, IconResize: IconResize, IconRestore: IconRestore, IconRewindBackward10: IconRewindBackward10, IconRewindBackward15: IconRewindBackward15, IconRewindBackward20: IconRewindBackward20, IconRewindBackward30: IconRewindBackward30, IconRewindBackward40: IconRewindBackward40, IconRewindBackward5: IconRewindBackward5, IconRewindBackward50: IconRewindBackward50, IconRewindBackward60: IconRewindBackward60, IconRewindForward10: IconRewindForward10, IconRewindForward15: IconRewindForward15, IconRewindForward20: IconRewindForward20, IconRewindForward30: IconRewindForward30, IconRewindForward40: IconRewindForward40, IconRewindForward5: IconRewindForward5, IconRewindForward50: IconRewindForward50, IconRewindForward60: IconRewindForward60, IconRibbonHealth: IconRibbonHealth, IconRings: IconRings, IconRipple: IconRipple, IconRippleDown: IconRippleDown, IconRippleOff: IconRippleOff, IconRippleUp: IconRippleUp, IconRoad: IconRoad, IconRoadOff: IconRoadOff, IconRoadSign: IconRoadSign, IconRobot: IconRobot, IconRobotFace: IconRobotFace, IconRobotOff: IconRobotOff, IconRocket: IconRocket, IconRocketOff: IconRocketOff, IconRollerSkating: IconRollerSkating, IconRollercoaster: IconRollercoaster, IconRollercoasterFilled: IconRollercoasterFilled, IconRollercoasterOff: IconRollercoasterOff, IconRosette: IconRosette, IconRosetteAsterisk: IconRosetteAsterisk, IconRosetteDiscount: IconRosetteDiscount, IconRosetteDiscountCheck: IconRosetteDiscountCheck, IconRosetteDiscountCheckFilled: IconRosetteDiscountCheckFilled, IconRosetteDiscountCheckOff: IconRosetteDiscountCheckOff, IconRosetteDiscountFilled: IconRosetteDiscountFilled, IconRosetteDiscountOff: IconRosetteDiscountOff, IconRosetteFilled: IconRosetteFilled, IconRosetteNumber0: IconRosetteNumber0, IconRosetteNumber1: IconRosetteNumber1, IconRosetteNumber2: IconRosetteNumber2, IconRosetteNumber3: IconRosetteNumber3, IconRosetteNumber4: IconRosetteNumber4, IconRosetteNumber5: IconRosetteNumber5, IconRosetteNumber6: IconRosetteNumber6, IconRosetteNumber7: IconRosetteNumber7, IconRosetteNumber8: IconRosetteNumber8, IconRosetteNumber9: IconRosetteNumber9, IconRotate: IconRotate, IconRotate2: IconRotate2, IconRotate360: IconRotate360, IconRotate3d: IconRotate3d, IconRotateClockwise: IconRotateClockwise, IconRotateClockwise2: IconRotateClockwise2, IconRotateDot: IconRotateDot, IconRotateRectangle: IconRotateRectangle, IconRoute: IconRoute, IconRoute2: IconRoute2, IconRouteAltLeft: IconRouteAltLeft, IconRouteAltRight: IconRouteAltRight, IconRouteOff: IconRouteOff, IconRouteScan: IconRouteScan, IconRouteSquare: IconRouteSquare, IconRouteSquare2: IconRouteSquare2, IconRouteX: IconRouteX, IconRouteX2: IconRouteX2, IconRouter: IconRouter, IconRouterOff: IconRouterOff, IconRowInsertBottom: IconRowInsertBottom, IconRowInsertTop: IconRowInsertTop, IconRowRemove: IconRowRemove, IconRss: IconRss, IconRubberStamp: IconRubberStamp, IconRubberStampOff: IconRubberStampOff, IconRuler: IconRuler, IconRuler2: IconRuler2, IconRuler2Off: IconRuler2Off, IconRuler3: IconRuler3, IconRulerMeasure: IconRulerMeasure, IconRulerMeasure2: IconRulerMeasure2, IconRulerOff: IconRulerOff, IconRun: IconRun, IconRvTruck: IconRvTruck, IconSTurnDown: IconSTurnDown, IconSTurnLeft: IconSTurnLeft, IconSTurnRight: IconSTurnRight, IconSTurnUp: IconSTurnUp, IconSailboat: IconSailboat, IconSailboat2: IconSailboat2, IconSailboatOff: IconSailboatOff, IconSalad: IconSalad, IconSaladFilled: IconSaladFilled, IconSalt: IconSalt, IconSandbox: IconSandbox, IconSatellite: IconSatellite, IconSatelliteFilled: IconSatelliteFilled, IconSatelliteOff: IconSatelliteOff, IconSausage: IconSausage, IconScale: IconScale, IconScaleFilled: IconScaleFilled, IconScaleOff: IconScaleOff, IconScaleOutline: IconScaleOutline, IconScaleOutlineOff: IconScaleOutlineOff, IconScan: IconScan, IconScanEye: IconScanEye, IconScanLetterA: IconScanLetterA, IconScanLetterT: IconScanLetterT, IconScanPosition: IconScanPosition, IconScanTraces: IconScanTraces, IconSchema: IconSchema, IconSchemaOff: IconSchemaOff, IconSchool: IconSchool, IconSchoolBell: IconSchoolBell, IconSchoolFilled: IconSchoolFilled, IconSchoolOff: IconSchoolOff, IconScissors: IconScissors, IconScissorsOff: IconScissorsOff, IconScooter: IconScooter, IconScooterElectric: IconScooterElectric, IconScoreboard: IconScoreboard, IconScreenShare: IconScreenShare, IconScreenShareOff: IconScreenShareOff, IconScreenshot: IconScreenshot, IconScribble: IconScribble, IconScribbleOff: IconScribbleOff, IconScript: IconScript, IconScriptMinus: IconScriptMinus, IconScriptPlus: IconScriptPlus, IconScriptX: IconScriptX, IconScubaDiving: IconScubaDiving, IconScubaDivingTank: IconScubaDivingTank, IconScubaDivingTankFilled: IconScubaDivingTankFilled, IconScubaMask: IconScubaMask, IconScubaMaskOff: IconScubaMaskOff, IconSdk: IconSdk, IconSearch: IconSearch, IconSearchFilled: IconSearchFilled, IconSearchOff: IconSearchOff, IconSection: IconSection, IconSectionFilled: IconSectionFilled, IconSectionSign: IconSectionSign, IconSeedling: IconSeedling, IconSeedlingFilled: IconSeedlingFilled, IconSeedlingOff: IconSeedlingOff, IconSegway: IconSegway, IconSelect: IconSelect, IconSelectAll: IconSelectAll, IconSelector: IconSelector, IconSend: IconSend, IconSend2: IconSend2, IconSendFilled: IconSendFilled, IconSendOff: IconSendOff, IconSeo: IconSeo, IconSeparator: IconSeparator, IconSeparatorHorizontal: IconSeparatorHorizontal, IconSeparatorVertical: IconSeparatorVertical, IconServer: IconServer, IconServer2: IconServer2, IconServerBolt: IconServerBolt, IconServerCog: IconServerCog, IconServerOff: IconServerOff, IconServerSpark: IconServerSpark, IconServerless: IconServerless, IconServicemark: IconServicemark, IconSettings: IconSettings, IconSettings2: IconSettings2, IconSettingsAi: IconSettingsAi, IconSettingsAutomation: IconSettingsAutomation, IconSettingsBolt: IconSettingsBolt, IconSettingsCancel: IconSettingsCancel, IconSettingsCheck: IconSettingsCheck, IconSettingsCode: IconSettingsCode, IconSettingsCog: IconSettingsCog, IconSettingsDollar: IconSettingsDollar, IconSettingsDown: IconSettingsDown, IconSettingsExclamation: IconSettingsExclamation, IconSettingsFilled: IconSettingsFilled, IconSettingsHeart: IconSettingsHeart, IconSettingsMinus: IconSettingsMinus, IconSettingsOff: IconSettingsOff, IconSettingsPause: IconSettingsPause, IconSettingsPin: IconSettingsPin, IconSettingsPlus: IconSettingsPlus, IconSettingsQuestion: IconSettingsQuestion, IconSettingsSearch: IconSettingsSearch, IconSettingsShare: IconSettingsShare, IconSettingsSpark: IconSettingsSpark, IconSettingsStar: IconSettingsStar, IconSettingsUp: IconSettingsUp, IconSettingsX: IconSettingsX, IconShadow: IconShadow, IconShadowOff: IconShadowOff, IconShape: IconShape, IconShape2: IconShape2, IconShape3: IconShape3, IconShapeOff: IconShapeOff, IconShare: IconShare, IconShare2: IconShare2, IconShare3: IconShare3, IconShareOff: IconShareOff, IconShareplay: IconShareplay, IconShield: IconShield, IconShieldBolt: IconShieldBolt, IconShieldCancel: IconShieldCancel, IconShieldCheck: IconShieldCheck, IconShieldCheckFilled: IconShieldCheckFilled, IconShieldCheckered: IconShieldCheckered, IconShieldCheckeredFilled: IconShieldCheckeredFilled, IconShieldChevron: IconShieldChevron, IconShieldCode: IconShieldCode, IconShieldCog: IconShieldCog, IconShieldDollar: IconShieldDollar, IconShieldDown: IconShieldDown, IconShieldExclamation: IconShieldExclamation, IconShieldFilled: IconShieldFilled, IconShieldHalf: IconShieldHalf, IconShieldHalfFilled: IconShieldHalfFilled, IconShieldHeart: IconShieldHeart, IconShieldLock: IconShieldLock, IconShieldLockFilled: IconShieldLockFilled, IconShieldMinus: IconShieldMinus, IconShieldOff: IconShieldOff, IconShieldPause: IconShieldPause, IconShieldPin: IconShieldPin, IconShieldPlus: IconShieldPlus, IconShieldQuestion: IconShieldQuestion, IconShieldSearch: IconShieldSearch, IconShieldShare: IconShieldShare, IconShieldStar: IconShieldStar, IconShieldUp: IconShieldUp, IconShieldX: IconShieldX, IconShip: IconShip, IconShipOff: IconShipOff, IconShirt: IconShirt, IconShirtFilled: IconShirtFilled, IconShirtOff: IconShirtOff, IconShirtSport: IconShirtSport, IconShoe: IconShoe, IconShoeOff: IconShoeOff, IconShoppingBag: IconShoppingBag, IconShoppingBagCheck: IconShoppingBagCheck, IconShoppingBagDiscount: IconShoppingBagDiscount, IconShoppingBagEdit: IconShoppingBagEdit, IconShoppingBagExclamation: IconShoppingBagExclamation, IconShoppingBagHeart: IconShoppingBagHeart, IconShoppingBagMinus: IconShoppingBagMinus, IconShoppingBagPlus: IconShoppingBagPlus, IconShoppingBagSearch: IconShoppingBagSearch, IconShoppingBagX: IconShoppingBagX, IconShoppingCart: IconShoppingCart, IconShoppingCartBolt: IconShoppingCartBolt, IconShoppingCartCancel: IconShoppingCartCancel, IconShoppingCartCheck: IconShoppingCartCheck, IconShoppingCartCode: IconShoppingCartCode, IconShoppingCartCog: IconShoppingCartCog, IconShoppingCartCopy: IconShoppingCartCopy, IconShoppingCartDiscount: IconShoppingCartDiscount, IconShoppingCartDollar: IconShoppingCartDollar, IconShoppingCartDown: IconShoppingCartDown, IconShoppingCartExclamation: IconShoppingCartExclamation, IconShoppingCartFilled: IconShoppingCartFilled, IconShoppingCartHeart: IconShoppingCartHeart, IconShoppingCartMinus: IconShoppingCartMinus, IconShoppingCartOff: IconShoppingCartOff, IconShoppingCartPause: IconShoppingCartPause, IconShoppingCartPin: IconShoppingCartPin, IconShoppingCartPlus: IconShoppingCartPlus, IconShoppingCartQuestion: IconShoppingCartQuestion, IconShoppingCartSearch: IconShoppingCartSearch, IconShoppingCartShare: IconShoppingCartShare, IconShoppingCartStar: IconShoppingCartStar, IconShoppingCartUp: IconShoppingCartUp, IconShoppingCartX: IconShoppingCartX, IconShovel: IconShovel, IconShovelPitchforks: IconShovelPitchforks, IconShredder: IconShredder, IconSignLeft: IconSignLeft, IconSignLeftFilled: IconSignLeftFilled, IconSignRight: IconSignRight, IconSignRightFilled: IconSignRightFilled, IconSignal2g: IconSignal2g, IconSignal3g: IconSignal3g, IconSignal4g: IconSignal4g, IconSignal4gPlus: IconSignal4gPlus, IconSignal5g: IconSignal5g, IconSignal6g: IconSignal6g, IconSignalE: IconSignalE, IconSignalG: IconSignalG, IconSignalH: IconSignalH, IconSignalHPlus: IconSignalHPlus, IconSignalLte: IconSignalLte, IconSignature: IconSignature, IconSignatureOff: IconSignatureOff, IconSitemap: IconSitemap, IconSitemapFilled: IconSitemapFilled, IconSitemapOff: IconSitemapOff, IconSkateboard: IconSkateboard, IconSkateboardOff: IconSkateboardOff, IconSkateboarding: IconSkateboarding, IconSkewX: IconSkewX, IconSkewY: IconSkewY, IconSkiJumping: IconSkiJumping, IconSkull: IconSkull, IconSlash: IconSlash, IconSlashes: IconSlashes, IconSleigh: IconSleigh, IconSlice: IconSlice, IconSlideshow: IconSlideshow, IconSmartHome: IconSmartHome, IconSmartHomeOff: IconSmartHomeOff, IconSmoking: IconSmoking, IconSmokingNo: IconSmokingNo, IconSnowboarding: IconSnowboarding, IconSnowflake: IconSnowflake, IconSnowflakeOff: IconSnowflakeOff, IconSnowman: IconSnowman, IconSoccerField: IconSoccerField, IconSocial: IconSocial, IconSocialOff: IconSocialOff, IconSock: IconSock, IconSofa: IconSofa, IconSofaOff: IconSofaOff, IconSolarElectricity: IconSolarElectricity, IconSolarPanel: IconSolarPanel, IconSolarPanel2: IconSolarPanel2, IconSort09: IconSort09, IconSort90: IconSort90, IconSortAZ: IconSortAZ, IconSortAscending: IconSortAscending, IconSortAscending2: IconSortAscending2, IconSortAscending2Filled: IconSortAscending2Filled, IconSortAscendingLetters: IconSortAscendingLetters, IconSortAscendingNumbers: IconSortAscendingNumbers, IconSortAscendingShapes: IconSortAscendingShapes, IconSortAscendingShapesFilled: IconSortAscendingShapesFilled, IconSortAscendingSmallBig: IconSortAscendingSmallBig, IconSortDescending: IconSortDescending, IconSortDescending2: IconSortDescending2, IconSortDescending2Filled: IconSortDescending2Filled, IconSortDescendingLetters: IconSortDescendingLetters, IconSortDescendingNumbers: IconSortDescendingNumbers, IconSortDescendingShapes: IconSortDescendingShapes, IconSortDescendingShapesFilled: IconSortDescendingShapesFilled, IconSortDescendingSmallBig: IconSortDescendingSmallBig, IconSortZA: IconSortZA, IconSos: IconSos, IconSoup: IconSoup, IconSoupFilled: IconSoupFilled, IconSoupOff: IconSoupOff, IconSourceCode: IconSourceCode, IconSpace: IconSpace, IconSpaceOff: IconSpaceOff, IconSpaces: IconSpaces, IconSpacingHorizontal: IconSpacingHorizontal, IconSpacingVertical: IconSpacingVertical, IconSpade: IconSpade, IconSpadeFilled: IconSpadeFilled, IconSparkles: IconSparkles, IconSparkles2: IconSparkles2, IconSparkles2Filled: IconSparkles2Filled, IconSparklesFilled: IconSparklesFilled, IconSpeakerphone: IconSpeakerphone, IconSpeedboat: IconSpeedboat, IconSpeedboatFilled: IconSpeedboatFilled, IconSphere: IconSphere, IconSphereOff: IconSphereOff, IconSpherePlus: IconSpherePlus, IconSpider: IconSpider, IconSpiderFilled: IconSpiderFilled, IconSpiral: IconSpiral, IconSpiralOff: IconSpiralOff, IconSportBillard: IconSportBillard, IconSpray: IconSpray, IconSpy: IconSpy, IconSpyOff: IconSpyOff, IconSql: IconSql, IconSquare: IconSquare, IconSquareArrowDown: IconSquareArrowDown, IconSquareArrowDownFilled: IconSquareArrowDownFilled, IconSquareArrowLeft: IconSquareArrowLeft, IconSquareArrowLeftFilled: IconSquareArrowLeftFilled, IconSquareArrowRight: IconSquareArrowRight, IconSquareArrowRightFilled: IconSquareArrowRightFilled, IconSquareArrowUp: IconSquareArrowUp, IconSquareArrowUpFilled: IconSquareArrowUpFilled, IconSquareAsterisk: IconSquareAsterisk, IconSquareAsteriskFilled: IconSquareAsteriskFilled, IconSquareCheck: IconSquareCheck, IconSquareCheckFilled: IconSquareCheckFilled, IconSquareChevronDown: IconSquareChevronDown, IconSquareChevronDownFilled: IconSquareChevronDownFilled, IconSquareChevronLeft: IconSquareChevronLeft, IconSquareChevronLeftFilled: IconSquareChevronLeftFilled, IconSquareChevronRight: IconSquareChevronRight, IconSquareChevronRightFilled: IconSquareChevronRightFilled, IconSquareChevronUp: IconSquareChevronUp, IconSquareChevronUpFilled: IconSquareChevronUpFilled, IconSquareChevronsDown: IconSquareChevronsDown, IconSquareChevronsDownFilled: IconSquareChevronsDownFilled, IconSquareChevronsLeft: IconSquareChevronsLeft, IconSquareChevronsLeftFilled: IconSquareChevronsLeftFilled, IconSquareChevronsRight: IconSquareChevronsRight, IconSquareChevronsRightFilled: IconSquareChevronsRightFilled, IconSquareChevronsUp: IconSquareChevronsUp, IconSquareChevronsUpFilled: IconSquareChevronsUpFilled, IconSquareDashed: IconSquareDashed, IconSquareDot: IconSquareDot, IconSquareDotFilled: IconSquareDotFilled, IconSquareF0: IconSquareF0, IconSquareF0Filled: IconSquareF0Filled, IconSquareF1: IconSquareF1, IconSquareF1Filled: IconSquareF1Filled, IconSquareF2: IconSquareF2, IconSquareF2Filled: IconSquareF2Filled, IconSquareF3: IconSquareF3, IconSquareF3Filled: IconSquareF3Filled, IconSquareF4: IconSquareF4, IconSquareF4Filled: IconSquareF4Filled, IconSquareF5: IconSquareF5, IconSquareF5Filled: IconSquareF5Filled, IconSquareF6: IconSquareF6, IconSquareF6Filled: IconSquareF6Filled, IconSquareF7: IconSquareF7, IconSquareF7Filled: IconSquareF7Filled, IconSquareF8: IconSquareF8, IconSquareF8Filled: IconSquareF8Filled, IconSquareF9: IconSquareF9, IconSquareF9Filled: IconSquareF9Filled, IconSquareFilled: IconSquareFilled, IconSquareForbid: IconSquareForbid, IconSquareForbid2: IconSquareForbid2, IconSquareHalf: IconSquareHalf, IconSquareKey: IconSquareKey, IconSquareLetterA: IconSquareLetterA, IconSquareLetterAFilled: IconSquareLetterAFilled, IconSquareLetterB: IconSquareLetterB, IconSquareLetterBFilled: IconSquareLetterBFilled, IconSquareLetterC: IconSquareLetterC, IconSquareLetterCFilled: IconSquareLetterCFilled, IconSquareLetterD: IconSquareLetterD, IconSquareLetterDFilled: IconSquareLetterDFilled, IconSquareLetterE: IconSquareLetterE, IconSquareLetterEFilled: IconSquareLetterEFilled, IconSquareLetterF: IconSquareLetterF, IconSquareLetterFFilled: IconSquareLetterFFilled, IconSquareLetterG: IconSquareLetterG, IconSquareLetterGFilled: IconSquareLetterGFilled, IconSquareLetterH: IconSquareLetterH, IconSquareLetterHFilled: IconSquareLetterHFilled, IconSquareLetterI: IconSquareLetterI, IconSquareLetterIFilled: IconSquareLetterIFilled, IconSquareLetterJ: IconSquareLetterJ, IconSquareLetterJFilled: IconSquareLetterJFilled, IconSquareLetterK: IconSquareLetterK, IconSquareLetterKFilled: IconSquareLetterKFilled, IconSquareLetterL: IconSquareLetterL, IconSquareLetterLFilled: IconSquareLetterLFilled, IconSquareLetterM: IconSquareLetterM, IconSquareLetterMFilled: IconSquareLetterMFilled, IconSquareLetterN: IconSquareLetterN, IconSquareLetterNFilled: IconSquareLetterNFilled, IconSquareLetterO: IconSquareLetterO, IconSquareLetterOFilled: IconSquareLetterOFilled, IconSquareLetterP: IconSquareLetterP, IconSquareLetterPFilled: IconSquareLetterPFilled, IconSquareLetterQ: IconSquareLetterQ, IconSquareLetterQFilled: IconSquareLetterQFilled, IconSquareLetterR: IconSquareLetterR, IconSquareLetterRFilled: IconSquareLetterRFilled, IconSquareLetterS: IconSquareLetterS, IconSquareLetterSFilled: IconSquareLetterSFilled, IconSquareLetterT: IconSquareLetterT, IconSquareLetterTFilled: IconSquareLetterTFilled, IconSquareLetterU: IconSquareLetterU, IconSquareLetterUFilled: IconSquareLetterUFilled, IconSquareLetterV: IconSquareLetterV, IconSquareLetterVFilled: IconSquareLetterVFilled, IconSquareLetterW: IconSquareLetterW, IconSquareLetterWFilled: IconSquareLetterWFilled, IconSquareLetterX: IconSquareLetterX, IconSquareLetterXFilled: IconSquareLetterXFilled, IconSquareLetterY: IconSquareLetterY, IconSquareLetterYFilled: IconSquareLetterYFilled, IconSquareLetterZ: IconSquareLetterZ, IconSquareLetterZFilled: IconSquareLetterZFilled, IconSquareMinus: IconSquareMinus, IconSquareMinus2: IconSquareMinus2, IconSquareMinusFilled: IconSquareMinusFilled, IconSquareNumber0: IconSquareNumber0, IconSquareNumber0Filled: IconSquareNumber0Filled, IconSquareNumber1: IconSquareNumber1, IconSquareNumber1Filled: IconSquareNumber1Filled, IconSquareNumber2: IconSquareNumber2, IconSquareNumber2Filled: IconSquareNumber2Filled, IconSquareNumber3: IconSquareNumber3, IconSquareNumber3Filled: IconSquareNumber3Filled, IconSquareNumber4: IconSquareNumber4, IconSquareNumber4Filled: IconSquareNumber4Filled, IconSquareNumber5: IconSquareNumber5, IconSquareNumber5Filled: IconSquareNumber5Filled, IconSquareNumber6: IconSquareNumber6, IconSquareNumber6Filled: IconSquareNumber6Filled, IconSquareNumber7: IconSquareNumber7, IconSquareNumber7Filled: IconSquareNumber7Filled, IconSquareNumber8: IconSquareNumber8, IconSquareNumber8Filled: IconSquareNumber8Filled, IconSquareNumber9: IconSquareNumber9, IconSquareNumber9Filled: IconSquareNumber9Filled, IconSquareOff: IconSquareOff, IconSquarePercentage: IconSquarePercentage, IconSquarePlus: IconSquarePlus, IconSquarePlus2: IconSquarePlus2, IconSquareRoot: IconSquareRoot, IconSquareRoot2: IconSquareRoot2, IconSquareRotated: IconSquareRotated, IconSquareRotatedAsterisk: IconSquareRotatedAsterisk, IconSquareRotatedFilled: IconSquareRotatedFilled, IconSquareRotatedForbid: IconSquareRotatedForbid, IconSquareRotatedForbid2: IconSquareRotatedForbid2, IconSquareRotatedOff: IconSquareRotatedOff, IconSquareRounded: IconSquareRounded, IconSquareRoundedArrowDown: IconSquareRoundedArrowDown, IconSquareRoundedArrowDownFilled: IconSquareRoundedArrowDownFilled, IconSquareRoundedArrowLeft: IconSquareRoundedArrowLeft, IconSquareRoundedArrowLeftFilled: IconSquareRoundedArrowLeftFilled, IconSquareRoundedArrowRight: IconSquareRoundedArrowRight, IconSquareRoundedArrowRightFilled: IconSquareRoundedArrowRightFilled, IconSquareRoundedArrowUp: IconSquareRoundedArrowUp, IconSquareRoundedArrowUpFilled: IconSquareRoundedArrowUpFilled, IconSquareRoundedCheck: IconSquareRoundedCheck, IconSquareRoundedCheckFilled: IconSquareRoundedCheckFilled, IconSquareRoundedChevronDown: IconSquareRoundedChevronDown, IconSquareRoundedChevronDownFilled: IconSquareRoundedChevronDownFilled, IconSquareRoundedChevronLeft: IconSquareRoundedChevronLeft, IconSquareRoundedChevronLeftFilled: IconSquareRoundedChevronLeftFilled, IconSquareRoundedChevronRight: IconSquareRoundedChevronRight, IconSquareRoundedChevronRightFilled: IconSquareRoundedChevronRightFilled, IconSquareRoundedChevronUp: IconSquareRoundedChevronUp, IconSquareRoundedChevronUpFilled: IconSquareRoundedChevronUpFilled, IconSquareRoundedChevronsDown: IconSquareRoundedChevronsDown, IconSquareRoundedChevronsDownFilled: IconSquareRoundedChevronsDownFilled, IconSquareRoundedChevronsLeft: IconSquareRoundedChevronsLeft, IconSquareRoundedChevronsLeftFilled: IconSquareRoundedChevronsLeftFilled, IconSquareRoundedChevronsRight: IconSquareRoundedChevronsRight, IconSquareRoundedChevronsRightFilled: IconSquareRoundedChevronsRightFilled, IconSquareRoundedChevronsUp: IconSquareRoundedChevronsUp, IconSquareRoundedChevronsUpFilled: IconSquareRoundedChevronsUpFilled, IconSquareRoundedFilled: IconSquareRoundedFilled, IconSquareRoundedLetterA: IconSquareRoundedLetterA, IconSquareRoundedLetterAFilled: IconSquareRoundedLetterAFilled, IconSquareRoundedLetterB: IconSquareRoundedLetterB, IconSquareRoundedLetterBFilled: IconSquareRoundedLetterBFilled, IconSquareRoundedLetterC: IconSquareRoundedLetterC, IconSquareRoundedLetterCFilled: IconSquareRoundedLetterCFilled, IconSquareRoundedLetterD: IconSquareRoundedLetterD, IconSquareRoundedLetterDFilled: IconSquareRoundedLetterDFilled, IconSquareRoundedLetterE: IconSquareRoundedLetterE, IconSquareRoundedLetterEFilled: IconSquareRoundedLetterEFilled, IconSquareRoundedLetterF: IconSquareRoundedLetterF, IconSquareRoundedLetterFFilled: IconSquareRoundedLetterFFilled, IconSquareRoundedLetterG: IconSquareRoundedLetterG, IconSquareRoundedLetterGFilled: IconSquareRoundedLetterGFilled, IconSquareRoundedLetterH: IconSquareRoundedLetterH, IconSquareRoundedLetterHFilled: IconSquareRoundedLetterHFilled, IconSquareRoundedLetterI: IconSquareRoundedLetterI, IconSquareRoundedLetterIFilled: IconSquareRoundedLetterIFilled, IconSquareRoundedLetterJ: IconSquareRoundedLetterJ, IconSquareRoundedLetterJFilled: IconSquareRoundedLetterJFilled, IconSquareRoundedLetterK: IconSquareRoundedLetterK, IconSquareRoundedLetterKFilled: IconSquareRoundedLetterKFilled, IconSquareRoundedLetterL: IconSquareRoundedLetterL, IconSquareRoundedLetterLFilled: IconSquareRoundedLetterLFilled, IconSquareRoundedLetterM: IconSquareRoundedLetterM, IconSquareRoundedLetterMFilled: IconSquareRoundedLetterMFilled, IconSquareRoundedLetterN: IconSquareRoundedLetterN, IconSquareRoundedLetterNFilled: IconSquareRoundedLetterNFilled, IconSquareRoundedLetterO: IconSquareRoundedLetterO, IconSquareRoundedLetterOFilled: IconSquareRoundedLetterOFilled, IconSquareRoundedLetterP: IconSquareRoundedLetterP, IconSquareRoundedLetterPFilled: IconSquareRoundedLetterPFilled, IconSquareRoundedLetterQ: IconSquareRoundedLetterQ, IconSquareRoundedLetterQFilled: IconSquareRoundedLetterQFilled, IconSquareRoundedLetterR: IconSquareRoundedLetterR, IconSquareRoundedLetterRFilled: IconSquareRoundedLetterRFilled, IconSquareRoundedLetterS: IconSquareRoundedLetterS, IconSquareRoundedLetterSFilled: IconSquareRoundedLetterSFilled, IconSquareRoundedLetterT: IconSquareRoundedLetterT, IconSquareRoundedLetterTFilled: IconSquareRoundedLetterTFilled, IconSquareRoundedLetterU: IconSquareRoundedLetterU, IconSquareRoundedLetterUFilled: IconSquareRoundedLetterUFilled, IconSquareRoundedLetterV: IconSquareRoundedLetterV, IconSquareRoundedLetterVFilled: IconSquareRoundedLetterVFilled, IconSquareRoundedLetterW: IconSquareRoundedLetterW, IconSquareRoundedLetterWFilled: IconSquareRoundedLetterWFilled, IconSquareRoundedLetterX: IconSquareRoundedLetterX, IconSquareRoundedLetterXFilled: IconSquareRoundedLetterXFilled, IconSquareRoundedLetterY: IconSquareRoundedLetterY, IconSquareRoundedLetterYFilled: IconSquareRoundedLetterYFilled, IconSquareRoundedLetterZ: IconSquareRoundedLetterZ, IconSquareRoundedLetterZFilled: IconSquareRoundedLetterZFilled, IconSquareRoundedMinus: IconSquareRoundedMinus, IconSquareRoundedMinus2: IconSquareRoundedMinus2, IconSquareRoundedMinusFilled: IconSquareRoundedMinusFilled, IconSquareRoundedNumber0: IconSquareRoundedNumber0, IconSquareRoundedNumber0Filled: IconSquareRoundedNumber0Filled, IconSquareRoundedNumber1: IconSquareRoundedNumber1, IconSquareRoundedNumber1Filled: IconSquareRoundedNumber1Filled, IconSquareRoundedNumber2: IconSquareRoundedNumber2, IconSquareRoundedNumber2Filled: IconSquareRoundedNumber2Filled, IconSquareRoundedNumber3: IconSquareRoundedNumber3, IconSquareRoundedNumber3Filled: IconSquareRoundedNumber3Filled, IconSquareRoundedNumber4: IconSquareRoundedNumber4, IconSquareRoundedNumber4Filled: IconSquareRoundedNumber4Filled, IconSquareRoundedNumber5: IconSquareRoundedNumber5, IconSquareRoundedNumber5Filled: IconSquareRoundedNumber5Filled, IconSquareRoundedNumber6: IconSquareRoundedNumber6, IconSquareRoundedNumber6Filled: IconSquareRoundedNumber6Filled, IconSquareRoundedNumber7: IconSquareRoundedNumber7, IconSquareRoundedNumber7Filled: IconSquareRoundedNumber7Filled, IconSquareRoundedNumber8: IconSquareRoundedNumber8, IconSquareRoundedNumber8Filled: IconSquareRoundedNumber8Filled, IconSquareRoundedNumber9: IconSquareRoundedNumber9, IconSquareRoundedNumber9Filled: IconSquareRoundedNumber9Filled, IconSquareRoundedPercentage: IconSquareRoundedPercentage, IconSquareRoundedPlus: IconSquareRoundedPlus, IconSquareRoundedPlus2: IconSquareRoundedPlus2, IconSquareRoundedPlusFilled: IconSquareRoundedPlusFilled, IconSquareRoundedX: IconSquareRoundedX, IconSquareRoundedXFilled: IconSquareRoundedXFilled, IconSquareToggle: IconSquareToggle, IconSquareToggleHorizontal: IconSquareToggleHorizontal, IconSquareX: IconSquareX, IconSquareXFilled: IconSquareXFilled, IconSquares: IconSquares, IconSquaresDiagonal: IconSquaresDiagonal, IconSquaresFilled: IconSquaresFilled, IconSquaresSelected: IconSquaresSelected, IconStack: IconStack, IconStack2: IconStack2, IconStack2Filled: IconStack2Filled, IconStack3: IconStack3, IconStack3Filled: IconStack3Filled, IconStackBack: IconStackBack, IconStackBackward: IconStackBackward, IconStackFilled: IconStackFilled, IconStackForward: IconStackForward, IconStackFront: IconStackFront, IconStackMiddle: IconStackMiddle, IconStackPop: IconStackPop, IconStackPush: IconStackPush, IconStairs: IconStairs, IconStairsDown: IconStairsDown, IconStairsUp: IconStairsUp, IconStar: IconStar, IconStarFilled: IconStarFilled, IconStarHalf: IconStarHalf, IconStarHalfFilled: IconStarHalfFilled, IconStarOff: IconStarOff, IconStars: IconStars, IconStarsFilled: IconStarsFilled, IconStarsOff: IconStarsOff, IconStatusChange: IconStatusChange, IconSteam: IconSteam, IconSteeringWheel: IconSteeringWheel, IconSteeringWheelFilled: IconSteeringWheelFilled, IconSteeringWheelOff: IconSteeringWheelOff, IconStepInto: IconStepInto, IconStepOut: IconStepOut, IconStereoGlasses: IconStereoGlasses, IconStethoscope: IconStethoscope, IconStethoscopeOff: IconStethoscopeOff, IconSticker: IconSticker, IconSticker2: IconSticker2, IconStopwatch: IconStopwatch, IconStorm: IconStorm, IconStormOff: IconStormOff, IconStretching: IconStretching, IconStretching2: IconStretching2, IconStrikethrough: IconStrikethrough, IconStrokeCurved: IconStrokeCurved, IconStrokeDynamic: IconStrokeDynamic, IconStrokeStraight: IconStrokeStraight, IconSubmarine: IconSubmarine, IconSubscript: IconSubscript, IconSubtask: IconSubtask, IconSubtitles: IconSubtitles, IconSubtitlesAi: IconSubtitlesAi, IconSubtitlesEdit: IconSubtitlesEdit, IconSubtitlesOff: IconSubtitlesOff, IconSum: IconSum, IconSumOff: IconSumOff, IconSun: IconSun, IconSunElectricity: IconSunElectricity, IconSunFilled: IconSunFilled, IconSunHigh: IconSunHigh, IconSunHighFilled: IconSunHighFilled, IconSunLow: IconSunLow, IconSunLowFilled: IconSunLowFilled, IconSunMoon: IconSunMoon, IconSunOff: IconSunOff, IconSunWind: IconSunWind, IconSunglasses: IconSunglasses, IconSunglassesFilled: IconSunglassesFilled, IconSunrise: IconSunrise, IconSunriseFilled: IconSunriseFilled, IconSunset: IconSunset, IconSunset2: IconSunset2, IconSunset2Filled: IconSunset2Filled, IconSunsetFilled: IconSunsetFilled, IconSuperscript: IconSuperscript, IconSvg: IconSvg, IconSwimming: IconSwimming, IconSwipe: IconSwipe, IconSwipeDown: IconSwipeDown, IconSwipeDownFilled: IconSwipeDownFilled, IconSwipeLeft: IconSwipeLeft, IconSwipeLeftFilled: IconSwipeLeftFilled, IconSwipeRight: IconSwipeRight, IconSwipeRightFilled: IconSwipeRightFilled, IconSwipeUp: IconSwipeUp, IconSwipeUpFilled: IconSwipeUpFilled, IconSwitch: IconSwitch, IconSwitch2: IconSwitch2, IconSwitch3: IconSwitch3, IconSwitchHorizontal: IconSwitchHorizontal, IconSwitchVertical: IconSwitchVertical, IconSword: IconSword, IconSwordOff: IconSwordOff, IconSwords: IconSwords, IconTable: IconTable, IconTableAlias: IconTableAlias, IconTableColumn: IconTableColumn, IconTableDashed: IconTableDashed, IconTableDown: IconTableDown, IconTableExport: IconTableExport, IconTableFilled: IconTableFilled, IconTableHeart: IconTableHeart, IconTableImport: IconTableImport, IconTableMinus: IconTableMinus, IconTableOff: IconTableOff, IconTableOptions: IconTableOptions, IconTablePlus: IconTablePlus, IconTableRow: IconTableRow, IconTableShare: IconTableShare, IconTableShortcut: IconTableShortcut, IconTableSpark: IconTableSpark, IconTag: IconTag, IconTagFilled: IconTagFilled, IconTagMinus: IconTagMinus, IconTagOff: IconTagOff, IconTagPlus: IconTagPlus, IconTagStarred: IconTagStarred, IconTags: IconTags, IconTagsFilled: IconTagsFilled, IconTagsOff: IconTagsOff, IconTallymark1: IconTallymark1, IconTallymark2: IconTallymark2, IconTallymark3: IconTallymark3, IconTallymark4: IconTallymark4, IconTallymarks: IconTallymarks, IconTank: IconTank, IconTarget: IconTarget, IconTargetArrow: IconTargetArrow, IconTargetOff: IconTargetOff, IconTax: IconTax, IconTaxEuro: IconTaxEuro, IconTaxPound: IconTaxPound, IconTeapot: IconTeapot, IconTelescope: IconTelescope, IconTelescopeOff: IconTelescopeOff, IconTemperature: IconTemperature, IconTemperatureCelsius: IconTemperatureCelsius, IconTemperatureFahrenheit: IconTemperatureFahrenheit, IconTemperatureMinus: IconTemperatureMinus, IconTemperatureMinusFilled: IconTemperatureMinusFilled, IconTemperatureOff: IconTemperatureOff, IconTemperaturePlus: IconTemperaturePlus, IconTemperaturePlusFilled: IconTemperaturePlusFilled, IconTemperatureSnow: IconTemperatureSnow, IconTemperatureSun: IconTemperatureSun, IconTemplate: IconTemplate, IconTemplateFilled: IconTemplateFilled, IconTemplateOff: IconTemplateOff, IconTent: IconTent, IconTentOff: IconTentOff, IconTerminal: IconTerminal, IconTerminal2: IconTerminal2, IconTestPipe: IconTestPipe, IconTestPipe2: IconTestPipe2, IconTestPipe2Filled: IconTestPipe2Filled, IconTestPipeOff: IconTestPipeOff, IconTex: IconTex, IconTextCaption: IconTextCaption, IconTextColor: IconTextColor, IconTextDecrease: IconTextDecrease, IconTextDirectionLtr: IconTextDirectionLtr, IconTextDirectionRtl: IconTextDirectionRtl, IconTextGrammar: IconTextGrammar, IconTextIncrease: IconTextIncrease, IconTextOrientation: IconTextOrientation, IconTextPlus: IconTextPlus, IconTextRecognition: IconTextRecognition, IconTextResize: IconTextResize, IconTextScan2: IconTextScan2, IconTextSize: IconTextSize, IconTextSpellcheck: IconTextSpellcheck, IconTextWrap: IconTextWrap, IconTextWrapColumn: IconTextWrapColumn, IconTextWrapDisabled: IconTextWrapDisabled, IconTexture: IconTexture, IconTheater: IconTheater, IconThermometer: IconThermometer, IconThumbDown: IconThumbDown, IconThumbDownFilled: IconThumbDownFilled, IconThumbDownOff: IconThumbDownOff, IconThumbUp: IconThumbUp, IconThumbUpFilled: IconThumbUpFilled, IconThumbUpOff: IconThumbUpOff, IconTicTac: IconTicTac, IconTicket: IconTicket, IconTicketFilled: IconTicketFilled, IconTicketOff: IconTicketOff, IconTie: IconTie, IconTilde: IconTilde, IconTiltShift: IconTiltShift, IconTiltShiftFilled: IconTiltShiftFilled, IconTiltShiftOff: IconTiltShiftOff, IconTimeDuration0: IconTimeDuration0, IconTimeDuration10: IconTimeDuration10, IconTimeDuration15: IconTimeDuration15, IconTimeDuration30: IconTimeDuration30, IconTimeDuration45: IconTimeDuration45, IconTimeDuration5: IconTimeDuration5, IconTimeDuration60: IconTimeDuration60, IconTimeDuration90: IconTimeDuration90, IconTimeDurationOff: IconTimeDurationOff, IconTimeline: IconTimeline, IconTimelineEvent: IconTimelineEvent, IconTimelineEventExclamation: IconTimelineEventExclamation, IconTimelineEventFilled: IconTimelineEventFilled, IconTimelineEventMinus: IconTimelineEventMinus, IconTimelineEventPlus: IconTimelineEventPlus, IconTimelineEventText: IconTimelineEventText, IconTimelineEventX: IconTimelineEventX, IconTimezone: IconTimezone, IconTipJar: IconTipJar, IconTipJarEuro: IconTipJarEuro, IconTipJarPound: IconTipJarPound, IconTir: IconTir, IconToggleLeft: IconToggleLeft, IconToggleLeftFilled: IconToggleLeftFilled, IconToggleRight: IconToggleRight, IconToggleRightFilled: IconToggleRightFilled, IconToiletPaper: IconToiletPaper, IconToiletPaperOff: IconToiletPaperOff, IconToml: IconToml, IconTool: IconTool, IconTools: IconTools, IconToolsKitchen: IconToolsKitchen, IconToolsKitchen2: IconToolsKitchen2, IconToolsKitchen2Filled: IconToolsKitchen2Filled, IconToolsKitchen2Off: IconToolsKitchen2Off, IconToolsKitchen3: IconToolsKitchen3, IconToolsKitchenOff: IconToolsKitchenOff, IconToolsOff: IconToolsOff, IconTooltip: IconTooltip, IconTopologyBus: IconTopologyBus, IconTopologyComplex: IconTopologyComplex, IconTopologyFull: IconTopologyFull, IconTopologyFullHierarchy: IconTopologyFullHierarchy, IconTopologyRing: IconTopologyRing, IconTopologyRing2: IconTopologyRing2, IconTopologyRing3: IconTopologyRing3, IconTopologyStar: IconTopologyStar, IconTopologyStar2: IconTopologyStar2, IconTopologyStar3: IconTopologyStar3, IconTopologyStarRing: IconTopologyStarRing, IconTopologyStarRing2: IconTopologyStarRing2, IconTopologyStarRing3: IconTopologyStarRing3, IconTorii: IconTorii, IconTornado: IconTornado, IconTournament: IconTournament, IconTower: IconTower, IconTowerOff: IconTowerOff, IconTrack: IconTrack, IconTractor: IconTractor, IconTrademark: IconTrademark, IconTrafficCone: IconTrafficCone, IconTrafficConeOff: IconTrafficConeOff, IconTrafficLights: IconTrafficLights, IconTrafficLightsOff: IconTrafficLightsOff, IconTrain: IconTrain, IconTrainFilled: IconTrainFilled, IconTransactionBitcoin: IconTransactionBitcoin, IconTransactionDollar: IconTransactionDollar, IconTransactionEuro: IconTransactionEuro, IconTransactionPound: IconTransactionPound, IconTransactionRupee: IconTransactionRupee, IconTransactionYen: IconTransactionYen, IconTransactionYuan: IconTransactionYuan, IconTransfer: IconTransfer, IconTransferIn: IconTransferIn, IconTransferOut: IconTransferOut, IconTransferVertical: IconTransferVertical, IconTransform: IconTransform, IconTransformFilled: IconTransformFilled, IconTransformPoint: IconTransformPoint, IconTransformPointBottomLeft: IconTransformPointBottomLeft, IconTransformPointBottomRight: IconTransformPointBottomRight, IconTransformPointTopLeft: IconTransformPointTopLeft, IconTransformPointTopRight: IconTransformPointTopRight, IconTransitionBottom: IconTransitionBottom, IconTransitionBottomFilled: IconTransitionBottomFilled, IconTransitionLeft: IconTransitionLeft, IconTransitionLeftFilled: IconTransitionLeftFilled, IconTransitionRight: IconTransitionRight, IconTransitionRightFilled: IconTransitionRightFilled, IconTransitionTop: IconTransitionTop, IconTransitionTopFilled: IconTransitionTopFilled, IconTrash: IconTrash, IconTrashFilled: IconTrashFilled, IconTrashOff: IconTrashOff, IconTrashX: IconTrashX, IconTrashXFilled: IconTrashXFilled, IconTreadmill: IconTreadmill, IconTree: IconTree, IconTrees: IconTrees, IconTrekking: IconTrekking, IconTrendingDown: IconTrendingDown, IconTrendingDown2: IconTrendingDown2, IconTrendingDown3: IconTrendingDown3, IconTrendingUp: IconTrendingUp, IconTrendingUp2: IconTrendingUp2, IconTrendingUp3: IconTrendingUp3, IconTrendingUpDown: IconTrendingUpDown, IconTriangle: IconTriangle, IconTriangleFilled: IconTriangleFilled, IconTriangleInverted: IconTriangleInverted, IconTriangleInvertedFilled: IconTriangleInvertedFilled, IconTriangleMinus: IconTriangleMinus, IconTriangleMinus2: IconTriangleMinus2, IconTriangleOff: IconTriangleOff, IconTrianglePlus: IconTrianglePlus, IconTrianglePlus2: IconTrianglePlus2, IconTriangleSquareCircle: IconTriangleSquareCircle, IconTriangleSquareCircleFilled: IconTriangleSquareCircleFilled, IconTriangles: IconTriangles, IconTrident: IconTrident, IconTrolley: IconTrolley, IconTrolleyFilled: IconTrolleyFilled, IconTrophy: IconTrophy, IconTrophyFilled: IconTrophyFilled, IconTrophyOff: IconTrophyOff, IconTrowel: IconTrowel, IconTruck: IconTruck, IconTruckDelivery: IconTruckDelivery, IconTruckFilled: IconTruckFilled, IconTruckLoading: IconTruckLoading, IconTruckOff: IconTruckOff, IconTruckReturn: IconTruckReturn, IconTxt: IconTxt, IconTypeface: IconTypeface, IconTypography: IconTypography, IconTypographyOff: IconTypographyOff, IconUTurnLeft: IconUTurnLeft, IconUTurnRight: IconUTurnRight, IconUfo: IconUfo, IconUfoFilled: IconUfoFilled, IconUfoOff: IconUfoOff, IconUhd: IconUhd, IconUmbrella: IconUmbrella, IconUmbrella2: IconUmbrella2, IconUmbrellaClosed: IconUmbrellaClosed, IconUmbrellaClosed2: IconUmbrellaClosed2, IconUmbrellaFilled: IconUmbrellaFilled, IconUmbrellaOff: IconUmbrellaOff, IconUnderline: IconUnderline, IconUniverse: IconUniverse, IconUnlink: IconUnlink, IconUpload: IconUpload, IconUrgent: IconUrgent, IconUsb: IconUsb, IconUser: IconUser, IconUserBitcoin: IconUserBitcoin, IconUserBolt: IconUserBolt, IconUserCancel: IconUserCancel, IconUserCheck: IconUserCheck, IconUserCircle: IconUserCircle, IconUserCode: IconUserCode, IconUserCog: IconUserCog, IconUserDollar: IconUserDollar, IconUserDown: IconUserDown, IconUserEdit: IconUserEdit, IconUserExclamation: IconUserExclamation, IconUserFilled: IconUserFilled, IconUserHeart: IconUserHeart, IconUserHexagon: IconUserHexagon, IconUserKey: IconUserKey, IconUserMinus: IconUserMinus, IconUserOff: IconUserOff, IconUserPause: IconUserPause, IconUserPentagon: IconUserPentagon, IconUserPin: IconUserPin, IconUserPlus: IconUserPlus, IconUserQuestion: IconUserQuestion, IconUserScan: IconUserScan, IconUserScreen: IconUserScreen, IconUserSearch: IconUserSearch, IconUserShare: IconUserShare, IconUserShield: IconUserShield, IconUserSquare: IconUserSquare, IconUserSquareRounded: IconUserSquareRounded, IconUserStar: IconUserStar, IconUserUp: IconUserUp, IconUserX: IconUserX, IconUsers: IconUsers, IconUsersGroup: IconUsersGroup, IconUsersMinus: IconUsersMinus, IconUsersPlus: IconUsersPlus, IconUvIndex: IconUvIndex, IconUxCircle: IconUxCircle, IconVaccine: IconVaccine, IconVaccineBottle: IconVaccineBottle, IconVaccineBottleOff: IconVaccineBottleOff, IconVaccineOff: IconVaccineOff, IconVacuumCleaner: IconVacuumCleaner, IconVariable: IconVariable, IconVariableMinus: IconVariableMinus, IconVariableOff: IconVariableOff, IconVariablePlus: IconVariablePlus, IconVector: IconVector, IconVectorBezier: IconVectorBezier, IconVectorBezier2: IconVectorBezier2, IconVectorBezierArc: IconVectorBezierArc, IconVectorBezierCircle: IconVectorBezierCircle, IconVectorOff: IconVectorOff, IconVectorSpline: IconVectorSpline, IconVectorTriangle: IconVectorTriangle, IconVectorTriangleOff: IconVectorTriangleOff, IconVenus: IconVenus, IconVersions: IconVersions, IconVersionsFilled: IconVersionsFilled, IconVersionsOff: IconVersionsOff, IconVideo: IconVideo, IconVideoFilled: IconVideoFilled, IconVideoMinus: IconVideoMinus, IconVideoMinusFilled: IconVideoMinusFilled, IconVideoOff: IconVideoOff, IconVideoPlus: IconVideoPlus, IconVideoPlusFilled: IconVideoPlusFilled, IconView360: IconView360, IconView360Arrow: IconView360Arrow, IconView360Number: IconView360Number, IconView360Off: IconView360Off, IconViewfinder: IconViewfinder, IconViewfinderOff: IconViewfinderOff, IconViewportNarrow: IconViewportNarrow, IconViewportShort: IconViewportShort, IconViewportTall: IconViewportTall, IconViewportWide: IconViewportWide, IconVinyl: IconVinyl, IconVip: IconVip, IconVip2: IconVip2, IconVipOff: IconVipOff, IconVirus: IconVirus, IconVirusOff: IconVirusOff, IconVirusSearch: IconVirusSearch, IconVocabulary: IconVocabulary, IconVocabularyOff: IconVocabularyOff, IconVolcano: IconVolcano, IconVolume: IconVolume, IconVolume2: IconVolume2, IconVolume3: IconVolume3, IconVolume4: IconVolume4, IconVolumeOff: IconVolumeOff, IconVs: IconVs, IconWalk: IconWalk, IconWall: IconWall, IconWallOff: IconWallOff, IconWallet: IconWallet, IconWalletOff: IconWalletOff, IconWallpaper: IconWallpaper, IconWallpaperOff: IconWallpaperOff, IconWand: IconWand, IconWandOff: IconWandOff, IconWash: IconWash, IconWashDry: IconWashDry, IconWashDry1: IconWashDry1, IconWashDry2: IconWashDry2, IconWashDry3: IconWashDry3, IconWashDryA: IconWashDryA, IconWashDryDip: IconWashDryDip, IconWashDryF: IconWashDryF, IconWashDryFlat: IconWashDryFlat, IconWashDryHang: IconWashDryHang, IconWashDryOff: IconWashDryOff, IconWashDryP: IconWashDryP, IconWashDryShade: IconWashDryShade, IconWashDryW: IconWashDryW, IconWashDryclean: IconWashDryclean, IconWashDrycleanOff: IconWashDrycleanOff, IconWashEco: IconWashEco, IconWashGentle: IconWashGentle, IconWashHand: IconWashHand, IconWashMachine: IconWashMachine, IconWashOff: IconWashOff, IconWashPress: IconWashPress, IconWashTemperature1: IconWashTemperature1, IconWashTemperature2: IconWashTemperature2, IconWashTemperature3: IconWashTemperature3, IconWashTemperature4: IconWashTemperature4, IconWashTemperature5: IconWashTemperature5, IconWashTemperature6: IconWashTemperature6, IconWashTumbleDry: IconWashTumbleDry, IconWashTumbleOff: IconWashTumbleOff, IconWaterpolo: IconWaterpolo, IconWaveSawTool: IconWaveSawTool, IconWaveSine: IconWaveSine, IconWaveSquare: IconWaveSquare, IconWavesElectricity: IconWavesElectricity, IconWebhook: IconWebhook, IconWebhookOff: IconWebhookOff, IconWeight: IconWeight, IconWheat: IconWheat, IconWheatOff: IconWheatOff, IconWheel: IconWheel, IconWheelchair: IconWheelchair, IconWheelchairOff: IconWheelchairOff, IconWhirl: IconWhirl, IconWhisk: IconWhisk, IconWifi: IconWifi, IconWifi0: IconWifi0, IconWifi1: IconWifi1, IconWifi2: IconWifi2, IconWifiOff: IconWifiOff, IconWind: IconWind, IconWindElectricity: IconWindElectricity, IconWindOff: IconWindOff, IconWindmill: IconWindmill, IconWindmillFilled: IconWindmillFilled, IconWindmillOff: IconWindmillOff, IconWindow: IconWindow, IconWindowMaximize: IconWindowMaximize, IconWindowMinimize: IconWindowMinimize, IconWindowOff: IconWindowOff, IconWindsock: IconWindsock, IconWindsockFilled: IconWindsockFilled, IconWiper: IconWiper, IconWiperWash: IconWiperWash, IconWoman: IconWoman, IconWomanFilled: IconWomanFilled, IconWood: IconWood, IconWorld: IconWorld, IconWorldBolt: IconWorldBolt, IconWorldCancel: IconWorldCancel, IconWorldCheck: IconWorldCheck, IconWorldCode: IconWorldCode, IconWorldCog: IconWorldCog, IconWorldDollar: IconWorldDollar, IconWorldDown: IconWorldDown, IconWorldDownload: IconWorldDownload, IconWorldExclamation: IconWorldExclamation, IconWorldFilled: IconWorldFilled, IconWorldHeart: IconWorldHeart, IconWorldLatitude: IconWorldLatitude, IconWorldLongitude: IconWorldLongitude, IconWorldMap: IconWorldMap, IconWorldMinus: IconWorldMinus, IconWorldOff: IconWorldOff, IconWorldPause: IconWorldPause, IconWorldPin: IconWorldPin, IconWorldPlus: IconWorldPlus, IconWorldQuestion: IconWorldQuestion, IconWorldSearch: IconWorldSearch, IconWorldShare: IconWorldShare, IconWorldStar: IconWorldStar, IconWorldUp: IconWorldUp, IconWorldUpload: IconWorldUpload, IconWorldWww: IconWorldWww, IconWorldX: IconWorldX, IconWreckingBall: IconWreckingBall, IconWriting: IconWriting, IconWritingFilled: IconWritingFilled, IconWritingOff: IconWritingOff, IconWritingSign: IconWritingSign, IconWritingSignFilled: IconWritingSignFilled, IconWritingSignOff: IconWritingSignOff, IconX: IconX, IconXFilled: IconXFilled, IconXMark: IconXMark, IconXPowerY: IconXPowerY, IconXboxA: IconXboxA, IconXboxAFilled: IconXboxAFilled, IconXboxB: IconXboxB, IconXboxBFilled: IconXboxBFilled, IconXboxX: IconXboxX, IconXboxXFilled: IconXboxXFilled, IconXboxY: IconXboxY, IconXboxYFilled: IconXboxYFilled, IconXd: IconXd, IconXxx: IconXxx, IconYinYang: IconYinYang, IconYinYangFilled: IconYinYangFilled, IconYoga: IconYoga, IconZeppelin: IconZeppelin, IconZeppelinFilled: IconZeppelinFilled, IconZeppelinOff: IconZeppelinOff, IconZeroConfig: IconZeroConfig, IconZip: IconZip, IconZodiacAquarius: IconZodiacAquarius, IconZodiacAries: IconZodiacAries, IconZodiacCancer: IconZodiacCancer, IconZodiacCapricorn: IconZodiacCapricorn, IconZodiacGemini: IconZodiacGemini, IconZodiacLeo: IconZodiacLeo, IconZodiacLibra: IconZodiacLibra, IconZodiacPisces: IconZodiacPisces, IconZodiacSagittarius: IconZodiacSagittarius, IconZodiacScorpio: IconZodiacScorpio, IconZodiacTaurus: IconZodiacTaurus, IconZodiacVirgo: IconZodiacVirgo, IconZoom: IconZoom, IconZoomCancel: IconZoomCancel, IconZoomCancelFilled: IconZoomCancelFilled, IconZoomCheck: IconZoomCheck, IconZoomCheckFilled: IconZoomCheckFilled, IconZoomCode: IconZoomCode, IconZoomCodeFilled: IconZoomCodeFilled, IconZoomExclamation: IconZoomExclamation, IconZoomExclamationFilled: IconZoomExclamationFilled, IconZoomFilled: IconZoomFilled, IconZoomIn: IconZoomIn, IconZoomInArea: IconZoomInArea, IconZoomInAreaFilled: IconZoomInAreaFilled, IconZoomInFilled: IconZoomInFilled, IconZoomMoney: IconZoomMoney, IconZoomMoneyFilled: IconZoomMoneyFilled, IconZoomOut: IconZoomOut, IconZoomOutArea: IconZoomOutArea, IconZoomOutAreaFilled: IconZoomOutAreaFilled, IconZoomOutFilled: IconZoomOutFilled, IconZoomPan: IconZoomPan, IconZoomPanFilled: IconZoomPanFilled, IconZoomQuestion: IconZoomQuestion, IconZoomQuestionFilled: IconZoomQuestionFilled, IconZoomReplace: IconZoomReplace, IconZoomReset: IconZoomReset, IconZoomScan: IconZoomScan, IconZoomScanFilled: IconZoomScanFilled, IconZzz: IconZzz, IconZzzOff: IconZzzOff }); var iconsList = [ "a-b-2", "a-b-off", "a-b", "abacus-off", "abacus", "abc", "access-point-off", "access-point", "accessible-off", "accessible", "activity-heartbeat", "activity", "ad-2", "ad-circle-off", "ad-circle", "ad-off", "ad", "address-book-off", "address-book", "adjustments-alt", "adjustments-bolt", "adjustments-cancel", "adjustments-check", "adjustments-code", "adjustments-cog", "adjustments-dollar", "adjustments-down", "adjustments-exclamation", "adjustments-heart", "adjustments-horizontal", "adjustments-minus", "adjustments-off", "adjustments-pause", "adjustments-pin", "adjustments-plus", "adjustments-question", "adjustments-search", "adjustments-share", "adjustments-spark", "adjustments-star", "adjustments-up", "adjustments-x", "adjustments", "aerial-lift", "affiliate", "ai-agent", "ai-agents", "ai-gateway", "ai", "air-balloon", "air-conditioning-disabled", "air-conditioning", "air-traffic-control", "alarm-average", "alarm-minus", "alarm-off", "alarm-plus", "alarm-smoke", "alarm-snooze", "alarm", "album-off", "album", "alert-circle-off", "alert-circle", "alert-hexagon-off", "alert-hexagon", "alert-octagon", "alert-small-off", "alert-small", "alert-square-rounded-off", "alert-square-rounded", "alert-square", "alert-triangle-off", "alert-triangle", "alien", "align-box-bottom-center", "align-box-bottom-left", "align-box-bottom-right", "align-box-center-bottom", "align-box-center-middle", "align-box-center-stretch", "align-box-center-top", "align-box-left-bottom", "align-box-left-middle", "align-box-left-stretch", "align-box-left-top", "align-box-right-bottom", "align-box-right-middle", "align-box-right-stretch", "align-box-right-top", "align-box-top-center", "align-box-top-left", "align-box-top-right", "align-center", "align-justified", "align-left-2", "align-left", "align-right-2", "align-right", "alpha", "alphabet-arabic", "alphabet-bangla", "alphabet-cyrillic", "alphabet-greek", "alphabet-hebrew", "alphabet-korean", "alphabet-latin", "alphabet-polish", "alphabet-runes", "alphabet-thai", "alt", "ambulance", "ampersand", "analyze-off", "analyze", "anchor-off", "anchor", "angle", "ankh", "antenna-bars-1", "antenna-bars-2", "antenna-bars-3", "antenna-bars-4", "antenna-bars-5", "antenna-bars-off", "antenna-off", "antenna", "aperture-off", "aperture", "api-app-off", "api-app", "api-book", "api-off", "api", "app-window", "apple", "apps-off", "apps", "archery-arrow", "archive-off", "archive", "armchair-2-off", "armchair-2", "armchair-off", "armchair", "arrow-autofit-content", "arrow-autofit-down", "arrow-autofit-height", "arrow-autofit-left", "arrow-autofit-right", "arrow-autofit-up", "arrow-autofit-width", "arrow-back-up-double", "arrow-back-up", "arrow-back", "arrow-badge-down", "arrow-badge-left", "arrow-badge-right", "arrow-badge-up", "arrow-bar-both", "arrow-bar-down", "arrow-bar-left", "arrow-bar-right", "arrow-bar-to-down-dashed", "arrow-bar-to-down", "arrow-bar-to-left-dashed", "arrow-bar-to-left", "arrow-bar-to-right-dashed", "arrow-bar-to-right", "arrow-bar-to-up-dashed", "arrow-bar-to-up", "arrow-bar-up", "arrow-bear-left-2", "arrow-bear-left", "arrow-bear-right-2", "arrow-bear-right", "arrow-big-down-line", "arrow-big-down-lines", "arrow-big-down", "arrow-big-left-line", "arrow-big-left-lines", "arrow-big-left", "arrow-big-right-line", "arrow-big-right-lines", "arrow-big-right", "arrow-big-up-line", "arrow-big-up-lines", "arrow-big-up", "arrow-bounce", "arrow-capsule", "arrow-curve-left", "arrow-curve-right", "arrow-down-bar", "arrow-down-circle", "arrow-down-dashed", "arrow-down-from-arc", "arrow-down-left-circle", "arrow-down-left", "arrow-down-rhombus", "arrow-down-right-circle", "arrow-down-right", "arrow-down-square", "arrow-down-tail", "arrow-down-to-arc", "arrow-down", "arrow-elbow-left", "arrow-elbow-right", "arrow-fork", "arrow-forward-up-double", "arrow-forward-up", "arrow-forward", "arrow-guide", "arrow-iteration", "arrow-left-bar", "arrow-left-circle", "arrow-left-dashed", "arrow-left-from-arc", "arrow-left-rhombus", "arrow-left-right", "arrow-left-square", "arrow-left-tail", "arrow-left-to-arc", "arrow-left", "arrow-loop-left-2", "arrow-loop-left", "arrow-loop-right-2", "arrow-loop-right", "arrow-merge-alt-left", "arrow-merge-alt-right", "arrow-merge-both", "arrow-merge-left", "arrow-merge-right", "arrow-merge", "arrow-move-down", "arrow-move-left", "arrow-move-right", "arrow-move-up", "arrow-narrow-down-dashed", "arrow-narrow-down", "arrow-narrow-left-dashed", "arrow-narrow-left", "arrow-narrow-right-dashed", "arrow-narrow-right", "arrow-narrow-up-dashed", "arrow-narrow-up", "arrow-ramp-left-2", "arrow-ramp-left-3", "arrow-ramp-left", "arrow-ramp-right-2", "arrow-ramp-right-3", "arrow-ramp-right", "arrow-right-bar", "arrow-right-circle", "arrow-right-dashed", "arrow-right-from-arc", "arrow-right-rhombus", "arrow-right-square", "arrow-right-tail", "arrow-right-to-arc", "arrow-right", "arrow-rotary-first-left", "arrow-rotary-first-right", "arrow-rotary-last-left", "arrow-rotary-last-right", "arrow-rotary-left", "arrow-rotary-right", "arrow-rotary-straight", "arrow-roundabout-left", "arrow-roundabout-right", "arrow-sharp-turn-left", "arrow-sharp-turn-right", "arrow-up-bar", "arrow-up-circle", "arrow-up-dashed", "arrow-up-from-arc", "arrow-up-left-circle", "arrow-up-left", "arrow-up-rhombus", "arrow-up-right-circle", "arrow-up-right", "arrow-up-square", "arrow-up-tail", "arrow-up-to-arc", "arrow-up", "arrow-wave-left-down", "arrow-wave-left-up", "arrow-wave-right-down", "arrow-wave-right-up", "arrow-zig-zag", "arrows-cross", "arrows-diagonal-2", "arrows-diagonal-minimize-2", "arrows-diagonal-minimize", "arrows-diagonal", "arrows-diff", "arrows-double-ne-sw", "arrows-double-nw-se", "arrows-double-se-nw", "arrows-double-sw-ne", "arrows-down-up", "arrows-down", "arrows-exchange-2", "arrows-exchange", "arrows-horizontal", "arrows-join-2", "arrows-join", "arrows-left-down", "arrows-left-right", "arrows-left", "arrows-maximize", "arrows-minimize", "arrows-move-horizontal", "arrows-move-vertical", "arrows-move", "arrows-random", "arrows-right-down", "arrows-right-left", "arrows-right", "arrows-shuffle-2", "arrows-shuffle", "arrows-sort", "arrows-split-2", "arrows-split", "arrows-transfer-down", "arrows-transfer-up-down", "arrows-transfer-up", "arrows-up-down", "arrows-up-left", "arrows-up-right", "arrows-up", "arrows-vertical", "artboard-off", "artboard", "article-off", "article", "aspect-ratio-off", "aspect-ratio", "assembly-off", "assembly", "asset", "asterisk-simple", "asterisk", "at-off", "at", "atom-2", "atom-off", "atom", "augmented-reality-2", "augmented-reality-off", "augmented-reality", "auth-2fa", "automatic-gearbox", "automation", "avocado", "award-off", "award", "axe", "axis-x", "axis-y", "baby-bottle", "baby-carriage", "background", "backhoe", "backpack-off", "backpack", "backslash", "backspace", "badge-2k", "badge-3d", "badge-3k", "badge-4k", "badge-5k", "badge-8k", "badge-ad-off", "badge-ad", "badge-ar", "badge-cc", "badge-hd", "badge-off", "badge-sd", "badge-tm", "badge-vo", "badge-vr", "badge-wc", "badge", "badges-off", "badges", "baguette", "ball-american-football-off", "ball-american-football", "ball-baseball", "ball-basketball", "ball-bowling", "ball-football-off", "ball-football", "ball-tennis", "ball-volleyball", "balloon-off", "balloon", "ballpen-off", "ballpen", "ban", "bandage-off", "bandage", "barbell-off", "barbell", "barcode-off", "barcode", "barrel-off", "barrel", "barrier-block-off", "barrier-block", "baseline-density-large", "baseline-density-medium", "baseline-density-small", "baseline", "basket-bolt", "basket-cancel", "basket-check", "basket-code", "basket-cog", "basket-discount", "basket-dollar", "basket-down", "basket-exclamation", "basket-heart", "basket-minus", "basket-off", "basket-pause", "basket-pin", "basket-plus", "basket-question", "basket-search", "basket-share", "basket-star", "basket-up", "basket-x", "basket", "bat", "bath-off", "bath", "battery-1", "battery-2", "battery-3", "battery-4", "battery-automotive", "battery-charging-2", "battery-charging", "battery-eco", "battery-exclamation", "battery-off", "battery-spark", "battery-vertical-1", "battery-vertical-2", "battery-vertical-3", "battery-vertical-4", "battery-vertical-charging-2", "battery-vertical-charging", "battery-vertical-eco", "battery-vertical-exclamation", "battery-vertical-off", "battery-vertical", "battery", "beach-off", "beach", "bed-flat", "bed-off", "bed", "beer-off", "beer", "bell-bolt", "bell-cancel", "bell-check", "bell-code", "bell-cog", "bell-dollar", "bell-down", "bell-exclamation", "bell-heart", "bell-minus", "bell-off", "bell-pause", "bell-pin", "bell-plus", "bell-question", "bell-ringing-2", "bell-ringing", "bell-school", "bell-search", "bell-share", "bell-star", "bell-up", "bell-x", "bell-z", "bell", "beta", "bible", "bike-off", "bike", "binary-off", "binary-tree-2", "binary-tree", "binary", "binoculars", "biohazard-off", "biohazard", "blade", "bleach-chlorine", "bleach-no-chlorine", "bleach-off", "bleach", "blend-mode", "blender", "blind", "blob", "blockquote", "blocks", "bluetooth-connected", "bluetooth-off", "bluetooth-x", "bluetooth", "blur-off", "blur", "bmp", "body-scan", "bold-off", "bold", "bolt-off", "bolt", "bomb", "bone-off", "bone", "bong-off", "bong", "book-2", "book-download", "book-off", "book-upload", "book", "bookmark-ai", "bookmark-edit", "bookmark-minus", "bookmark-off", "bookmark-plus", "bookmark-question", "bookmark", "bookmarks-off", "bookmarks", "books-off", "books", "boom", "border-all", "border-bottom-plus", "border-bottom", "border-corner-ios", "border-corner-pill", "border-corner-rounded", "border-corner-square", "border-corners", "border-horizontal", "border-inner", "border-left-plus", "border-left", "border-none", "border-outer", "border-radius", "border-right-plus", "border-right", "border-sides", "border-style-2", "border-style", "border-top-plus", "border-top", "border-vertical", "bot-id", "bottle-off", "bottle", "bounce-left", "bounce-right", "bow", "bowl-chopsticks", "bowl-spoon", "bowl", "bowling", "box-align-bottom-left", "box-align-bottom-right", "box-align-bottom", "box-align-left", "box-align-right", "box-align-top-left", "box-align-top-right", "box-align-top", "box-margin", "box-model-2-off", "box-model-2", "box-model-off", "box-model", "box-multiple-0", "box-multiple-1", "box-multiple-2", "box-multiple-3", "box-multiple-4", "box-multiple-5", "box-multiple-6", "box-multiple-7", "box-multiple-8", "box-multiple-9", "box-multiple", "box-off", "box-padding", "box", "braces-off", "braces", "brackets-angle-off", "brackets-angle", "brackets-contain-end", "brackets-contain-start", "brackets-contain", "brackets-off", "brackets", "braille", "brain", "brand-4chan", "brand-abstract", "brand-adobe-after-effect", "brand-adobe-illustrator", "brand-adobe-indesign", "brand-adobe-photoshop", "brand-adobe-premiere", "brand-adobe-xd", "brand-adobe", "brand-adonis-js", "brand-airbnb", "brand-airtable", "brand-algolia", "brand-alipay", "brand-alpine-js", "brand-amazon", "brand-amd", "brand-amie", "brand-amigo", "brand-among-us", "brand-android", "brand-angular", "brand-ansible", "brand-ao3", "brand-appgallery", "brand-apple-arcade", "brand-apple-news", "brand-apple-podcast", "brand-apple", "brand-appstore", "brand-arc", "brand-asana", "brand-astro", "brand-auth0", "brand-aws", "brand-azure", "brand-backbone", "brand-badoo", "brand-baidu", "brand-bandcamp", "brand-bandlab", "brand-beats", "brand-bebo", "brand-behance", "brand-bilibili", "brand-binance", "brand-bing", "brand-bitbucket", "brand-blackberry", "brand-blender", "brand-blogger", "brand-bluesky", "brand-booking", "brand-bootstrap", "brand-bulma", "brand-bumble", "brand-bunpo", "brand-c-sharp", "brand-cake", "brand-cakephp", "brand-campaignmonitor", "brand-carbon", "brand-cashapp", "brand-chrome", "brand-cinema-4d", "brand-citymapper", "brand-cloudflare", "brand-codecov", "brand-codepen", "brand-codesandbox", "brand-cohost", "brand-coinbase", "brand-comedy-central", "brand-coreos", "brand-couchdb", "brand-couchsurfing", "brand-cpp", "brand-craft", "brand-crunchbase", "brand-css3", "brand-ctemplar", "brand-cucumber", "brand-cupra", "brand-cypress", "brand-d3", "brand-databricks", "brand-days-counter", "brand-dcos", "brand-debian", "brand-deezer", "brand-deliveroo", "brand-deno", "brand-denodo", "brand-deviantart", "brand-digg", "brand-dingtalk", "brand-discord", "brand-disney", "brand-disqus", "brand-django", "brand-docker", "brand-doctrine", "brand-dolby-digital", "brand-douban", "brand-dribbble", "brand-dropbox", "brand-drops", "brand-drupal", "brand-edge", "brand-elastic", "brand-electronic-arts", "brand-ember", "brand-envato", "brand-etsy", "brand-evernote", "brand-facebook", "brand-feedly", "brand-figma", "brand-filezilla", "brand-finder", "brand-firebase", "brand-firefox", "brand-fiverr", "brand-flickr", "brand-flightradar24", "brand-flipboard", "brand-flutter", "brand-fortnite", "brand-foursquare", "brand-framer-motion", "brand-framer", "brand-funimation", "brand-gatsby", "brand-git", "brand-github-copilot", "brand-github", "brand-gitlab", "brand-gmail", "brand-golang", "brand-google-analytics", "brand-google-big-query", "brand-google-drive", "brand-google-fit", "brand-google-home", "brand-google-maps", "brand-google-one", "brand-google-photos", "brand-google-play", "brand-google-podcasts", "brand-google", "brand-grammarly", "brand-graphql", "brand-gravatar", "brand-grindr", "brand-guardian", "brand-gumroad", "brand-hackerrank", "brand-hbo", "brand-headlessui", "brand-hexo", "brand-hipchat", "brand-html5", "brand-inertia", "brand-infakt", "brand-instagram", "brand-intercom", "brand-itch", "brand-javascript", "brand-jira", "brand-juejin", "brand-kako-talk", "brand-kbin", "brand-kick", "brand-kickstarter", "brand-kotlin", "brand-laravel", "brand-lastfm", "brand-leetcode", "brand-letterboxd", "brand-line", "brand-linkedin", "brand-linktree", "brand-linqpad", "brand-livewire", "brand-loom", "brand-mailgun", "brand-mantine", "brand-mastercard", "brand-mastodon", "brand-matrix", "brand-mcdonalds", "brand-medium", "brand-meetup", "brand-mercedes", "brand-messenger", "brand-meta", "brand-metabrainz", "brand-minecraft", "brand-miniprogram", "brand-mixpanel", "brand-monday", "brand-mongodb", "brand-my-oppo", "brand-mysql", "brand-national-geographic", "brand-nem", "brand-netbeans", "brand-netease-music", "brand-netflix", "brand-nexo", "brand-nextcloud", "brand-nextjs", "brand-nodejs", "brand-nord-vpn", "brand-notion", "brand-npm", "brand-nuxt", "brand-nytimes", "brand-oauth", "brand-office", "brand-ok-ru", "brand-onedrive", "brand-onlyfans", "brand-open-source", "brand-openai", "brand-openvpn", "brand-opera", "brand-pagekit", "brand-parsinta", "brand-patreon", "brand-paypal", "brand-paypay", "brand-peanut", "brand-pepsi", "brand-php", "brand-picsart", "brand-pinterest", "brand-planetscale", "brand-pnpm", "brand-pocket", "brand-polymer", "brand-powershell", "brand-printables", "brand-prisma", "brand-producthunt", "brand-pushbullet", "brand-pushover", "brand-python", "brand-qq", "brand-radix-ui", "brand-react-native", "brand-react", "brand-reason", "brand-reddit", "brand-redhat", "brand-redux", "brand-revolut", "brand-rumble", "brand-rust", "brand-safari", "brand-samsungpass", "brand-sass", "brand-sentry", "brand-sharik", "brand-shazam", "brand-shopee", "brand-sketch", "brand-skype", "brand-slack", "brand-snapchat", "brand-snapseed", "brand-snowflake", "brand-socket-io", "brand-solidjs", "brand-soundcloud", "brand-spacehey", "brand-speedtest", "brand-spotify", "brand-stackoverflow", "brand-stackshare", "brand-steam", "brand-stocktwits", "brand-storj", "brand-storybook", "brand-storytel", "brand-strava", "brand-stripe", "brand-sublime-text", "brand-sugarizer", "brand-supabase", "brand-superhuman", "brand-supernova", "brand-surfshark", "brand-svelte", "brand-swift", "brand-symfony", "brand-tabler", "brand-tabnine", "brand-tailwind", "brand-taobao", "brand-teams", "brand-ted", "brand-telegram", "brand-terraform", "brand-tesla", "brand-tether", "brand-thingiverse", "brand-threads", "brand-threejs", "brand-tidal", "brand-tiktok", "brand-tinder", "brand-topbuzz", "brand-torchain", "brand-toyota", "brand-trello", "brand-tripadvisor", "brand-tumblr", "brand-twilio", "brand-twitch", "brand-twitter", "brand-typescript", "brand-uber", "brand-ubuntu", "brand-unity", "brand-unsplash", "brand-upwork", "brand-valorant", "brand-vercel", "brand-vimeo", "brand-vinted", "brand-visa", "brand-visual-studio", "brand-vite", "brand-vivaldi", "brand-vk", "brand-vlc", "brand-volkswagen", "brand-vsco", "brand-vscode", "brand-vue", "brand-walmart", "brand-waze", "brand-webflow", "brand-wechat", "brand-weibo", "brand-whatsapp", "brand-wikipedia", "brand-windows", "brand-windy", "brand-wish", "brand-wix", "brand-wordpress", "brand-x", "brand-xamarin", "brand-xbox", "brand-xdeep", "brand-xing", "brand-yahoo", "brand-yandex", "brand-yarn", "brand-yatse", "brand-ycombinator", "brand-youtube-kids", "brand-youtube", "brand-zalando", "brand-zapier", "brand-zeit", "brand-zhihu", "brand-zoom", "brand-zulip", "brand-zwift", "bread-off", "bread", "briefcase-2", "briefcase-off", "briefcase", "brightness-2", "brightness-auto", "brightness-down", "brightness-half", "brightness-off", "brightness-up", "brightness", "broadcast-off", "broadcast", "browser-check", "browser-maximize", "browser-minus", "browser-off", "browser-plus", "browser-share", "browser-x", "browser", "brush-off", "brush", "bubble-minus", "bubble-plus", "bubble-tea-2", "bubble-tea", "bubble-text", "bubble-x", "bubble", "bucket-droplet", "bucket-off", "bucket", "bug-off", "bug", "building-airport", "building-arch", "building-bank", "building-bridge-2", "building-bridge", "building-broadcast-tower", "building-burj-al-arab", "building-carousel", "building-castle", "building-church", "building-circus", "building-cog", "building-community", "building-cottage", "building-estate", "building-factory-2", "building-factory", "building-fortress", "building-hospital", "building-lighthouse", "building-minus", "building-monument", "building-mosque", "building-off", "building-pavilion", "building-plus", "building-skyscraper", "building-stadium", "building-store", "building-tunnel", "building-warehouse", "building-wind-turbine", "building", "buildings", "bulb-off", "bulb", "bulldozer", "burger", "bus-off", "bus-stop", "bus", "businessplan", "butterfly", "cactus-off", "cactus", "cake-off", "cake-roll", "cake", "calculator-off", "calculator", "calendar-bolt", "calendar-cancel", "calendar-check", "calendar-clock", "calendar-code", "calendar-cog", "calendar-dollar", "calendar-dot", "calendar-down", "calendar-due", "calendar-event", "calendar-exclamation", "calendar-heart", "calendar-minus", "calendar-month", "calendar-off", "calendar-pause", "calendar-pin", "calendar-plus", "calendar-question", "calendar-repeat", "calendar-sad", "calendar-search", "calendar-share", "calendar-smile", "calendar-star", "calendar-stats", "calendar-time", "calendar-up", "calendar-user", "calendar-week", "calendar-x", "calendar", "camera-ai", "camera-bitcoin", "camera-bolt", "camera-cancel", "camera-check", "camera-code", "camera-cog", "camera-dollar", "camera-down", "camera-exclamation", "camera-heart", "camera-minus", "camera-moon", "camera-off", "camera-pause", "camera-pin", "camera-plus", "camera-question", "camera-rotate", "camera-search", "camera-selfie", "camera-share", "camera-spark", "camera-star", "camera-up", "camera-x", "camera", "camper", "campfire", "canary", "cancel", "candle", "candy-off", "candy", "cane", "cannabis", "cap-projecting", "cap-rounded", "cap-straight", "capsule-horizontal", "capsule", "capture-off", "capture", "car-4wd", "car-crane", "car-crash", "car-fan-1", "car-fan-2", "car-fan-3", "car-fan-auto", "car-fan", "car-garage", "car-off-road", "car-off", "car-suspension", "car-suv", "car-turbine", "car", "carambola", "caravan", "cardboards-off", "cardboards", "cards", "caret-down", "caret-left-right", "caret-left", "caret-right", "caret-up-down", "caret-up", "carousel-horizontal", "carousel-vertical", "carrot-off", "carrot", "cash-banknote-edit", "cash-banknote-heart", "cash-banknote-minus", "cash-banknote-move-back", "cash-banknote-move", "cash-banknote-off", "cash-banknote-plus", "cash-banknote", "cash-edit", "cash-heart", "cash-minus", "cash-move-back", "cash-move", "cash-off", "cash-plus", "cash-register", "cash", "cast-off", "cast", "cat", "category-2", "category-minus", "category-plus", "category", "ce-off", "ce", "cell-signal-1", "cell-signal-2", "cell-signal-3", "cell-signal-4", "cell-signal-5", "cell-signal-off", "cell", "certificate-2-off", "certificate-2", "certificate-off", "certificate", "chair-director", "chalkboard-off", "chalkboard-teacher", "chalkboard", "charging-pile", "chart-arcs-3", "chart-arcs", "chart-area-line", "chart-area", "chart-arrows-vertical", "chart-arrows", "chart-bar-off", "chart-bar-popular", "chart-bar", "chart-bubble", "chart-candle", "chart-circles", "chart-cohort", "chart-column", "chart-covariate", "chart-donut-2", "chart-donut-3", "chart-donut-4", "chart-donut", "chart-dots-2", "chart-dots-3", "chart-dots", "chart-funnel", "chart-grid-dots", "chart-histogram", "chart-infographic", "chart-line", "chart-pie-2", "chart-pie-3", "chart-pie-4", "chart-pie-off", "chart-pie", "chart-ppf", "chart-radar", "chart-sankey", "chart-scatter-3d", "chart-scatter", "chart-treemap", "check", "checkbox", "checklist", "checks", "checkup-list", "cheese", "chef-hat-off", "chef-hat", "cherry", "chess-bishop", "chess-king", "chess-knight", "chess-queen", "chess-rook", "chess", "chevron-compact-down", "chevron-compact-left", "chevron-compact-right", "chevron-compact-up", "chevron-down-left", "chevron-down-right", "chevron-down", "chevron-left-pipe", "chevron-left", "chevron-right-pipe", "chevron-right", "chevron-up-left", "chevron-up-right", "chevron-up", "chevrons-down-left", "chevrons-down-right", "chevrons-down", "chevrons-left", "chevrons-right", "chevrons-up-left", "chevrons-up-right", "chevrons-up", "chisel", "christmas-ball", "christmas-tree-off", "christmas-tree", "circle-arrow-down-left", "circle-arrow-down-right", "circle-arrow-down", "circle-arrow-left", "circle-arrow-right", "circle-arrow-up-left", "circle-arrow-up-right", "circle-arrow-up", "circle-asterisk", "circle-caret-down", "circle-caret-left", "circle-caret-right", "circle-caret-up", "circle-check", "circle-chevron-down", "circle-chevron-left", "circle-chevron-right", "circle-chevron-up", "circle-chevrons-down", "circle-chevrons-left", "circle-chevrons-right", "circle-chevrons-up", "circle-dashed-check", "circle-dashed-letter-a", "circle-dashed-letter-b", "circle-dashed-letter-c", "circle-dashed-letter-d", "circle-dashed-letter-e", "circle-dashed-letter-f", "circle-dashed-letter-g", "circle-dashed-letter-h", "circle-dashed-letter-i", "circle-dashed-letter-j", "circle-dashed-letter-k", "circle-dashed-letter-l", "circle-dashed-letter-m", "circle-dashed-letter-n", "circle-dashed-letter-o", "circle-dashed-letter-p", "circle-dashed-letter-q", "circle-dashed-letter-r", "circle-dashed-letter-s", "circle-dashed-letter-t", "circle-dashed-letter-u", "circle-dashed-letter-v", "circle-dashed-letter-w", "circle-dashed-letter-x", "circle-dashed-letter-y", "circle-dashed-letter-z", "circle-dashed-minus", "circle-dashed-number-0", "circle-dashed-number-1", "circle-dashed-number-2", "circle-dashed-number-3", "circle-dashed-number-4", "circle-dashed-number-5", "circle-dashed-number-6", "circle-dashed-number-7", "circle-dashed-number-8", "circle-dashed-number-9", "circle-dashed-percentage", "circle-dashed-plus", "circle-dashed-x", "circle-dashed", "circle-dot", "circle-dotted-letter-a", "circle-dotted-letter-b", "circle-dotted-letter-c", "circle-dotted-letter-d", "circle-dotted-letter-e", "circle-dotted-letter-f", "circle-dotted-letter-g", "circle-dotted-letter-h", "circle-dotted-letter-i", "circle-dotted-letter-j", "circle-dotted-letter-k", "circle-dotted-letter-l", "circle-dotted-letter-m", "circle-dotted-letter-n", "circle-dotted-letter-o", "circle-dotted-letter-p", "circle-dotted-letter-q", "circle-dotted-letter-r", "circle-dotted-letter-s", "circle-dotted-letter-t", "circle-dotted-letter-u", "circle-dotted-letter-v", "circle-dotted-letter-w", "circle-dotted-letter-x", "circle-dotted-letter-y", "circle-dotted-letter-z", "circle-dotted", "circle-half-2", "circle-half-vertical", "circle-half", "circle-key", "circle-letter-a", "circle-letter-b", "circle-letter-c", "circle-letter-d", "circle-letter-e", "circle-letter-f", "circle-letter-g", "circle-letter-h", "circle-letter-i", "circle-letter-j", "circle-letter-k", "circle-letter-l", "circle-letter-m", "circle-letter-n", "circle-letter-o", "circle-letter-p", "circle-letter-q", "circle-letter-r", "circle-letter-s", "circle-letter-t", "circle-letter-u", "circle-letter-v", "circle-letter-w", "circle-letter-x", "circle-letter-y", "circle-letter-z", "circle-minus-2", "circle-minus", "circle-number-0", "circle-number-1", "circle-number-2", "circle-number-3", "circle-number-4", "circle-number-5", "circle-number-6", "circle-number-7", "circle-number-8", "circle-number-9", "circle-off", "circle-open-arrow-down", "circle-open-arrow-left", "circle-open-arrow-right", "circle-open-arrow-up", "circle-percentage", "circle-plus-2", "circle-plus-minus", "circle-plus", "circle-rectangle-off", "circle-rectangle", "circle-square", "circle-triangle", "circle-x", "circle", "circles-relation", "circles", "circuit-ammeter", "circuit-battery", "circuit-bulb", "circuit-capacitor-polarized", "circuit-capacitor", "circuit-cell-plus", "circuit-cell", "circuit-changeover", "circuit-diode-zener", "circuit-diode", "circuit-ground-digital", "circuit-ground", "circuit-inductor", "circuit-motor", "circuit-pushbutton", "circuit-resistor", "circuit-switch-closed", "circuit-switch-open", "circuit-voltmeter", "clear-all", "clear-formatting", "click", "cliff-jumping", "clipboard-check", "clipboard-copy", "clipboard-data", "clipboard-heart", "clipboard-list", "clipboard-off", "clipboard-plus", "clipboard-search", "clipboard-smile", "clipboard-text", "clipboard-typography", "clipboard-x", "clipboard", "clock-12", "clock-2", "clock-24", "clock-bitcoin", "clock-bolt", "clock-cancel", "clock-check", "clock-code", "clock-cog", "clock-dollar", "clock-down", "clock-edit", "clock-exclamation", "clock-heart", "clock-hour-1", "clock-hour-10", "clock-hour-11", "clock-hour-12", "clock-hour-2", "clock-hour-3", "clock-hour-4", "clock-hour-5", "clock-hour-6", "clock-hour-7", "clock-hour-8", "clock-hour-9", "clock-minus", "clock-off", "clock-pause", "clock-pin", "clock-play", "clock-plus", "clock-question", "clock-record", "clock-search", "clock-share", "clock-shield", "clock-star", "clock-stop", "clock-up", "clock-x", "clock", "clothes-rack-off", "clothes-rack", "cloud-bitcoin", "cloud-bolt", "cloud-cancel", "cloud-check", "cloud-code", "cloud-cog", "cloud-computing", "cloud-data-connection", "cloud-dollar", "cloud-down", "cloud-download", "cloud-exclamation", "cloud-fog", "cloud-heart", "cloud-lock-open", "cloud-lock", "cloud-minus", "cloud-network", "cloud-off", "cloud-pause", "cloud-pin", "cloud-plus", "cloud-question", "cloud-rain", "cloud-search", "cloud-share", "cloud-snow", "cloud-star", "cloud-storm", "cloud-up", "cloud-upload", "cloud-x", "cloud", "clover-2", "clover", "clubs", "code-asterisk", "code-circle-2", "code-circle", "code-dots", "code-minus", "code-off", "code-plus", "code-variable-minus", "code-variable-plus", "code-variable", "code", "codeblock", "coffee-off", "coffee", "coffin", "coin-bitcoin", "coin-euro", "coin-monero", "coin-off", "coin-pound", "coin-rupee", "coin-taka", "coin-yen", "coin-yuan", "coin", "coins", "color-filter", "color-picker-off", "color-picker", "color-swatch-off", "color-swatch", "column-insert-left", "column-insert-right", "column-remove", "columns-1", "columns-2", "columns-3", "columns-off", "columns", "comet", "command-off", "command", "compass-off", "compass", "components-off", "components", "cone-2", "cone-off", "cone-plus", "cone", "confetti-off", "confetti", "confucius", "congruent-to", "connection", "container-off", "container", "contract", "contrast-2-off", "contrast-2", "contrast-off", "contrast", "cooker", "cookie-man", "cookie-off", "cookie", "copy-check", "copy-minus", "copy-off", "copy-plus", "copy-x", "copy", "copyleft-off", "copyleft", "copyright-off", "copyright", "corner-down-left-double", "corner-down-left", "corner-down-right-double", "corner-down-right", "corner-left-down-double", "corner-left-down", "corner-left-up-double", "corner-left-up", "corner-right-down-double", "corner-right-down", "corner-right-up-double", "corner-right-up", "corner-up-left-double", "corner-up-left", "corner-up-right-double", "corner-up-right", "cpu-2", "cpu-off", "cpu", "crane-off", "crane", "creative-commons-by", "creative-commons-nc", "creative-commons-nd", "creative-commons-off", "creative-commons-sa", "creative-commons-zero", "creative-commons", "credit-card-hand", "credit-card-off", "credit-card-pay", "credit-card-refund", "credit-card", "credits", "cricket", "crop-1-1", "crop-16-9", "crop-3-2", "crop-5-4", "crop-7-5", "crop-landscape", "crop-portrait", "crop", "cross-off", "cross", "crosshair", "crown-off", "crown", "crutches-off", "crutches", "crystal-ball", "csv", "cube-3d-sphere-off", "cube-3d-sphere", "cube-off", "cube-plus", "cube-send", "cube-spark", "cube-unfolded", "cube", "cup-off", "cup", "curling", "curly-loop", "currency-afghani", "currency-bahraini", "currency-baht", "currency-bitcoin", "currency-cent", "currency-dinar", "currency-dirham", "currency-dogecoin", "currency-dollar-australian", "currency-dollar-brunei", "currency-dollar-canadian", "currency-dollar-guyanese", "currency-dollar-off", "currency-dollar-singapore", "currency-dollar-zimbabwean", "currency-dollar", "currency-dong", "currency-dram", "currency-ethereum", "currency-euro-off", "currency-euro", "currency-florin", "currency-forint", "currency-frank", "currency-guarani", "currency-hryvnia", "currency-iranian-rial", "currency-kip", "currency-krone-czech", "currency-krone-danish", "currency-krone-swedish", "currency-lari", "currency-leu", "currency-lira", "currency-litecoin", "currency-lyd", "currency-manat", "currency-monero", "currency-naira", "currency-nano", "currency-off", "currency-paanga", "currency-peso", "currency-pound-off", "currency-pound", "currency-quetzal", "currency-real", "currency-renminbi", "currency-ripple", "currency-riyal", "currency-rubel", "currency-rufiyaa", "currency-rupee-nepalese", "currency-rupee", "currency-shekel", "currency-solana", "currency-som", "currency-taka", "currency-tenge", "currency-tugrik", "currency-won", "currency-xrp", "currency-yen-off", "currency-yen", "currency-yuan", "currency-zloty", "currency", "current-location-off", "current-location", "cursor-off", "cursor-text", "cut", "cylinder-off", "cylinder-plus", "cylinder", "dashboard-off", "dashboard", "database-cog", "database-dollar", "database-edit", "database-exclamation", "database-export", "database-heart", "database-import", "database-leak", "database-minus", "database-off", "database-plus", "database-search", "database-share", "database-smile", "database-star", "database-x", "database", "deaf", "decimal", "deer", "delta", "dental-broken", "dental-off", "dental", "deselect", "desk", "details-off", "details", "device-3d-camera", "device-3d-lens", "device-airpods-case", "device-airpods", "device-airtag", "device-analytics", "device-audio-tape", "device-camera-phone", "device-cctv-off", "device-cctv", "device-computer-camera-off", "device-computer-camera", "device-desktop-analytics", "device-desktop-bolt", "device-desktop-cancel", "device-desktop-check", "device-desktop-code", "device-desktop-cog", "device-desktop-dollar", "device-desktop-down", "device-desktop-exclamation", "device-desktop-heart", "device-desktop-minus", "device-desktop-off", "device-desktop-pause", "device-desktop-pin", "device-desktop-plus", "device-desktop-question", "device-desktop-search", "device-desktop-share", "device-desktop-star", "device-desktop-up", "device-desktop-x", "device-desktop", "device-floppy", "device-gamepad-2", "device-gamepad-3", "device-gamepad", "device-heart-monitor", "device-imac-bolt", "device-imac-cancel", "device-imac-check", "device-imac-code", "device-imac-cog", "device-imac-dollar", "device-imac-down", "device-imac-exclamation", "device-imac-heart", "device-imac-minus", "device-imac-off", "device-imac-pause", "device-imac-pin", "device-imac-plus", "device-imac-question", "device-imac-search", "device-imac-share", "device-imac-star", "device-imac-up", "device-imac-x", "device-imac", "device-ipad-bolt", "device-ipad-cancel", "device-ipad-check", "device-ipad-code", "device-ipad-cog", "device-ipad-dollar", "device-ipad-down", "device-ipad-exclamation", "device-ipad-heart", "device-ipad-horizontal-bolt", "device-ipad-horizontal-cancel", "device-ipad-horizontal-check", "device-ipad-horizontal-code", "device-ipad-horizontal-cog", "device-ipad-horizontal-dollar", "device-ipad-horizontal-down", "device-ipad-horizontal-exclamation", "device-ipad-horizontal-heart", "device-ipad-horizontal-minus", "device-ipad-horizontal-off", "device-ipad-horizontal-pause", "device-ipad-horizontal-pin", "device-ipad-horizontal-plus", "device-ipad-horizontal-question", "device-ipad-horizontal-search", "device-ipad-horizontal-share", "device-ipad-horizontal-star", "device-ipad-horizontal-up", "device-ipad-horizontal-x", "device-ipad-horizontal", "device-ipad-minus", "device-ipad-off", "device-ipad-pause", "device-ipad-pin", "device-ipad-plus", "device-ipad-question", "device-ipad-search", "device-ipad-share", "device-ipad-star", "device-ipad-up", "device-ipad-x", "device-ipad", "device-landline-phone", "device-laptop-off", "device-laptop", "device-mobile-bolt", "device-mobile-cancel", "device-mobile-charging", "device-mobile-check", "device-mobile-code", "device-mobile-cog", "device-mobile-dollar", "device-mobile-down", "device-mobile-exclamation", "device-mobile-heart", "device-mobile-message", "device-mobile-minus", "device-mobile-off", "device-mobile-pause", "device-mobile-pin", "device-mobile-plus", "device-mobile-question", "device-mobile-rotated", "device-mobile-search", "device-mobile-share", "device-mobile-star", "device-mobile-up", "device-mobile-vibration", "device-mobile-x", "device-mobile", "device-nintendo-off", "device-nintendo", "device-projector", "device-remote", "device-screen", "device-sd-card", "device-sim-1", "device-sim-2", "device-sim-3", "device-sim", "device-speaker-off", "device-speaker", "device-tablet-bolt", "device-tablet-cancel", "device-tablet-check", "device-tablet-code", "device-tablet-cog", "device-tablet-dollar", "device-tablet-down", "device-tablet-exclamation", "device-tablet-heart", "device-tablet-minus", "device-tablet-off", "device-tablet-pause", "device-tablet-pin", "device-tablet-plus", "device-tablet-question", "device-tablet-search", "device-tablet-share", "device-tablet-star", "device-tablet-up", "device-tablet-x", "device-tablet", "device-tv-off", "device-tv-old", "device-tv", "device-unknown", "device-usb", "device-vision-pro", "device-watch-bolt", "device-watch-cancel", "device-watch-check", "device-watch-code", "device-watch-cog", "device-watch-dollar", "device-watch-down", "device-watch-exclamation", "device-watch-heart", "device-watch-minus", "device-watch-off", "device-watch-pause", "device-watch-pin", "device-watch-plus", "device-watch-question", "device-watch-search", "device-watch-share", "device-watch-star", "device-watch-stats-2", "device-watch-stats", "device-watch-up", "device-watch-x", "device-watch", "devices-2", "devices-bolt", "devices-cancel", "devices-check", "devices-code", "devices-cog", "devices-dollar", "devices-down", "devices-exclamation", "devices-heart", "devices-minus", "devices-off", "devices-pause", "devices-pc-off", "devices-pc", "devices-pin", "devices-plus", "devices-question", "devices-search", "devices-share", "devices-star", "devices-up", "devices-x", "devices", "diabolo-off", "diabolo-plus", "diabolo", "dialpad-off", "dialpad", "diamond-off", "diamond", "diamonds", "diaper", "dice-1", "dice-2", "dice-3", "dice-4", "dice-5", "dice-6", "dice", "dimensions", "direction-arrows", "direction-horizontal", "direction-sign-off", "direction-sign", "direction", "directions-off", "directions", "disabled-2", "disabled-off", "disabled", "disc-golf", "disc-off", "disc", "discount-off", "discount", "divide", "dna-2-off", "dna-2", "dna-off", "dna", "dog-bowl", "dog", "door-enter", "door-exit", "door-off", "door", "dots-circle-horizontal", "dots-diagonal-2", "dots-diagonal", "dots-vertical", "dots", "download-off", "download", "drag-drop-2", "drag-drop", "drone-off", "drone", "drop-circle", "droplet-bolt", "droplet-cancel", "droplet-check", "droplet-code", "droplet-cog", "droplet-dollar", "droplet-down", "droplet-exclamation", "droplet-half-2", "droplet-half", "droplet-heart", "droplet-minus", "droplet-off", "droplet-pause", "droplet-pin", "droplet-plus", "droplet-question", "droplet-search", "droplet-share", "droplet-star", "droplet-up", "droplet-x", "droplet", "droplets", "dual-screen", "dumpling", "e-passport", "ear-off", "ear-scan", "ear", "ease-in-control-point", "ease-in-out-control-points", "ease-in-out", "ease-in", "ease-out-control-point", "ease-out", "edit-circle-off", "edit-circle", "edit-off", "edit", "egg-cracked", "egg-fried", "egg-off", "egg", "eggs", "elevator-off", "elevator", "emergency-bed", "empathize-off", "empathize", "emphasis", "engine-off", "engine", "equal-double", "equal-not", "equal", "eraser-off", "eraser", "error-404-off", "error-404", "escalator-down", "escalator-up", "escalator", "exchange-off", "exchange", "exclamation-circle", "exclamation-mark-off", "exclamation-mark", "explicit-off", "explicit", "exposure-0", "exposure-minus-1", "exposure-minus-2", "exposure-off", "exposure-plus-1", "exposure-plus-2", "exposure", "external-link-off", "external-link", "eye-bitcoin", "eye-bolt", "eye-cancel", "eye-check", "eye-closed", "eye-code", "eye-cog", "eye-discount", "eye-dollar", "eye-dotted", "eye-down", "eye-edit", "eye-exclamation", "eye-heart", "eye-minus", "eye-off", "eye-pause", "eye-pin", "eye-plus", "eye-question", "eye-search", "eye-share", "eye-spark", "eye-star", "eye-table", "eye-up", "eye-x", "eye", "eyeglass-2", "eyeglass-off", "eyeglass", "face-id-error", "face-id", "face-mask-off", "face-mask", "fall", "favicon", "feather-off", "feather", "fence-off", "fence", "ferry", "fidget-spinner", "file-3d", "file-ai", "file-alert", "file-analytics", "file-arrow-left", "file-arrow-right", "file-barcode", "file-bitcoin", "file-broken", "file-certificate", "file-chart", "file-check", "file-code-2", "file-code", "file-cv", "file-database", "file-delta", "file-description", "file-diff", "file-digit", "file-dislike", "file-dollar", "file-dots", "file-download", "file-euro", "file-excel", "file-export", "file-function", "file-horizontal", "file-import", "file-infinity", "file-info", "file-invoice", "file-isr", "file-lambda", "file-like", "file-minus", "file-music", "file-neutral", "file-off", "file-orientation", "file-pencil", "file-percent", "file-phone", "file-plus", "file-power", "file-report", "file-rss", "file-sad", "file-scissors", "file-search", "file-settings", "file-shredder", "file-signal", "file-smile", "file-spark", "file-spreadsheet", "file-stack", "file-star", "file-symlink", "file-text-ai", "file-text-shield", "file-text-spark", "file-text", "file-time", "file-type-bmp", "file-type-css", "file-type-csv", "file-type-doc", "file-type-docx", "file-type-html", "file-type-jpg", "file-type-js", "file-type-jsx", "file-type-pdf", "file-type-php", "file-type-png", "file-type-ppt", "file-type-rs", "file-type-sql", "file-type-svg", "file-type-ts", "file-type-tsx", "file-type-txt", "file-type-vue", "file-type-xls", "file-type-xml", "file-type-zip", "file-typography", "file-unknown", "file-upload", "file-vector", "file-word", "file-x", "file-zip", "file", "files-off", "files", "filter-2-bolt", "filter-2-cancel", "filter-2-check", "filter-2-code", "filter-2-cog", "filter-2-discount", "filter-2-dollar", "filter-2-down", "filter-2-edit", "filter-2-exclamation", "filter-2-minus", "filter-2-pause", "filter-2-pin", "filter-2-plus", "filter-2-question", "filter-2-search", "filter-2-share", "filter-2-spark", "filter-2-up", "filter-2-x", "filter-2", "filter-bolt", "filter-cancel", "filter-check", "filter-code", "filter-cog", "filter-discount", "filter-dollar", "filter-down", "filter-edit", "filter-exclamation", "filter-heart", "filter-minus", "filter-off", "filter-pause", "filter-pin", "filter-plus", "filter-question", "filter-search", "filter-share", "filter-spark", "filter-star", "filter-up", "filter-x", "filter", "filters", "fingerprint-off", "fingerprint-scan", "fingerprint", "fire-extinguisher", "fire-hydrant-off", "fire-hydrant", "firetruck", "firewall-check", "firewall-flame", "first-aid-kit-off", "first-aid-kit", "fish-bone", "fish-christianity", "fish-hook-off", "fish-hook", "fish-off", "fish", "flag-2-off", "flag-2", "flag-3", "flag-bitcoin", "flag-bolt", "flag-cancel", "flag-check", "flag-code", "flag-cog", "flag-discount", "flag-dollar", "flag-down", "flag-exclamation", "flag-heart", "flag-minus", "flag-off", "flag-pause", "flag-pin", "flag-plus", "flag-question", "flag-search", "flag-share", "flag-spark", "flag-star", "flag-up", "flag-x", "flag", "flame-off", "flame", "flare", "flask-2-off", "flask-2", "flask-off", "flask", "flip-flops", "flip-horizontal", "flip-vertical", "float-center", "float-left", "float-none", "float-right", "flower-off", "flower", "focus-2", "focus-auto", "focus-centered", "focus", "fold-down", "fold-up", "fold", "folder-bolt", "folder-cancel", "folder-check", "folder-code", "folder-cog", "folder-dollar", "folder-down", "folder-exclamation", "folder-heart", "folder-minus", "folder-off", "folder-open", "folder-pause", "folder-pin", "folder-plus", "folder-question", "folder-root", "folder-search", "folder-share", "folder-star", "folder-symlink", "folder-up", "folder-x", "folder", "folders-off", "folders", "forbid-2", "forbid", "forklift", "forms", "fountain-off", "fountain", "frame-off", "frame", "free-rights", "freeze-column", "freeze-row-column", "freeze-row", "fridge-off", "fridge", "friends-off", "friends", "frustum-off", "frustum-plus", "frustum", "function-off", "function", "galaxy", "garden-cart-off", "garden-cart", "gas-station-off", "gas-station", "gauge-off", "gauge", "gavel", "gender-agender", "gender-androgyne", "gender-bigender", "gender-demiboy", "gender-demigirl", "gender-epicene", "gender-female", "gender-femme", "gender-genderfluid", "gender-genderless", "gender-genderqueer", "gender-hermaphrodite", "gender-intergender", "gender-male", "gender-neutrois", "gender-third", "gender-transgender", "gender-trasvesti", "geometry", "ghost-2", "ghost-3", "ghost-off", "ghost", "gif", "gift-card", "gift-off", "gift", "git-branch-deleted", "git-branch", "git-cherry-pick", "git-commit", "git-compare", "git-fork", "git-merge", "git-pull-request-closed", "git-pull-request-draft", "git-pull-request", "gizmo", "glass-champagne", "glass-cocktail", "glass-full", "glass-gin", "glass-off", "glass", "globe-off", "globe", "go-game", "golf-off", "golf", "gps", "gradienter", "grain", "graph-off", "graph", "grave-2", "grave", "grid-3x3", "grid-4x4", "grid-dots", "grid-goldenratio", "grid-pattern", "grid-scan", "grill-fork", "grill-off", "grill-spatula", "grill", "grip-horizontal", "grip-vertical", "growth", "guitar-pick", "gymnastics", "h-1", "h-2", "h-3", "h-4", "h-5", "h-6", "hammer-off", "hammer", "hand-click-off", "hand-click", "hand-finger-down", "hand-finger-left", "hand-finger-off", "hand-finger-right", "hand-finger", "hand-grab", "hand-little-finger", "hand-love-you", "hand-middle-finger", "hand-move", "hand-off", "hand-ring-finger", "hand-sanitizer", "hand-stop", "hand-three-fingers", "hand-two-fingers", "hanger-2", "hanger-off", "hanger", "hash", "haze-moon", "haze", "hdr", "heading-off", "heading", "headphones-off", "headphones", "headset-off", "headset", "health-recognition", "heart-bitcoin", "heart-bolt", "heart-broken", "heart-cancel", "heart-check", "heart-code", "heart-cog", "heart-discount", "heart-dollar", "heart-down", "heart-exclamation", "heart-handshake", "heart-minus", "heart-off", "heart-pause", "heart-pin", "heart-plus", "heart-question", "heart-rate-monitor", "heart-search", "heart-share", "heart-spark", "heart-star", "heart-up", "heart-x", "heart", "heartbeat", "hearts-off", "hearts", "helicopter-landing", "helicopter", "helmet-off", "helmet", "help-circle", "help-hexagon", "help-octagon", "help-off", "help-small", "help-square-rounded", "help-square", "help-triangle", "help", "hemisphere-off", "hemisphere-plus", "hemisphere", "hexagon-3d", "hexagon-asterisk", "hexagon-letter-a", "hexagon-letter-b", "hexagon-letter-c", "hexagon-letter-d", "hexagon-letter-e", "hexagon-letter-f", "hexagon-letter-g", "hexagon-letter-h", "hexagon-letter-i", "hexagon-letter-j", "hexagon-letter-k", "hexagon-letter-l", "hexagon-letter-m", "hexagon-letter-n", "hexagon-letter-o", "hexagon-letter-p", "hexagon-letter-q", "hexagon-letter-r", "hexagon-letter-s", "hexagon-letter-t", "hexagon-letter-u", "hexagon-letter-v", "hexagon-letter-w", "hexagon-letter-x", "hexagon-letter-y", "hexagon-letter-z", "hexagon-minus-2", "hexagon-minus", "hexagon-number-0", "hexagon-number-1", "hexagon-number-2", "hexagon-number-3", "hexagon-number-4", "hexagon-number-5", "hexagon-number-6", "hexagon-number-7", "hexagon-number-8", "hexagon-number-9", "hexagon-off", "hexagon-plus-2", "hexagon-plus", "hexagon", "hexagonal-prism-off", "hexagonal-prism-plus", "hexagonal-prism", "hexagonal-pyramid-off", "hexagonal-pyramid-plus", "hexagonal-pyramid", "hexagons-off", "hexagons", "hierarchy-2", "hierarchy-3", "hierarchy-off", "hierarchy", "highlight-off", "highlight", "history-off", "history-toggle", "history", "home-2", "home-bitcoin", "home-bolt", "home-cancel", "home-check", "home-cog", "home-dollar", "home-dot", "home-down", "home-eco", "home-edit", "home-exclamation", "home-hand", "home-heart", "home-infinity", "home-link", "home-lock", "home-minus", "home-move", "home-off", "home-plus", "home-question", "home-ribbon", "home-search", "home-share", "home-shield", "home-signal", "home-spark", "home-star", "home-stats", "home-up", "home-x", "home", "horse-toy", "horse", "horseshoe", "hospital-circle", "hospital", "hotel-service", "hourglass-empty", "hourglass-high", "hourglass-low", "hourglass-off", "hourglass", "hours-12", "hours-24", "html", "http-connect-off", "http-connect", "http-delete-off", "http-delete", "http-get-off", "http-get", "http-head-off", "http-head", "http-options-off", "http-options", "http-patch-off", "http-patch", "http-post-off", "http-post", "http-put-off", "http-put", "http-que-off", "http-que", "http-trace-off", "http-trace", "ice-cream-2", "ice-cream-off", "ice-cream", "ice-skating", "iceberg", "icons-off", "icons", "id-badge-2", "id-badge-off", "id-badge", "id-off", "id", "ikosaedr", "image-generation", "image-in-picture", "inbox-off", "inbox", "indent-decrease", "indent-increase", "infinity-off", "infinity", "info-circle", "info-hexagon", "info-octagon", "info-small", "info-square-rounded", "info-square", "info-triangle", "inner-shadow-bottom-left", "inner-shadow-bottom-right", "inner-shadow-bottom", "inner-shadow-left", "inner-shadow-right", "inner-shadow-top-left", "inner-shadow-top-right", "inner-shadow-top", "input-ai", "input-check", "input-search", "input-spark", "input-x", "invoice", "ironing-1", "ironing-2", "ironing-3", "ironing-off", "ironing-steam-off", "ironing-steam", "ironing", "irregular-polyhedron-off", "irregular-polyhedron-plus", "irregular-polyhedron", "italic", "jacket", "jetpack", "jetski", "jewish-star", "join-bevel", "join-round", "join-straight", "joker", "jpg", "json", "jump-rope", "karate", "kayak", "kerning", "key-off", "key", "keyboard-hide", "keyboard-off", "keyboard-show", "keyboard", "keyframe-align-center", "keyframe-align-horizontal", "keyframe-align-vertical", "keyframe", "keyframes", "label-important", "label-off", "label", "ladder-off", "ladder", "ladle", "lambda", "lamp-2", "lamp-off", "lamp", "lane", "language-hiragana", "language-katakana", "language-off", "language", "lasso-off", "lasso-polygon", "lasso", "laurel-wreath-1", "laurel-wreath-2", "laurel-wreath-3", "laurel-wreath", "layers-difference", "layers-intersect-2", "layers-intersect", "layers-linked", "layers-off", "layers-selected-bottom", "layers-selected", "layers-subtract", "layers-union", "layout-2", "layout-align-bottom", "layout-align-center", "layout-align-left", "layout-align-middle", "layout-align-right", "layout-align-top", "layout-board-split", "layout-board", "layout-bottombar-collapse", "layout-bottombar-expand", "layout-bottombar-inactive", "layout-bottombar", "layout-cards", "layout-collage", "layout-columns", "layout-dashboard", "layout-distribute-horizontal", "layout-distribute-vertical", "layout-grid-add", "layout-grid-remove", "layout-grid", "layout-kanban", "layout-list", "layout-navbar-collapse", "layout-navbar-expand", "layout-navbar-inactive", "layout-navbar", "layout-off", "layout-rows", "layout-sidebar-inactive", "layout-sidebar-left-collapse", "layout-sidebar-left-expand", "layout-sidebar-right-collapse", "layout-sidebar-right-expand", "layout-sidebar-right-inactive", "layout-sidebar-right", "layout-sidebar", "layout", "leaf-2", "leaf-off", "leaf", "lego-off", "lego", "lemon-2", "lemon", "letter-a-small", "letter-a", "letter-b-small", "letter-b", "letter-c-small", "letter-c", "letter-case-lower", "letter-case-toggle", "letter-case-upper", "letter-case", "letter-d-small", "letter-d", "letter-e-small", "letter-e", "letter-f-small", "letter-f", "letter-g-small", "letter-g", "letter-h-small", "letter-h", "letter-i-small", "letter-i", "letter-j-small", "letter-j", "letter-k-small", "letter-k", "letter-l-small", "letter-l", "letter-m-small", "letter-m", "letter-n-small", "letter-n", "letter-o-small", "letter-o", "letter-p-small", "letter-p", "letter-q-small", "letter-q", "letter-r-small", "letter-r", "letter-s-small", "letter-s", "letter-spacing", "letter-t-small", "letter-t", "letter-u-small", "letter-u", "letter-v-small", "letter-v", "letter-w-small", "letter-w", "letter-x-small", "letter-x", "letter-y-small", "letter-y", "letter-z-small", "letter-z", "library-minus", "library-photo", "library-plus", "library", "license-off", "license", "lifebuoy-off", "lifebuoy", "lighter", "line-dashed", "line-dotted", "line-height", "line-scan", "line", "link-minus", "link-off", "link-plus", "link", "list-check", "list-details", "list-letters", "list-numbers", "list-search", "list-tree", "list", "live-photo-off", "live-photo", "live-view", "load-balancer", "loader-2", "loader-3", "loader-quarter", "loader", "location-bolt", "location-broken", "location-cancel", "location-check", "location-code", "location-cog", "location-discount", "location-dollar", "location-down", "location-exclamation", "location-heart", "location-minus", "location-off", "location-pause", "location-pin", "location-plus", "location-question", "location-search", "location-share", "location-star", "location-up", "location-x", "location", "lock-access-off", "lock-access", "lock-bitcoin", "lock-bolt", "lock-cancel", "lock-check", "lock-code", "lock-cog", "lock-dollar", "lock-down", "lock-exclamation", "lock-heart", "lock-minus", "lock-off", "lock-open-2", "lock-open-off", "lock-open", "lock-password", "lock-pause", "lock-pin", "lock-plus", "lock-question", "lock-search", "lock-share", "lock-square-rounded", "lock-square", "lock-star", "lock-up", "lock-x", "lock", "logic-and", "logic-buffer", "logic-nand", "logic-nor", "logic-not", "logic-or", "logic-xnor", "logic-xor", "login-2", "login", "logout-2", "logout", "logs", "lollipop-off", "lollipop", "luggage-off", "luggage", "lungs-off", "lungs", "macro-off", "macro", "magnet-off", "magnet", "magnetic", "mail-ai", "mail-bitcoin", "mail-bolt", "mail-cancel", "mail-check", "mail-code", "mail-cog", "mail-dollar", "mail-down", "mail-exclamation", "mail-fast", "mail-forward", "mail-heart", "mail-minus", "mail-off", "mail-opened", "mail-pause", "mail-pin", "mail-plus", "mail-question", "mail-search", "mail-share", "mail-spark", "mail-star", "mail-up", "mail-x", "mail", "mailbox-off", "mailbox", "man", "manual-gearbox", "map-2", "map-bolt", "map-cancel", "map-check", "map-code", "map-cog", "map-discount", "map-dollar", "map-down", "map-east", "map-exclamation", "map-heart", "map-lock", "map-minus", "map-north", "map-off", "map-pause", "map-pin-2", "map-pin-bolt", "map-pin-cancel", "map-pin-check", "map-pin-code", "map-pin-cog", "map-pin-dollar", "map-pin-down", "map-pin-exclamation", "map-pin-heart", "map-pin-minus", "map-pin-off", "map-pin-pause", "map-pin-pin", "map-pin-plus", "map-pin-question", "map-pin-search", "map-pin-share", "map-pin-star", "map-pin-up", "map-pin-x", "map-pin", "map-pins", "map-plus", "map-question", "map-route", "map-search", "map-share", "map-shield", "map-south", "map-star", "map-up", "map-west", "map-x", "map", "markdown-off", "markdown", "marquee-2", "marquee-off", "marquee", "mars", "mask-off", "mask", "masks-theater-off", "masks-theater", "massage", "matchstick", "math-1-divide-2", "math-1-divide-3", "math-avg", "math-cos", "math-ctg", "math-equal-greater", "math-equal-lower", "math-function-off", "math-function-y", "math-function", "math-greater", "math-integral-x", "math-integral", "math-integrals", "math-lower", "math-max-min", "math-max", "math-min", "math-not", "math-off", "math-pi-divide-2", "math-pi", "math-sec", "math-sin", "math-symbols", "math-tg", "math-x-divide-2", "math-x-divide-y-2", "math-x-divide-y", "math-x-floor-divide-y", "math-x-minus-x", "math-x-minus-y", "math-x-plus-x", "math-x-plus-y", "math-xy", "math-y-minus-y", "math-y-plus-y", "math", "matrix", "maximize-off", "maximize", "meat-off", "meat", "medal-2", "medal", "medical-cross-circle", "medical-cross-off", "medical-cross", "medicine-syrup", "meeple", "melon", "menorah", "menu-2", "menu-3", "menu-4", "menu-deep", "menu-order", "menu", "mesh", "message-2-bolt", "message-2-cancel", "message-2-check", "message-2-code", "message-2-cog", "message-2-dollar", "message-2-down", "message-2-exclamation", "message-2-heart", "message-2-minus", "message-2-off", "message-2-pause", "message-2-pin", "message-2-plus", "message-2-question", "message-2-search", "message-2-share", "message-2-star", "message-2-up", "message-2-x", "message-2", "message-bolt", "message-cancel", "message-chatbot", "message-check", "message-circle-bolt", "message-circle-cancel", "message-circle-check", "message-circle-code", "message-circle-cog", "message-circle-dollar", "message-circle-down", "message-circle-exclamation", "message-circle-heart", "message-circle-minus", "message-circle-off", "message-circle-pause", "message-circle-pin", "message-circle-plus", "message-circle-question", "message-circle-search", "message-circle-share", "message-circle-star", "message-circle-up", "message-circle-user", "message-circle-x", "message-circle", "message-code", "message-cog", "message-dollar", "message-dots", "message-down", "message-exclamation", "message-forward", "message-heart", "message-language", "message-minus", "message-off", "message-pause", "message-pin", "message-plus", "message-question", "message-reply", "message-report", "message-search", "message-share", "message-star", "message-up", "message-user", "message-x", "message", "messages-off", "messages", "meteor-off", "meteor", "meter-cube", "meter-square", "metronome", "michelin-bib-gourmand", "michelin-star-green", "michelin-star", "mickey", "microfrontends", "microphone-2-off", "microphone-2", "microphone-off", "microphone", "microscope-off", "microscope", "microwave-off", "microwave", "middleware", "military-award", "military-rank", "milk-off", "milk", "milkshake", "minimize", "minus-vertical", "minus", "mist-off", "mist", "mobiledata-off", "mobiledata", "moneybag-edit", "moneybag-heart", "moneybag-minus", "moneybag-move-back", "moneybag-move", "moneybag-plus", "moneybag", "monkeybar", "mood-angry", "mood-annoyed-2", "mood-annoyed", "mood-bitcoin", "mood-boy", "mood-check", "mood-cog", "mood-confuzed", "mood-crazy-happy", "mood-cry", "mood-dollar", "mood-edit", "mood-empty", "mood-happy", "mood-heart", "mood-kid", "mood-look-down", "mood-look-left", "mood-look-right", "mood-look-up", "mood-minus", "mood-nerd", "mood-nervous", "mood-neutral", "mood-off", "mood-pin", "mood-plus", "mood-puzzled", "mood-sad-2", "mood-sad-dizzy", "mood-sad-squint", "mood-sad", "mood-search", "mood-share", "mood-sick", "mood-silence", "mood-sing", "mood-smile-beam", "mood-smile-dizzy", "mood-smile", "mood-spark", "mood-surprised", "mood-tongue-wink-2", "mood-tongue-wink", "mood-tongue", "mood-unamused", "mood-up", "mood-wink-2", "mood-wink", "mood-wrrr", "mood-x", "mood-xd", "moon-2", "moon-off", "moon-stars", "moon", "moped", "motorbike", "mountain-off", "mountain", "mouse-2", "mouse-off", "mouse", "moustache", "movie-off", "movie", "mug-off", "mug", "multiplier-0-5x", "multiplier-1-5x", "multiplier-1x", "multiplier-2x", "mushroom-off", "mushroom", "music-bolt", "music-cancel", "music-check", "music-code", "music-cog", "music-discount", "music-dollar", "music-down", "music-exclamation", "music-heart", "music-minus", "music-off", "music-pause", "music-pin", "music-plus", "music-question", "music-search", "music-share", "music-star", "music-up", "music-x", "music", "navigation-bolt", "navigation-cancel", "navigation-check", "navigation-code", "navigation-cog", "navigation-discount", "navigation-dollar", "navigation-down", "navigation-east", "navigation-exclamation", "navigation-heart", "navigation-minus", "navigation-north", "navigation-off", "navigation-pause", "navigation-pin", "navigation-plus", "navigation-question", "navigation-search", "navigation-share", "navigation-south", "navigation-star", "navigation-top", "navigation-up", "navigation-west", "navigation-x", "navigation", "needle-thread", "needle", "network-off", "network", "new-section", "news-off", "news", "nfc-off", "nfc", "no-copyright", "no-creative-commons", "no-derivatives", "north-star", "note-off", "note", "notebook-off", "notebook", "notes-off", "notes", "notification-off", "notification", "number-0-small", "number-0", "number-1-small", "number-1", "number-10-small", "number-10", "number-100-small", "number-11-small", "number-11", "number-12-small", "number-123", "number-13-small", "number-14-small", "number-15-small", "number-16-small", "number-17-small", "number-18-small", "number-19-small", "number-2-small", "number-2", "number-20-small", "number-21-small", "number-22-small", "number-23-small", "number-24-small", "number-25-small", "number-26-small", "number-27-small", "number-28-small", "number-29-small", "number-3-small", "number-3", "number-30-small", "number-31-small", "number-32-small", "number-33-small", "number-34-small", "number-35-small", "number-36-small", "number-37-small", "number-38-small", "number-39-small", "number-4-small", "number-4", "number-40-small", "number-41-small", "number-42-small", "number-43-small", "number-44-small", "number-45-small", "number-46-small", "number-47-small", "number-48-small", "number-49-small", "number-5-small", "number-5", "number-50-small", "number-51-small", "number-52-small", "number-53-small", "number-54-small", "number-55-small", "number-56-small", "number-57-small", "number-58-small", "number-59-small", "number-6-small", "number-6", "number-60-small", "number-61-small", "number-62-small", "number-63-small", "number-64-small", "number-65-small", "number-66-small", "number-67-small", "number-68-small", "number-69-small", "number-7-small", "number-7", "number-70-small", "number-71-small", "number-72-small", "number-73-small", "number-74-small", "number-75-small", "number-76-small", "number-77-small", "number-78-small", "number-79-small", "number-8-small", "number-8", "number-80-small", "number-81-small", "number-82-small", "number-83-small", "number-84-small", "number-85-small", "number-86-small", "number-87-small", "number-88-small", "number-89-small", "number-9-small", "number-9", "number-90-small", "number-91-small", "number-92-small", "number-93-small", "number-94-small", "number-95-small", "number-96-small", "number-97-small", "number-98-small", "number-99-small", "number", "numbers", "nurse", "nut", "object-scan", "octagon-minus-2", "octagon-minus", "octagon-off", "octagon-plus-2", "octagon-plus", "octagon", "octahedron-off", "octahedron-plus", "octahedron", "old", "olympic-torch", "olympics-off", "olympics", "om", "omega", "option", "outbound", "outlet", "oval-vertical", "oval", "overline", "package-export", "package-import", "package-off", "package", "packages", "pacman", "page-break", "paint-off", "paint", "palette-off", "palette", "panorama-horizontal-off", "panorama-horizontal", "panorama-vertical-off", "panorama-vertical", "paper-bag-off", "paper-bag", "paperclip", "parachute-off", "parachute", "parentheses-off", "parentheses", "parking-circle", "parking-meter", "parking-off", "parking", "password-fingerprint", "password-mobile-phone", "password-user", "password", "paw-off", "paw", "paywall", "pdf", "peace", "pencil-bolt", "pencil-cancel", "pencil-check", "pencil-code", "pencil-cog", "pencil-discount", "pencil-dollar", "pencil-down", "pencil-exclamation", "pencil-heart", "pencil-minus", "pencil-off", "pencil-pause", "pencil-pin", "pencil-plus", "pencil-question", "pencil-search", "pencil-share", "pencil-star", "pencil-up", "pencil-x", "pencil", "pennant-2", "pennant-off", "pennant", "pentagon-minus", "pentagon-number-0", "pentagon-number-1", "pentagon-number-2", "pentagon-number-3", "pentagon-number-4", "pentagon-number-5", "pentagon-number-6", "pentagon-number-7", "pentagon-number-8", "pentagon-number-9", "pentagon-off", "pentagon-plus", "pentagon-x", "pentagon", "pentagram", "pepper-off", "pepper", "percentage-0", "percentage-10", "percentage-100", "percentage-20", "percentage-25", "percentage-30", "percentage-33", "percentage-40", "percentage-50", "percentage-60", "percentage-66", "percentage-70", "percentage-75", "percentage-80", "percentage-90", "percentage", "perfume", "perspective-off", "perspective", "phone-call", "phone-calling", "phone-check", "phone-done", "phone-end", "phone-incoming", "phone-off", "phone-outgoing", "phone-pause", "phone-plus", "phone-ringing", "phone-spark", "phone-x", "phone", "photo-ai", "photo-bitcoin", "photo-bolt", "photo-cancel", "photo-check", "photo-circle-minus", "photo-circle-plus", "photo-circle", "photo-code", "photo-cog", "photo-dollar", "photo-down", "photo-edit", "photo-exclamation", "photo-heart", "photo-hexagon", "photo-minus", "photo-off", "photo-pause", "photo-pentagon", "photo-pin", "photo-plus", "photo-question", "photo-scan", "photo-search", "photo-sensor-2", "photo-sensor-3", "photo-sensor", "photo-share", "photo-shield", "photo-spark", "photo-square-rounded", "photo-star", "photo-up", "photo-video", "photo-x", "photo", "physotherapist", "piano", "pick", "picnic-table", "picture-in-picture-off", "picture-in-picture-on", "picture-in-picture-top", "picture-in-picture", "pig-money", "pig-off", "pig", "pilcrow-left", "pilcrow-right", "pilcrow", "pill-off", "pill", "pillow", "pills", "pin-end", "pin-invoke", "pin", "ping-pong", "pinned-off", "pinned", "pipeline", "pizza-off", "pizza", "placeholder", "plane-arrival", "plane-departure", "plane-inflight", "plane-off", "plane-tilt", "plane", "planet-off", "planet", "plant-2-off", "plant-2", "plant-off", "plant", "play-basketball", "play-card-1", "play-card-10", "play-card-2", "play-card-3", "play-card-4", "play-card-5", "play-card-6", "play-card-7", "play-card-8", "play-card-9", "play-card-a", "play-card-j", "play-card-k", "play-card-off", "play-card-q", "play-card-star", "play-card", "play-football", "play-handball", "play-volleyball", "player-eject", "player-pause", "player-play", "player-record", "player-skip-back", "player-skip-forward", "player-stop", "player-track-next", "player-track-prev", "playlist-add", "playlist-off", "playlist-x", "playlist", "playstation-circle", "playstation-square", "playstation-triangle", "playstation-x", "plug-connected-x", "plug-connected", "plug-off", "plug-x", "plug", "plus-equal", "plus-minus", "plus", "png", "podium-off", "podium", "point-off", "point", "pointer-bolt", "pointer-cancel", "pointer-check", "pointer-code", "pointer-cog", "pointer-dollar", "pointer-down", "pointer-exclamation", "pointer-heart", "pointer-minus", "pointer-off", "pointer-pause", "pointer-pin", "pointer-plus", "pointer-question", "pointer-search", "pointer-share", "pointer-star", "pointer-up", "pointer-x", "pointer", "pokeball-off", "pokeball", "poker-chip", "polaroid", "polygon-off", "polygon", "poo", "pool-off", "pool", "power", "pray", "premium-rights", "prescription", "presentation-analytics", "presentation-off", "presentation", "printer-off", "printer", "prism-light", "prism-off", "prism-plus", "prism", "prison", "progress-alert", "progress-bolt", "progress-check", "progress-down", "progress-help", "progress-x", "progress", "prompt", "prong", "propeller-off", "propeller", "protocol", "pumpkin-scary", "puzzle-2", "puzzle-off", "puzzle", "pyramid-off", "pyramid-plus", "pyramid", "qrcode-off", "qrcode", "question-mark", "queue-pop-in", "queue-pop-out", "quote-off", "quote-open", "quote", "quotes", "radar-2", "radar-off", "radar", "radio-off", "radio", "radioactive-off", "radioactive", "radius-bottom-left", "radius-bottom-right", "radius-top-left", "radius-top-right", "rainbow-off", "rainbow", "rating-12-plus", "rating-14-plus", "rating-16-plus", "rating-18-plus", "rating-21-plus", "razor-electric", "razor", "receipt-2", "receipt-bitcoin", "receipt-dollar", "receipt-euro", "receipt-off", "receipt-pound", "receipt-refund", "receipt-rupee", "receipt-tax", "receipt-yen", "receipt-yuan", "receipt", "recharging", "record-mail-off", "record-mail", "rectangle-rounded-bottom", "rectangle-rounded-top", "rectangle-vertical", "rectangle", "rectangular-prism-off", "rectangular-prism-plus", "rectangular-prism", "recycle-off", "recycle", "refresh-alert", "refresh-dot", "refresh-off", "refresh", "regex-off", "regex", "registered", "relation-many-to-many", "relation-one-to-many", "relation-one-to-one", "reload", "reorder", "repeat-off", "repeat-once", "repeat", "replace-off", "replace-user", "replace", "report-analytics", "report-medical", "report-money", "report-off", "report-search", "report", "reserved-line", "resize", "restore", "rewind-backward-10", "rewind-backward-15", "rewind-backward-20", "rewind-backward-30", "rewind-backward-40", "rewind-backward-5", "rewind-backward-50", "rewind-backward-60", "rewind-forward-10", "rewind-forward-15", "rewind-forward-20", "rewind-forward-30", "rewind-forward-40", "rewind-forward-5", "rewind-forward-50", "rewind-forward-60", "ribbon-health", "rings", "ripple-down", "ripple-off", "ripple-up", "ripple", "road-off", "road-sign", "road", "robot-face", "robot-off", "robot", "rocket-off", "rocket", "roller-skating", "rollercoaster-off", "rollercoaster", "rosette-asterisk", "rosette-discount-check-off", "rosette-discount-check", "rosette-discount-off", "rosette-discount", "rosette-number-0", "rosette-number-1", "rosette-number-2", "rosette-number-3", "rosette-number-4", "rosette-number-5", "rosette-number-6", "rosette-number-7", "rosette-number-8", "rosette-number-9", "rosette", "rotate-2", "rotate-360", "rotate-3d", "rotate-clockwise-2", "rotate-clockwise", "rotate-dot", "rotate-rectangle", "rotate", "route-2", "route-alt-left", "route-alt-right", "route-off", "route-scan", "route-square-2", "route-square", "route-x-2", "route-x", "route", "router-off", "router", "row-insert-bottom", "row-insert-top", "row-remove", "rss", "rubber-stamp-off", "rubber-stamp", "ruler-2-off", "ruler-2", "ruler-3", "ruler-measure-2", "ruler-measure", "ruler-off", "ruler", "run", "rv-truck", "s-turn-down", "s-turn-left", "s-turn-right", "s-turn-up", "sailboat-2", "sailboat-off", "sailboat", "salad", "salt", "sandbox", "satellite-off", "satellite", "sausage", "scale-off", "scale-outline-off", "scale-outline", "scale", "scan-eye", "scan-letter-a", "scan-letter-t", "scan-position", "scan-traces", "scan", "schema-off", "schema", "school-bell", "school-off", "school", "scissors-off", "scissors", "scooter-electric", "scooter", "scoreboard", "screen-share-off", "screen-share", "screenshot", "scribble-off", "scribble", "script-minus", "script-plus", "script-x", "script", "scuba-diving-tank", "scuba-diving", "scuba-mask-off", "scuba-mask", "sdk", "search-off", "search", "section-sign", "section", "seedling-off", "seedling", "segway", "select-all", "select", "selector", "send-2", "send-off", "send", "seo", "separator-horizontal", "separator-vertical", "separator", "server-2", "server-bolt", "server-cog", "server-off", "server-spark", "server", "serverless", "servicemark", "settings-2", "settings-ai", "settings-automation", "settings-bolt", "settings-cancel", "settings-check", "settings-code", "settings-cog", "settings-dollar", "settings-down", "settings-exclamation", "settings-heart", "settings-minus", "settings-off", "settings-pause", "settings-pin", "settings-plus", "settings-question", "settings-search", "settings-share", "settings-spark", "settings-star", "settings-up", "settings-x", "settings", "shadow-off", "shadow", "shape-2", "shape-3", "shape-off", "shape", "share-2", "share-3", "share-off", "share", "shareplay", "shield-bolt", "shield-cancel", "shield-check", "shield-checkered", "shield-chevron", "shield-code", "shield-cog", "shield-dollar", "shield-down", "shield-exclamation", "shield-half", "shield-heart", "shield-lock", "shield-minus", "shield-off", "shield-pause", "shield-pin", "shield-plus", "shield-question", "shield-search", "shield-share", "shield-star", "shield-up", "shield-x", "shield", "ship-off", "ship", "shirt-off", "shirt-sport", "shirt", "shoe-off", "shoe", "shopping-bag-check", "shopping-bag-discount", "shopping-bag-edit", "shopping-bag-exclamation", "shopping-bag-heart", "shopping-bag-minus", "shopping-bag-plus", "shopping-bag-search", "shopping-bag-x", "shopping-bag", "shopping-cart-bolt", "shopping-cart-cancel", "shopping-cart-check", "shopping-cart-code", "shopping-cart-cog", "shopping-cart-copy", "shopping-cart-discount", "shopping-cart-dollar", "shopping-cart-down", "shopping-cart-exclamation", "shopping-cart-heart", "shopping-cart-minus", "shopping-cart-off", "shopping-cart-pause", "shopping-cart-pin", "shopping-cart-plus", "shopping-cart-question", "shopping-cart-search", "shopping-cart-share", "shopping-cart-star", "shopping-cart-up", "shopping-cart-x", "shopping-cart", "shovel-pitchforks", "shovel", "shredder", "sign-left", "sign-right", "signal-2g", "signal-3g", "signal-4g-plus", "signal-4g", "signal-5g", "signal-6g", "signal-e", "signal-g", "signal-h-plus", "signal-h", "signal-lte", "signature-off", "signature", "sitemap-off", "sitemap", "skateboard-off", "skateboard", "skateboarding", "skew-x", "skew-y", "ski-jumping", "skull", "slash", "slashes", "sleigh", "slice", "slideshow", "smart-home-off", "smart-home", "smoking-no", "smoking", "snowboarding", "snowflake-off", "snowflake", "snowman", "soccer-field", "social-off", "social", "sock", "sofa-off", "sofa", "solar-electricity", "solar-panel-2", "solar-panel", "sort-0-9", "sort-9-0", "sort-a-z", "sort-ascending-2", "sort-ascending-letters", "sort-ascending-numbers", "sort-ascending-shapes", "sort-ascending-small-big", "sort-ascending", "sort-descending-2", "sort-descending-letters", "sort-descending-numbers", "sort-descending-shapes", "sort-descending-small-big", "sort-descending", "sort-z-a", "sos", "soup-off", "soup", "source-code", "space-off", "space", "spaces", "spacing-horizontal", "spacing-vertical", "spade", "sparkles-2", "sparkles", "speakerphone", "speedboat", "sphere-off", "sphere-plus", "sphere", "spider", "spiral-off", "spiral", "sport-billard", "spray", "spy-off", "spy", "sql", "square-arrow-down", "square-arrow-left", "square-arrow-right", "square-arrow-up", "square-asterisk", "square-check", "square-chevron-down", "square-chevron-left", "square-chevron-right", "square-chevron-up", "square-chevrons-down", "square-chevrons-left", "square-chevrons-right", "square-chevrons-up", "square-dashed", "square-dot", "square-f0", "square-f1", "square-f2", "square-f3", "square-f4", "square-f5", "square-f6", "square-f7", "square-f8", "square-f9", "square-forbid-2", "square-forbid", "square-half", "square-key", "square-letter-a", "square-letter-b", "square-letter-c", "square-letter-d", "square-letter-e", "square-letter-f", "square-letter-g", "square-letter-h", "square-letter-i", "square-letter-j", "square-letter-k", "square-letter-l", "square-letter-m", "square-letter-n", "square-letter-o", "square-letter-p", "square-letter-q", "square-letter-r", "square-letter-s", "square-letter-t", "square-letter-u", "square-letter-v", "square-letter-w", "square-letter-x", "square-letter-y", "square-letter-z", "square-minus-2", "square-minus", "square-number-0", "square-number-1", "square-number-2", "square-number-3", "square-number-4", "square-number-5", "square-number-6", "square-number-7", "square-number-8", "square-number-9", "square-off", "square-percentage", "square-plus-2", "square-plus", "square-root-2", "square-root", "square-rotated-asterisk", "square-rotated-forbid-2", "square-rotated-forbid", "square-rotated-off", "square-rotated", "square-rounded-arrow-down", "square-rounded-arrow-left", "square-rounded-arrow-right", "square-rounded-arrow-up", "square-rounded-check", "square-rounded-chevron-down", "square-rounded-chevron-left", "square-rounded-chevron-right", "square-rounded-chevron-up", "square-rounded-chevrons-down", "square-rounded-chevrons-left", "square-rounded-chevrons-right", "square-rounded-chevrons-up", "square-rounded-letter-a", "square-rounded-letter-b", "square-rounded-letter-c", "square-rounded-letter-d", "square-rounded-letter-e", "square-rounded-letter-f", "square-rounded-letter-g", "square-rounded-letter-h", "square-rounded-letter-i", "square-rounded-letter-j", "square-rounded-letter-k", "square-rounded-letter-l", "square-rounded-letter-m", "square-rounded-letter-n", "square-rounded-letter-o", "square-rounded-letter-p", "square-rounded-letter-q", "square-rounded-letter-r", "square-rounded-letter-s", "square-rounded-letter-t", "square-rounded-letter-u", "square-rounded-letter-v", "square-rounded-letter-w", "square-rounded-letter-x", "square-rounded-letter-y", "square-rounded-letter-z", "square-rounded-minus-2", "square-rounded-minus", "square-rounded-number-0", "square-rounded-number-1", "square-rounded-number-2", "square-rounded-number-3", "square-rounded-number-4", "square-rounded-number-5", "square-rounded-number-6", "square-rounded-number-7", "square-rounded-number-8", "square-rounded-number-9", "square-rounded-percentage", "square-rounded-plus-2", "square-rounded-plus", "square-rounded-x", "square-rounded", "square-toggle-horizontal", "square-toggle", "square-x", "square", "squares-diagonal", "squares-selected", "squares", "stack-2", "stack-3", "stack-back", "stack-backward", "stack-forward", "stack-front", "stack-middle", "stack-pop", "stack-push", "stack", "stairs-down", "stairs-up", "stairs", "star-half", "star-off", "star", "stars-off", "stars", "status-change", "steam", "steering-wheel-off", "steering-wheel", "step-into", "step-out", "stereo-glasses", "stethoscope-off", "stethoscope", "sticker-2", "sticker", "stopwatch", "storm-off", "storm", "stretching-2", "stretching", "strikethrough", "stroke-curved", "stroke-dynamic", "stroke-straight", "submarine", "subscript", "subtask", "subtitles-ai", "subtitles-edit", "subtitles-off", "subtitles", "sum-off", "sum", "sun-electricity", "sun-high", "sun-low", "sun-moon", "sun-off", "sun-wind", "sun", "sunglasses", "sunrise", "sunset-2", "sunset", "superscript", "svg", "swimming", "swipe-down", "swipe-left", "swipe-right", "swipe-up", "swipe", "switch-2", "switch-3", "switch-horizontal", "switch-vertical", "switch", "sword-off", "sword", "swords", "table-alias", "table-column", "table-dashed", "table-down", "table-export", "table-heart", "table-import", "table-minus", "table-off", "table-options", "table-plus", "table-row", "table-share", "table-shortcut", "table-spark", "table", "tag-minus", "tag-off", "tag-plus", "tag-starred", "tag", "tags-off", "tags", "tallymark-1", "tallymark-2", "tallymark-3", "tallymark-4", "tallymarks", "tank", "target-arrow", "target-off", "target", "tax-euro", "tax-pound", "tax", "teapot", "telescope-off", "telescope", "temperature-celsius", "temperature-fahrenheit", "temperature-minus", "temperature-off", "temperature-plus", "temperature-snow", "temperature-sun", "temperature", "template-off", "template", "tent-off", "tent", "terminal-2", "terminal", "test-pipe-2", "test-pipe-off", "test-pipe", "tex", "text-caption", "text-color", "text-decrease", "text-direction-ltr", "text-direction-rtl", "text-grammar", "text-increase", "text-orientation", "text-plus", "text-recognition", "text-resize", "text-scan-2", "text-size", "text-spellcheck", "text-wrap-column", "text-wrap-disabled", "text-wrap", "texture", "theater", "thermometer", "thumb-down-off", "thumb-down", "thumb-up-off", "thumb-up", "tic-tac", "ticket-off", "ticket", "tie", "tilde", "tilt-shift-off", "tilt-shift", "time-duration-0", "time-duration-10", "time-duration-15", "time-duration-30", "time-duration-45", "time-duration-5", "time-duration-60", "time-duration-90", "time-duration-off", "timeline-event-exclamation", "timeline-event-minus", "timeline-event-plus", "timeline-event-text", "timeline-event-x", "timeline-event", "timeline", "timezone", "tip-jar-euro", "tip-jar-pound", "tip-jar", "tir", "toggle-left", "toggle-right", "toilet-paper-off", "toilet-paper", "toml", "tool", "tools-kitchen-2-off", "tools-kitchen-2", "tools-kitchen-3", "tools-kitchen-off", "tools-kitchen", "tools-off", "tools", "tooltip", "topology-bus", "topology-complex", "topology-full-hierarchy", "topology-full", "topology-ring-2", "topology-ring-3", "topology-ring", "topology-star-2", "topology-star-3", "topology-star-ring-2", "topology-star-ring-3", "topology-star-ring", "topology-star", "torii", "tornado", "tournament", "tower-off", "tower", "track", "tractor", "trademark", "traffic-cone-off", "traffic-cone", "traffic-lights-off", "traffic-lights", "train", "transaction-bitcoin", "transaction-dollar", "transaction-euro", "transaction-pound", "transaction-rupee", "transaction-yen", "transaction-yuan", "transfer-in", "transfer-out", "transfer-vertical", "transfer", "transform-point-bottom-left", "transform-point-bottom-right", "transform-point-top-left", "transform-point-top-right", "transform-point", "transform", "transition-bottom", "transition-left", "transition-right", "transition-top", "trash-off", "trash-x", "trash", "treadmill", "tree", "trees", "trekking", "trending-down-2", "trending-down-3", "trending-down", "trending-up-2", "trending-up-3", "trending-up-down", "trending-up", "triangle-inverted", "triangle-minus-2", "triangle-minus", "triangle-off", "triangle-plus-2", "triangle-plus", "triangle-square-circle", "triangle", "triangles", "trident", "trolley", "trophy-off", "trophy", "trowel", "truck-delivery", "truck-loading", "truck-off", "truck-return", "truck", "txt", "typeface", "typography-off", "typography", "u-turn-left", "u-turn-right", "ufo-off", "ufo", "uhd", "umbrella-2", "umbrella-closed-2", "umbrella-closed", "umbrella-off", "umbrella", "underline", "universe", "unlink", "upload", "urgent", "usb", "user-bitcoin", "user-bolt", "user-cancel", "user-check", "user-circle", "user-code", "user-cog", "user-dollar", "user-down", "user-edit", "user-exclamation", "user-heart", "user-hexagon", "user-key", "user-minus", "user-off", "user-pause", "user-pentagon", "user-pin", "user-plus", "user-question", "user-scan", "user-screen", "user-search", "user-share", "user-shield", "user-square-rounded", "user-square", "user-star", "user-up", "user-x", "user", "users-group", "users-minus", "users-plus", "users", "uv-index", "ux-circle", "vaccine-bottle-off", "vaccine-bottle", "vaccine-off", "vaccine", "vacuum-cleaner", "variable-minus", "variable-off", "variable-plus", "variable", "vector-bezier-2", "vector-bezier-arc", "vector-bezier-circle", "vector-bezier", "vector-off", "vector-spline", "vector-triangle-off", "vector-triangle", "vector", "venus", "versions-off", "versions", "video-minus", "video-off", "video-plus", "video", "view-360-arrow", "view-360-number", "view-360-off", "view-360", "viewfinder-off", "viewfinder", "viewport-narrow", "viewport-short", "viewport-tall", "viewport-wide", "vinyl", "vip-2", "vip-off", "vip", "virus-off", "virus-search", "virus", "vocabulary-off", "vocabulary", "volcano", "volume-2", "volume-3", "volume-4", "volume-off", "volume", "vs", "walk", "wall-off", "wall", "wallet-off", "wallet", "wallpaper-off", "wallpaper", "wand-off", "wand", "wash-dry-1", "wash-dry-2", "wash-dry-3", "wash-dry-a", "wash-dry-dip", "wash-dry-f", "wash-dry-flat", "wash-dry-hang", "wash-dry-off", "wash-dry-p", "wash-dry-shade", "wash-dry-w", "wash-dry", "wash-dryclean-off", "wash-dryclean", "wash-eco", "wash-gentle", "wash-hand", "wash-machine", "wash-off", "wash-press", "wash-temperature-1", "wash-temperature-2", "wash-temperature-3", "wash-temperature-4", "wash-temperature-5", "wash-temperature-6", "wash-tumble-dry", "wash-tumble-off", "wash", "waterpolo", "wave-saw-tool", "wave-sine", "wave-square", "waves-electricity", "webhook-off", "webhook", "weight", "wheat-off", "wheat", "wheel", "wheelchair-off", "wheelchair", "whirl", "whisk", "wifi-0", "wifi-1", "wifi-2", "wifi-off", "wifi", "wind-electricity", "wind-off", "wind", "windmill-off", "windmill", "window-maximize", "window-minimize", "window-off", "window", "windsock", "wiper-wash", "wiper", "woman", "wood", "world-bolt", "world-cancel", "world-check", "world-code", "world-cog", "world-dollar", "world-down", "world-download", "world-exclamation", "world-heart", "world-latitude", "world-longitude", "world-map", "world-minus", "world-off", "world-pause", "world-pin", "world-plus", "world-question", "world-search", "world-share", "world-star", "world-up", "world-upload", "world-www", "world-x", "world", "wrecking-ball", "writing-off", "writing-sign-off", "writing-sign", "writing", "x-mark", "x-power-y", "x", "xbox-a", "xbox-b", "xbox-x", "xbox-y", "xd", "xxx", "yin-yang", "yoga", "zeppelin-off", "zeppelin", "zero-config", "zip", "zodiac-aquarius", "zodiac-aries", "zodiac-cancer", "zodiac-capricorn", "zodiac-gemini", "zodiac-leo", "zodiac-libra", "zodiac-pisces", "zodiac-sagittarius", "zodiac-scorpio", "zodiac-taurus", "zodiac-virgo", "zoom-cancel", "zoom-check", "zoom-code", "zoom-exclamation", "zoom-in-area", "zoom-in", "zoom-money", "zoom-out-area", "zoom-out", "zoom-pan", "zoom-question", "zoom-replace", "zoom-reset", "zoom-scan", "zoom", "zzz-off", "zzz", "accessible-filled", "ad-circle-filled", "ad-filled", "adjustments-horizontal-filled", "adjustments-filled", "aerial-lift-filled", "affiliate-filled", "air-balloon-filled", "alarm-minus-filled", "alarm-plus-filled", "alarm-snooze-filled", "alarm-filled", "alert-circle-filled", "alert-hexagon-filled", "alert-octagon-filled", "alert-square-rounded-filled", "alert-square-filled", "alert-triangle-filled", "alien-filled", "align-box-bottom-center-filled", "align-box-bottom-left-filled", "align-box-bottom-right-filled", "align-box-center-middle-filled", "align-box-left-bottom-filled", "align-box-left-middle-filled", "align-box-left-top-filled", "align-box-right-bottom-filled", "align-box-right-middle-filled", "align-box-right-top-filled", "align-box-top-center-filled", "align-box-top-left-filled", "align-box-top-right-filled", "analyze-filled", "app-window-filled", "apple-filled", "apps-filled", "archive-filled", "arrow-autofit-content-filled", "arrow-autofit-down-filled", "arrow-autofit-height-filled", "arrow-autofit-left-filled", "arrow-autofit-right-filled", "arrow-autofit-up-filled", "arrow-autofit-width-filled", "arrow-badge-down-filled", "arrow-badge-left-filled", "arrow-badge-right-filled", "arrow-badge-up-filled", "arrow-big-down-line-filled", "arrow-big-down-lines-filled", "arrow-big-down-filled", "arrow-big-left-line-filled", "arrow-big-left-lines-filled", "arrow-big-left-filled", "arrow-big-right-line-filled", "arrow-big-right-lines-filled", "arrow-big-right-filled", "arrow-big-up-line-filled", "arrow-big-up-lines-filled", "arrow-big-up-filled", "arrow-down-circle-filled", "arrow-down-rhombus-filled", "arrow-down-square-filled", "arrow-guide-filled", "arrow-left-circle-filled", "arrow-left-rhombus-filled", "arrow-left-square-filled", "arrow-move-down-filled", "arrow-move-left-filled", "arrow-move-right-filled", "arrow-move-up-filled", "arrow-right-circle-filled", "arrow-right-rhombus-filled", "arrow-right-square-filled", "arrow-up-circle-filled", "arrow-up-rhombus-filled", "arrow-up-square-filled", "artboard-filled", "article-filled", "aspect-ratio-filled", "assembly-filled", "asset-filled", "atom-2-filled", "automatic-gearbox-filled", "award-filled", "baby-carriage-filled", "backspace-filled", "badge-3d-filled", "badge-4k-filled", "badge-8k-filled", "badge-ad-filled", "badge-ar-filled", "badge-cc-filled", "badge-hd-filled", "badge-sd-filled", "badge-tm-filled", "badge-vo-filled", "badge-vr-filled", "badge-wc-filled", "badge-filled", "badges-filled", "ball-bowling-filled", "balloon-filled", "ballpen-filled", "bandage-filled", "barbell-filled", "barrier-block-filled", "basket-filled", "bath-filled", "battery-1-filled", "battery-2-filled", "battery-3-filled", "battery-4-filled", "battery-automotive-filled", "battery-vertical-1-filled", "battery-vertical-2-filled", "battery-vertical-3-filled", "battery-vertical-4-filled", "battery-vertical-filled", "battery-filled", "bed-flat-filled", "bed-filled", "beer-filled", "bell-minus-filled", "bell-plus-filled", "bell-ringing-2-filled", "bell-ringing-filled", "bell-x-filled", "bell-z-filled", "bell-filled", "bike-filled", "binary-tree-2-filled", "binary-tree-filled", "binoculars-filled", "biohazard-filled", "blade-filled", "blender-filled", "blob-filled", "bolt-filled", "bomb-filled", "bone-filled", "bong-filled", "book-filled", "bookmark-filled", "bookmarks-filled", "boom-filled", "bottle-filled", "bounce-left-filled", "bounce-right-filled", "bow-filled", "bowl-chopsticks-filled", "bowl-spoon-filled", "bowl-filled", "box-align-bottom-left-filled", "box-align-bottom-right-filled", "box-align-bottom-filled", "box-align-left-filled", "box-align-right-filled", "box-align-top-left-filled", "box-align-top-right-filled", "box-align-top-filled", "box-multiple-filled", "brand-angular-filled", "brand-apple-filled", "brand-bitbucket-filled", "brand-discord-filled", "brand-dribbble-filled", "brand-facebook-filled", "brand-github-filled", "brand-google-filled", "brand-instagram-filled", "brand-kick-filled", "brand-linkedin-filled", "brand-messenger-filled", "brand-open-source-filled", "brand-opera-filled", "brand-patreon-filled", "brand-paypal-filled", "brand-pinterest-filled", "brand-sketch-filled", "brand-snapchat-filled", "brand-spotify-filled", "brand-steam-filled", "brand-stripe-filled", "brand-tabler-filled", "brand-tiktok-filled", "brand-tinder-filled", "brand-tumblr-filled", "brand-twitter-filled", "brand-vercel-filled", "brand-vimeo-filled", "brand-weibo-filled", "brand-whatsapp-filled", "brand-windows-filled", "brand-x-filled", "brand-youtube-filled", "bread-filled", "briefcase-2-filled", "briefcase-filled", "brightness-auto-filled", "brightness-down-filled", "brightness-up-filled", "brightness-filled", "bubble-text-filled", "bubble-filled", "bug-filled", "building-bridge-2-filled", "building-broadcast-tower-filled", "bulb-filled", "bus-filled", "butterfly-filled", "cactus-filled", "calculator-filled", "calendar-event-filled", "calendar-month-filled", "calendar-week-filled", "calendar-filled", "camera-filled", "campfire-filled", "candle-filled", "cannabis-filled", "capsule-horizontal-filled", "capsule-filled", "capture-filled", "car-4wd-filled", "car-crane-filled", "car-fan-filled", "car-suv-filled", "car-filled", "carambola-filled", "caravan-filled", "cardboards-filled", "cards-filled", "caret-down-filled", "caret-left-right-filled", "caret-left-filled", "caret-right-filled", "caret-up-down-filled", "caret-up-filled", "carousel-horizontal-filled", "carousel-vertical-filled", "cash-banknote-filled", "category-filled", "charging-pile-filled", "chart-area-line-filled", "chart-area-filled", "chart-bubble-filled", "chart-candle-filled", "chart-donut-filled", "chart-dots-2-filled", "chart-dots-3-filled", "chart-dots-filled", "chart-funnel-filled", "chart-grid-dots-filled", "chart-pie-2-filled", "chart-pie-3-filled", "chart-pie-4-filled", "chart-pie-filled", "check-filled", "chef-hat-filled", "cherry-filled", "chess-bishop-filled", "chess-king-filled", "chess-knight-filled", "chess-queen-filled", "chess-rook-filled", "chess-filled", "chevron-down-filled", "chevron-right-filled", "christmas-tree-filled", "circle-arrow-down-left-filled", "circle-arrow-down-right-filled", "circle-arrow-down-filled", "circle-arrow-left-filled", "circle-arrow-right-filled", "circle-arrow-up-left-filled", "circle-arrow-up-right-filled", "circle-arrow-up-filled", "circle-caret-down-filled", "circle-caret-left-filled", "circle-caret-right-filled", "circle-caret-up-filled", "circle-check-filled", "circle-chevron-down-filled", "circle-chevron-left-filled", "circle-chevron-right-filled", "circle-chevron-up-filled", "circle-chevrons-down-filled", "circle-chevrons-left-filled", "circle-chevrons-right-filled", "circle-chevrons-up-filled", "circle-dot-filled", "circle-key-filled", "circle-letter-a-filled", "circle-letter-b-filled", "circle-letter-c-filled", "circle-letter-d-filled", "circle-letter-e-filled", "circle-letter-f-filled", "circle-letter-g-filled", "circle-letter-h-filled", "circle-letter-i-filled", "circle-letter-j-filled", "circle-letter-k-filled", "circle-letter-l-filled", "circle-letter-m-filled", "circle-letter-n-filled", "circle-letter-o-filled", "circle-letter-p-filled", "circle-letter-q-filled", "circle-letter-r-filled", "circle-letter-s-filled", "circle-letter-t-filled", "circle-letter-u-filled", "circle-letter-v-filled", "circle-letter-w-filled", "circle-letter-x-filled", "circle-letter-y-filled", "circle-letter-z-filled", "circle-number-0-filled", "circle-number-1-filled", "circle-number-2-filled", "circle-number-3-filled", "circle-number-4-filled", "circle-number-5-filled", "circle-number-6-filled", "circle-number-7-filled", "circle-number-8-filled", "circle-number-9-filled", "circle-percentage-filled", "circle-plus-filled", "circle-rectangle-filled", "circle-x-filled", "circle-filled", "circles-filled", "click-filled", "clipboard-check-filled", "clipboard-data-filled", "clipboard-list-filled", "clipboard-plus-filled", "clipboard-smile-filled", "clipboard-text-filled", "clipboard-typography-filled", "clipboard-x-filled", "clipboard-filled", "clock-hour-1-filled", "clock-hour-10-filled", "clock-hour-11-filled", "clock-hour-12-filled", "clock-hour-2-filled", "clock-hour-3-filled", "clock-hour-4-filled", "clock-hour-5-filled", "clock-hour-6-filled", "clock-hour-7-filled", "clock-hour-8-filled", "clock-hour-9-filled", "clock-filled", "cloud-computing-filled", "cloud-data-connection-filled", "cloud-filled", "clover-filled", "clubs-filled", "code-circle-2-filled", "code-circle-filled", "coin-bitcoin-filled", "coin-euro-filled", "coin-monero-filled", "coin-pound-filled", "coin-rupee-filled", "coin-taka-filled", "coin-yen-filled", "coin-yuan-filled", "coin-filled", "columns-1-filled", "columns-2-filled", "columns-3-filled", "compass-filled", "cone-2-filled", "cone-filled", "confetti-filled", "container-filled", "contrast-2-filled", "contrast-filled", "cookie-man-filled", "cookie-filled", "copy-check-filled", "copy-minus-filled", "copy-plus-filled", "copy-x-filled", "copy-filled", "copyleft-filled", "copyright-filled", "credit-card-filled", "crop-1-1-filled", "crop-16-9-filled", "crop-3-2-filled", "crop-5-4-filled", "crop-7-5-filled", "crop-landscape-filled", "crop-portrait-filled", "cross-filled", "crown-filled", "current-location-filled", "dashboard-filled", "database-filled", "device-cctv-filled", "device-desktop-filled", "device-floppy-filled", "device-gamepad-2-filled", "device-gamepad-3-filled", "device-gamepad-filled", "device-heart-monitor-filled", "device-imac-filled", "device-ipad-filled", "device-mobile-filled", "device-remote-filled", "device-speaker-filled", "device-tablet-filled", "device-tv-old-filled", "device-tv-filled", "device-unknown-filled", "device-usb-filled", "device-vision-pro-filled", "device-watch-filled", "dialpad-filled", "diamond-filled", "diamonds-filled", "dice-1-filled", "dice-2-filled", "dice-3-filled", "dice-4-filled", "dice-5-filled", "dice-6-filled", "dice-filled", "direction-arrows-filled", "direction-sign-filled", "directions-filled", "disc-filled", "discount-filled", "dots-vertical-filled", "dots-filled", "download-filled", "drop-circle-filled", "droplet-half-2-filled", "droplet-half-filled", "droplet-filled", "droplets-filled", "dual-screen-filled", "dumpling-filled", "ease-in-control-point-filled", "ease-in-out-control-points-filled", "ease-out-control-point-filled", "edit-filled", "egg-cracked-filled", "egg-fried-filled", "egg-filled", "elevator-filled", "engine-filled", "escalator-down-filled", "escalator-up-filled", "escalator-filled", "exchange-filled", "exclamation-circle-filled", "explicit-filled", "exposure-filled", "external-link-filled", "eye-table-filled", "eye-filled", "eyeglass-2-filled", "eyeglass-filled", "face-mask-filled", "favicon-filled", "feather-filled", "fence-filled", "ferry-filled", "fidget-spinner-filled", "file-analytics-filled", "file-check-filled", "file-code-2-filled", "file-code-filled", "file-cv-filled", "file-delta-filled", "file-description-filled", "file-diff-filled", "file-digit-filled", "file-dollar-filled", "file-dots-filled", "file-download-filled", "file-euro-filled", "file-function-filled", "file-horizontal-filled", "file-info-filled", "file-invoice-filled", "file-lambda-filled", "file-minus-filled", "file-music-filled", "file-neutral-filled", "file-pencil-filled", "file-percent-filled", "file-phone-filled", "file-power-filled", "file-rss-filled", "file-sad-filled", "file-scissors-filled", "file-settings-filled", "file-signal-filled", "file-smile-filled", "file-star-filled", "file-text-filled", "file-time-filled", "file-typography-filled", "file-unknown-filled", "file-upload-filled", "file-vector-filled", "file-x-filled", "file-filled", "files-filled", "filter-filled", "filters-filled", "fish-bone-filled", "flag-2-filled", "flag-3-filled", "flag-filled", "flame-filled", "flare-filled", "flask-2-filled", "flask-filled", "flower-filled", "folder-open-filled", "folder-filled", "folders-filled", "forbid-2-filled", "forbid-filled", "fountain-filled", "function-filled", "garden-cart-filled", "gas-station-filled", "gauge-filled", "ghost-2-filled", "ghost-3-filled", "ghost-filled", "gift-card-filled", "gift-filled", "glass-full-filled", "glass-filled", "globe-filled", "golf-filled", "gps-filled", "graph-filled", "grid-pattern-filled", "guitar-pick-filled", "hanger-2-filled", "headphones-filled", "headset-filled", "heart-broken-filled", "heart-filled", "helicopter-landing-filled", "helicopter-filled", "help-circle-filled", "help-hexagon-filled", "help-octagon-filled", "help-square-rounded-filled", "help-square-filled", "help-triangle-filled", "help-filled", "hexagon-letter-a-filled", "hexagon-letter-b-filled", "hexagon-letter-c-filled", "hexagon-letter-d-filled", "hexagon-letter-e-filled", "hexagon-letter-f-filled", "hexagon-letter-g-filled", "hexagon-letter-h-filled", "hexagon-letter-i-filled", "hexagon-letter-j-filled", "hexagon-letter-k-filled", "hexagon-letter-l-filled", "hexagon-letter-m-filled", "hexagon-letter-n-filled", "hexagon-letter-o-filled", "hexagon-letter-p-filled", "hexagon-letter-q-filled", "hexagon-letter-r-filled", "hexagon-letter-s-filled", "hexagon-letter-t-filled", "hexagon-letter-u-filled", "hexagon-letter-v-filled", "hexagon-letter-w-filled", "hexagon-letter-x-filled", "hexagon-letter-y-filled", "hexagon-letter-z-filled", "hexagon-minus-filled", "hexagon-number-0-filled", "hexagon-number-1-filled", "hexagon-number-2-filled", "hexagon-number-3-filled", "hexagon-number-4-filled", "hexagon-number-5-filled", "hexagon-number-6-filled", "hexagon-number-7-filled", "hexagon-number-8-filled", "hexagon-number-9-filled", "hexagon-plus-filled", "hexagon-filled", "home-2-filled", "home-filled", "hospital-circle-filled", "hourglass-filled", "icons-filled", "id-filled", "info-circle-filled", "info-hexagon-filled", "info-octagon-filled", "info-square-rounded-filled", "info-square-filled", "info-triangle-filled", "inner-shadow-bottom-left-filled", "inner-shadow-bottom-right-filled", "inner-shadow-bottom-filled", "inner-shadow-left-filled", "inner-shadow-right-filled", "inner-shadow-top-left-filled", "inner-shadow-top-right-filled", "inner-shadow-top-filled", "ironing-1-filled", "ironing-2-filled", "ironing-3-filled", "ironing-steam-filled", "ironing-filled", "jetpack-filled", "jewish-star-filled", "key-filled", "keyboard-filled", "keyframe-align-center-filled", "keyframe-align-horizontal-filled", "keyframe-align-vertical-filled", "keyframe-filled", "keyframes-filled", "label-important-filled", "label-filled", "lasso-polygon-filled", "laurel-wreath-1-filled", "laurel-wreath-2-filled", "laurel-wreath-3-filled", "laurel-wreath-filled", "layout-2-filled", "layout-align-bottom-filled", "layout-align-center-filled", "layout-align-left-filled", "layout-align-middle-filled", "layout-align-right-filled", "layout-align-top-filled", "layout-board-split-filled", "layout-board-filled", "layout-bottombar-collapse-filled", "layout-bottombar-expand-filled", "layout-bottombar-filled", "layout-cards-filled", "layout-dashboard-filled", "layout-distribute-horizontal-filled", "layout-distribute-vertical-filled", "layout-grid-filled", "layout-kanban-filled", "layout-list-filled", "layout-navbar-collapse-filled", "layout-navbar-expand-filled", "layout-navbar-filled", "layout-sidebar-left-collapse-filled", "layout-sidebar-left-expand-filled", "layout-sidebar-right-collapse-filled", "layout-sidebar-right-expand-filled", "layout-sidebar-right-filled", "layout-sidebar-filled", "layout-filled", "leaf-filled", "lego-filled", "lemon-2-filled", "library-plus-filled", "library-filled", "lifebuoy-filled", "link-filled", "list-check-filled", "list-details-filled", "list-filled", "live-photo-filled", "live-view-filled", "location-filled", "lock-square-rounded-filled", "lock-filled", "lungs-filled", "macro-filled", "magnet-filled", "mail-opened-filled", "mail-filled", "man-filled", "manual-gearbox-filled", "map-pin-filled", "medical-cross-filled", "meeple-filled", "melon-filled", "menu-2-filled", "message-2-filled", "message-chatbot-filled", "message-circle-filled", "message-report-filled", "message-filled", "messages-filled", "meteor-filled", "michelin-star-filled", "mickey-filled", "microphone-filled", "microscope-filled", "microwave-filled", "military-rank-filled", "milk-filled", "mood-angry-filled", "mood-confuzed-filled", "mood-crazy-happy-filled", "mood-empty-filled", "mood-happy-filled", "mood-kid-filled", "mood-neutral-filled", "mood-sad-filled", "mood-smile-filled", "mood-wrrr-filled", "moon-filled", "motorbike-filled", "mountain-filled", "mouse-filled", "mug-filled", "mushroom-filled", "navigation-filled", "nurse-filled", "octagon-minus-filled", "octagon-plus-filled", "octagon-filled", "oval-vertical-filled", "oval-filled", "pacman-filled", "paint-filled", "palette-filled", "panorama-horizontal-filled", "panorama-vertical-filled", "parking-circle-filled", "paw-filled", "pencil-filled", "pennant-2-filled", "pennant-filled", "pentagon-filled", "phone-call-filled", "phone-calling-filled", "phone-check-filled", "phone-x-filled", "phone-filled", "photo-filled", "picture-in-picture-top-filled", "picture-in-picture-filled", "pig-filled", "pill-filled", "pin-filled", "pinned-filled", "pizza-filled", "plane-arrival-filled", "plane-departure-filled", "plane-tilt-filled", "plane-filled", "play-card-1-filled", "play-card-10-filled", "play-card-2-filled", "play-card-3-filled", "play-card-4-filled", "play-card-5-filled", "play-card-6-filled", "play-card-7-filled", "play-card-8-filled", "play-card-9-filled", "play-card-a-filled", "play-card-j-filled", "play-card-k-filled", "play-card-q-filled", "play-card-star-filled", "play-card-filled", "player-eject-filled", "player-pause-filled", "player-play-filled", "player-record-filled", "player-skip-back-filled", "player-skip-forward-filled", "player-stop-filled", "player-track-next-filled", "player-track-prev-filled", "playlist-filled", "plus-filled", "point-filled", "pointer-filled", "polaroid-filled", "poo-filled", "presentation-analytics-filled", "presentation-filled", "puzzle-filled", "quote-filled", "radar-filled", "radioactive-filled", "receipt-dollar-filled", "receipt-euro-filled", "receipt-pound-filled", "receipt-rupee-filled", "receipt-yen-filled", "receipt-yuan-filled", "receipt-filled", "rectangle-vertical-filled", "rectangle-filled", "registered-filled", "relation-many-to-many-filled", "relation-one-to-many-filled", "relation-one-to-one-filled", "replace-filled", "report-analytics-filled", "report-money-filled", "rollercoaster-filled", "rosette-discount-check-filled", "rosette-discount-filled", "rosette-filled", "salad-filled", "satellite-filled", "scale-filled", "school-filled", "scuba-diving-tank-filled", "search-filled", "section-filled", "seedling-filled", "send-filled", "settings-filled", "shield-check-filled", "shield-checkered-filled", "shield-half-filled", "shield-lock-filled", "shield-filled", "shirt-filled", "shopping-cart-filled", "sign-left-filled", "sign-right-filled", "sitemap-filled", "sort-ascending-2-filled", "sort-ascending-shapes-filled", "sort-descending-2-filled", "sort-descending-shapes-filled", "soup-filled", "spade-filled", "sparkles-2-filled", "sparkles-filled", "speedboat-filled", "spider-filled", "square-arrow-down-filled", "square-arrow-left-filled", "square-arrow-right-filled", "square-arrow-up-filled", "square-asterisk-filled", "square-check-filled", "square-chevron-down-filled", "square-chevron-left-filled", "square-chevron-right-filled", "square-chevron-up-filled", "square-chevrons-down-filled", "square-chevrons-left-filled", "square-chevrons-right-filled", "square-chevrons-up-filled", "square-dot-filled", "square-f0-filled", "square-f1-filled", "square-f2-filled", "square-f3-filled", "square-f4-filled", "square-f5-filled", "square-f6-filled", "square-f7-filled", "square-f8-filled", "square-f9-filled", "square-letter-a-filled", "square-letter-b-filled", "square-letter-c-filled", "square-letter-d-filled", "square-letter-e-filled", "square-letter-f-filled", "square-letter-g-filled", "square-letter-h-filled", "square-letter-i-filled", "square-letter-j-filled", "square-letter-k-filled", "square-letter-l-filled", "square-letter-m-filled", "square-letter-n-filled", "square-letter-o-filled", "square-letter-p-filled", "square-letter-q-filled", "square-letter-r-filled", "square-letter-s-filled", "square-letter-t-filled", "square-letter-u-filled", "square-letter-v-filled", "square-letter-w-filled", "square-letter-x-filled", "square-letter-y-filled", "square-letter-z-filled", "square-minus-filled", "square-number-0-filled", "square-number-1-filled", "square-number-2-filled", "square-number-3-filled", "square-number-4-filled", "square-number-5-filled", "square-number-6-filled", "square-number-7-filled", "square-number-8-filled", "square-number-9-filled", "square-rotated-filled", "square-rounded-arrow-down-filled", "square-rounded-arrow-left-filled", "square-rounded-arrow-right-filled", "square-rounded-arrow-up-filled", "square-rounded-check-filled", "square-rounded-chevron-down-filled", "square-rounded-chevron-left-filled", "square-rounded-chevron-right-filled", "square-rounded-chevron-up-filled", "square-rounded-chevrons-down-filled", "square-rounded-chevrons-left-filled", "square-rounded-chevrons-right-filled", "square-rounded-chevrons-up-filled", "square-rounded-letter-a-filled", "square-rounded-letter-b-filled", "square-rounded-letter-c-filled", "square-rounded-letter-d-filled", "square-rounded-letter-e-filled", "square-rounded-letter-f-filled", "square-rounded-letter-g-filled", "square-rounded-letter-h-filled", "square-rounded-letter-i-filled", "square-rounded-letter-j-filled", "square-rounded-letter-k-filled", "square-rounded-letter-l-filled", "square-rounded-letter-m-filled", "square-rounded-letter-n-filled", "square-rounded-letter-o-filled", "square-rounded-letter-p-filled", "square-rounded-letter-q-filled", "square-rounded-letter-r-filled", "square-rounded-letter-s-filled", "square-rounded-letter-t-filled", "square-rounded-letter-u-filled", "square-rounded-letter-v-filled", "square-rounded-letter-w-filled", "square-rounded-letter-x-filled", "square-rounded-letter-y-filled", "square-rounded-letter-z-filled", "square-rounded-minus-filled", "square-rounded-number-0-filled", "square-rounded-number-1-filled", "square-rounded-number-2-filled", "square-rounded-number-3-filled", "square-rounded-number-4-filled", "square-rounded-number-5-filled", "square-rounded-number-6-filled", "square-rounded-number-7-filled", "square-rounded-number-8-filled", "square-rounded-number-9-filled", "square-rounded-plus-filled", "square-rounded-x-filled", "square-rounded-filled", "square-x-filled", "square-filled", "squares-filled", "stack-2-filled", "stack-3-filled", "stack-filled", "star-half-filled", "star-filled", "stars-filled", "steering-wheel-filled", "sun-high-filled", "sun-low-filled", "sun-filled", "sunglasses-filled", "sunrise-filled", "sunset-2-filled", "sunset-filled", "swipe-down-filled", "swipe-left-filled", "swipe-right-filled", "swipe-up-filled", "table-filled", "tag-filled", "tags-filled", "temperature-minus-filled", "temperature-plus-filled", "template-filled", "test-pipe-2-filled", "thumb-down-filled", "thumb-up-filled", "ticket-filled", "tilt-shift-filled", "timeline-event-filled", "toggle-left-filled", "toggle-right-filled", "tools-kitchen-2-filled", "train-filled", "transform-filled", "transition-bottom-filled", "transition-left-filled", "transition-right-filled", "transition-top-filled", "trash-x-filled", "trash-filled", "triangle-inverted-filled", "triangle-square-circle-filled", "triangle-filled", "trolley-filled", "trophy-filled", "truck-filled", "ufo-filled", "umbrella-filled", "user-filled", "versions-filled", "video-minus-filled", "video-plus-filled", "video-filled", "windmill-filled", "windsock-filled", "woman-filled", "world-filled", "writing-sign-filled", "writing-filled", "x-filled", "xbox-a-filled", "xbox-b-filled", "xbox-x-filled", "xbox-y-filled", "yin-yang-filled", "zeppelin-filled", "zoom-cancel-filled", "zoom-check-filled", "zoom-code-filled", "zoom-exclamation-filled", "zoom-in-area-filled", "zoom-in-filled", "zoom-money-filled", "zoom-out-area-filled", "zoom-out-filled", "zoom-pan-filled", "zoom-question-filled", "zoom-scan-filled", "zoom-filled" ]; var iconsList$1 = /*#__PURE__*/Object.freeze({ __proto__: null, default: iconsList }); exports.Icon123 = IconNumber123; exports.Icon12Hours = IconHours12; exports.Icon24Hours = IconHours24; exports.Icon2fa = IconAuth2fa; exports.Icon360 = IconView360Arrow; exports.Icon360View = IconView360Number; exports.Icon3dCubeSphere = IconCube3dSphere; exports.Icon3dCubeSphereOff = IconCube3dSphereOff; exports.Icon3dRotate = IconRotate3d; exports.IconAB = IconAB; exports.IconAB2 = IconAB2; exports.IconABOff = IconABOff; exports.IconAbacus = IconAbacus; exports.IconAbacusOff = IconAbacusOff; exports.IconAbc = IconAbc; exports.IconAccessPoint = IconAccessPoint; exports.IconAccessPointOff = IconAccessPointOff; exports.IconAccessible = IconAccessible; exports.IconAccessibleFilled = IconAccessibleFilled; exports.IconAccessibleOff = IconAccessibleOff; exports.IconActivity = IconActivity; exports.IconActivityHeartbeat = IconActivityHeartbeat; exports.IconAd = IconAd; exports.IconAd2 = IconAd2; exports.IconAdCircle = IconAdCircle; exports.IconAdCircleFilled = IconAdCircleFilled; exports.IconAdCircleOff = IconAdCircleOff; exports.IconAdFilled = IconAdFilled; exports.IconAdOff = IconAdOff; exports.IconAddressBook = IconAddressBook; exports.IconAddressBookOff = IconAddressBookOff; exports.IconAdjustments = IconAdjustments; exports.IconAdjustmentsAlt = IconAdjustmentsAlt; exports.IconAdjustmentsBolt = IconAdjustmentsBolt; exports.IconAdjustmentsCancel = IconAdjustmentsCancel; exports.IconAdjustmentsCheck = IconAdjustmentsCheck; exports.IconAdjustmentsCode = IconAdjustmentsCode; exports.IconAdjustmentsCog = IconAdjustmentsCog; exports.IconAdjustmentsDollar = IconAdjustmentsDollar; exports.IconAdjustmentsDown = IconAdjustmentsDown; exports.IconAdjustmentsExclamation = IconAdjustmentsExclamation; exports.IconAdjustmentsFilled = IconAdjustmentsFilled; exports.IconAdjustmentsHeart = IconAdjustmentsHeart; exports.IconAdjustmentsHorizontal = IconAdjustmentsHorizontal; exports.IconAdjustmentsHorizontalFilled = IconAdjustmentsHorizontalFilled; exports.IconAdjustmentsMinus = IconAdjustmentsMinus; exports.IconAdjustmentsOff = IconAdjustmentsOff; exports.IconAdjustmentsPause = IconAdjustmentsPause; exports.IconAdjustmentsPin = IconAdjustmentsPin; exports.IconAdjustmentsPlus = IconAdjustmentsPlus; exports.IconAdjustmentsQuestion = IconAdjustmentsQuestion; exports.IconAdjustmentsSearch = IconAdjustmentsSearch; exports.IconAdjustmentsShare = IconAdjustmentsShare; exports.IconAdjustmentsSpark = IconAdjustmentsSpark; exports.IconAdjustmentsStar = IconAdjustmentsStar; exports.IconAdjustmentsUp = IconAdjustmentsUp; exports.IconAdjustmentsX = IconAdjustmentsX; exports.IconAerialLift = IconAerialLift; exports.IconAerialLiftFilled = IconAerialLiftFilled; exports.IconAffiliate = IconAffiliate; exports.IconAffiliateFilled = IconAffiliateFilled; exports.IconAi = IconAi; exports.IconAiAgent = IconAiAgent; exports.IconAiAgents = IconAiAgents; exports.IconAiGateway = IconAiGateway; exports.IconAirBalloon = IconAirBalloon; exports.IconAirBalloonFilled = IconAirBalloonFilled; exports.IconAirConditioning = IconAirConditioning; exports.IconAirConditioningDisabled = IconAirConditioningDisabled; exports.IconAirTrafficControl = IconAirTrafficControl; exports.IconAlarm = IconAlarm; exports.IconAlarmAverage = IconAlarmAverage; exports.IconAlarmFilled = IconAlarmFilled; exports.IconAlarmMinus = IconAlarmMinus; exports.IconAlarmMinusFilled = IconAlarmMinusFilled; exports.IconAlarmOff = IconAlarmOff; exports.IconAlarmPlus = IconAlarmPlus; exports.IconAlarmPlusFilled = IconAlarmPlusFilled; exports.IconAlarmSmoke = IconAlarmSmoke; exports.IconAlarmSnooze = IconAlarmSnooze; exports.IconAlarmSnoozeFilled = IconAlarmSnoozeFilled; exports.IconAlbum = IconAlbum; exports.IconAlbumOff = IconAlbumOff; exports.IconAlertCircle = IconAlertCircle; exports.IconAlertCircleFilled = IconAlertCircleFilled; exports.IconAlertCircleOff = IconAlertCircleOff; exports.IconAlertHexagon = IconAlertHexagon; exports.IconAlertHexagonFilled = IconAlertHexagonFilled; exports.IconAlertHexagonOff = IconAlertHexagonOff; exports.IconAlertOctagon = IconAlertOctagon; exports.IconAlertOctagonFilled = IconAlertOctagonFilled; exports.IconAlertSmall = IconAlertSmall; exports.IconAlertSmallOff = IconAlertSmallOff; exports.IconAlertSquare = IconAlertSquare; exports.IconAlertSquareFilled = IconAlertSquareFilled; exports.IconAlertSquareRounded = IconAlertSquareRounded; exports.IconAlertSquareRoundedFilled = IconAlertSquareRoundedFilled; exports.IconAlertSquareRoundedOff = IconAlertSquareRoundedOff; exports.IconAlertTriangle = IconAlertTriangle; exports.IconAlertTriangleFilled = IconAlertTriangleFilled; exports.IconAlertTriangleOff = IconAlertTriangleOff; exports.IconAlien = IconAlien; exports.IconAlienFilled = IconAlienFilled; exports.IconAlignBoxBottomCenter = IconAlignBoxBottomCenter; exports.IconAlignBoxBottomCenterFilled = IconAlignBoxBottomCenterFilled; exports.IconAlignBoxBottomLeft = IconAlignBoxBottomLeft; exports.IconAlignBoxBottomLeftFilled = IconAlignBoxBottomLeftFilled; exports.IconAlignBoxBottomRight = IconAlignBoxBottomRight; exports.IconAlignBoxBottomRightFilled = IconAlignBoxBottomRightFilled; exports.IconAlignBoxCenterBottom = IconAlignBoxCenterBottom; exports.IconAlignBoxCenterMiddle = IconAlignBoxCenterMiddle; exports.IconAlignBoxCenterMiddleFilled = IconAlignBoxCenterMiddleFilled; exports.IconAlignBoxCenterStretch = IconAlignBoxCenterStretch; exports.IconAlignBoxCenterTop = IconAlignBoxCenterTop; exports.IconAlignBoxLeftBottom = IconAlignBoxLeftBottom; exports.IconAlignBoxLeftBottomFilled = IconAlignBoxLeftBottomFilled; exports.IconAlignBoxLeftMiddle = IconAlignBoxLeftMiddle; exports.IconAlignBoxLeftMiddleFilled = IconAlignBoxLeftMiddleFilled; exports.IconAlignBoxLeftStretch = IconAlignBoxLeftStretch; exports.IconAlignBoxLeftTop = IconAlignBoxLeftTop; exports.IconAlignBoxLeftTopFilled = IconAlignBoxLeftTopFilled; exports.IconAlignBoxRightBottom = IconAlignBoxRightBottom; exports.IconAlignBoxRightBottomFilled = IconAlignBoxRightBottomFilled; exports.IconAlignBoxRightMiddle = IconAlignBoxRightMiddle; exports.IconAlignBoxRightMiddleFilled = IconAlignBoxRightMiddleFilled; exports.IconAlignBoxRightStretch = IconAlignBoxRightStretch; exports.IconAlignBoxRightTop = IconAlignBoxRightTop; exports.IconAlignBoxRightTopFilled = IconAlignBoxRightTopFilled; exports.IconAlignBoxTopCenter = IconAlignBoxTopCenter; exports.IconAlignBoxTopCenterFilled = IconAlignBoxTopCenterFilled; exports.IconAlignBoxTopLeft = IconAlignBoxTopLeft; exports.IconAlignBoxTopLeftFilled = IconAlignBoxTopLeftFilled; exports.IconAlignBoxTopRight = IconAlignBoxTopRight; exports.IconAlignBoxTopRightFilled = IconAlignBoxTopRightFilled; exports.IconAlignCenter = IconAlignCenter; exports.IconAlignJustified = IconAlignJustified; exports.IconAlignLeft = IconAlignLeft; exports.IconAlignLeft2 = IconAlignLeft2; exports.IconAlignRight = IconAlignRight; exports.IconAlignRight2 = IconAlignRight2; exports.IconAlpha = IconAlpha; exports.IconAlphabetArabic = IconAlphabetArabic; exports.IconAlphabetBangla = IconAlphabetBangla; exports.IconAlphabetCyrillic = IconAlphabetCyrillic; exports.IconAlphabetGreek = IconAlphabetGreek; exports.IconAlphabetHebrew = IconAlphabetHebrew; exports.IconAlphabetKorean = IconAlphabetKorean; exports.IconAlphabetLatin = IconAlphabetLatin; exports.IconAlphabetPolish = IconAlphabetPolish; exports.IconAlphabetRunes = IconAlphabetRunes; exports.IconAlphabetThai = IconAlphabetThai; exports.IconAlt = IconAlt; exports.IconAmbulance = IconAmbulance; exports.IconAmpersand = IconAmpersand; exports.IconAnalyze = IconAnalyze; exports.IconAnalyzeFilled = IconAnalyzeFilled; exports.IconAnalyzeOff = IconAnalyzeOff; exports.IconAnchor = IconAnchor; exports.IconAnchorOff = IconAnchorOff; exports.IconAngle = IconAngle; exports.IconAnkh = IconAnkh; exports.IconAntenna = IconAntenna; exports.IconAntennaBars1 = IconAntennaBars1; exports.IconAntennaBars2 = IconAntennaBars2; exports.IconAntennaBars3 = IconAntennaBars3; exports.IconAntennaBars4 = IconAntennaBars4; exports.IconAntennaBars5 = IconAntennaBars5; exports.IconAntennaBarsOff = IconAntennaBarsOff; exports.IconAntennaOff = IconAntennaOff; exports.IconAperture = IconAperture; exports.IconApertureOff = IconApertureOff; exports.IconApi = IconApi; exports.IconApiApp = IconApiApp; exports.IconApiAppOff = IconApiAppOff; exports.IconApiBook = IconApiBook; exports.IconApiOff = IconApiOff; exports.IconAppWindow = IconAppWindow; exports.IconAppWindowFilled = IconAppWindowFilled; exports.IconApple = IconApple; exports.IconAppleFilled = IconAppleFilled; exports.IconApps = IconApps; exports.IconAppsFilled = IconAppsFilled; exports.IconAppsOff = IconAppsOff; exports.IconArcheryArrow = IconArcheryArrow; exports.IconArchive = IconArchive; exports.IconArchiveFilled = IconArchiveFilled; exports.IconArchiveOff = IconArchiveOff; exports.IconArmchair = IconArmchair; exports.IconArmchair2 = IconArmchair2; exports.IconArmchair2Off = IconArmchair2Off; exports.IconArmchairOff = IconArmchairOff; exports.IconArrowAutofitContent = IconArrowAutofitContent; exports.IconArrowAutofitContentFilled = IconArrowAutofitContentFilled; exports.IconArrowAutofitDown = IconArrowAutofitDown; exports.IconArrowAutofitDownFilled = IconArrowAutofitDownFilled; exports.IconArrowAutofitHeight = IconArrowAutofitHeight; exports.IconArrowAutofitHeightFilled = IconArrowAutofitHeightFilled; exports.IconArrowAutofitLeft = IconArrowAutofitLeft; exports.IconArrowAutofitLeftFilled = IconArrowAutofitLeftFilled; exports.IconArrowAutofitRight = IconArrowAutofitRight; exports.IconArrowAutofitRightFilled = IconArrowAutofitRightFilled; exports.IconArrowAutofitUp = IconArrowAutofitUp; exports.IconArrowAutofitUpFilled = IconArrowAutofitUpFilled; exports.IconArrowAutofitWidth = IconArrowAutofitWidth; exports.IconArrowAutofitWidthFilled = IconArrowAutofitWidthFilled; exports.IconArrowBack = IconArrowBack; exports.IconArrowBackUp = IconArrowBackUp; exports.IconArrowBackUpDouble = IconArrowBackUpDouble; exports.IconArrowBadgeDown = IconArrowBadgeDown; exports.IconArrowBadgeDownFilled = IconArrowBadgeDownFilled; exports.IconArrowBadgeLeft = IconArrowBadgeLeft; exports.IconArrowBadgeLeftFilled = IconArrowBadgeLeftFilled; exports.IconArrowBadgeRight = IconArrowBadgeRight; exports.IconArrowBadgeRightFilled = IconArrowBadgeRightFilled; exports.IconArrowBadgeUp = IconArrowBadgeUp; exports.IconArrowBadgeUpFilled = IconArrowBadgeUpFilled; exports.IconArrowBarBoth = IconArrowBarBoth; exports.IconArrowBarDown = IconArrowBarDown; exports.IconArrowBarLeft = IconArrowBarLeft; exports.IconArrowBarRight = IconArrowBarRight; exports.IconArrowBarToDown = IconArrowBarToDown; exports.IconArrowBarToDownDashed = IconArrowBarToDownDashed; exports.IconArrowBarToLeft = IconArrowBarToLeft; exports.IconArrowBarToLeftDashed = IconArrowBarToLeftDashed; exports.IconArrowBarToRight = IconArrowBarToRight; exports.IconArrowBarToRightDashed = IconArrowBarToRightDashed; exports.IconArrowBarToUp = IconArrowBarToUp; exports.IconArrowBarToUpDashed = IconArrowBarToUpDashed; exports.IconArrowBarUp = IconArrowBarUp; exports.IconArrowBearLeft = IconArrowBearLeft; exports.IconArrowBearLeft2 = IconArrowBearLeft2; exports.IconArrowBearRight = IconArrowBearRight; exports.IconArrowBearRight2 = IconArrowBearRight2; exports.IconArrowBigDown = IconArrowBigDown; exports.IconArrowBigDownFilled = IconArrowBigDownFilled; exports.IconArrowBigDownLine = IconArrowBigDownLine; exports.IconArrowBigDownLineFilled = IconArrowBigDownLineFilled; exports.IconArrowBigDownLines = IconArrowBigDownLines; exports.IconArrowBigDownLinesFilled = IconArrowBigDownLinesFilled; exports.IconArrowBigLeft = IconArrowBigLeft; exports.IconArrowBigLeftFilled = IconArrowBigLeftFilled; exports.IconArrowBigLeftLine = IconArrowBigLeftLine; exports.IconArrowBigLeftLineFilled = IconArrowBigLeftLineFilled; exports.IconArrowBigLeftLines = IconArrowBigLeftLines; exports.IconArrowBigLeftLinesFilled = IconArrowBigLeftLinesFilled; exports.IconArrowBigRight = IconArrowBigRight; exports.IconArrowBigRightFilled = IconArrowBigRightFilled; exports.IconArrowBigRightLine = IconArrowBigRightLine; exports.IconArrowBigRightLineFilled = IconArrowBigRightLineFilled; exports.IconArrowBigRightLines = IconArrowBigRightLines; exports.IconArrowBigRightLinesFilled = IconArrowBigRightLinesFilled; exports.IconArrowBigUp = IconArrowBigUp; exports.IconArrowBigUpFilled = IconArrowBigUpFilled; exports.IconArrowBigUpLine = IconArrowBigUpLine; exports.IconArrowBigUpLineFilled = IconArrowBigUpLineFilled; exports.IconArrowBigUpLines = IconArrowBigUpLines; exports.IconArrowBigUpLinesFilled = IconArrowBigUpLinesFilled; exports.IconArrowBounce = IconArrowBounce; exports.IconArrowCapsule = IconArrowCapsule; exports.IconArrowCurveLeft = IconArrowCurveLeft; exports.IconArrowCurveRight = IconArrowCurveRight; exports.IconArrowDown = IconArrowDown; exports.IconArrowDownBar = IconArrowDownBar; exports.IconArrowDownCircle = IconArrowDownCircle; exports.IconArrowDownCircleFilled = IconArrowDownCircleFilled; exports.IconArrowDownDashed = IconArrowDownDashed; exports.IconArrowDownFromArc = IconArrowDownFromArc; exports.IconArrowDownLeft = IconArrowDownLeft; exports.IconArrowDownLeftCircle = IconArrowDownLeftCircle; exports.IconArrowDownRhombus = IconArrowDownRhombus; exports.IconArrowDownRhombusFilled = IconArrowDownRhombusFilled; exports.IconArrowDownRight = IconArrowDownRight; exports.IconArrowDownRightCircle = IconArrowDownRightCircle; exports.IconArrowDownSquare = IconArrowDownSquare; exports.IconArrowDownSquareFilled = IconArrowDownSquareFilled; exports.IconArrowDownTail = IconArrowDownTail; exports.IconArrowDownToArc = IconArrowDownToArc; exports.IconArrowElbowLeft = IconArrowElbowLeft; exports.IconArrowElbowRight = IconArrowElbowRight; exports.IconArrowFork = IconArrowFork; exports.IconArrowForward = IconArrowForward; exports.IconArrowForwardUp = IconArrowForwardUp; exports.IconArrowForwardUpDouble = IconArrowForwardUpDouble; exports.IconArrowGuide = IconArrowGuide; exports.IconArrowGuideFilled = IconArrowGuideFilled; exports.IconArrowIteration = IconArrowIteration; exports.IconArrowLeft = IconArrowLeft; exports.IconArrowLeftBar = IconArrowLeftBar; exports.IconArrowLeftCircle = IconArrowLeftCircle; exports.IconArrowLeftCircleFilled = IconArrowLeftCircleFilled; exports.IconArrowLeftDashed = IconArrowLeftDashed; exports.IconArrowLeftFromArc = IconArrowLeftFromArc; exports.IconArrowLeftRhombus = IconArrowLeftRhombus; exports.IconArrowLeftRhombusFilled = IconArrowLeftRhombusFilled; exports.IconArrowLeftRight = IconArrowLeftRight; exports.IconArrowLeftSquare = IconArrowLeftSquare; exports.IconArrowLeftSquareFilled = IconArrowLeftSquareFilled; exports.IconArrowLeftTail = IconArrowLeftTail; exports.IconArrowLeftToArc = IconArrowLeftToArc; exports.IconArrowLoopLeft = IconArrowLoopLeft; exports.IconArrowLoopLeft2 = IconArrowLoopLeft2; exports.IconArrowLoopRight = IconArrowLoopRight; exports.IconArrowLoopRight2 = IconArrowLoopRight2; exports.IconArrowMerge = IconArrowMerge; exports.IconArrowMergeAltLeft = IconArrowMergeAltLeft; exports.IconArrowMergeAltRight = IconArrowMergeAltRight; exports.IconArrowMergeBoth = IconArrowMergeBoth; exports.IconArrowMergeLeft = IconArrowMergeLeft; exports.IconArrowMergeRight = IconArrowMergeRight; exports.IconArrowMoveDown = IconArrowMoveDown; exports.IconArrowMoveDownFilled = IconArrowMoveDownFilled; exports.IconArrowMoveLeft = IconArrowMoveLeft; exports.IconArrowMoveLeftFilled = IconArrowMoveLeftFilled; exports.IconArrowMoveRight = IconArrowMoveRight; exports.IconArrowMoveRightFilled = IconArrowMoveRightFilled; exports.IconArrowMoveUp = IconArrowMoveUp; exports.IconArrowMoveUpFilled = IconArrowMoveUpFilled; exports.IconArrowNarrowDown = IconArrowNarrowDown; exports.IconArrowNarrowDownDashed = IconArrowNarrowDownDashed; exports.IconArrowNarrowLeft = IconArrowNarrowLeft; exports.IconArrowNarrowLeftDashed = IconArrowNarrowLeftDashed; exports.IconArrowNarrowRight = IconArrowNarrowRight; exports.IconArrowNarrowRightDashed = IconArrowNarrowRightDashed; exports.IconArrowNarrowUp = IconArrowNarrowUp; exports.IconArrowNarrowUpDashed = IconArrowNarrowUpDashed; exports.IconArrowRampLeft = IconArrowRampLeft; exports.IconArrowRampLeft2 = IconArrowRampLeft2; exports.IconArrowRampLeft3 = IconArrowRampLeft3; exports.IconArrowRampRight = IconArrowRampRight; exports.IconArrowRampRight2 = IconArrowRampRight2; exports.IconArrowRampRight3 = IconArrowRampRight3; exports.IconArrowRight = IconArrowRight; exports.IconArrowRightBar = IconArrowRightBar; exports.IconArrowRightCircle = IconArrowRightCircle; exports.IconArrowRightCircleFilled = IconArrowRightCircleFilled; exports.IconArrowRightDashed = IconArrowRightDashed; exports.IconArrowRightFromArc = IconArrowRightFromArc; exports.IconArrowRightRhombus = IconArrowRightRhombus; exports.IconArrowRightRhombusFilled = IconArrowRightRhombusFilled; exports.IconArrowRightSquare = IconArrowRightSquare; exports.IconArrowRightSquareFilled = IconArrowRightSquareFilled; exports.IconArrowRightTail = IconArrowRightTail; exports.IconArrowRightToArc = IconArrowRightToArc; exports.IconArrowRotaryFirstLeft = IconArrowRotaryFirstLeft; exports.IconArrowRotaryFirstRight = IconArrowRotaryFirstRight; exports.IconArrowRotaryLastLeft = IconArrowRotaryLastLeft; exports.IconArrowRotaryLastRight = IconArrowRotaryLastRight; exports.IconArrowRotaryLeft = IconArrowRotaryLeft; exports.IconArrowRotaryRight = IconArrowRotaryRight; exports.IconArrowRotaryStraight = IconArrowRotaryStraight; exports.IconArrowRoundaboutLeft = IconArrowRoundaboutLeft; exports.IconArrowRoundaboutRight = IconArrowRoundaboutRight; exports.IconArrowSharpTurnLeft = IconArrowSharpTurnLeft; exports.IconArrowSharpTurnRight = IconArrowSharpTurnRight; exports.IconArrowUp = IconArrowUp; exports.IconArrowUpBar = IconArrowUpBar; exports.IconArrowUpCircle = IconArrowUpCircle; exports.IconArrowUpCircleFilled = IconArrowUpCircleFilled; exports.IconArrowUpDashed = IconArrowUpDashed; exports.IconArrowUpFromArc = IconArrowUpFromArc; exports.IconArrowUpLeft = IconArrowUpLeft; exports.IconArrowUpLeftCircle = IconArrowUpLeftCircle; exports.IconArrowUpRhombus = IconArrowUpRhombus; exports.IconArrowUpRhombusFilled = IconArrowUpRhombusFilled; exports.IconArrowUpRight = IconArrowUpRight; exports.IconArrowUpRightCircle = IconArrowUpRightCircle; exports.IconArrowUpSquare = IconArrowUpSquare; exports.IconArrowUpSquareFilled = IconArrowUpSquareFilled; exports.IconArrowUpTail = IconArrowUpTail; exports.IconArrowUpToArc = IconArrowUpToArc; exports.IconArrowWaveLeftDown = IconArrowWaveLeftDown; exports.IconArrowWaveLeftUp = IconArrowWaveLeftUp; exports.IconArrowWaveRightDown = IconArrowWaveRightDown; exports.IconArrowWaveRightUp = IconArrowWaveRightUp; exports.IconArrowZigZag = IconArrowZigZag; exports.IconArrowsCross = IconArrowsCross; exports.IconArrowsDiagonal = IconArrowsDiagonal; exports.IconArrowsDiagonal2 = IconArrowsDiagonal2; exports.IconArrowsDiagonalMinimize = IconArrowsDiagonalMinimize; exports.IconArrowsDiagonalMinimize2 = IconArrowsDiagonalMinimize2; exports.IconArrowsDiff = IconArrowsDiff; exports.IconArrowsDoubleNeSw = IconArrowsDoubleNeSw; exports.IconArrowsDoubleNwSe = IconArrowsDoubleNwSe; exports.IconArrowsDoubleSeNw = IconArrowsDoubleSeNw; exports.IconArrowsDoubleSwNe = IconArrowsDoubleSwNe; exports.IconArrowsDown = IconArrowsDown; exports.IconArrowsDownUp = IconArrowsDownUp; exports.IconArrowsExchange = IconArrowsExchange; exports.IconArrowsExchange2 = IconArrowsExchange2; exports.IconArrowsHorizontal = IconArrowsHorizontal; exports.IconArrowsJoin = IconArrowsJoin; exports.IconArrowsJoin2 = IconArrowsJoin2; exports.IconArrowsLeft = IconArrowsLeft; exports.IconArrowsLeftDown = IconArrowsLeftDown; exports.IconArrowsLeftRight = IconArrowsLeftRight; exports.IconArrowsMaximize = IconArrowsMaximize; exports.IconArrowsMinimize = IconArrowsMinimize; exports.IconArrowsMove = IconArrowsMove; exports.IconArrowsMoveHorizontal = IconArrowsMoveHorizontal; exports.IconArrowsMoveVertical = IconArrowsMoveVertical; exports.IconArrowsRandom = IconArrowsRandom; exports.IconArrowsRight = IconArrowsRight; exports.IconArrowsRightDown = IconArrowsRightDown; exports.IconArrowsRightLeft = IconArrowsRightLeft; exports.IconArrowsShuffle = IconArrowsShuffle; exports.IconArrowsShuffle2 = IconArrowsShuffle2; exports.IconArrowsSort = IconArrowsSort; exports.IconArrowsSplit = IconArrowsSplit; exports.IconArrowsSplit2 = IconArrowsSplit2; exports.IconArrowsTransferDown = IconArrowsTransferDown; exports.IconArrowsTransferUp = IconArrowsTransferUp; exports.IconArrowsTransferUpDown = IconArrowsTransferUpDown; exports.IconArrowsUp = IconArrowsUp; exports.IconArrowsUpDown = IconArrowsUpDown; exports.IconArrowsUpLeft = IconArrowsUpLeft; exports.IconArrowsUpRight = IconArrowsUpRight; exports.IconArrowsVertical = IconArrowsVertical; exports.IconArtboard = IconArtboard; exports.IconArtboardFilled = IconArtboardFilled; exports.IconArtboardOff = IconArtboardOff; exports.IconArticle = IconArticle; exports.IconArticleFilled = IconArticleFilled; exports.IconArticleOff = IconArticleOff; exports.IconAspectRatio = IconAspectRatio; exports.IconAspectRatioFilled = IconAspectRatioFilled; exports.IconAspectRatioOff = IconAspectRatioOff; exports.IconAssembly = IconAssembly; exports.IconAssemblyFilled = IconAssemblyFilled; exports.IconAssemblyOff = IconAssemblyOff; exports.IconAsset = IconAsset; exports.IconAssetFilled = IconAssetFilled; exports.IconAsterisk = IconAsterisk; exports.IconAsteriskSimple = IconAsteriskSimple; exports.IconAt = IconAt; exports.IconAtOff = IconAtOff; exports.IconAtom = IconAtom; exports.IconAtom2 = IconAtom2; exports.IconAtom2Filled = IconAtom2Filled; exports.IconAtomOff = IconAtomOff; exports.IconAugmentedReality = IconAugmentedReality; exports.IconAugmentedReality2 = IconAugmentedReality2; exports.IconAugmentedRealityOff = IconAugmentedRealityOff; exports.IconAuth2fa = IconAuth2fa; exports.IconAutomaticGearbox = IconAutomaticGearbox; exports.IconAutomaticGearboxFilled = IconAutomaticGearboxFilled; exports.IconAutomation = IconAutomation; exports.IconAvocado = IconAvocado; exports.IconAward = IconAward; exports.IconAwardFilled = IconAwardFilled; exports.IconAwardOff = IconAwardOff; exports.IconAxe = IconAxe; exports.IconAxisX = IconAxisX; exports.IconAxisY = IconAxisY; exports.IconBabyBottle = IconBabyBottle; exports.IconBabyCarriage = IconBabyCarriage; exports.IconBabyCarriageFilled = IconBabyCarriageFilled; exports.IconBackground = IconBackground; exports.IconBackhoe = IconBackhoe; exports.IconBackpack = IconBackpack; exports.IconBackpackOff = IconBackpackOff; exports.IconBackslash = IconBackslash; exports.IconBackspace = IconBackspace; exports.IconBackspaceFilled = IconBackspaceFilled; exports.IconBadge = IconBadge; exports.IconBadge2k = IconBadge2k; exports.IconBadge3d = IconBadge3d; exports.IconBadge3dFilled = IconBadge3dFilled; exports.IconBadge3k = IconBadge3k; exports.IconBadge4k = IconBadge4k; exports.IconBadge4kFilled = IconBadge4kFilled; exports.IconBadge5k = IconBadge5k; exports.IconBadge8k = IconBadge8k; exports.IconBadge8kFilled = IconBadge8kFilled; exports.IconBadgeAd = IconBadgeAd; exports.IconBadgeAdFilled = IconBadgeAdFilled; exports.IconBadgeAdOff = IconBadgeAdOff; exports.IconBadgeAr = IconBadgeAr; exports.IconBadgeArFilled = IconBadgeArFilled; exports.IconBadgeCc = IconBadgeCc; exports.IconBadgeCcFilled = IconBadgeCcFilled; exports.IconBadgeFilled = IconBadgeFilled; exports.IconBadgeHd = IconBadgeHd; exports.IconBadgeHdFilled = IconBadgeHdFilled; exports.IconBadgeOff = IconBadgeOff; exports.IconBadgeSd = IconBadgeSd; exports.IconBadgeSdFilled = IconBadgeSdFilled; exports.IconBadgeTm = IconBadgeTm; exports.IconBadgeTmFilled = IconBadgeTmFilled; exports.IconBadgeVo = IconBadgeVo; exports.IconBadgeVoFilled = IconBadgeVoFilled; exports.IconBadgeVr = IconBadgeVr; exports.IconBadgeVrFilled = IconBadgeVrFilled; exports.IconBadgeWc = IconBadgeWc; exports.IconBadgeWcFilled = IconBadgeWcFilled; exports.IconBadges = IconBadges; exports.IconBadgesFilled = IconBadgesFilled; exports.IconBadgesOff = IconBadgesOff; exports.IconBaguette = IconBaguette; exports.IconBallAmericanFootball = IconBallAmericanFootball; exports.IconBallAmericanFootballOff = IconBallAmericanFootballOff; exports.IconBallBaseball = IconBallBaseball; exports.IconBallBasketball = IconBallBasketball; exports.IconBallBowling = IconBallBowling; exports.IconBallBowlingFilled = IconBallBowlingFilled; exports.IconBallFootball = IconBallFootball; exports.IconBallFootballOff = IconBallFootballOff; exports.IconBallTennis = IconBallTennis; exports.IconBallVolleyball = IconBallVolleyball; exports.IconBalloon = IconBalloon; exports.IconBalloonFilled = IconBalloonFilled; exports.IconBalloonOff = IconBalloonOff; exports.IconBallpen = IconBallpen; exports.IconBallpenFilled = IconBallpenFilled; exports.IconBallpenOff = IconBallpenOff; exports.IconBan = IconBan; exports.IconBandage = IconBandage; exports.IconBandageFilled = IconBandageFilled; exports.IconBandageOff = IconBandageOff; exports.IconBarbell = IconBarbell; exports.IconBarbellFilled = IconBarbellFilled; exports.IconBarbellOff = IconBarbellOff; exports.IconBarcode = IconBarcode; exports.IconBarcodeOff = IconBarcodeOff; exports.IconBarrel = IconBarrel; exports.IconBarrelOff = IconBarrelOff; exports.IconBarrierBlock = IconBarrierBlock; exports.IconBarrierBlockFilled = IconBarrierBlockFilled; exports.IconBarrierBlockOff = IconBarrierBlockOff; exports.IconBaseline = IconBaseline; exports.IconBaselineDensityLarge = IconBaselineDensityLarge; exports.IconBaselineDensityMedium = IconBaselineDensityMedium; exports.IconBaselineDensitySmall = IconBaselineDensitySmall; exports.IconBasket = IconBasket; exports.IconBasketBolt = IconBasketBolt; exports.IconBasketCancel = IconBasketCancel; exports.IconBasketCheck = IconBasketCheck; exports.IconBasketCode = IconBasketCode; exports.IconBasketCog = IconBasketCog; exports.IconBasketDiscount = IconBasketDiscount; exports.IconBasketDollar = IconBasketDollar; exports.IconBasketDown = IconBasketDown; exports.IconBasketExclamation = IconBasketExclamation; exports.IconBasketFilled = IconBasketFilled; exports.IconBasketHeart = IconBasketHeart; exports.IconBasketMinus = IconBasketMinus; exports.IconBasketOff = IconBasketOff; exports.IconBasketPause = IconBasketPause; exports.IconBasketPin = IconBasketPin; exports.IconBasketPlus = IconBasketPlus; exports.IconBasketQuestion = IconBasketQuestion; exports.IconBasketSearch = IconBasketSearch; exports.IconBasketShare = IconBasketShare; exports.IconBasketStar = IconBasketStar; exports.IconBasketUp = IconBasketUp; exports.IconBasketX = IconBasketX; exports.IconBat = IconBat; exports.IconBath = IconBath; exports.IconBathFilled = IconBathFilled; exports.IconBathOff = IconBathOff; exports.IconBattery = IconBattery; exports.IconBattery1 = IconBattery1; exports.IconBattery1Filled = IconBattery1Filled; exports.IconBattery2 = IconBattery2; exports.IconBattery2Filled = IconBattery2Filled; exports.IconBattery3 = IconBattery3; exports.IconBattery3Filled = IconBattery3Filled; exports.IconBattery4 = IconBattery4; exports.IconBattery4Filled = IconBattery4Filled; exports.IconBatteryAutomotive = IconBatteryAutomotive; exports.IconBatteryAutomotiveFilled = IconBatteryAutomotiveFilled; exports.IconBatteryCharging = IconBatteryCharging; exports.IconBatteryCharging2 = IconBatteryCharging2; exports.IconBatteryEco = IconBatteryEco; exports.IconBatteryExclamation = IconBatteryExclamation; exports.IconBatteryFilled = IconBatteryFilled; exports.IconBatteryOff = IconBatteryOff; exports.IconBatterySpark = IconBatterySpark; exports.IconBatteryVertical = IconBatteryVertical; exports.IconBatteryVertical1 = IconBatteryVertical1; exports.IconBatteryVertical1Filled = IconBatteryVertical1Filled; exports.IconBatteryVertical2 = IconBatteryVertical2; exports.IconBatteryVertical2Filled = IconBatteryVertical2Filled; exports.IconBatteryVertical3 = IconBatteryVertical3; exports.IconBatteryVertical3Filled = IconBatteryVertical3Filled; exports.IconBatteryVertical4 = IconBatteryVertical4; exports.IconBatteryVertical4Filled = IconBatteryVertical4Filled; exports.IconBatteryVerticalCharging = IconBatteryVerticalCharging; exports.IconBatteryVerticalCharging2 = IconBatteryVerticalCharging2; exports.IconBatteryVerticalEco = IconBatteryVerticalEco; exports.IconBatteryVerticalExclamation = IconBatteryVerticalExclamation; exports.IconBatteryVerticalFilled = IconBatteryVerticalFilled; exports.IconBatteryVerticalOff = IconBatteryVerticalOff; exports.IconBeach = IconBeach; exports.IconBeachOff = IconBeachOff; exports.IconBed = IconBed; exports.IconBedFilled = IconBedFilled; exports.IconBedFlat = IconBedFlat; exports.IconBedFlatFilled = IconBedFlatFilled; exports.IconBedOff = IconBedOff; exports.IconBeer = IconBeer; exports.IconBeerFilled = IconBeerFilled; exports.IconBeerOff = IconBeerOff; exports.IconBell = IconBell; exports.IconBellBolt = IconBellBolt; exports.IconBellCancel = IconBellCancel; exports.IconBellCheck = IconBellCheck; exports.IconBellCode = IconBellCode; exports.IconBellCog = IconBellCog; exports.IconBellDollar = IconBellDollar; exports.IconBellDown = IconBellDown; exports.IconBellExclamation = IconBellExclamation; exports.IconBellFilled = IconBellFilled; exports.IconBellHeart = IconBellHeart; exports.IconBellMinus = IconBellMinus; exports.IconBellMinusFilled = IconBellMinusFilled; exports.IconBellOff = IconBellOff; exports.IconBellPause = IconBellPause; exports.IconBellPin = IconBellPin; exports.IconBellPlus = IconBellPlus; exports.IconBellPlusFilled = IconBellPlusFilled; exports.IconBellQuestion = IconBellQuestion; exports.IconBellRinging = IconBellRinging; exports.IconBellRinging2 = IconBellRinging2; exports.IconBellRinging2Filled = IconBellRinging2Filled; exports.IconBellRingingFilled = IconBellRingingFilled; exports.IconBellSchool = IconBellSchool; exports.IconBellSearch = IconBellSearch; exports.IconBellShare = IconBellShare; exports.IconBellStar = IconBellStar; exports.IconBellUp = IconBellUp; exports.IconBellX = IconBellX; exports.IconBellXFilled = IconBellXFilled; exports.IconBellZ = IconBellZ; exports.IconBellZFilled = IconBellZFilled; exports.IconBeta = IconBeta; exports.IconBible = IconBible; exports.IconBike = IconBike; exports.IconBikeFilled = IconBikeFilled; exports.IconBikeOff = IconBikeOff; exports.IconBinary = IconBinary; exports.IconBinaryOff = IconBinaryOff; exports.IconBinaryTree = IconBinaryTree; exports.IconBinaryTree2 = IconBinaryTree2; exports.IconBinaryTree2Filled = IconBinaryTree2Filled; exports.IconBinaryTreeFilled = IconBinaryTreeFilled; exports.IconBinoculars = IconBinoculars; exports.IconBinocularsFilled = IconBinocularsFilled; exports.IconBiohazard = IconBiohazard; exports.IconBiohazardFilled = IconBiohazardFilled; exports.IconBiohazardOff = IconBiohazardOff; exports.IconBlade = IconBlade; exports.IconBladeFilled = IconBladeFilled; exports.IconBleach = IconBleach; exports.IconBleachChlorine = IconBleachChlorine; exports.IconBleachNoChlorine = IconBleachNoChlorine; exports.IconBleachOff = IconBleachOff; exports.IconBlendMode = IconBlendMode; exports.IconBlender = IconBlender; exports.IconBlenderFilled = IconBlenderFilled; exports.IconBlind = IconBlind; exports.IconBlob = IconBlob; exports.IconBlobFilled = IconBlobFilled; exports.IconBlockquote = IconBlockquote; exports.IconBlocks = IconBlocks; exports.IconBluetooth = IconBluetooth; exports.IconBluetoothConnected = IconBluetoothConnected; exports.IconBluetoothOff = IconBluetoothOff; exports.IconBluetoothX = IconBluetoothX; exports.IconBlur = IconBlur; exports.IconBlurOff = IconBlurOff; exports.IconBmp = IconBmp; exports.IconBodyScan = IconBodyScan; exports.IconBold = IconBold; exports.IconBoldOff = IconBoldOff; exports.IconBolt = IconBolt; exports.IconBoltFilled = IconBoltFilled; exports.IconBoltOff = IconBoltOff; exports.IconBomb = IconBomb; exports.IconBombFilled = IconBombFilled; exports.IconBone = IconBone; exports.IconBoneFilled = IconBoneFilled; exports.IconBoneOff = IconBoneOff; exports.IconBong = IconBong; exports.IconBongFilled = IconBongFilled; exports.IconBongOff = IconBongOff; exports.IconBook = IconBook; exports.IconBook2 = IconBook2; exports.IconBookDownload = IconBookDownload; exports.IconBookFilled = IconBookFilled; exports.IconBookOff = IconBookOff; exports.IconBookUpload = IconBookUpload; exports.IconBookmark = IconBookmark; exports.IconBookmarkAi = IconBookmarkAi; exports.IconBookmarkEdit = IconBookmarkEdit; exports.IconBookmarkFilled = IconBookmarkFilled; exports.IconBookmarkMinus = IconBookmarkMinus; exports.IconBookmarkOff = IconBookmarkOff; exports.IconBookmarkPlus = IconBookmarkPlus; exports.IconBookmarkQuestion = IconBookmarkQuestion; exports.IconBookmarks = IconBookmarks; exports.IconBookmarksFilled = IconBookmarksFilled; exports.IconBookmarksOff = IconBookmarksOff; exports.IconBooks = IconBooks; exports.IconBooksOff = IconBooksOff; exports.IconBoom = IconBoom; exports.IconBoomFilled = IconBoomFilled; exports.IconBorderAll = IconBorderAll; exports.IconBorderBottom = IconBorderBottom; exports.IconBorderBottomPlus = IconBorderBottomPlus; exports.IconBorderCornerIos = IconBorderCornerIos; exports.IconBorderCornerPill = IconBorderCornerPill; exports.IconBorderCornerRounded = IconBorderCornerRounded; exports.IconBorderCornerSquare = IconBorderCornerSquare; exports.IconBorderCorners = IconBorderCorners; exports.IconBorderHorizontal = IconBorderHorizontal; exports.IconBorderInner = IconBorderInner; exports.IconBorderLeft = IconBorderLeft; exports.IconBorderLeftPlus = IconBorderLeftPlus; exports.IconBorderNone = IconBorderNone; exports.IconBorderOuter = IconBorderOuter; exports.IconBorderRadius = IconBorderRadius; exports.IconBorderRight = IconBorderRight; exports.IconBorderRightPlus = IconBorderRightPlus; exports.IconBorderSides = IconBorderSides; exports.IconBorderStyle = IconBorderStyle; exports.IconBorderStyle2 = IconBorderStyle2; exports.IconBorderTop = IconBorderTop; exports.IconBorderTopPlus = IconBorderTopPlus; exports.IconBorderVertical = IconBorderVertical; exports.IconBotId = IconBotId; exports.IconBottle = IconBottle; exports.IconBottleFilled = IconBottleFilled; exports.IconBottleOff = IconBottleOff; exports.IconBounceLeft = IconBounceLeft; exports.IconBounceLeftFilled = IconBounceLeftFilled; exports.IconBounceRight = IconBounceRight; exports.IconBounceRightFilled = IconBounceRightFilled; exports.IconBow = IconBow; exports.IconBowFilled = IconBowFilled; exports.IconBowl = IconBowl; exports.IconBowlChopsticks = IconBowlChopsticks; exports.IconBowlChopsticksFilled = IconBowlChopsticksFilled; exports.IconBowlFilled = IconBowlFilled; exports.IconBowlSpoon = IconBowlSpoon; exports.IconBowlSpoonFilled = IconBowlSpoonFilled; exports.IconBowling = IconBowling; exports.IconBox = IconBox; exports.IconBoxAlignBottom = IconBoxAlignBottom; exports.IconBoxAlignBottomFilled = IconBoxAlignBottomFilled; exports.IconBoxAlignBottomLeft = IconBoxAlignBottomLeft; exports.IconBoxAlignBottomLeftFilled = IconBoxAlignBottomLeftFilled; exports.IconBoxAlignBottomRight = IconBoxAlignBottomRight; exports.IconBoxAlignBottomRightFilled = IconBoxAlignBottomRightFilled; exports.IconBoxAlignLeft = IconBoxAlignLeft; exports.IconBoxAlignLeftFilled = IconBoxAlignLeftFilled; exports.IconBoxAlignRight = IconBoxAlignRight; exports.IconBoxAlignRightFilled = IconBoxAlignRightFilled; exports.IconBoxAlignTop = IconBoxAlignTop; exports.IconBoxAlignTopFilled = IconBoxAlignTopFilled; exports.IconBoxAlignTopLeft = IconBoxAlignTopLeft; exports.IconBoxAlignTopLeftFilled = IconBoxAlignTopLeftFilled; exports.IconBoxAlignTopRight = IconBoxAlignTopRight; exports.IconBoxAlignTopRightFilled = IconBoxAlignTopRightFilled; exports.IconBoxMargin = IconBoxMargin; exports.IconBoxModel = IconBoxModel; exports.IconBoxModel2 = IconBoxModel2; exports.IconBoxModel2Off = IconBoxModel2Off; exports.IconBoxModelOff = IconBoxModelOff; exports.IconBoxMultiple = IconBoxMultiple; exports.IconBoxMultiple0 = IconBoxMultiple0; exports.IconBoxMultiple1 = IconBoxMultiple1; exports.IconBoxMultiple2 = IconBoxMultiple2; exports.IconBoxMultiple3 = IconBoxMultiple3; exports.IconBoxMultiple4 = IconBoxMultiple4; exports.IconBoxMultiple5 = IconBoxMultiple5; exports.IconBoxMultiple6 = IconBoxMultiple6; exports.IconBoxMultiple7 = IconBoxMultiple7; exports.IconBoxMultiple8 = IconBoxMultiple8; exports.IconBoxMultiple9 = IconBoxMultiple9; exports.IconBoxMultipleFilled = IconBoxMultipleFilled; exports.IconBoxOff = IconBoxOff; exports.IconBoxPadding = IconBoxPadding; exports.IconBoxSeam = IconPackage; exports.IconBraces = IconBraces; exports.IconBracesOff = IconBracesOff; exports.IconBrackets = IconBrackets; exports.IconBracketsAngle = IconBracketsAngle; exports.IconBracketsAngleOff = IconBracketsAngleOff; exports.IconBracketsContain = IconBracketsContain; exports.IconBracketsContainEnd = IconBracketsContainEnd; exports.IconBracketsContainStart = IconBracketsContainStart; exports.IconBracketsOff = IconBracketsOff; exports.IconBraille = IconBraille; exports.IconBrain = IconBrain; exports.IconBrand4chan = IconBrand4chan; exports.IconBrandAbstract = IconBrandAbstract; exports.IconBrandAdobe = IconBrandAdobe; exports.IconBrandAdobeAfterEffect = IconBrandAdobeAfterEffect; exports.IconBrandAdobeIllustrator = IconBrandAdobeIllustrator; exports.IconBrandAdobeIndesign = IconBrandAdobeIndesign; exports.IconBrandAdobePhotoshop = IconBrandAdobePhotoshop; exports.IconBrandAdobePremier = IconBrandAdobePremiere; exports.IconBrandAdobePremiere = IconBrandAdobePremiere; exports.IconBrandAdobeXd = IconBrandAdobeXd; exports.IconBrandAdonisJs = IconBrandAdonisJs; exports.IconBrandAirbnb = IconBrandAirbnb; exports.IconBrandAirtable = IconBrandAirtable; exports.IconBrandAlgolia = IconBrandAlgolia; exports.IconBrandAlipay = IconBrandAlipay; exports.IconBrandAlpineJs = IconBrandAlpineJs; exports.IconBrandAmazon = IconBrandAmazon; exports.IconBrandAmd = IconBrandAmd; exports.IconBrandAmie = IconBrandAmie; exports.IconBrandAmigo = IconBrandAmigo; exports.IconBrandAmongUs = IconBrandAmongUs; exports.IconBrandAndroid = IconBrandAndroid; exports.IconBrandAngular = IconBrandAngular; exports.IconBrandAngularFilled = IconBrandAngularFilled; exports.IconBrandAnsible = IconBrandAnsible; exports.IconBrandAo3 = IconBrandAo3; exports.IconBrandAppgallery = IconBrandAppgallery; exports.IconBrandApple = IconBrandApple; exports.IconBrandAppleArcade = IconBrandAppleArcade; exports.IconBrandAppleFilled = IconBrandAppleFilled; exports.IconBrandAppleNews = IconBrandAppleNews; exports.IconBrandApplePodcast = IconBrandApplePodcast; exports.IconBrandAppstore = IconBrandAppstore; exports.IconBrandArc = IconBrandArc; exports.IconBrandAsana = IconBrandAsana; exports.IconBrandAstro = IconBrandAstro; exports.IconBrandAuth0 = IconBrandAuth0; exports.IconBrandAws = IconBrandAws; exports.IconBrandAzure = IconBrandAzure; exports.IconBrandBackbone = IconBrandBackbone; exports.IconBrandBadoo = IconBrandBadoo; exports.IconBrandBaidu = IconBrandBaidu; exports.IconBrandBandcamp = IconBrandBandcamp; exports.IconBrandBandlab = IconBrandBandlab; exports.IconBrandBeats = IconBrandBeats; exports.IconBrandBebo = IconBrandBebo; exports.IconBrandBehance = IconBrandBehance; exports.IconBrandBilibili = IconBrandBilibili; exports.IconBrandBinance = IconBrandBinance; exports.IconBrandBing = IconBrandBing; exports.IconBrandBitbucket = IconBrandBitbucket; exports.IconBrandBitbucketFilled = IconBrandBitbucketFilled; exports.IconBrandBlackberry = IconBrandBlackberry; exports.IconBrandBlender = IconBrandBlender; exports.IconBrandBlogger = IconBrandBlogger; exports.IconBrandBluesky = IconBrandBluesky; exports.IconBrandBooking = IconBrandBooking; exports.IconBrandBootstrap = IconBrandBootstrap; exports.IconBrandBulma = IconBrandBulma; exports.IconBrandBumble = IconBrandBumble; exports.IconBrandBunpo = IconBrandBunpo; exports.IconBrandCSharp = IconBrandCSharp; exports.IconBrandCake = IconBrandCake; exports.IconBrandCakephp = IconBrandCakephp; exports.IconBrandCampaignmonitor = IconBrandCampaignmonitor; exports.IconBrandCarbon = IconBrandCarbon; exports.IconBrandCashapp = IconBrandCashapp; exports.IconBrandChrome = IconBrandChrome; exports.IconBrandCinema4d = IconBrandCinema4d; exports.IconBrandCitymapper = IconBrandCitymapper; exports.IconBrandCloudflare = IconBrandCloudflare; exports.IconBrandCodecov = IconBrandCodecov; exports.IconBrandCodepen = IconBrandCodepen; exports.IconBrandCodesandbox = IconBrandCodesandbox; exports.IconBrandCohost = IconBrandCohost; exports.IconBrandCoinbase = IconBrandCoinbase; exports.IconBrandComedyCentral = IconBrandComedyCentral; exports.IconBrandCoreos = IconBrandCoreos; exports.IconBrandCouchdb = IconBrandCouchdb; exports.IconBrandCouchsurfing = IconBrandCouchsurfing; exports.IconBrandCpp = IconBrandCpp; exports.IconBrandCraft = IconBrandCraft; exports.IconBrandCrunchbase = IconBrandCrunchbase; exports.IconBrandCss3 = IconBrandCss3; exports.IconBrandCtemplar = IconBrandCtemplar; exports.IconBrandCucumber = IconBrandCucumber; exports.IconBrandCupra = IconBrandCupra; exports.IconBrandCypress = IconBrandCypress; exports.IconBrandD3 = IconBrandD3; exports.IconBrandDatabricks = IconBrandDatabricks; exports.IconBrandDaysCounter = IconBrandDaysCounter; exports.IconBrandDcos = IconBrandDcos; exports.IconBrandDebian = IconBrandDebian; exports.IconBrandDeezer = IconBrandDeezer; exports.IconBrandDeliveroo = IconBrandDeliveroo; exports.IconBrandDeno = IconBrandDeno; exports.IconBrandDenodo = IconBrandDenodo; exports.IconBrandDeviantart = IconBrandDeviantart; exports.IconBrandDigg = IconBrandDigg; exports.IconBrandDingtalk = IconBrandDingtalk; exports.IconBrandDiscord = IconBrandDiscord; exports.IconBrandDiscordFilled = IconBrandDiscordFilled; exports.IconBrandDisney = IconBrandDisney; exports.IconBrandDisqus = IconBrandDisqus; exports.IconBrandDjango = IconBrandDjango; exports.IconBrandDocker = IconBrandDocker; exports.IconBrandDoctrine = IconBrandDoctrine; exports.IconBrandDolbyDigital = IconBrandDolbyDigital; exports.IconBrandDouban = IconBrandDouban; exports.IconBrandDribbble = IconBrandDribbble; exports.IconBrandDribbbleFilled = IconBrandDribbbleFilled; exports.IconBrandDropbox = IconBrandDropbox; exports.IconBrandDrops = IconBrandDrops; exports.IconBrandDrupal = IconBrandDrupal; exports.IconBrandEdge = IconBrandEdge; exports.IconBrandElastic = IconBrandElastic; exports.IconBrandElectronicArts = IconBrandElectronicArts; exports.IconBrandEmber = IconBrandEmber; exports.IconBrandEnvato = IconBrandEnvato; exports.IconBrandEtsy = IconBrandEtsy; exports.IconBrandEvernote = IconBrandEvernote; exports.IconBrandFacebook = IconBrandFacebook; exports.IconBrandFacebookFilled = IconBrandFacebookFilled; exports.IconBrandFeedly = IconBrandFeedly; exports.IconBrandFigma = IconBrandFigma; exports.IconBrandFilezilla = IconBrandFilezilla; exports.IconBrandFinder = IconBrandFinder; exports.IconBrandFirebase = IconBrandFirebase; exports.IconBrandFirefox = IconBrandFirefox; exports.IconBrandFiverr = IconBrandFiverr; exports.IconBrandFlickr = IconBrandFlickr; exports.IconBrandFlightradar24 = IconBrandFlightradar24; exports.IconBrandFlipboard = IconBrandFlipboard; exports.IconBrandFlutter = IconBrandFlutter; exports.IconBrandFortnite = IconBrandFortnite; exports.IconBrandFoursquare = IconBrandFoursquare; exports.IconBrandFramer = IconBrandFramer; exports.IconBrandFramerMotion = IconBrandFramerMotion; exports.IconBrandFunimation = IconBrandFunimation; exports.IconBrandGatsby = IconBrandGatsby; exports.IconBrandGit = IconBrandGit; exports.IconBrandGithub = IconBrandGithub; exports.IconBrandGithubCopilot = IconBrandGithubCopilot; exports.IconBrandGithubFilled = IconBrandGithubFilled; exports.IconBrandGitlab = IconBrandGitlab; exports.IconBrandGmail = IconBrandGmail; exports.IconBrandGolang = IconBrandGolang; exports.IconBrandGoogle = IconBrandGoogle; exports.IconBrandGoogleAnalytics = IconBrandGoogleAnalytics; exports.IconBrandGoogleBigQuery = IconBrandGoogleBigQuery; exports.IconBrandGoogleDrive = IconBrandGoogleDrive; exports.IconBrandGoogleFilled = IconBrandGoogleFilled; exports.IconBrandGoogleFit = IconBrandGoogleFit; exports.IconBrandGoogleHome = IconBrandGoogleHome; exports.IconBrandGoogleMaps = IconBrandGoogleMaps; exports.IconBrandGoogleOne = IconBrandGoogleOne; exports.IconBrandGooglePhotos = IconBrandGooglePhotos; exports.IconBrandGooglePlay = IconBrandGooglePlay; exports.IconBrandGooglePodcasts = IconBrandGooglePodcasts; exports.IconBrandGrammarly = IconBrandGrammarly; exports.IconBrandGraphql = IconBrandGraphql; exports.IconBrandGravatar = IconBrandGravatar; exports.IconBrandGrindr = IconBrandGrindr; exports.IconBrandGuardian = IconBrandGuardian; exports.IconBrandGumroad = IconBrandGumroad; exports.IconBrandHackerrank = IconBrandHackerrank; exports.IconBrandHbo = IconBrandHbo; exports.IconBrandHeadlessui = IconBrandHeadlessui; exports.IconBrandHexo = IconBrandHexo; exports.IconBrandHipchat = IconBrandHipchat; exports.IconBrandHtml5 = IconBrandHtml5; exports.IconBrandInertia = IconBrandInertia; exports.IconBrandInfakt = IconBrandInfakt; exports.IconBrandInstagram = IconBrandInstagram; exports.IconBrandInstagramFilled = IconBrandInstagramFilled; exports.IconBrandIntercom = IconBrandIntercom; exports.IconBrandItch = IconBrandItch; exports.IconBrandJavascript = IconBrandJavascript; exports.IconBrandJira = IconBrandJira; exports.IconBrandJuejin = IconBrandJuejin; exports.IconBrandKakoTalk = IconBrandKakoTalk; exports.IconBrandKbin = IconBrandKbin; exports.IconBrandKick = IconBrandKick; exports.IconBrandKickFilled = IconBrandKickFilled; exports.IconBrandKickstarter = IconBrandKickstarter; exports.IconBrandKotlin = IconBrandKotlin; exports.IconBrandLaravel = IconBrandLaravel; exports.IconBrandLastfm = IconBrandLastfm; exports.IconBrandLeetcode = IconBrandLeetcode; exports.IconBrandLetterboxd = IconBrandLetterboxd; exports.IconBrandLine = IconBrandLine; exports.IconBrandLinkedin = IconBrandLinkedin; exports.IconBrandLinkedinFilled = IconBrandLinkedinFilled; exports.IconBrandLinktree = IconBrandLinktree; exports.IconBrandLinqpad = IconBrandLinqpad; exports.IconBrandLivewire = IconBrandLivewire; exports.IconBrandLoom = IconBrandLoom; exports.IconBrandMailgun = IconBrandMailgun; exports.IconBrandMantine = IconBrandMantine; exports.IconBrandMastercard = IconBrandMastercard; exports.IconBrandMastodon = IconBrandMastodon; exports.IconBrandMatrix = IconBrandMatrix; exports.IconBrandMcdonalds = IconBrandMcdonalds; exports.IconBrandMedium = IconBrandMedium; exports.IconBrandMeetup = IconBrandMeetup; exports.IconBrandMercedes = IconBrandMercedes; exports.IconBrandMessenger = IconBrandMessenger; exports.IconBrandMessengerFilled = IconBrandMessengerFilled; exports.IconBrandMeta = IconBrandMeta; exports.IconBrandMetabrainz = IconBrandMetabrainz; exports.IconBrandMinecraft = IconBrandMinecraft; exports.IconBrandMiniprogram = IconBrandMiniprogram; exports.IconBrandMixpanel = IconBrandMixpanel; exports.IconBrandMonday = IconBrandMonday; exports.IconBrandMongodb = IconBrandMongodb; exports.IconBrandMyOppo = IconBrandMyOppo; exports.IconBrandMysql = IconBrandMysql; exports.IconBrandNationalGeographic = IconBrandNationalGeographic; exports.IconBrandNem = IconBrandNem; exports.IconBrandNetbeans = IconBrandNetbeans; exports.IconBrandNeteaseMusic = IconBrandNeteaseMusic; exports.IconBrandNetflix = IconBrandNetflix; exports.IconBrandNexo = IconBrandNexo; exports.IconBrandNextcloud = IconBrandNextcloud; exports.IconBrandNextjs = IconBrandNextjs; exports.IconBrandNodejs = IconBrandNodejs; exports.IconBrandNordVpn = IconBrandNordVpn; exports.IconBrandNotion = IconBrandNotion; exports.IconBrandNpm = IconBrandNpm; exports.IconBrandNuxt = IconBrandNuxt; exports.IconBrandNytimes = IconBrandNytimes; exports.IconBrandOauth = IconBrandOauth; exports.IconBrandOffice = IconBrandOffice; exports.IconBrandOkRu = IconBrandOkRu; exports.IconBrandOnedrive = IconBrandOnedrive; exports.IconBrandOnlyfans = IconBrandOnlyfans; exports.IconBrandOpenSource = IconBrandOpenSource; exports.IconBrandOpenSourceFilled = IconBrandOpenSourceFilled; exports.IconBrandOpenai = IconBrandOpenai; exports.IconBrandOpenvpn = IconBrandOpenvpn; exports.IconBrandOpera = IconBrandOpera; exports.IconBrandOperaFilled = IconBrandOperaFilled; exports.IconBrandPagekit = IconBrandPagekit; exports.IconBrandParsinta = IconBrandParsinta; exports.IconBrandPatreon = IconBrandPatreon; exports.IconBrandPatreonFilled = IconBrandPatreonFilled; exports.IconBrandPaypal = IconBrandPaypal; exports.IconBrandPaypalFilled = IconBrandPaypalFilled; exports.IconBrandPaypay = IconBrandPaypay; exports.IconBrandPeanut = IconBrandPeanut; exports.IconBrandPepsi = IconBrandPepsi; exports.IconBrandPhp = IconBrandPhp; exports.IconBrandPicsart = IconBrandPicsart; exports.IconBrandPinterest = IconBrandPinterest; exports.IconBrandPinterestFilled = IconBrandPinterestFilled; exports.IconBrandPlanetscale = IconBrandPlanetscale; exports.IconBrandPnpm = IconBrandPnpm; exports.IconBrandPocket = IconBrandPocket; exports.IconBrandPolymer = IconBrandPolymer; exports.IconBrandPowershell = IconBrandPowershell; exports.IconBrandPrintables = IconBrandPrintables; exports.IconBrandPrisma = IconBrandPrisma; exports.IconBrandProducthunt = IconBrandProducthunt; exports.IconBrandPushbullet = IconBrandPushbullet; exports.IconBrandPushover = IconBrandPushover; exports.IconBrandPython = IconBrandPython; exports.IconBrandQq = IconBrandQq; exports.IconBrandRadixUi = IconBrandRadixUi; exports.IconBrandReact = IconBrandReact; exports.IconBrandReactNative = IconBrandReactNative; exports.IconBrandReason = IconBrandReason; exports.IconBrandReddit = IconBrandReddit; exports.IconBrandRedhat = IconBrandRedhat; exports.IconBrandRedux = IconBrandRedux; exports.IconBrandRevolut = IconBrandRevolut; exports.IconBrandRumble = IconBrandRumble; exports.IconBrandRust = IconBrandRust; exports.IconBrandSafari = IconBrandSafari; exports.IconBrandSamsungpass = IconBrandSamsungpass; exports.IconBrandSass = IconBrandSass; exports.IconBrandSentry = IconBrandSentry; exports.IconBrandSharik = IconBrandSharik; exports.IconBrandShazam = IconBrandShazam; exports.IconBrandShopee = IconBrandShopee; exports.IconBrandSketch = IconBrandSketch; exports.IconBrandSketchFilled = IconBrandSketchFilled; exports.IconBrandSkype = IconBrandSkype; exports.IconBrandSlack = IconBrandSlack; exports.IconBrandSnapchat = IconBrandSnapchat; exports.IconBrandSnapchatFilled = IconBrandSnapchatFilled; exports.IconBrandSnapseed = IconBrandSnapseed; exports.IconBrandSnowflake = IconBrandSnowflake; exports.IconBrandSocketIo = IconBrandSocketIo; exports.IconBrandSolidjs = IconBrandSolidjs; exports.IconBrandSoundcloud = IconBrandSoundcloud; exports.IconBrandSpacehey = IconBrandSpacehey; exports.IconBrandSpeedtest = IconBrandSpeedtest; exports.IconBrandSpotify = IconBrandSpotify; exports.IconBrandSpotifyFilled = IconBrandSpotifyFilled; exports.IconBrandStackoverflow = IconBrandStackoverflow; exports.IconBrandStackshare = IconBrandStackshare; exports.IconBrandSteam = IconBrandSteam; exports.IconBrandSteamFilled = IconBrandSteamFilled; exports.IconBrandStocktwits = IconBrandStocktwits; exports.IconBrandStorj = IconBrandStorj; exports.IconBrandStorybook = IconBrandStorybook; exports.IconBrandStorytel = IconBrandStorytel; exports.IconBrandStrava = IconBrandStrava; exports.IconBrandStripe = IconBrandStripe; exports.IconBrandStripeFilled = IconBrandStripeFilled; exports.IconBrandSublimeText = IconBrandSublimeText; exports.IconBrandSugarizer = IconBrandSugarizer; exports.IconBrandSupabase = IconBrandSupabase; exports.IconBrandSuperhuman = IconBrandSuperhuman; exports.IconBrandSupernova = IconBrandSupernova; exports.IconBrandSurfshark = IconBrandSurfshark; exports.IconBrandSvelte = IconBrandSvelte; exports.IconBrandSwift = IconBrandSwift; exports.IconBrandSymfony = IconBrandSymfony; exports.IconBrandTabler = IconBrandTabler; exports.IconBrandTablerFilled = IconBrandTablerFilled; exports.IconBrandTabnine = IconBrandTabnine; exports.IconBrandTailwind = IconBrandTailwind; exports.IconBrandTaobao = IconBrandTaobao; exports.IconBrandTeams = IconBrandTeams; exports.IconBrandTed = IconBrandTed; exports.IconBrandTelegram = IconBrandTelegram; exports.IconBrandTerraform = IconBrandTerraform; exports.IconBrandTesla = IconBrandTesla; exports.IconBrandTether = IconBrandTether; exports.IconBrandThingiverse = IconBrandThingiverse; exports.IconBrandThreads = IconBrandThreads; exports.IconBrandThreejs = IconBrandThreejs; exports.IconBrandTidal = IconBrandTidal; exports.IconBrandTiktok = IconBrandTiktok; exports.IconBrandTiktokFilled = IconBrandTiktokFilled; exports.IconBrandTinder = IconBrandTinder; exports.IconBrandTinderFilled = IconBrandTinderFilled; exports.IconBrandTopbuzz = IconBrandTopbuzz; exports.IconBrandTorchain = IconBrandTorchain; exports.IconBrandToyota = IconBrandToyota; exports.IconBrandTrello = IconBrandTrello; exports.IconBrandTripadvisor = IconBrandTripadvisor; exports.IconBrandTumblr = IconBrandTumblr; exports.IconBrandTumblrFilled = IconBrandTumblrFilled; exports.IconBrandTwilio = IconBrandTwilio; exports.IconBrandTwitch = IconBrandTwitch; exports.IconBrandTwitter = IconBrandTwitter; exports.IconBrandTwitterFilled = IconBrandTwitterFilled; exports.IconBrandTypescript = IconBrandTypescript; exports.IconBrandUber = IconBrandUber; exports.IconBrandUbuntu = IconBrandUbuntu; exports.IconBrandUnity = IconBrandUnity; exports.IconBrandUnsplash = IconBrandUnsplash; exports.IconBrandUpwork = IconBrandUpwork; exports.IconBrandValorant = IconBrandValorant; exports.IconBrandVercel = IconBrandVercel; exports.IconBrandVercelFilled = IconBrandVercelFilled; exports.IconBrandVimeo = IconBrandVimeo; exports.IconBrandVimeoFilled = IconBrandVimeoFilled; exports.IconBrandVinted = IconBrandVinted; exports.IconBrandVisa = IconBrandVisa; exports.IconBrandVisualStudio = IconBrandVisualStudio; exports.IconBrandVite = IconBrandVite; exports.IconBrandVivaldi = IconBrandVivaldi; exports.IconBrandVk = IconBrandVk; exports.IconBrandVlc = IconBrandVlc; exports.IconBrandVolkswagen = IconBrandVolkswagen; exports.IconBrandVsco = IconBrandVsco; exports.IconBrandVscode = IconBrandVscode; exports.IconBrandVue = IconBrandVue; exports.IconBrandWalmart = IconBrandWalmart; exports.IconBrandWaze = IconBrandWaze; exports.IconBrandWebflow = IconBrandWebflow; exports.IconBrandWechat = IconBrandWechat; exports.IconBrandWeibo = IconBrandWeibo; exports.IconBrandWeiboFilled = IconBrandWeiboFilled; exports.IconBrandWhatsapp = IconBrandWhatsapp; exports.IconBrandWhatsappFilled = IconBrandWhatsappFilled; exports.IconBrandWikipedia = IconBrandWikipedia; exports.IconBrandWindows = IconBrandWindows; exports.IconBrandWindowsFilled = IconBrandWindowsFilled; exports.IconBrandWindy = IconBrandWindy; exports.IconBrandWish = IconBrandWish; exports.IconBrandWix = IconBrandWix; exports.IconBrandWordpress = IconBrandWordpress; exports.IconBrandX = IconBrandX; exports.IconBrandXFilled = IconBrandXFilled; exports.IconBrandXamarin = IconBrandXamarin; exports.IconBrandXbox = IconBrandXbox; exports.IconBrandXdeep = IconBrandXdeep; exports.IconBrandXing = IconBrandXing; exports.IconBrandYahoo = IconBrandYahoo; exports.IconBrandYandex = IconBrandYandex; exports.IconBrandYarn = IconBrandYarn; exports.IconBrandYatse = IconBrandYatse; exports.IconBrandYcombinator = IconBrandYcombinator; exports.IconBrandYoutube = IconBrandYoutube; exports.IconBrandYoutubeFilled = IconBrandYoutubeFilled; exports.IconBrandYoutubeKids = IconBrandYoutubeKids; exports.IconBrandZalando = IconBrandZalando; exports.IconBrandZapier = IconBrandZapier; exports.IconBrandZeit = IconBrandZeit; exports.IconBrandZhihu = IconBrandZhihu; exports.IconBrandZoom = IconBrandZoom; exports.IconBrandZulip = IconBrandZulip; exports.IconBrandZwift = IconBrandZwift; exports.IconBread = IconBread; exports.IconBreadFilled = IconBreadFilled; exports.IconBreadOff = IconBreadOff; exports.IconBriefcase = IconBriefcase; exports.IconBriefcase2 = IconBriefcase2; exports.IconBriefcase2Filled = IconBriefcase2Filled; exports.IconBriefcaseFilled = IconBriefcaseFilled; exports.IconBriefcaseOff = IconBriefcaseOff; exports.IconBrightness = IconBrightness; exports.IconBrightness2 = IconBrightness2; exports.IconBrightnessAuto = IconBrightnessAuto; exports.IconBrightnessAutoFilled = IconBrightnessAutoFilled; exports.IconBrightnessDown = IconBrightnessDown; exports.IconBrightnessDownFilled = IconBrightnessDownFilled; exports.IconBrightnessFilled = IconBrightnessFilled; exports.IconBrightnessHalf = IconBrightnessHalf; exports.IconBrightnessOff = IconBrightnessOff; exports.IconBrightnessUp = IconBrightnessUp; exports.IconBrightnessUpFilled = IconBrightnessUpFilled; exports.IconBroadcast = IconBroadcast; exports.IconBroadcastOff = IconBroadcastOff; exports.IconBrowser = IconBrowser; exports.IconBrowserCheck = IconBrowserCheck; exports.IconBrowserMaximize = IconBrowserMaximize; exports.IconBrowserMinus = IconBrowserMinus; exports.IconBrowserOff = IconBrowserOff; exports.IconBrowserPlus = IconBrowserPlus; exports.IconBrowserShare = IconBrowserShare; exports.IconBrowserX = IconBrowserX; exports.IconBrush = IconBrush; exports.IconBrushOff = IconBrushOff; exports.IconBubble = IconBubble; exports.IconBubbleFilled = IconBubbleFilled; exports.IconBubbleMinus = IconBubbleMinus; exports.IconBubblePlus = IconBubblePlus; exports.IconBubbleTea = IconBubbleTea; exports.IconBubbleTea2 = IconBubbleTea2; exports.IconBubbleText = IconBubbleText; exports.IconBubbleTextFilled = IconBubbleTextFilled; exports.IconBubbleX = IconBubbleX; exports.IconBucket = IconBucket; exports.IconBucketDroplet = IconBucketDroplet; exports.IconBucketOff = IconBucketOff; exports.IconBug = IconBug; exports.IconBugFilled = IconBugFilled; exports.IconBugOff = IconBugOff; exports.IconBuilding = IconBuilding; exports.IconBuildingAirport = IconBuildingAirport; exports.IconBuildingArch = IconBuildingArch; exports.IconBuildingBank = IconBuildingBank; exports.IconBuildingBridge = IconBuildingBridge; exports.IconBuildingBridge2 = IconBuildingBridge2; exports.IconBuildingBridge2Filled = IconBuildingBridge2Filled; exports.IconBuildingBroadcastTower = IconBuildingBroadcastTower; exports.IconBuildingBroadcastTowerFilled = IconBuildingBroadcastTowerFilled; exports.IconBuildingBurjAlArab = IconBuildingBurjAlArab; exports.IconBuildingCarousel = IconBuildingCarousel; exports.IconBuildingCastle = IconBuildingCastle; exports.IconBuildingChurch = IconBuildingChurch; exports.IconBuildingCircus = IconBuildingCircus; exports.IconBuildingCog = IconBuildingCog; exports.IconBuildingCommunity = IconBuildingCommunity; exports.IconBuildingCottage = IconBuildingCottage; exports.IconBuildingEstate = IconBuildingEstate; exports.IconBuildingFactory = IconBuildingFactory; exports.IconBuildingFactory2 = IconBuildingFactory2; exports.IconBuildingFortress = IconBuildingFortress; exports.IconBuildingHospital = IconBuildingHospital; exports.IconBuildingLighthouse = IconBuildingLighthouse; exports.IconBuildingMinus = IconBuildingMinus; exports.IconBuildingMonument = IconBuildingMonument; exports.IconBuildingMosque = IconBuildingMosque; exports.IconBuildingOff = IconBuildingOff; exports.IconBuildingPavilion = IconBuildingPavilion; exports.IconBuildingPlus = IconBuildingPlus; exports.IconBuildingSkyscraper = IconBuildingSkyscraper; exports.IconBuildingStadium = IconBuildingStadium; exports.IconBuildingStore = IconBuildingStore; exports.IconBuildingTunnel = IconBuildingTunnel; exports.IconBuildingWarehouse = IconBuildingWarehouse; exports.IconBuildingWindTurbine = IconBuildingWindTurbine; exports.IconBuildings = IconBuildings; exports.IconBulb = IconBulb; exports.IconBulbFilled = IconBulbFilled; exports.IconBulbOff = IconBulbOff; exports.IconBulldozer = IconBulldozer; exports.IconBurger = IconBurger; exports.IconBus = IconBus; exports.IconBusFilled = IconBusFilled; exports.IconBusOff = IconBusOff; exports.IconBusStop = IconBusStop; exports.IconBusinessplan = IconBusinessplan; exports.IconButterfly = IconButterfly; exports.IconButterflyFilled = IconButterflyFilled; exports.IconCactus = IconCactus; exports.IconCactusFilled = IconCactusFilled; exports.IconCactusOff = IconCactusOff; exports.IconCake = IconCake; exports.IconCakeOff = IconCakeOff; exports.IconCakeRoll = IconCakeRoll; exports.IconCalculator = IconCalculator; exports.IconCalculatorFilled = IconCalculatorFilled; exports.IconCalculatorOff = IconCalculatorOff; exports.IconCalendar = IconCalendar; exports.IconCalendarBolt = IconCalendarBolt; exports.IconCalendarCancel = IconCalendarCancel; exports.IconCalendarCheck = IconCalendarCheck; exports.IconCalendarClock = IconCalendarClock; exports.IconCalendarCode = IconCalendarCode; exports.IconCalendarCog = IconCalendarCog; exports.IconCalendarDollar = IconCalendarDollar; exports.IconCalendarDot = IconCalendarDot; exports.IconCalendarDown = IconCalendarDown; exports.IconCalendarDue = IconCalendarDue; exports.IconCalendarEvent = IconCalendarEvent; exports.IconCalendarEventFilled = IconCalendarEventFilled; exports.IconCalendarExclamation = IconCalendarExclamation; exports.IconCalendarFilled = IconCalendarFilled; exports.IconCalendarHeart = IconCalendarHeart; exports.IconCalendarMinus = IconCalendarMinus; exports.IconCalendarMonth = IconCalendarMonth; exports.IconCalendarMonthFilled = IconCalendarMonthFilled; exports.IconCalendarOff = IconCalendarOff; exports.IconCalendarPause = IconCalendarPause; exports.IconCalendarPin = IconCalendarPin; exports.IconCalendarPlus = IconCalendarPlus; exports.IconCalendarQuestion = IconCalendarQuestion; exports.IconCalendarRepeat = IconCalendarRepeat; exports.IconCalendarSad = IconCalendarSad; exports.IconCalendarSearch = IconCalendarSearch; exports.IconCalendarShare = IconCalendarShare; exports.IconCalendarSmile = IconCalendarSmile; exports.IconCalendarStar = IconCalendarStar; exports.IconCalendarStats = IconCalendarStats; exports.IconCalendarTime = IconCalendarTime; exports.IconCalendarUp = IconCalendarUp; exports.IconCalendarUser = IconCalendarUser; exports.IconCalendarWeek = IconCalendarWeek; exports.IconCalendarWeekFilled = IconCalendarWeekFilled; exports.IconCalendarX = IconCalendarX; exports.IconCamera = IconCamera; exports.IconCameraAi = IconCameraAi; exports.IconCameraBitcoin = IconCameraBitcoin; exports.IconCameraBolt = IconCameraBolt; exports.IconCameraCancel = IconCameraCancel; exports.IconCameraCheck = IconCameraCheck; exports.IconCameraCode = IconCameraCode; exports.IconCameraCog = IconCameraCog; exports.IconCameraDollar = IconCameraDollar; exports.IconCameraDown = IconCameraDown; exports.IconCameraExclamation = IconCameraExclamation; exports.IconCameraFilled = IconCameraFilled; exports.IconCameraHeart = IconCameraHeart; exports.IconCameraMinus = IconCameraMinus; exports.IconCameraMoon = IconCameraMoon; exports.IconCameraOff = IconCameraOff; exports.IconCameraPause = IconCameraPause; exports.IconCameraPin = IconCameraPin; exports.IconCameraPlus = IconCameraPlus; exports.IconCameraQuestion = IconCameraQuestion; exports.IconCameraRotate = IconCameraRotate; exports.IconCameraSearch = IconCameraSearch; exports.IconCameraSelfie = IconCameraSelfie; exports.IconCameraShare = IconCameraShare; exports.IconCameraSpark = IconCameraSpark; exports.IconCameraStar = IconCameraStar; exports.IconCameraUp = IconCameraUp; exports.IconCameraX = IconCameraX; exports.IconCamper = IconCamper; exports.IconCampfire = IconCampfire; exports.IconCampfireFilled = IconCampfireFilled; exports.IconCanary = IconCanary; exports.IconCancel = IconCancel; exports.IconCandle = IconCandle; exports.IconCandleFilled = IconCandleFilled; exports.IconCandy = IconCandy; exports.IconCandyOff = IconCandyOff; exports.IconCane = IconCane; exports.IconCannabis = IconCannabis; exports.IconCannabisFilled = IconCannabisFilled; exports.IconCapProjecting = IconCapProjecting; exports.IconCapRounded = IconCapRounded; exports.IconCapStraight = IconCapStraight; exports.IconCapsule = IconCapsule; exports.IconCapsuleFilled = IconCapsuleFilled; exports.IconCapsuleHorizontal = IconCapsuleHorizontal; exports.IconCapsuleHorizontalFilled = IconCapsuleHorizontalFilled; exports.IconCapture = IconCapture; exports.IconCaptureFilled = IconCaptureFilled; exports.IconCaptureOff = IconCaptureOff; exports.IconCar = IconCar; exports.IconCar4wd = IconCar4wd; exports.IconCar4wdFilled = IconCar4wdFilled; exports.IconCarCrane = IconCarCrane; exports.IconCarCraneFilled = IconCarCraneFilled; exports.IconCarCrash = IconCarCrash; exports.IconCarFan = IconCarFan; exports.IconCarFan1 = IconCarFan1; exports.IconCarFan2 = IconCarFan2; exports.IconCarFan3 = IconCarFan3; exports.IconCarFanAuto = IconCarFanAuto; exports.IconCarFanFilled = IconCarFanFilled; exports.IconCarFilled = IconCarFilled; exports.IconCarGarage = IconCarGarage; exports.IconCarOff = IconCarOff; exports.IconCarOffRoad = IconCarOffRoad; exports.IconCarSuspension = IconCarSuspension; exports.IconCarSuv = IconCarSuv; exports.IconCarSuvFilled = IconCarSuvFilled; exports.IconCarTurbine = IconCarTurbine; exports.IconCarambola = IconCarambola; exports.IconCarambolaFilled = IconCarambolaFilled; exports.IconCaravan = IconCaravan; exports.IconCaravanFilled = IconCaravanFilled; exports.IconCardboards = IconCardboards; exports.IconCardboardsFilled = IconCardboardsFilled; exports.IconCardboardsOff = IconCardboardsOff; exports.IconCards = IconCards; exports.IconCardsFilled = IconCardsFilled; exports.IconCaretDown = IconCaretDown; exports.IconCaretDownFilled = IconCaretDownFilled; exports.IconCaretLeft = IconCaretLeft; exports.IconCaretLeftFilled = IconCaretLeftFilled; exports.IconCaretLeftRight = IconCaretLeftRight; exports.IconCaretLeftRightFilled = IconCaretLeftRightFilled; exports.IconCaretRight = IconCaretRight; exports.IconCaretRightFilled = IconCaretRightFilled; exports.IconCaretUp = IconCaretUp; exports.IconCaretUpDown = IconCaretUpDown; exports.IconCaretUpDownFilled = IconCaretUpDownFilled; exports.IconCaretUpFilled = IconCaretUpFilled; exports.IconCarouselHorizontal = IconCarouselHorizontal; exports.IconCarouselHorizontalFilled = IconCarouselHorizontalFilled; exports.IconCarouselVertical = IconCarouselVertical; exports.IconCarouselVerticalFilled = IconCarouselVerticalFilled; exports.IconCarrot = IconCarrot; exports.IconCarrotOff = IconCarrotOff; exports.IconCash = IconCash; exports.IconCashBanknote = IconCashBanknote; exports.IconCashBanknoteEdit = IconCashBanknoteEdit; exports.IconCashBanknoteFilled = IconCashBanknoteFilled; exports.IconCashBanknoteHeart = IconCashBanknoteHeart; exports.IconCashBanknoteMinus = IconCashBanknoteMinus; exports.IconCashBanknoteMove = IconCashBanknoteMove; exports.IconCashBanknoteMoveBack = IconCashBanknoteMoveBack; exports.IconCashBanknoteOff = IconCashBanknoteOff; exports.IconCashBanknotePlus = IconCashBanknotePlus; exports.IconCashEdit = IconCashEdit; exports.IconCashHeart = IconCashHeart; exports.IconCashMinus = IconCashMinus; exports.IconCashMove = IconCashMove; exports.IconCashMoveBack = IconCashMoveBack; exports.IconCashOff = IconCashOff; exports.IconCashPlus = IconCashPlus; exports.IconCashRegister = IconCashRegister; exports.IconCast = IconCast; exports.IconCastOff = IconCastOff; exports.IconCat = IconCat; exports.IconCategory = IconCategory; exports.IconCategory2 = IconCategory2; exports.IconCategoryFilled = IconCategoryFilled; exports.IconCategoryMinus = IconCategoryMinus; exports.IconCategoryPlus = IconCategoryPlus; exports.IconCe = IconCe; exports.IconCeOff = IconCeOff; exports.IconCell = IconCell; exports.IconCellSignal1 = IconCellSignal1; exports.IconCellSignal2 = IconCellSignal2; exports.IconCellSignal3 = IconCellSignal3; exports.IconCellSignal4 = IconCellSignal4; exports.IconCellSignal5 = IconCellSignal5; exports.IconCellSignalOff = IconCellSignalOff; exports.IconCertificate = IconCertificate; exports.IconCertificate2 = IconCertificate2; exports.IconCertificate2Off = IconCertificate2Off; exports.IconCertificateOff = IconCertificateOff; exports.IconChairDirector = IconChairDirector; exports.IconChalkboard = IconChalkboard; exports.IconChalkboardOff = IconChalkboardOff; exports.IconChalkboardTeacher = IconChalkboardTeacher; exports.IconChargingPile = IconChargingPile; exports.IconChargingPileFilled = IconChargingPileFilled; exports.IconChartArcs = IconChartArcs; exports.IconChartArcs3 = IconChartArcs3; exports.IconChartArea = IconChartArea; exports.IconChartAreaFilled = IconChartAreaFilled; exports.IconChartAreaLine = IconChartAreaLine; exports.IconChartAreaLineFilled = IconChartAreaLineFilled; exports.IconChartArrows = IconChartArrows; exports.IconChartArrowsVertical = IconChartArrowsVertical; exports.IconChartBar = IconChartBar; exports.IconChartBarOff = IconChartBarOff; exports.IconChartBarPopular = IconChartBarPopular; exports.IconChartBubble = IconChartBubble; exports.IconChartBubbleFilled = IconChartBubbleFilled; exports.IconChartCandle = IconChartCandle; exports.IconChartCandleFilled = IconChartCandleFilled; exports.IconChartCircles = IconChartCircles; exports.IconChartCohort = IconChartCohort; exports.IconChartColumn = IconChartColumn; exports.IconChartCovariate = IconChartCovariate; exports.IconChartDonut = IconChartDonut; exports.IconChartDonut2 = IconChartDonut2; exports.IconChartDonut3 = IconChartDonut3; exports.IconChartDonut4 = IconChartDonut4; exports.IconChartDonutFilled = IconChartDonutFilled; exports.IconChartDots = IconChartDots; exports.IconChartDots2 = IconChartDots2; exports.IconChartDots2Filled = IconChartDots2Filled; exports.IconChartDots3 = IconChartDots3; exports.IconChartDots3Filled = IconChartDots3Filled; exports.IconChartDotsFilled = IconChartDotsFilled; exports.IconChartFunnel = IconChartFunnel; exports.IconChartFunnelFilled = IconChartFunnelFilled; exports.IconChartGridDots = IconChartGridDots; exports.IconChartGridDotsFilled = IconChartGridDotsFilled; exports.IconChartHistogram = IconChartHistogram; exports.IconChartInfographic = IconChartInfographic; exports.IconChartLine = IconChartLine; exports.IconChartPie = IconChartPie; exports.IconChartPie2 = IconChartPie2; exports.IconChartPie2Filled = IconChartPie2Filled; exports.IconChartPie3 = IconChartPie3; exports.IconChartPie3Filled = IconChartPie3Filled; exports.IconChartPie4 = IconChartPie4; exports.IconChartPie4Filled = IconChartPie4Filled; exports.IconChartPieFilled = IconChartPieFilled; exports.IconChartPieOff = IconChartPieOff; exports.IconChartPpf = IconChartPpf; exports.IconChartRadar = IconChartRadar; exports.IconChartSankey = IconChartSankey; exports.IconChartScatter = IconChartScatter; exports.IconChartScatter3d = IconChartScatter3d; exports.IconChartTreemap = IconChartTreemap; exports.IconCheck = IconCheck; exports.IconCheckFilled = IconCheckFilled; exports.IconCheckbox = IconCheckbox; exports.IconChecklist = IconChecklist; exports.IconChecks = IconChecks; exports.IconCheckupList = IconCheckupList; exports.IconCheese = IconCheese; exports.IconChefHat = IconChefHat; exports.IconChefHatFilled = IconChefHatFilled; exports.IconChefHatOff = IconChefHatOff; exports.IconCherry = IconCherry; exports.IconCherryFilled = IconCherryFilled; exports.IconChess = IconChess; exports.IconChessBishop = IconChessBishop; exports.IconChessBishopFilled = IconChessBishopFilled; exports.IconChessFilled = IconChessFilled; exports.IconChessKing = IconChessKing; exports.IconChessKingFilled = IconChessKingFilled; exports.IconChessKnight = IconChessKnight; exports.IconChessKnightFilled = IconChessKnightFilled; exports.IconChessQueen = IconChessQueen; exports.IconChessQueenFilled = IconChessQueenFilled; exports.IconChessRook = IconChessRook; exports.IconChessRookFilled = IconChessRookFilled; exports.IconChevronCompactDown = IconChevronCompactDown; exports.IconChevronCompactLeft = IconChevronCompactLeft; exports.IconChevronCompactRight = IconChevronCompactRight; exports.IconChevronCompactUp = IconChevronCompactUp; exports.IconChevronDown = IconChevronDown; exports.IconChevronDownFilled = IconChevronDownFilled; exports.IconChevronDownLeft = IconChevronDownLeft; exports.IconChevronDownRight = IconChevronDownRight; exports.IconChevronLeft = IconChevronLeft; exports.IconChevronLeftPipe = IconChevronLeftPipe; exports.IconChevronRight = IconChevronRight; exports.IconChevronRightFilled = IconChevronRightFilled; exports.IconChevronRightPipe = IconChevronRightPipe; exports.IconChevronUp = IconChevronUp; exports.IconChevronUpLeft = IconChevronUpLeft; exports.IconChevronUpRight = IconChevronUpRight; exports.IconChevronsDown = IconChevronsDown; exports.IconChevronsDownLeft = IconChevronsDownLeft; exports.IconChevronsDownRight = IconChevronsDownRight; exports.IconChevronsLeft = IconChevronsLeft; exports.IconChevronsRight = IconChevronsRight; exports.IconChevronsUp = IconChevronsUp; exports.IconChevronsUpLeft = IconChevronsUpLeft; exports.IconChevronsUpRight = IconChevronsUpRight; exports.IconChisel = IconChisel; exports.IconChristmasBall = IconChristmasBall; exports.IconChristmasTree = IconChristmasTree; exports.IconChristmasTreeFilled = IconChristmasTreeFilled; exports.IconChristmasTreeOff = IconChristmasTreeOff; exports.IconCircle = IconCircle; exports.IconCircle0 = IconCircleNumber0; exports.IconCircle1 = IconCircleNumber1; exports.IconCircle2 = IconCircleNumber2; exports.IconCircle3 = IconCircleNumber3; exports.IconCircle4 = IconCircleNumber4; exports.IconCircle5 = IconCircleNumber5; exports.IconCircle6 = IconCircleNumber6; exports.IconCircle7 = IconCircleNumber7; exports.IconCircle8 = IconCircleNumber8; exports.IconCircle9 = IconCircleNumber9; exports.IconCircleArrowDown = IconCircleArrowDown; exports.IconCircleArrowDownFilled = IconCircleArrowDownFilled; exports.IconCircleArrowDownLeft = IconCircleArrowDownLeft; exports.IconCircleArrowDownLeftFilled = IconCircleArrowDownLeftFilled; exports.IconCircleArrowDownRight = IconCircleArrowDownRight; exports.IconCircleArrowDownRightFilled = IconCircleArrowDownRightFilled; exports.IconCircleArrowLeft = IconCircleArrowLeft; exports.IconCircleArrowLeftFilled = IconCircleArrowLeftFilled; exports.IconCircleArrowRight = IconCircleArrowRight; exports.IconCircleArrowRightFilled = IconCircleArrowRightFilled; exports.IconCircleArrowUp = IconCircleArrowUp; exports.IconCircleArrowUpFilled = IconCircleArrowUpFilled; exports.IconCircleArrowUpLeft = IconCircleArrowUpLeft; exports.IconCircleArrowUpLeftFilled = IconCircleArrowUpLeftFilled; exports.IconCircleArrowUpRight = IconCircleArrowUpRight; exports.IconCircleArrowUpRightFilled = IconCircleArrowUpRightFilled; exports.IconCircleAsterisk = IconCircleAsterisk; exports.IconCircleCaretDown = IconCircleCaretDown; exports.IconCircleCaretDownFilled = IconCircleCaretDownFilled; exports.IconCircleCaretLeft = IconCircleCaretLeft; exports.IconCircleCaretLeftFilled = IconCircleCaretLeftFilled; exports.IconCircleCaretRight = IconCircleCaretRight; exports.IconCircleCaretRightFilled = IconCircleCaretRightFilled; exports.IconCircleCaretUp = IconCircleCaretUp; exports.IconCircleCaretUpFilled = IconCircleCaretUpFilled; exports.IconCircleCheck = IconCircleCheck; exports.IconCircleCheckFilled = IconCircleCheckFilled; exports.IconCircleChevronDown = IconCircleChevronDown; exports.IconCircleChevronDownFilled = IconCircleChevronDownFilled; exports.IconCircleChevronLeft = IconCircleChevronLeft; exports.IconCircleChevronLeftFilled = IconCircleChevronLeftFilled; exports.IconCircleChevronRight = IconCircleChevronRight; exports.IconCircleChevronRightFilled = IconCircleChevronRightFilled; exports.IconCircleChevronUp = IconCircleChevronUp; exports.IconCircleChevronUpFilled = IconCircleChevronUpFilled; exports.IconCircleChevronsDown = IconCircleChevronsDown; exports.IconCircleChevronsDownFilled = IconCircleChevronsDownFilled; exports.IconCircleChevronsLeft = IconCircleChevronsLeft; exports.IconCircleChevronsLeftFilled = IconCircleChevronsLeftFilled; exports.IconCircleChevronsRight = IconCircleChevronsRight; exports.IconCircleChevronsRightFilled = IconCircleChevronsRightFilled; exports.IconCircleChevronsUp = IconCircleChevronsUp; exports.IconCircleChevronsUpFilled = IconCircleChevronsUpFilled; exports.IconCircleDashed = IconCircleDashed; exports.IconCircleDashedCheck = IconCircleDashedCheck; exports.IconCircleDashedLetterA = IconCircleDashedLetterA; exports.IconCircleDashedLetterB = IconCircleDashedLetterB; exports.IconCircleDashedLetterC = IconCircleDashedLetterC; exports.IconCircleDashedLetterD = IconCircleDashedLetterD; exports.IconCircleDashedLetterE = IconCircleDashedLetterE; exports.IconCircleDashedLetterF = IconCircleDashedLetterF; exports.IconCircleDashedLetterG = IconCircleDashedLetterG; exports.IconCircleDashedLetterH = IconCircleDashedLetterH; exports.IconCircleDashedLetterI = IconCircleDashedLetterI; exports.IconCircleDashedLetterJ = IconCircleDashedLetterJ; exports.IconCircleDashedLetterK = IconCircleDashedLetterK; exports.IconCircleDashedLetterL = IconCircleDashedLetterL; exports.IconCircleDashedLetterLetterV = IconCircleDashedLetterV; exports.IconCircleDashedLetterM = IconCircleDashedLetterM; exports.IconCircleDashedLetterN = IconCircleDashedLetterN; exports.IconCircleDashedLetterO = IconCircleDashedLetterO; exports.IconCircleDashedLetterP = IconCircleDashedLetterP; exports.IconCircleDashedLetterQ = IconCircleDashedLetterQ; exports.IconCircleDashedLetterR = IconCircleDashedLetterR; exports.IconCircleDashedLetterS = IconCircleDashedLetterS; exports.IconCircleDashedLetterT = IconCircleDashedLetterT; exports.IconCircleDashedLetterU = IconCircleDashedLetterU; exports.IconCircleDashedLetterV = IconCircleDashedLetterV; exports.IconCircleDashedLetterW = IconCircleDashedLetterW; exports.IconCircleDashedLetterX = IconCircleDashedLetterX; exports.IconCircleDashedLetterY = IconCircleDashedLetterY; exports.IconCircleDashedLetterZ = IconCircleDashedLetterZ; exports.IconCircleDashedMinus = IconCircleDashedMinus; exports.IconCircleDashedNumber0 = IconCircleDashedNumber0; exports.IconCircleDashedNumber1 = IconCircleDashedNumber1; exports.IconCircleDashedNumber2 = IconCircleDashedNumber2; exports.IconCircleDashedNumber3 = IconCircleDashedNumber3; exports.IconCircleDashedNumber4 = IconCircleDashedNumber4; exports.IconCircleDashedNumber5 = IconCircleDashedNumber5; exports.IconCircleDashedNumber6 = IconCircleDashedNumber6; exports.IconCircleDashedNumber7 = IconCircleDashedNumber7; exports.IconCircleDashedNumber8 = IconCircleDashedNumber8; exports.IconCircleDashedNumber9 = IconCircleDashedNumber9; exports.IconCircleDashedPercentage = IconCircleDashedPercentage; exports.IconCircleDashedPlus = IconCircleDashedPlus; exports.IconCircleDashedX = IconCircleDashedX; exports.IconCircleDot = IconCircleDot; exports.IconCircleDotFilled = IconCircleDotFilled; exports.IconCircleDotted = IconCircleDotted; exports.IconCircleDottedLetterA = IconCircleDottedLetterA; exports.IconCircleDottedLetterB = IconCircleDottedLetterB; exports.IconCircleDottedLetterC = IconCircleDottedLetterC; exports.IconCircleDottedLetterD = IconCircleDottedLetterD; exports.IconCircleDottedLetterE = IconCircleDottedLetterE; exports.IconCircleDottedLetterF = IconCircleDottedLetterF; exports.IconCircleDottedLetterG = IconCircleDottedLetterG; exports.IconCircleDottedLetterH = IconCircleDottedLetterH; exports.IconCircleDottedLetterI = IconCircleDottedLetterI; exports.IconCircleDottedLetterJ = IconCircleDottedLetterJ; exports.IconCircleDottedLetterK = IconCircleDottedLetterK; exports.IconCircleDottedLetterL = IconCircleDottedLetterL; exports.IconCircleDottedLetterM = IconCircleDottedLetterM; exports.IconCircleDottedLetterN = IconCircleDottedLetterN; exports.IconCircleDottedLetterO = IconCircleDottedLetterO; exports.IconCircleDottedLetterP = IconCircleDottedLetterP; exports.IconCircleDottedLetterQ = IconCircleDottedLetterQ; exports.IconCircleDottedLetterR = IconCircleDottedLetterR; exports.IconCircleDottedLetterS = IconCircleDottedLetterS; exports.IconCircleDottedLetterT = IconCircleDottedLetterT; exports.IconCircleDottedLetterU = IconCircleDottedLetterU; exports.IconCircleDottedLetterV = IconCircleDottedLetterV; exports.IconCircleDottedLetterW = IconCircleDottedLetterW; exports.IconCircleDottedLetterX = IconCircleDottedLetterX; exports.IconCircleDottedLetterY = IconCircleDottedLetterY; exports.IconCircleDottedLetterZ = IconCircleDottedLetterZ; exports.IconCircleFilled = IconCircleFilled; exports.IconCircleHalf = IconCircleHalf; exports.IconCircleHalf2 = IconCircleHalf2; exports.IconCircleHalfVertical = IconCircleHalfVertical; exports.IconCircleKey = IconCircleKey; exports.IconCircleKeyFilled = IconCircleKeyFilled; exports.IconCircleLetterA = IconCircleLetterA; exports.IconCircleLetterAFilled = IconCircleLetterAFilled; exports.IconCircleLetterB = IconCircleLetterB; exports.IconCircleLetterBFilled = IconCircleLetterBFilled; exports.IconCircleLetterC = IconCircleLetterC; exports.IconCircleLetterCFilled = IconCircleLetterCFilled; exports.IconCircleLetterD = IconCircleLetterD; exports.IconCircleLetterDFilled = IconCircleLetterDFilled; exports.IconCircleLetterE = IconCircleLetterE; exports.IconCircleLetterEFilled = IconCircleLetterEFilled; exports.IconCircleLetterF = IconCircleLetterF; exports.IconCircleLetterFFilled = IconCircleLetterFFilled; exports.IconCircleLetterG = IconCircleLetterG; exports.IconCircleLetterGFilled = IconCircleLetterGFilled; exports.IconCircleLetterH = IconCircleLetterH; exports.IconCircleLetterHFilled = IconCircleLetterHFilled; exports.IconCircleLetterI = IconCircleLetterI; exports.IconCircleLetterIFilled = IconCircleLetterIFilled; exports.IconCircleLetterJ = IconCircleLetterJ; exports.IconCircleLetterJFilled = IconCircleLetterJFilled; exports.IconCircleLetterK = IconCircleLetterK; exports.IconCircleLetterKFilled = IconCircleLetterKFilled; exports.IconCircleLetterL = IconCircleLetterL; exports.IconCircleLetterLFilled = IconCircleLetterLFilled; exports.IconCircleLetterM = IconCircleLetterM; exports.IconCircleLetterMFilled = IconCircleLetterMFilled; exports.IconCircleLetterN = IconCircleLetterN; exports.IconCircleLetterNFilled = IconCircleLetterNFilled; exports.IconCircleLetterO = IconCircleLetterO; exports.IconCircleLetterOFilled = IconCircleLetterOFilled; exports.IconCircleLetterP = IconCircleLetterP; exports.IconCircleLetterPFilled = IconCircleLetterPFilled; exports.IconCircleLetterQ = IconCircleLetterQ; exports.IconCircleLetterQFilled = IconCircleLetterQFilled; exports.IconCircleLetterR = IconCircleLetterR; exports.IconCircleLetterRFilled = IconCircleLetterRFilled; exports.IconCircleLetterS = IconCircleLetterS; exports.IconCircleLetterSFilled = IconCircleLetterSFilled; exports.IconCircleLetterT = IconCircleLetterT; exports.IconCircleLetterTFilled = IconCircleLetterTFilled; exports.IconCircleLetterU = IconCircleLetterU; exports.IconCircleLetterUFilled = IconCircleLetterUFilled; exports.IconCircleLetterV = IconCircleLetterV; exports.IconCircleLetterVFilled = IconCircleLetterVFilled; exports.IconCircleLetterW = IconCircleLetterW; exports.IconCircleLetterWFilled = IconCircleLetterWFilled; exports.IconCircleLetterX = IconCircleLetterX; exports.IconCircleLetterXFilled = IconCircleLetterXFilled; exports.IconCircleLetterY = IconCircleLetterY; exports.IconCircleLetterYFilled = IconCircleLetterYFilled; exports.IconCircleLetterZ = IconCircleLetterZ; exports.IconCircleLetterZFilled = IconCircleLetterZFilled; exports.IconCircleMinus = IconCircleMinus; exports.IconCircleMinus2 = IconCircleMinus2; exports.IconCircleNumber0 = IconCircleNumber0; exports.IconCircleNumber0Filled = IconCircleNumber0Filled; exports.IconCircleNumber1 = IconCircleNumber1; exports.IconCircleNumber1Filled = IconCircleNumber1Filled; exports.IconCircleNumber2 = IconCircleNumber2; exports.IconCircleNumber2Filled = IconCircleNumber2Filled; exports.IconCircleNumber3 = IconCircleNumber3; exports.IconCircleNumber3Filled = IconCircleNumber3Filled; exports.IconCircleNumber4 = IconCircleNumber4; exports.IconCircleNumber4Filled = IconCircleNumber4Filled; exports.IconCircleNumber5 = IconCircleNumber5; exports.IconCircleNumber5Filled = IconCircleNumber5Filled; exports.IconCircleNumber6 = IconCircleNumber6; exports.IconCircleNumber6Filled = IconCircleNumber6Filled; exports.IconCircleNumber7 = IconCircleNumber7; exports.IconCircleNumber7Filled = IconCircleNumber7Filled; exports.IconCircleNumber8 = IconCircleNumber8; exports.IconCircleNumber8Filled = IconCircleNumber8Filled; exports.IconCircleNumber9 = IconCircleNumber9; exports.IconCircleNumber9Filled = IconCircleNumber9Filled; exports.IconCircleOff = IconCircleOff; exports.IconCircleOpenArrowDown = IconCircleOpenArrowDown; exports.IconCircleOpenArrowLeft = IconCircleOpenArrowLeft; exports.IconCircleOpenArrowRight = IconCircleOpenArrowRight; exports.IconCircleOpenArrowUp = IconCircleOpenArrowUp; exports.IconCirclePercentage = IconCirclePercentage; exports.IconCirclePercentageFilled = IconCirclePercentageFilled; exports.IconCirclePlus = IconCirclePlus; exports.IconCirclePlus2 = IconCirclePlus2; exports.IconCirclePlusFilled = IconCirclePlusFilled; exports.IconCirclePlusMinus = IconCirclePlusMinus; exports.IconCircleRectangle = IconCircleRectangle; exports.IconCircleRectangleFilled = IconCircleRectangleFilled; exports.IconCircleRectangleOff = IconCircleRectangleOff; exports.IconCircleSquare = IconCircleSquare; exports.IconCircleTriangle = IconCircleTriangle; exports.IconCircleX = IconCircleX; exports.IconCircleXFilled = IconCircleXFilled; exports.IconCircles = IconCircles; exports.IconCirclesFilled = IconCirclesFilled; exports.IconCirclesRelation = IconCirclesRelation; exports.IconCircuitAmmeter = IconCircuitAmmeter; exports.IconCircuitBattery = IconCircuitBattery; exports.IconCircuitBulb = IconCircuitBulb; exports.IconCircuitCapacitor = IconCircuitCapacitor; exports.IconCircuitCapacitorPolarized = IconCircuitCapacitorPolarized; exports.IconCircuitCell = IconCircuitCell; exports.IconCircuitCellPlus = IconCircuitCellPlus; exports.IconCircuitChangeover = IconCircuitChangeover; exports.IconCircuitDiode = IconCircuitDiode; exports.IconCircuitDiodeZener = IconCircuitDiodeZener; exports.IconCircuitGround = IconCircuitGround; exports.IconCircuitGroundDigital = IconCircuitGroundDigital; exports.IconCircuitInductor = IconCircuitInductor; exports.IconCircuitMotor = IconCircuitMotor; exports.IconCircuitPushbutton = IconCircuitPushbutton; exports.IconCircuitResistor = IconCircuitResistor; exports.IconCircuitSwitchClosed = IconCircuitSwitchClosed; exports.IconCircuitSwitchOpen = IconCircuitSwitchOpen; exports.IconCircuitVoltmeter = IconCircuitVoltmeter; exports.IconClearAll = IconClearAll; exports.IconClearFormatting = IconClearFormatting; exports.IconClick = IconClick; exports.IconClickFilled = IconClickFilled; exports.IconCliffJumping = IconCliffJumping; exports.IconClipboard = IconClipboard; exports.IconClipboardCheck = IconClipboardCheck; exports.IconClipboardCheckFilled = IconClipboardCheckFilled; exports.IconClipboardCopy = IconClipboardCopy; exports.IconClipboardData = IconClipboardData; exports.IconClipboardDataFilled = IconClipboardDataFilled; exports.IconClipboardFilled = IconClipboardFilled; exports.IconClipboardHeart = IconClipboardHeart; exports.IconClipboardList = IconClipboardList; exports.IconClipboardListFilled = IconClipboardListFilled; exports.IconClipboardOff = IconClipboardOff; exports.IconClipboardPlus = IconClipboardPlus; exports.IconClipboardPlusFilled = IconClipboardPlusFilled; exports.IconClipboardSearch = IconClipboardSearch; exports.IconClipboardSmile = IconClipboardSmile; exports.IconClipboardSmileFilled = IconClipboardSmileFilled; exports.IconClipboardText = IconClipboardText; exports.IconClipboardTextFilled = IconClipboardTextFilled; exports.IconClipboardTypography = IconClipboardTypography; exports.IconClipboardTypographyFilled = IconClipboardTypographyFilled; exports.IconClipboardX = IconClipboardX; exports.IconClipboardXFilled = IconClipboardXFilled; exports.IconClock = IconClock; exports.IconClock12 = IconClock12; exports.IconClock2 = IconClock2; exports.IconClock24 = IconClock24; exports.IconClockBitcoin = IconClockBitcoin; exports.IconClockBolt = IconClockBolt; exports.IconClockCancel = IconClockCancel; exports.IconClockCheck = IconClockCheck; exports.IconClockCode = IconClockCode; exports.IconClockCog = IconClockCog; exports.IconClockDollar = IconClockDollar; exports.IconClockDown = IconClockDown; exports.IconClockEdit = IconClockEdit; exports.IconClockExclamation = IconClockExclamation; exports.IconClockFilled = IconClockFilled; exports.IconClockHeart = IconClockHeart; exports.IconClockHour1 = IconClockHour1; exports.IconClockHour10 = IconClockHour10; exports.IconClockHour10Filled = IconClockHour10Filled; exports.IconClockHour11 = IconClockHour11; exports.IconClockHour11Filled = IconClockHour11Filled; exports.IconClockHour12 = IconClockHour12; exports.IconClockHour12Filled = IconClockHour12Filled; exports.IconClockHour1Filled = IconClockHour1Filled; exports.IconClockHour2 = IconClockHour2; exports.IconClockHour2Filled = IconClockHour2Filled; exports.IconClockHour3 = IconClockHour3; exports.IconClockHour3Filled = IconClockHour3Filled; exports.IconClockHour4 = IconClockHour4; exports.IconClockHour4Filled = IconClockHour4Filled; exports.IconClockHour5 = IconClockHour5; exports.IconClockHour5Filled = IconClockHour5Filled; exports.IconClockHour6 = IconClockHour6; exports.IconClockHour6Filled = IconClockHour6Filled; exports.IconClockHour7 = IconClockHour7; exports.IconClockHour7Filled = IconClockHour7Filled; exports.IconClockHour8 = IconClockHour8; exports.IconClockHour8Filled = IconClockHour8Filled; exports.IconClockHour9 = IconClockHour9; exports.IconClockHour9Filled = IconClockHour9Filled; exports.IconClockMinus = IconClockMinus; exports.IconClockOff = IconClockOff; exports.IconClockPause = IconClockPause; exports.IconClockPin = IconClockPin; exports.IconClockPlay = IconClockPlay; exports.IconClockPlus = IconClockPlus; exports.IconClockQuestion = IconClockQuestion; exports.IconClockRecord = IconClockRecord; exports.IconClockSearch = IconClockSearch; exports.IconClockShare = IconClockShare; exports.IconClockShield = IconClockShield; exports.IconClockStar = IconClockStar; exports.IconClockStop = IconClockStop; exports.IconClockUp = IconClockUp; exports.IconClockX = IconClockX; exports.IconClothesRack = IconClothesRack; exports.IconClothesRackOff = IconClothesRackOff; exports.IconCloud = IconCloud; exports.IconCloudBitcoin = IconCloudBitcoin; exports.IconCloudBolt = IconCloudBolt; exports.IconCloudCancel = IconCloudCancel; exports.IconCloudCheck = IconCloudCheck; exports.IconCloudCode = IconCloudCode; exports.IconCloudCog = IconCloudCog; exports.IconCloudComputing = IconCloudComputing; exports.IconCloudComputingFilled = IconCloudComputingFilled; exports.IconCloudDataConnection = IconCloudDataConnection; exports.IconCloudDataConnectionFilled = IconCloudDataConnectionFilled; exports.IconCloudDollar = IconCloudDollar; exports.IconCloudDown = IconCloudDown; exports.IconCloudDownload = IconCloudDownload; exports.IconCloudExclamation = IconCloudExclamation; exports.IconCloudFilled = IconCloudFilled; exports.IconCloudFog = IconCloudFog; exports.IconCloudHeart = IconCloudHeart; exports.IconCloudLock = IconCloudLock; exports.IconCloudLockOpen = IconCloudLockOpen; exports.IconCloudMinus = IconCloudMinus; exports.IconCloudNetwork = IconCloudNetwork; exports.IconCloudOff = IconCloudOff; exports.IconCloudPause = IconCloudPause; exports.IconCloudPin = IconCloudPin; exports.IconCloudPlus = IconCloudPlus; exports.IconCloudQuestion = IconCloudQuestion; exports.IconCloudRain = IconCloudRain; exports.IconCloudSearch = IconCloudSearch; exports.IconCloudShare = IconCloudShare; exports.IconCloudSnow = IconCloudSnow; exports.IconCloudStar = IconCloudStar; exports.IconCloudStorm = IconCloudStorm; exports.IconCloudUp = IconCloudUp; exports.IconCloudUpload = IconCloudUpload; exports.IconCloudX = IconCloudX; exports.IconClover = IconClover; exports.IconClover2 = IconClover2; exports.IconCloverFilled = IconCloverFilled; exports.IconClubs = IconClubs; exports.IconClubsFilled = IconClubsFilled; exports.IconCode = IconCode; exports.IconCodeAsterisk = IconCodeAsterisk; exports.IconCodeAsterix = IconCodeAsterisk; exports.IconCodeCircle = IconCodeCircle; exports.IconCodeCircle2 = IconCodeCircle2; exports.IconCodeCircle2Filled = IconCodeCircle2Filled; exports.IconCodeCircleFilled = IconCodeCircleFilled; exports.IconCodeDots = IconCodeDots; exports.IconCodeMinus = IconCodeMinus; exports.IconCodeOff = IconCodeOff; exports.IconCodePlus = IconCodePlus; exports.IconCodeVariable = IconCodeVariable; exports.IconCodeVariableMinus = IconCodeVariableMinus; exports.IconCodeVariablePlus = IconCodeVariablePlus; exports.IconCodeblock = IconCodeblock; exports.IconCoffee = IconCoffee; exports.IconCoffeeOff = IconCoffeeOff; exports.IconCoffin = IconCoffin; exports.IconCoin = IconCoin; exports.IconCoinBitcoin = IconCoinBitcoin; exports.IconCoinBitcoinFilled = IconCoinBitcoinFilled; exports.IconCoinEuro = IconCoinEuro; exports.IconCoinEuroFilled = IconCoinEuroFilled; exports.IconCoinFilled = IconCoinFilled; exports.IconCoinMonero = IconCoinMonero; exports.IconCoinMoneroFilled = IconCoinMoneroFilled; exports.IconCoinOff = IconCoinOff; exports.IconCoinPound = IconCoinPound; exports.IconCoinPoundFilled = IconCoinPoundFilled; exports.IconCoinRupee = IconCoinRupee; exports.IconCoinRupeeFilled = IconCoinRupeeFilled; exports.IconCoinTaka = IconCoinTaka; exports.IconCoinTakaFilled = IconCoinTakaFilled; exports.IconCoinYen = IconCoinYen; exports.IconCoinYenFilled = IconCoinYenFilled; exports.IconCoinYuan = IconCoinYuan; exports.IconCoinYuanFilled = IconCoinYuanFilled; exports.IconCoins = IconCoins; exports.IconColorFilter = IconColorFilter; exports.IconColorPicker = IconColorPicker; exports.IconColorPickerOff = IconColorPickerOff; exports.IconColorSwatch = IconColorSwatch; exports.IconColorSwatchOff = IconColorSwatchOff; exports.IconColumnInsertLeft = IconColumnInsertLeft; exports.IconColumnInsertRight = IconColumnInsertRight; exports.IconColumnRemove = IconColumnRemove; exports.IconColumns = IconColumns; exports.IconColumns1 = IconColumns1; exports.IconColumns1Filled = IconColumns1Filled; exports.IconColumns2 = IconColumns2; exports.IconColumns2Filled = IconColumns2Filled; exports.IconColumns3 = IconColumns3; exports.IconColumns3Filled = IconColumns3Filled; exports.IconColumnsOff = IconColumnsOff; exports.IconComet = IconComet; exports.IconCommand = IconCommand; exports.IconCommandOff = IconCommandOff; exports.IconCompass = IconCompass; exports.IconCompassFilled = IconCompassFilled; exports.IconCompassOff = IconCompassOff; exports.IconComponents = IconComponents; exports.IconComponentsOff = IconComponentsOff; exports.IconCone = IconCone; exports.IconCone2 = IconCone2; exports.IconCone2Filled = IconCone2Filled; exports.IconConeFilled = IconConeFilled; exports.IconConeOff = IconConeOff; exports.IconConePlus = IconConePlus; exports.IconConfetti = IconConfetti; exports.IconConfettiFilled = IconConfettiFilled; exports.IconConfettiOff = IconConfettiOff; exports.IconConfucius = IconConfucius; exports.IconCongruentTo = IconCongruentTo; exports.IconConnection = IconConnection; exports.IconContainer = IconContainer; exports.IconContainerFilled = IconContainerFilled; exports.IconContainerOff = IconContainerOff; exports.IconContract = IconContract; exports.IconContrast = IconContrast; exports.IconContrast2 = IconContrast2; exports.IconContrast2Filled = IconContrast2Filled; exports.IconContrast2Off = IconContrast2Off; exports.IconContrastFilled = IconContrastFilled; exports.IconContrastOff = IconContrastOff; exports.IconCooker = IconCooker; exports.IconCookie = IconCookie; exports.IconCookieFilled = IconCookieFilled; exports.IconCookieMan = IconCookieMan; exports.IconCookieManFilled = IconCookieManFilled; exports.IconCookieOff = IconCookieOff; exports.IconCopy = IconCopy; exports.IconCopyCheck = IconCopyCheck; exports.IconCopyCheckFilled = IconCopyCheckFilled; exports.IconCopyFilled = IconCopyFilled; exports.IconCopyMinus = IconCopyMinus; exports.IconCopyMinusFilled = IconCopyMinusFilled; exports.IconCopyOff = IconCopyOff; exports.IconCopyPlus = IconCopyPlus; exports.IconCopyPlusFilled = IconCopyPlusFilled; exports.IconCopyX = IconCopyX; exports.IconCopyXFilled = IconCopyXFilled; exports.IconCopyleft = IconCopyleft; exports.IconCopyleftFilled = IconCopyleftFilled; exports.IconCopyleftOff = IconCopyleftOff; exports.IconCopyright = IconCopyright; exports.IconCopyrightFilled = IconCopyrightFilled; exports.IconCopyrightOff = IconCopyrightOff; exports.IconCornerDownLeft = IconCornerDownLeft; exports.IconCornerDownLeftDouble = IconCornerDownLeftDouble; exports.IconCornerDownRight = IconCornerDownRight; exports.IconCornerDownRightDouble = IconCornerDownRightDouble; exports.IconCornerLeftDown = IconCornerLeftDown; exports.IconCornerLeftDownDouble = IconCornerLeftDownDouble; exports.IconCornerLeftUp = IconCornerLeftUp; exports.IconCornerLeftUpDouble = IconCornerLeftUpDouble; exports.IconCornerRightDown = IconCornerRightDown; exports.IconCornerRightDownDouble = IconCornerRightDownDouble; exports.IconCornerRightUp = IconCornerRightUp; exports.IconCornerRightUpDouble = IconCornerRightUpDouble; exports.IconCornerUpLeft = IconCornerUpLeft; exports.IconCornerUpLeftDouble = IconCornerUpLeftDouble; exports.IconCornerUpRight = IconCornerUpRight; exports.IconCornerUpRightDouble = IconCornerUpRightDouble; exports.IconCpu = IconCpu; exports.IconCpu2 = IconCpu2; exports.IconCpuOff = IconCpuOff; exports.IconCrane = IconCrane; exports.IconCraneOff = IconCraneOff; exports.IconCreativeCommons = IconCreativeCommons; exports.IconCreativeCommonsBy = IconCreativeCommonsBy; exports.IconCreativeCommonsNc = IconCreativeCommonsNc; exports.IconCreativeCommonsNd = IconCreativeCommonsNd; exports.IconCreativeCommonsOff = IconCreativeCommonsOff; exports.IconCreativeCommonsSa = IconCreativeCommonsSa; exports.IconCreativeCommonsZero = IconCreativeCommonsZero; exports.IconCreditCard = IconCreditCard; exports.IconCreditCardFilled = IconCreditCardFilled; exports.IconCreditCardHand = IconCreditCardHand; exports.IconCreditCardOff = IconCreditCardOff; exports.IconCreditCardPay = IconCreditCardPay; exports.IconCreditCardRefund = IconCreditCardRefund; exports.IconCredits = IconCredits; exports.IconCricket = IconCricket; exports.IconCrop = IconCrop; exports.IconCrop11 = IconCrop11; exports.IconCrop11Filled = IconCrop11Filled; exports.IconCrop169 = IconCrop169; exports.IconCrop169Filled = IconCrop169Filled; exports.IconCrop32 = IconCrop32; exports.IconCrop32Filled = IconCrop32Filled; exports.IconCrop54 = IconCrop54; exports.IconCrop54Filled = IconCrop54Filled; exports.IconCrop75 = IconCrop75; exports.IconCrop75Filled = IconCrop75Filled; exports.IconCropLandscape = IconCropLandscape; exports.IconCropLandscapeFilled = IconCropLandscapeFilled; exports.IconCropPortrait = IconCropPortrait; exports.IconCropPortraitFilled = IconCropPortraitFilled; exports.IconCross = IconCross; exports.IconCrossFilled = IconCrossFilled; exports.IconCrossOff = IconCrossOff; exports.IconCrosshair = IconCrosshair; exports.IconCrown = IconCrown; exports.IconCrownFilled = IconCrownFilled; exports.IconCrownOff = IconCrownOff; exports.IconCrutches = IconCrutches; exports.IconCrutchesOff = IconCrutchesOff; exports.IconCrystalBall = IconCrystalBall; exports.IconCsv = IconCsv; exports.IconCube = IconCube; exports.IconCube3dSphere = IconCube3dSphere; exports.IconCube3dSphereOff = IconCube3dSphereOff; exports.IconCubeOff = IconCubeOff; exports.IconCubePlus = IconCubePlus; exports.IconCubeSend = IconCubeSend; exports.IconCubeSpark = IconCubeSpark; exports.IconCubeUnfolded = IconCubeUnfolded; exports.IconCup = IconCup; exports.IconCupOff = IconCupOff; exports.IconCurling = IconCurling; exports.IconCurlyLoop = IconCurlyLoop; exports.IconCurrency = IconCurrency; exports.IconCurrencyAfghani = IconCurrencyAfghani; exports.IconCurrencyBahraini = IconCurrencyBahraini; exports.IconCurrencyBaht = IconCurrencyBaht; exports.IconCurrencyBitcoin = IconCurrencyBitcoin; exports.IconCurrencyCent = IconCurrencyCent; exports.IconCurrencyDinar = IconCurrencyDinar; exports.IconCurrencyDirham = IconCurrencyDirham; exports.IconCurrencyDogecoin = IconCurrencyDogecoin; exports.IconCurrencyDollar = IconCurrencyDollar; exports.IconCurrencyDollarAustralian = IconCurrencyDollarAustralian; exports.IconCurrencyDollarBrunei = IconCurrencyDollarBrunei; exports.IconCurrencyDollarCanadian = IconCurrencyDollarCanadian; exports.IconCurrencyDollarGuyanese = IconCurrencyDollarGuyanese; exports.IconCurrencyDollarOff = IconCurrencyDollarOff; exports.IconCurrencyDollarSingapore = IconCurrencyDollarSingapore; exports.IconCurrencyDollarZimbabwean = IconCurrencyDollarZimbabwean; exports.IconCurrencyDong = IconCurrencyDong; exports.IconCurrencyDram = IconCurrencyDram; exports.IconCurrencyEthereum = IconCurrencyEthereum; exports.IconCurrencyEuro = IconCurrencyEuro; exports.IconCurrencyEuroOff = IconCurrencyEuroOff; exports.IconCurrencyFlorin = IconCurrencyFlorin; exports.IconCurrencyForint = IconCurrencyForint; exports.IconCurrencyFrank = IconCurrencyFrank; exports.IconCurrencyGuarani = IconCurrencyGuarani; exports.IconCurrencyHryvnia = IconCurrencyHryvnia; exports.IconCurrencyIranianRial = IconCurrencyIranianRial; exports.IconCurrencyKip = IconCurrencyKip; exports.IconCurrencyKroneCzech = IconCurrencyKroneCzech; exports.IconCurrencyKroneDanish = IconCurrencyKroneDanish; exports.IconCurrencyKroneSwedish = IconCurrencyKroneSwedish; exports.IconCurrencyLari = IconCurrencyLari; exports.IconCurrencyLeu = IconCurrencyLeu; exports.IconCurrencyLira = IconCurrencyLira; exports.IconCurrencyLitecoin = IconCurrencyLitecoin; exports.IconCurrencyLyd = IconCurrencyLyd; exports.IconCurrencyManat = IconCurrencyManat; exports.IconCurrencyMonero = IconCurrencyMonero; exports.IconCurrencyNaira = IconCurrencyNaira; exports.IconCurrencyNano = IconCurrencyNano; exports.IconCurrencyOff = IconCurrencyOff; exports.IconCurrencyPaanga = IconCurrencyPaanga; exports.IconCurrencyPeso = IconCurrencyPeso; exports.IconCurrencyPound = IconCurrencyPound; exports.IconCurrencyPoundOff = IconCurrencyPoundOff; exports.IconCurrencyQuetzal = IconCurrencyQuetzal; exports.IconCurrencyReal = IconCurrencyReal; exports.IconCurrencyRenminbi = IconCurrencyRenminbi; exports.IconCurrencyRipple = IconCurrencyRipple; exports.IconCurrencyRiyal = IconCurrencyRiyal; exports.IconCurrencyRubel = IconCurrencyRubel; exports.IconCurrencyRufiyaa = IconCurrencyRufiyaa; exports.IconCurrencyRupee = IconCurrencyRupee; exports.IconCurrencyRupeeNepalese = IconCurrencyRupeeNepalese; exports.IconCurrencyShekel = IconCurrencyShekel; exports.IconCurrencySolana = IconCurrencySolana; exports.IconCurrencySom = IconCurrencySom; exports.IconCurrencyTaka = IconCurrencyTaka; exports.IconCurrencyTenge = IconCurrencyTenge; exports.IconCurrencyTugrik = IconCurrencyTugrik; exports.IconCurrencyWon = IconCurrencyWon; exports.IconCurrencyXrp = IconCurrencyXrp; exports.IconCurrencyYen = IconCurrencyYen; exports.IconCurrencyYenOff = IconCurrencyYenOff; exports.IconCurrencyYuan = IconCurrencyYuan; exports.IconCurrencyZloty = IconCurrencyZloty; exports.IconCurrentLocation = IconCurrentLocation; exports.IconCurrentLocationFilled = IconCurrentLocationFilled; exports.IconCurrentLocationOff = IconCurrentLocationOff; exports.IconCursorOff = IconCursorOff; exports.IconCursorText = IconCursorText; exports.IconCut = IconCut; exports.IconCylinder = IconCylinder; exports.IconCylinderOff = IconCylinderOff; exports.IconCylinderPlus = IconCylinderPlus; exports.IconDashboard = IconDashboard; exports.IconDashboardFilled = IconDashboardFilled; exports.IconDashboardOff = IconDashboardOff; exports.IconDatabase = IconDatabase; exports.IconDatabaseCog = IconDatabaseCog; exports.IconDatabaseDollar = IconDatabaseDollar; exports.IconDatabaseEdit = IconDatabaseEdit; exports.IconDatabaseExclamation = IconDatabaseExclamation; exports.IconDatabaseExport = IconDatabaseExport; exports.IconDatabaseFilled = IconDatabaseFilled; exports.IconDatabaseHeart = IconDatabaseHeart; exports.IconDatabaseImport = IconDatabaseImport; exports.IconDatabaseLeak = IconDatabaseLeak; exports.IconDatabaseMinus = IconDatabaseMinus; exports.IconDatabaseOff = IconDatabaseOff; exports.IconDatabasePlus = IconDatabasePlus; exports.IconDatabaseSearch = IconDatabaseSearch; exports.IconDatabaseShare = IconDatabaseShare; exports.IconDatabaseSmile = IconDatabaseSmile; exports.IconDatabaseStar = IconDatabaseStar; exports.IconDatabaseX = IconDatabaseX; exports.IconDeaf = IconDeaf; exports.IconDecimal = IconDecimal; exports.IconDeer = IconDeer; exports.IconDelta = IconDelta; exports.IconDental = IconDental; exports.IconDentalBroken = IconDentalBroken; exports.IconDentalOff = IconDentalOff; exports.IconDeselect = IconDeselect; exports.IconDesk = IconDesk; exports.IconDetails = IconDetails; exports.IconDetailsOff = IconDetailsOff; exports.IconDevice3dCamera = IconDevice3dCamera; exports.IconDevice3dLens = IconDevice3dLens; exports.IconDeviceAirpods = IconDeviceAirpods; exports.IconDeviceAirpodsCase = IconDeviceAirpodsCase; exports.IconDeviceAirtag = IconDeviceAirtag; exports.IconDeviceAnalytics = IconDeviceAnalytics; exports.IconDeviceAudioTape = IconDeviceAudioTape; exports.IconDeviceCameraPhone = IconDeviceCameraPhone; exports.IconDeviceCctv = IconDeviceCctv; exports.IconDeviceCctvFilled = IconDeviceCctvFilled; exports.IconDeviceCctvOff = IconDeviceCctvOff; exports.IconDeviceComputerCamera = IconDeviceComputerCamera; exports.IconDeviceComputerCameraOff = IconDeviceComputerCameraOff; exports.IconDeviceDesktop = IconDeviceDesktop; exports.IconDeviceDesktopAnalytics = IconDeviceDesktopAnalytics; exports.IconDeviceDesktopBolt = IconDeviceDesktopBolt; exports.IconDeviceDesktopCancel = IconDeviceDesktopCancel; exports.IconDeviceDesktopCheck = IconDeviceDesktopCheck; exports.IconDeviceDesktopCode = IconDeviceDesktopCode; exports.IconDeviceDesktopCog = IconDeviceDesktopCog; exports.IconDeviceDesktopDollar = IconDeviceDesktopDollar; exports.IconDeviceDesktopDown = IconDeviceDesktopDown; exports.IconDeviceDesktopExclamation = IconDeviceDesktopExclamation; exports.IconDeviceDesktopFilled = IconDeviceDesktopFilled; exports.IconDeviceDesktopHeart = IconDeviceDesktopHeart; exports.IconDeviceDesktopMinus = IconDeviceDesktopMinus; exports.IconDeviceDesktopOff = IconDeviceDesktopOff; exports.IconDeviceDesktopPause = IconDeviceDesktopPause; exports.IconDeviceDesktopPin = IconDeviceDesktopPin; exports.IconDeviceDesktopPlus = IconDeviceDesktopPlus; exports.IconDeviceDesktopQuestion = IconDeviceDesktopQuestion; exports.IconDeviceDesktopSearch = IconDeviceDesktopSearch; exports.IconDeviceDesktopShare = IconDeviceDesktopShare; exports.IconDeviceDesktopStar = IconDeviceDesktopStar; exports.IconDeviceDesktopUp = IconDeviceDesktopUp; exports.IconDeviceDesktopX = IconDeviceDesktopX; exports.IconDeviceFloppy = IconDeviceFloppy; exports.IconDeviceFloppyFilled = IconDeviceFloppyFilled; exports.IconDeviceGamepad = IconDeviceGamepad; exports.IconDeviceGamepad2 = IconDeviceGamepad2; exports.IconDeviceGamepad2Filled = IconDeviceGamepad2Filled; exports.IconDeviceGamepad3 = IconDeviceGamepad3; exports.IconDeviceGamepad3Filled = IconDeviceGamepad3Filled; exports.IconDeviceGamepadFilled = IconDeviceGamepadFilled; exports.IconDeviceHeartMonitor = IconDeviceHeartMonitor; exports.IconDeviceHeartMonitorFilled = IconDeviceHeartMonitorFilled; exports.IconDeviceImac = IconDeviceImac; exports.IconDeviceImacBolt = IconDeviceImacBolt; exports.IconDeviceImacCancel = IconDeviceImacCancel; exports.IconDeviceImacCheck = IconDeviceImacCheck; exports.IconDeviceImacCode = IconDeviceImacCode; exports.IconDeviceImacCog = IconDeviceImacCog; exports.IconDeviceImacDollar = IconDeviceImacDollar; exports.IconDeviceImacDown = IconDeviceImacDown; exports.IconDeviceImacExclamation = IconDeviceImacExclamation; exports.IconDeviceImacFilled = IconDeviceImacFilled; exports.IconDeviceImacHeart = IconDeviceImacHeart; exports.IconDeviceImacMinus = IconDeviceImacMinus; exports.IconDeviceImacOff = IconDeviceImacOff; exports.IconDeviceImacPause = IconDeviceImacPause; exports.IconDeviceImacPin = IconDeviceImacPin; exports.IconDeviceImacPlus = IconDeviceImacPlus; exports.IconDeviceImacQuestion = IconDeviceImacQuestion; exports.IconDeviceImacSearch = IconDeviceImacSearch; exports.IconDeviceImacShare = IconDeviceImacShare; exports.IconDeviceImacStar = IconDeviceImacStar; exports.IconDeviceImacUp = IconDeviceImacUp; exports.IconDeviceImacX = IconDeviceImacX; exports.IconDeviceIpad = IconDeviceIpad; exports.IconDeviceIpadBolt = IconDeviceIpadBolt; exports.IconDeviceIpadCancel = IconDeviceIpadCancel; exports.IconDeviceIpadCheck = IconDeviceIpadCheck; exports.IconDeviceIpadCode = IconDeviceIpadCode; exports.IconDeviceIpadCog = IconDeviceIpadCog; exports.IconDeviceIpadDollar = IconDeviceIpadDollar; exports.IconDeviceIpadDown = IconDeviceIpadDown; exports.IconDeviceIpadExclamation = IconDeviceIpadExclamation; exports.IconDeviceIpadFilled = IconDeviceIpadFilled; exports.IconDeviceIpadHeart = IconDeviceIpadHeart; exports.IconDeviceIpadHorizontal = IconDeviceIpadHorizontal; exports.IconDeviceIpadHorizontalBolt = IconDeviceIpadHorizontalBolt; exports.IconDeviceIpadHorizontalCancel = IconDeviceIpadHorizontalCancel; exports.IconDeviceIpadHorizontalCheck = IconDeviceIpadHorizontalCheck; exports.IconDeviceIpadHorizontalCode = IconDeviceIpadHorizontalCode; exports.IconDeviceIpadHorizontalCog = IconDeviceIpadHorizontalCog; exports.IconDeviceIpadHorizontalDollar = IconDeviceIpadHorizontalDollar; exports.IconDeviceIpadHorizontalDown = IconDeviceIpadHorizontalDown; exports.IconDeviceIpadHorizontalExclamation = IconDeviceIpadHorizontalExclamation; exports.IconDeviceIpadHorizontalHeart = IconDeviceIpadHorizontalHeart; exports.IconDeviceIpadHorizontalMinus = IconDeviceIpadHorizontalMinus; exports.IconDeviceIpadHorizontalOff = IconDeviceIpadHorizontalOff; exports.IconDeviceIpadHorizontalPause = IconDeviceIpadHorizontalPause; exports.IconDeviceIpadHorizontalPin = IconDeviceIpadHorizontalPin; exports.IconDeviceIpadHorizontalPlus = IconDeviceIpadHorizontalPlus; exports.IconDeviceIpadHorizontalQuestion = IconDeviceIpadHorizontalQuestion; exports.IconDeviceIpadHorizontalSearch = IconDeviceIpadHorizontalSearch; exports.IconDeviceIpadHorizontalShare = IconDeviceIpadHorizontalShare; exports.IconDeviceIpadHorizontalStar = IconDeviceIpadHorizontalStar; exports.IconDeviceIpadHorizontalUp = IconDeviceIpadHorizontalUp; exports.IconDeviceIpadHorizontalX = IconDeviceIpadHorizontalX; exports.IconDeviceIpadMinus = IconDeviceIpadMinus; exports.IconDeviceIpadOff = IconDeviceIpadOff; exports.IconDeviceIpadPause = IconDeviceIpadPause; exports.IconDeviceIpadPin = IconDeviceIpadPin; exports.IconDeviceIpadPlus = IconDeviceIpadPlus; exports.IconDeviceIpadQuestion = IconDeviceIpadQuestion; exports.IconDeviceIpadSearch = IconDeviceIpadSearch; exports.IconDeviceIpadShare = IconDeviceIpadShare; exports.IconDeviceIpadStar = IconDeviceIpadStar; exports.IconDeviceIpadUp = IconDeviceIpadUp; exports.IconDeviceIpadX = IconDeviceIpadX; exports.IconDeviceLandlinePhone = IconDeviceLandlinePhone; exports.IconDeviceLaptop = IconDeviceLaptop; exports.IconDeviceLaptopOff = IconDeviceLaptopOff; exports.IconDeviceMobile = IconDeviceMobile; exports.IconDeviceMobileBolt = IconDeviceMobileBolt; exports.IconDeviceMobileCancel = IconDeviceMobileCancel; exports.IconDeviceMobileCharging = IconDeviceMobileCharging; exports.IconDeviceMobileCheck = IconDeviceMobileCheck; exports.IconDeviceMobileCode = IconDeviceMobileCode; exports.IconDeviceMobileCog = IconDeviceMobileCog; exports.IconDeviceMobileDollar = IconDeviceMobileDollar; exports.IconDeviceMobileDown = IconDeviceMobileDown; exports.IconDeviceMobileExclamation = IconDeviceMobileExclamation; exports.IconDeviceMobileFilled = IconDeviceMobileFilled; exports.IconDeviceMobileHeart = IconDeviceMobileHeart; exports.IconDeviceMobileMessage = IconDeviceMobileMessage; exports.IconDeviceMobileMinus = IconDeviceMobileMinus; exports.IconDeviceMobileOff = IconDeviceMobileOff; exports.IconDeviceMobilePause = IconDeviceMobilePause; exports.IconDeviceMobilePin = IconDeviceMobilePin; exports.IconDeviceMobilePlus = IconDeviceMobilePlus; exports.IconDeviceMobileQuestion = IconDeviceMobileQuestion; exports.IconDeviceMobileRotated = IconDeviceMobileRotated; exports.IconDeviceMobileSearch = IconDeviceMobileSearch; exports.IconDeviceMobileShare = IconDeviceMobileShare; exports.IconDeviceMobileStar = IconDeviceMobileStar; exports.IconDeviceMobileUp = IconDeviceMobileUp; exports.IconDeviceMobileVibration = IconDeviceMobileVibration; exports.IconDeviceMobileX = IconDeviceMobileX; exports.IconDeviceNintendo = IconDeviceNintendo; exports.IconDeviceNintendoOff = IconDeviceNintendoOff; exports.IconDeviceProjector = IconDeviceProjector; exports.IconDeviceRemote = IconDeviceRemote; exports.IconDeviceRemoteFilled = IconDeviceRemoteFilled; exports.IconDeviceScreen = IconDeviceScreen; exports.IconDeviceSdCard = IconDeviceSdCard; exports.IconDeviceSim = IconDeviceSim; exports.IconDeviceSim1 = IconDeviceSim1; exports.IconDeviceSim2 = IconDeviceSim2; exports.IconDeviceSim3 = IconDeviceSim3; exports.IconDeviceSpeaker = IconDeviceSpeaker; exports.IconDeviceSpeakerFilled = IconDeviceSpeakerFilled; exports.IconDeviceSpeakerOff = IconDeviceSpeakerOff; exports.IconDeviceTablet = IconDeviceTablet; exports.IconDeviceTabletBolt = IconDeviceTabletBolt; exports.IconDeviceTabletCancel = IconDeviceTabletCancel; exports.IconDeviceTabletCheck = IconDeviceTabletCheck; exports.IconDeviceTabletCode = IconDeviceTabletCode; exports.IconDeviceTabletCog = IconDeviceTabletCog; exports.IconDeviceTabletDollar = IconDeviceTabletDollar; exports.IconDeviceTabletDown = IconDeviceTabletDown; exports.IconDeviceTabletExclamation = IconDeviceTabletExclamation; exports.IconDeviceTabletFilled = IconDeviceTabletFilled; exports.IconDeviceTabletHeart = IconDeviceTabletHeart; exports.IconDeviceTabletMinus = IconDeviceTabletMinus; exports.IconDeviceTabletOff = IconDeviceTabletOff; exports.IconDeviceTabletPause = IconDeviceTabletPause; exports.IconDeviceTabletPin = IconDeviceTabletPin; exports.IconDeviceTabletPlus = IconDeviceTabletPlus; exports.IconDeviceTabletQuestion = IconDeviceTabletQuestion; exports.IconDeviceTabletSearch = IconDeviceTabletSearch; exports.IconDeviceTabletShare = IconDeviceTabletShare; exports.IconDeviceTabletStar = IconDeviceTabletStar; exports.IconDeviceTabletUp = IconDeviceTabletUp; exports.IconDeviceTabletX = IconDeviceTabletX; exports.IconDeviceTv = IconDeviceTv; exports.IconDeviceTvFilled = IconDeviceTvFilled; exports.IconDeviceTvOff = IconDeviceTvOff; exports.IconDeviceTvOld = IconDeviceTvOld; exports.IconDeviceTvOldFilled = IconDeviceTvOldFilled; exports.IconDeviceUnknown = IconDeviceUnknown; exports.IconDeviceUnknownFilled = IconDeviceUnknownFilled; exports.IconDeviceUsb = IconDeviceUsb; exports.IconDeviceUsbFilled = IconDeviceUsbFilled; exports.IconDeviceVisionPro = IconDeviceVisionPro; exports.IconDeviceVisionProFilled = IconDeviceVisionProFilled; exports.IconDeviceWatch = IconDeviceWatch; exports.IconDeviceWatchBolt = IconDeviceWatchBolt; exports.IconDeviceWatchCancel = IconDeviceWatchCancel; exports.IconDeviceWatchCheck = IconDeviceWatchCheck; exports.IconDeviceWatchCode = IconDeviceWatchCode; exports.IconDeviceWatchCog = IconDeviceWatchCog; exports.IconDeviceWatchDollar = IconDeviceWatchDollar; exports.IconDeviceWatchDown = IconDeviceWatchDown; exports.IconDeviceWatchExclamation = IconDeviceWatchExclamation; exports.IconDeviceWatchFilled = IconDeviceWatchFilled; exports.IconDeviceWatchHeart = IconDeviceWatchHeart; exports.IconDeviceWatchMinus = IconDeviceWatchMinus; exports.IconDeviceWatchOff = IconDeviceWatchOff; exports.IconDeviceWatchPause = IconDeviceWatchPause; exports.IconDeviceWatchPin = IconDeviceWatchPin; exports.IconDeviceWatchPlus = IconDeviceWatchPlus; exports.IconDeviceWatchQuestion = IconDeviceWatchQuestion; exports.IconDeviceWatchSearch = IconDeviceWatchSearch; exports.IconDeviceWatchShare = IconDeviceWatchShare; exports.IconDeviceWatchStar = IconDeviceWatchStar; exports.IconDeviceWatchStats = IconDeviceWatchStats; exports.IconDeviceWatchStats2 = IconDeviceWatchStats2; exports.IconDeviceWatchUp = IconDeviceWatchUp; exports.IconDeviceWatchX = IconDeviceWatchX; exports.IconDevices = IconDevices; exports.IconDevices2 = IconDevices2; exports.IconDevicesBolt = IconDevicesBolt; exports.IconDevicesCancel = IconDevicesCancel; exports.IconDevicesCheck = IconDevicesCheck; exports.IconDevicesCode = IconDevicesCode; exports.IconDevicesCog = IconDevicesCog; exports.IconDevicesDollar = IconDevicesDollar; exports.IconDevicesDown = IconDevicesDown; exports.IconDevicesExclamation = IconDevicesExclamation; exports.IconDevicesHeart = IconDevicesHeart; exports.IconDevicesMinus = IconDevicesMinus; exports.IconDevicesOff = IconDevicesOff; exports.IconDevicesPause = IconDevicesPause; exports.IconDevicesPc = IconDevicesPc; exports.IconDevicesPcOff = IconDevicesPcOff; exports.IconDevicesPin = IconDevicesPin; exports.IconDevicesPlus = IconDevicesPlus; exports.IconDevicesQuestion = IconDevicesQuestion; exports.IconDevicesSearch = IconDevicesSearch; exports.IconDevicesShare = IconDevicesShare; exports.IconDevicesStar = IconDevicesStar; exports.IconDevicesUp = IconDevicesUp; exports.IconDevicesX = IconDevicesX; exports.IconDiabolo = IconDiabolo; exports.IconDiaboloOff = IconDiaboloOff; exports.IconDiaboloPlus = IconDiaboloPlus; exports.IconDialpad = IconDialpad; exports.IconDialpadFilled = IconDialpadFilled; exports.IconDialpadOff = IconDialpadOff; exports.IconDiamond = IconDiamond; exports.IconDiamondFilled = IconDiamondFilled; exports.IconDiamondOff = IconDiamondOff; exports.IconDiamonds = IconDiamonds; exports.IconDiamondsFilled = IconDiamondsFilled; exports.IconDiaper = IconDiaper; exports.IconDice = IconDice; exports.IconDice1 = IconDice1; exports.IconDice1Filled = IconDice1Filled; exports.IconDice2 = IconDice2; exports.IconDice2Filled = IconDice2Filled; exports.IconDice3 = IconDice3; exports.IconDice3Filled = IconDice3Filled; exports.IconDice4 = IconDice4; exports.IconDice4Filled = IconDice4Filled; exports.IconDice5 = IconDice5; exports.IconDice5Filled = IconDice5Filled; exports.IconDice6 = IconDice6; exports.IconDice6Filled = IconDice6Filled; exports.IconDiceFilled = IconDiceFilled; exports.IconDimensions = IconDimensions; exports.IconDirection = IconDirection; exports.IconDirectionArrows = IconDirectionArrows; exports.IconDirectionArrowsFilled = IconDirectionArrowsFilled; exports.IconDirectionHorizontal = IconDirectionHorizontal; exports.IconDirectionSign = IconDirectionSign; exports.IconDirectionSignFilled = IconDirectionSignFilled; exports.IconDirectionSignOff = IconDirectionSignOff; exports.IconDirections = IconDirections; exports.IconDirectionsFilled = IconDirectionsFilled; exports.IconDirectionsOff = IconDirectionsOff; exports.IconDisabled = IconDisabled; exports.IconDisabled2 = IconDisabled2; exports.IconDisabledOff = IconDisabledOff; exports.IconDisc = IconDisc; exports.IconDiscFilled = IconDiscFilled; exports.IconDiscGolf = IconDiscGolf; exports.IconDiscOff = IconDiscOff; exports.IconDiscount = IconDiscount; exports.IconDiscount2 = IconRosetteDiscount; exports.IconDiscount2Off = IconRosetteDiscountOff; exports.IconDiscountCheck = IconRosetteDiscountCheck; exports.IconDiscountCheckFilled = IconRosetteDiscountCheckFilled; exports.IconDiscountFilled = IconDiscountFilled; exports.IconDiscountOff = IconDiscountOff; exports.IconDivide = IconDivide; exports.IconDna = IconDna; exports.IconDna2 = IconDna2; exports.IconDna2Off = IconDna2Off; exports.IconDnaOff = IconDnaOff; exports.IconDog = IconDog; exports.IconDogBowl = IconDogBowl; exports.IconDoor = IconDoor; exports.IconDoorEnter = IconDoorEnter; exports.IconDoorExit = IconDoorExit; exports.IconDoorOff = IconDoorOff; exports.IconDots = IconDots; exports.IconDotsCircleHorizontal = IconDotsCircleHorizontal; exports.IconDotsDiagonal = IconDotsDiagonal; exports.IconDotsDiagonal2 = IconDotsDiagonal2; exports.IconDotsFilled = IconDotsFilled; exports.IconDotsVertical = IconDotsVertical; exports.IconDotsVerticalFilled = IconDotsVerticalFilled; exports.IconDownload = IconDownload; exports.IconDownloadFilled = IconDownloadFilled; exports.IconDownloadOff = IconDownloadOff; exports.IconDragDrop = IconDragDrop; exports.IconDragDrop2 = IconDragDrop2; exports.IconDrone = IconDrone; exports.IconDroneOff = IconDroneOff; exports.IconDropCircle = IconDropCircle; exports.IconDropCircleFilled = IconDropCircleFilled; exports.IconDroplet = IconDroplet; exports.IconDropletBolt = IconDropletBolt; exports.IconDropletCancel = IconDropletCancel; exports.IconDropletCheck = IconDropletCheck; exports.IconDropletCode = IconDropletCode; exports.IconDropletCog = IconDropletCog; exports.IconDropletDollar = IconDropletDollar; exports.IconDropletDown = IconDropletDown; exports.IconDropletExclamation = IconDropletExclamation; exports.IconDropletFilled = IconDropletFilled; exports.IconDropletHalf = IconDropletHalf; exports.IconDropletHalf2 = IconDropletHalf2; exports.IconDropletHalf2Filled = IconDropletHalf2Filled; exports.IconDropletHalfFilled = IconDropletHalfFilled; exports.IconDropletHeart = IconDropletHeart; exports.IconDropletMinus = IconDropletMinus; exports.IconDropletOff = IconDropletOff; exports.IconDropletPause = IconDropletPause; exports.IconDropletPin = IconDropletPin; exports.IconDropletPlus = IconDropletPlus; exports.IconDropletQuestion = IconDropletQuestion; exports.IconDropletSearch = IconDropletSearch; exports.IconDropletShare = IconDropletShare; exports.IconDropletStar = IconDropletStar; exports.IconDropletUp = IconDropletUp; exports.IconDropletX = IconDropletX; exports.IconDroplets = IconDroplets; exports.IconDropletsFilled = IconDropletsFilled; exports.IconDualScreen = IconDualScreen; exports.IconDualScreenFilled = IconDualScreenFilled; exports.IconDumpling = IconDumpling; exports.IconDumplingFilled = IconDumplingFilled; exports.IconEPassport = IconEPassport; exports.IconEar = IconEar; exports.IconEarOff = IconEarOff; exports.IconEarScan = IconEarScan; exports.IconEaseIn = IconEaseIn; exports.IconEaseInControlPoint = IconEaseInControlPoint; exports.IconEaseInControlPointFilled = IconEaseInControlPointFilled; exports.IconEaseInOut = IconEaseInOut; exports.IconEaseInOutControlPoints = IconEaseInOutControlPoints; exports.IconEaseInOutControlPointsFilled = IconEaseInOutControlPointsFilled; exports.IconEaseOut = IconEaseOut; exports.IconEaseOutControlPoint = IconEaseOutControlPoint; exports.IconEaseOutControlPointFilled = IconEaseOutControlPointFilled; exports.IconEdit = IconEdit; exports.IconEditCircle = IconEditCircle; exports.IconEditCircleOff = IconEditCircleOff; exports.IconEditFilled = IconEditFilled; exports.IconEditOff = IconEditOff; exports.IconEgg = IconEgg; exports.IconEggCracked = IconEggCracked; exports.IconEggCrackedFilled = IconEggCrackedFilled; exports.IconEggFilled = IconEggFilled; exports.IconEggFried = IconEggFried; exports.IconEggFriedFilled = IconEggFriedFilled; exports.IconEggOff = IconEggOff; exports.IconEggs = IconEggs; exports.IconElevator = IconElevator; exports.IconElevatorFilled = IconElevatorFilled; exports.IconElevatorOff = IconElevatorOff; exports.IconEmergencyBed = IconEmergencyBed; exports.IconEmpathize = IconEmpathize; exports.IconEmpathizeOff = IconEmpathizeOff; exports.IconEmphasis = IconEmphasis; exports.IconEngine = IconEngine; exports.IconEngineFilled = IconEngineFilled; exports.IconEngineOff = IconEngineOff; exports.IconEqual = IconEqual; exports.IconEqualDouble = IconEqualDouble; exports.IconEqualNot = IconEqualNot; exports.IconEraser = IconEraser; exports.IconEraserOff = IconEraserOff; exports.IconError404 = IconError404; exports.IconError404Off = IconError404Off; exports.IconEscalator = IconEscalator; exports.IconEscalatorDown = IconEscalatorDown; exports.IconEscalatorDownFilled = IconEscalatorDownFilled; exports.IconEscalatorFilled = IconEscalatorFilled; exports.IconEscalatorUp = IconEscalatorUp; exports.IconEscalatorUpFilled = IconEscalatorUpFilled; exports.IconExchange = IconExchange; exports.IconExchangeFilled = IconExchangeFilled; exports.IconExchangeOff = IconExchangeOff; exports.IconExclamationCircle = IconExclamationCircle; exports.IconExclamationCircleFilled = IconExclamationCircleFilled; exports.IconExclamationMark = IconExclamationMark; exports.IconExclamationMarkOff = IconExclamationMarkOff; exports.IconExplicit = IconExplicit; exports.IconExplicitFilled = IconExplicitFilled; exports.IconExplicitOff = IconExplicitOff; exports.IconExposure = IconExposure; exports.IconExposure0 = IconExposure0; exports.IconExposureFilled = IconExposureFilled; exports.IconExposureMinus1 = IconExposureMinus1; exports.IconExposureMinus2 = IconExposureMinus2; exports.IconExposureOff = IconExposureOff; exports.IconExposurePlus1 = IconExposurePlus1; exports.IconExposurePlus2 = IconExposurePlus2; exports.IconExternalLink = IconExternalLink; exports.IconExternalLinkFilled = IconExternalLinkFilled; exports.IconExternalLinkOff = IconExternalLinkOff; exports.IconEye = IconEye; exports.IconEyeBitcoin = IconEyeBitcoin; exports.IconEyeBolt = IconEyeBolt; exports.IconEyeCancel = IconEyeCancel; exports.IconEyeCheck = IconEyeCheck; exports.IconEyeClosed = IconEyeClosed; exports.IconEyeCode = IconEyeCode; exports.IconEyeCog = IconEyeCog; exports.IconEyeDiscount = IconEyeDiscount; exports.IconEyeDollar = IconEyeDollar; exports.IconEyeDotted = IconEyeDotted; exports.IconEyeDown = IconEyeDown; exports.IconEyeEdit = IconEyeEdit; exports.IconEyeExclamation = IconEyeExclamation; exports.IconEyeFilled = IconEyeFilled; exports.IconEyeHeart = IconEyeHeart; exports.IconEyeMinus = IconEyeMinus; exports.IconEyeOff = IconEyeOff; exports.IconEyePause = IconEyePause; exports.IconEyePin = IconEyePin; exports.IconEyePlus = IconEyePlus; exports.IconEyeQuestion = IconEyeQuestion; exports.IconEyeSearch = IconEyeSearch; exports.IconEyeShare = IconEyeShare; exports.IconEyeSpark = IconEyeSpark; exports.IconEyeStar = IconEyeStar; exports.IconEyeTable = IconEyeTable; exports.IconEyeTableFilled = IconEyeTableFilled; exports.IconEyeUp = IconEyeUp; exports.IconEyeX = IconEyeX; exports.IconEyeglass = IconEyeglass; exports.IconEyeglass2 = IconEyeglass2; exports.IconEyeglass2Filled = IconEyeglass2Filled; exports.IconEyeglassFilled = IconEyeglassFilled; exports.IconEyeglassOff = IconEyeglassOff; exports.IconFaceId = IconFaceId; exports.IconFaceIdError = IconFaceIdError; exports.IconFaceMask = IconFaceMask; exports.IconFaceMaskFilled = IconFaceMaskFilled; exports.IconFaceMaskOff = IconFaceMaskOff; exports.IconFall = IconFall; exports.IconFavicon = IconFavicon; exports.IconFaviconFilled = IconFaviconFilled; exports.IconFeather = IconFeather; exports.IconFeatherFilled = IconFeatherFilled; exports.IconFeatherOff = IconFeatherOff; exports.IconFence = IconFence; exports.IconFenceFilled = IconFenceFilled; exports.IconFenceOff = IconFenceOff; exports.IconFerry = IconFerry; exports.IconFerryFilled = IconFerryFilled; exports.IconFidgetSpinner = IconFidgetSpinner; exports.IconFidgetSpinnerFilled = IconFidgetSpinnerFilled; exports.IconFile = IconFile; exports.IconFile3d = IconFile3d; exports.IconFileAi = IconFileAi; exports.IconFileAlert = IconFileAlert; exports.IconFileAnalytics = IconFileAnalytics; exports.IconFileAnalyticsFilled = IconFileAnalyticsFilled; exports.IconFileArrowLeft = IconFileArrowLeft; exports.IconFileArrowRight = IconFileArrowRight; exports.IconFileBarcode = IconFileBarcode; exports.IconFileBitcoin = IconFileBitcoin; exports.IconFileBroken = IconFileBroken; exports.IconFileCertificate = IconFileCertificate; exports.IconFileChart = IconFileChart; exports.IconFileCheck = IconFileCheck; exports.IconFileCheckFilled = IconFileCheckFilled; exports.IconFileCode = IconFileCode; exports.IconFileCode2 = IconFileCode2; exports.IconFileCode2Filled = IconFileCode2Filled; exports.IconFileCodeFilled = IconFileCodeFilled; exports.IconFileCv = IconFileCv; exports.IconFileCvFilled = IconFileCvFilled; exports.IconFileDatabase = IconFileDatabase; exports.IconFileDelta = IconFileDelta; exports.IconFileDeltaFilled = IconFileDeltaFilled; exports.IconFileDescription = IconFileDescription; exports.IconFileDescriptionFilled = IconFileDescriptionFilled; exports.IconFileDiff = IconFileDiff; exports.IconFileDiffFilled = IconFileDiffFilled; exports.IconFileDigit = IconFileDigit; exports.IconFileDigitFilled = IconFileDigitFilled; exports.IconFileDislike = IconFileDislike; exports.IconFileDollar = IconFileDollar; exports.IconFileDollarFilled = IconFileDollarFilled; exports.IconFileDots = IconFileDots; exports.IconFileDotsFilled = IconFileDotsFilled; exports.IconFileDownload = IconFileDownload; exports.IconFileDownloadFilled = IconFileDownloadFilled; exports.IconFileEuro = IconFileEuro; exports.IconFileEuroFilled = IconFileEuroFilled; exports.IconFileExcel = IconFileExcel; exports.IconFileExport = IconFileExport; exports.IconFileFilled = IconFileFilled; exports.IconFileFunction = IconFileFunction; exports.IconFileFunctionFilled = IconFileFunctionFilled; exports.IconFileHorizontal = IconFileHorizontal; exports.IconFileHorizontalFilled = IconFileHorizontalFilled; exports.IconFileImport = IconFileImport; exports.IconFileInfinity = IconFileInfinity; exports.IconFileInfo = IconFileInfo; exports.IconFileInfoFilled = IconFileInfoFilled; exports.IconFileInvoice = IconFileInvoice; exports.IconFileInvoiceFilled = IconFileInvoiceFilled; exports.IconFileIsr = IconFileIsr; exports.IconFileLambda = IconFileLambda; exports.IconFileLambdaFilled = IconFileLambdaFilled; exports.IconFileLike = IconFileLike; exports.IconFileMinus = IconFileMinus; exports.IconFileMinusFilled = IconFileMinusFilled; exports.IconFileMusic = IconFileMusic; exports.IconFileMusicFilled = IconFileMusicFilled; exports.IconFileNeutral = IconFileNeutral; exports.IconFileNeutralFilled = IconFileNeutralFilled; exports.IconFileOff = IconFileOff; exports.IconFileOrientation = IconFileOrientation; exports.IconFilePencil = IconFilePencil; exports.IconFilePencilFilled = IconFilePencilFilled; exports.IconFilePercent = IconFilePercent; exports.IconFilePercentFilled = IconFilePercentFilled; exports.IconFilePhone = IconFilePhone; exports.IconFilePhoneFilled = IconFilePhoneFilled; exports.IconFilePlus = IconFilePlus; exports.IconFilePower = IconFilePower; exports.IconFilePowerFilled = IconFilePowerFilled; exports.IconFileReport = IconFileReport; exports.IconFileRss = IconFileRss; exports.IconFileRssFilled = IconFileRssFilled; exports.IconFileSad = IconFileSad; exports.IconFileSadFilled = IconFileSadFilled; exports.IconFileScissors = IconFileScissors; exports.IconFileScissorsFilled = IconFileScissorsFilled; exports.IconFileSearch = IconFileSearch; exports.IconFileSettings = IconFileSettings; exports.IconFileSettingsFilled = IconFileSettingsFilled; exports.IconFileShredder = IconFileShredder; exports.IconFileSignal = IconFileSignal; exports.IconFileSignalFilled = IconFileSignalFilled; exports.IconFileSmile = IconFileSmile; exports.IconFileSmileFilled = IconFileSmileFilled; exports.IconFileSpark = IconFileSpark; exports.IconFileSpreadsheet = IconFileSpreadsheet; exports.IconFileStack = IconFileStack; exports.IconFileStar = IconFileStar; exports.IconFileStarFilled = IconFileStarFilled; exports.IconFileSymlink = IconFileSymlink; exports.IconFileText = IconFileText; exports.IconFileTextAi = IconFileTextAi; exports.IconFileTextFilled = IconFileTextFilled; exports.IconFileTextShield = IconFileTextShield; exports.IconFileTextSpark = IconFileTextSpark; exports.IconFileTime = IconFileTime; exports.IconFileTimeFilled = IconFileTimeFilled; exports.IconFileTypeBmp = IconFileTypeBmp; exports.IconFileTypeCss = IconFileTypeCss; exports.IconFileTypeCsv = IconFileTypeCsv; exports.IconFileTypeDoc = IconFileTypeDoc; exports.IconFileTypeDocx = IconFileTypeDocx; exports.IconFileTypeHtml = IconFileTypeHtml; exports.IconFileTypeJpg = IconFileTypeJpg; exports.IconFileTypeJs = IconFileTypeJs; exports.IconFileTypeJsx = IconFileTypeJsx; exports.IconFileTypePdf = IconFileTypePdf; exports.IconFileTypePhp = IconFileTypePhp; exports.IconFileTypePng = IconFileTypePng; exports.IconFileTypePpt = IconFileTypePpt; exports.IconFileTypeRs = IconFileTypeRs; exports.IconFileTypeSql = IconFileTypeSql; exports.IconFileTypeSvg = IconFileTypeSvg; exports.IconFileTypeTs = IconFileTypeTs; exports.IconFileTypeTsx = IconFileTypeTsx; exports.IconFileTypeTxt = IconFileTypeTxt; exports.IconFileTypeVue = IconFileTypeVue; exports.IconFileTypeXls = IconFileTypeXls; exports.IconFileTypeXml = IconFileTypeXml; exports.IconFileTypeZip = IconFileTypeZip; exports.IconFileTypography = IconFileTypography; exports.IconFileTypographyFilled = IconFileTypographyFilled; exports.IconFileUnknown = IconFileUnknown; exports.IconFileUnknownFilled = IconFileUnknownFilled; exports.IconFileUpload = IconFileUpload; exports.IconFileUploadFilled = IconFileUploadFilled; exports.IconFileVector = IconFileVector; exports.IconFileVectorFilled = IconFileVectorFilled; exports.IconFileWord = IconFileWord; exports.IconFileX = IconFileX; exports.IconFileXFilled = IconFileXFilled; exports.IconFileZip = IconFileZip; exports.IconFiles = IconFiles; exports.IconFilesFilled = IconFilesFilled; exports.IconFilesOff = IconFilesOff; exports.IconFilter = IconFilter; exports.IconFilter2 = IconFilter2; exports.IconFilter2Bolt = IconFilter2Bolt; exports.IconFilter2Cancel = IconFilter2Cancel; exports.IconFilter2Check = IconFilter2Check; exports.IconFilter2Code = IconFilter2Code; exports.IconFilter2Cog = IconFilter2Cog; exports.IconFilter2Discount = IconFilter2Discount; exports.IconFilter2Dollar = IconFilter2Dollar; exports.IconFilter2Down = IconFilter2Down; exports.IconFilter2Edit = IconFilter2Edit; exports.IconFilter2Exclamation = IconFilter2Exclamation; exports.IconFilter2Minus = IconFilter2Minus; exports.IconFilter2Pause = IconFilter2Pause; exports.IconFilter2Pin = IconFilter2Pin; exports.IconFilter2Plus = IconFilter2Plus; exports.IconFilter2Question = IconFilter2Question; exports.IconFilter2Search = IconFilter2Search; exports.IconFilter2Share = IconFilter2Share; exports.IconFilter2Spark = IconFilter2Spark; exports.IconFilter2Up = IconFilter2Up; exports.IconFilter2X = IconFilter2X; exports.IconFilterBolt = IconFilterBolt; exports.IconFilterCancel = IconFilterCancel; exports.IconFilterCheck = IconFilterCheck; exports.IconFilterCode = IconFilterCode; exports.IconFilterCog = IconFilterCog; exports.IconFilterDiscount = IconFilterDiscount; exports.IconFilterDollar = IconFilterDollar; exports.IconFilterDown = IconFilterDown; exports.IconFilterEdit = IconFilterEdit; exports.IconFilterExclamation = IconFilterExclamation; exports.IconFilterFilled = IconFilterFilled; exports.IconFilterHeart = IconFilterHeart; exports.IconFilterMinus = IconFilterMinus; exports.IconFilterOff = IconFilterOff; exports.IconFilterPause = IconFilterPause; exports.IconFilterPin = IconFilterPin; exports.IconFilterPlus = IconFilterPlus; exports.IconFilterQuestion = IconFilterQuestion; exports.IconFilterSearch = IconFilterSearch; exports.IconFilterShare = IconFilterShare; exports.IconFilterSpark = IconFilterSpark; exports.IconFilterStar = IconFilterStar; exports.IconFilterUp = IconFilterUp; exports.IconFilterX = IconFilterX; exports.IconFilters = IconFilters; exports.IconFiltersFilled = IconFiltersFilled; exports.IconFingerprint = IconFingerprint; exports.IconFingerprintOff = IconFingerprintOff; exports.IconFingerprintScan = IconFingerprintScan; exports.IconFireExtinguisher = IconFireExtinguisher; exports.IconFireHydrant = IconFireHydrant; exports.IconFireHydrantOff = IconFireHydrantOff; exports.IconFiretruck = IconFiretruck; exports.IconFirewallCheck = IconFirewallCheck; exports.IconFirewallFlame = IconFirewallFlame; exports.IconFirstAidKit = IconFirstAidKit; exports.IconFirstAidKitOff = IconFirstAidKitOff; exports.IconFish = IconFish; exports.IconFishBone = IconFishBone; exports.IconFishBoneFilled = IconFishBoneFilled; exports.IconFishChristianity = IconFishChristianity; exports.IconFishHook = IconFishHook; exports.IconFishHookOff = IconFishHookOff; exports.IconFishOff = IconFishOff; exports.IconFlag = IconFlag; exports.IconFlag2 = IconFlag2; exports.IconFlag2Filled = IconFlag2Filled; exports.IconFlag2Off = IconFlag2Off; exports.IconFlag3 = IconFlag3; exports.IconFlag3Filled = IconFlag3Filled; exports.IconFlagBitcoin = IconFlagBitcoin; exports.IconFlagBolt = IconFlagBolt; exports.IconFlagCancel = IconFlagCancel; exports.IconFlagCheck = IconFlagCheck; exports.IconFlagCode = IconFlagCode; exports.IconFlagCog = IconFlagCog; exports.IconFlagDiscount = IconFlagDiscount; exports.IconFlagDollar = IconFlagDollar; exports.IconFlagDown = IconFlagDown; exports.IconFlagExclamation = IconFlagExclamation; exports.IconFlagFilled = IconFlagFilled; exports.IconFlagHeart = IconFlagHeart; exports.IconFlagMinus = IconFlagMinus; exports.IconFlagOff = IconFlagOff; exports.IconFlagPause = IconFlagPause; exports.IconFlagPin = IconFlagPin; exports.IconFlagPlus = IconFlagPlus; exports.IconFlagQuestion = IconFlagQuestion; exports.IconFlagSearch = IconFlagSearch; exports.IconFlagShare = IconFlagShare; exports.IconFlagSpark = IconFlagSpark; exports.IconFlagStar = IconFlagStar; exports.IconFlagUp = IconFlagUp; exports.IconFlagX = IconFlagX; exports.IconFlame = IconFlame; exports.IconFlameFilled = IconFlameFilled; exports.IconFlameOff = IconFlameOff; exports.IconFlare = IconFlare; exports.IconFlareFilled = IconFlareFilled; exports.IconFlask = IconFlask; exports.IconFlask2 = IconFlask2; exports.IconFlask2Filled = IconFlask2Filled; exports.IconFlask2Off = IconFlask2Off; exports.IconFlaskFilled = IconFlaskFilled; exports.IconFlaskOff = IconFlaskOff; exports.IconFlipFlops = IconFlipFlops; exports.IconFlipHorizontal = IconFlipHorizontal; exports.IconFlipVertical = IconFlipVertical; exports.IconFloatCenter = IconFloatCenter; exports.IconFloatLeft = IconFloatLeft; exports.IconFloatNone = IconFloatNone; exports.IconFloatRight = IconFloatRight; exports.IconFlower = IconFlower; exports.IconFlowerFilled = IconFlowerFilled; exports.IconFlowerOff = IconFlowerOff; exports.IconFocus = IconFocus; exports.IconFocus2 = IconFocus2; exports.IconFocusAuto = IconFocusAuto; exports.IconFocusCentered = IconFocusCentered; exports.IconFold = IconFold; exports.IconFoldDown = IconFoldDown; exports.IconFoldUp = IconFoldUp; exports.IconFolder = IconFolder; exports.IconFolderBolt = IconFolderBolt; exports.IconFolderCancel = IconFolderCancel; exports.IconFolderCheck = IconFolderCheck; exports.IconFolderCode = IconFolderCode; exports.IconFolderCog = IconFolderCog; exports.IconFolderDollar = IconFolderDollar; exports.IconFolderDown = IconFolderDown; exports.IconFolderExclamation = IconFolderExclamation; exports.IconFolderFilled = IconFolderFilled; exports.IconFolderHeart = IconFolderHeart; exports.IconFolderMinus = IconFolderMinus; exports.IconFolderOff = IconFolderOff; exports.IconFolderOpen = IconFolderOpen; exports.IconFolderOpenFilled = IconFolderOpenFilled; exports.IconFolderPause = IconFolderPause; exports.IconFolderPin = IconFolderPin; exports.IconFolderPlus = IconFolderPlus; exports.IconFolderQuestion = IconFolderQuestion; exports.IconFolderRoot = IconFolderRoot; exports.IconFolderSearch = IconFolderSearch; exports.IconFolderShare = IconFolderShare; exports.IconFolderStar = IconFolderStar; exports.IconFolderSymlink = IconFolderSymlink; exports.IconFolderUp = IconFolderUp; exports.IconFolderX = IconFolderX; exports.IconFolders = IconFolders; exports.IconFoldersFilled = IconFoldersFilled; exports.IconFoldersOff = IconFoldersOff; exports.IconForbid = IconForbid; exports.IconForbid2 = IconForbid2; exports.IconForbid2Filled = IconForbid2Filled; exports.IconForbidFilled = IconForbidFilled; exports.IconForklift = IconForklift; exports.IconForms = IconForms; exports.IconFountain = IconFountain; exports.IconFountainFilled = IconFountainFilled; exports.IconFountainOff = IconFountainOff; exports.IconFrame = IconFrame; exports.IconFrameOff = IconFrameOff; exports.IconFreeRights = IconFreeRights; exports.IconFreezeColumn = IconFreezeColumn; exports.IconFreezeRow = IconFreezeRow; exports.IconFreezeRowColumn = IconFreezeRowColumn; exports.IconFridge = IconFridge; exports.IconFridgeOff = IconFridgeOff; exports.IconFriends = IconFriends; exports.IconFriendsOff = IconFriendsOff; exports.IconFrustum = IconFrustum; exports.IconFrustumOff = IconFrustumOff; exports.IconFrustumPlus = IconFrustumPlus; exports.IconFunction = IconFunction; exports.IconFunctionFilled = IconFunctionFilled; exports.IconFunctionOff = IconFunctionOff; exports.IconGalaxy = IconGalaxy; exports.IconGardenCart = IconGardenCart; exports.IconGardenCartFilled = IconGardenCartFilled; exports.IconGardenCartOff = IconGardenCartOff; exports.IconGasStation = IconGasStation; exports.IconGasStationFilled = IconGasStationFilled; exports.IconGasStationOff = IconGasStationOff; exports.IconGauge = IconGauge; exports.IconGaugeFilled = IconGaugeFilled; exports.IconGaugeOff = IconGaugeOff; exports.IconGavel = IconGavel; exports.IconGenderAgender = IconGenderAgender; exports.IconGenderAndrogyne = IconGenderAndrogyne; exports.IconGenderBigender = IconGenderBigender; exports.IconGenderDemiboy = IconGenderDemiboy; exports.IconGenderDemigirl = IconGenderDemigirl; exports.IconGenderEpicene = IconGenderEpicene; exports.IconGenderFemale = IconGenderFemale; exports.IconGenderFemme = IconGenderFemme; exports.IconGenderGenderfluid = IconGenderGenderfluid; exports.IconGenderGenderless = IconGenderGenderless; exports.IconGenderGenderqueer = IconGenderGenderqueer; exports.IconGenderHermaphrodite = IconGenderHermaphrodite; exports.IconGenderIntergender = IconGenderIntergender; exports.IconGenderMale = IconGenderMale; exports.IconGenderNeutrois = IconGenderNeutrois; exports.IconGenderThird = IconGenderThird; exports.IconGenderTransgender = IconGenderTransgender; exports.IconGenderTrasvesti = IconGenderTrasvesti; exports.IconGeometry = IconGeometry; exports.IconGhost = IconGhost; exports.IconGhost2 = IconGhost2; exports.IconGhost2Filled = IconGhost2Filled; exports.IconGhost3 = IconGhost3; exports.IconGhost3Filled = IconGhost3Filled; exports.IconGhostFilled = IconGhostFilled; exports.IconGhostOff = IconGhostOff; exports.IconGif = IconGif; exports.IconGift = IconGift; exports.IconGiftCard = IconGiftCard; exports.IconGiftCardFilled = IconGiftCardFilled; exports.IconGiftFilled = IconGiftFilled; exports.IconGiftOff = IconGiftOff; exports.IconGitBranch = IconGitBranch; exports.IconGitBranchDeleted = IconGitBranchDeleted; exports.IconGitCherryPick = IconGitCherryPick; exports.IconGitCommit = IconGitCommit; exports.IconGitCompare = IconGitCompare; exports.IconGitFork = IconGitFork; exports.IconGitMerge = IconGitMerge; exports.IconGitPullRequest = IconGitPullRequest; exports.IconGitPullRequestClosed = IconGitPullRequestClosed; exports.IconGitPullRequestDraft = IconGitPullRequestDraft; exports.IconGizmo = IconGizmo; exports.IconGlass = IconGlass; exports.IconGlassChampagne = IconGlassChampagne; exports.IconGlassCocktail = IconGlassCocktail; exports.IconGlassFilled = IconGlassFilled; exports.IconGlassFull = IconGlassFull; exports.IconGlassFullFilled = IconGlassFullFilled; exports.IconGlassGin = IconGlassGin; exports.IconGlassOff = IconGlassOff; exports.IconGlobe = IconGlobe; exports.IconGlobeFilled = IconGlobeFilled; exports.IconGlobeOff = IconGlobeOff; exports.IconGoGame = IconGoGame; exports.IconGolf = IconGolf; exports.IconGolfFilled = IconGolfFilled; exports.IconGolfOff = IconGolfOff; exports.IconGps = IconGps; exports.IconGpsFilled = IconGpsFilled; exports.IconGradienter = IconGradienter; exports.IconGrain = IconGrain; exports.IconGraph = IconGraph; exports.IconGraphFilled = IconGraphFilled; exports.IconGraphOff = IconGraphOff; exports.IconGrave = IconGrave; exports.IconGrave2 = IconGrave2; exports.IconGrid3x3 = IconGrid3x3; exports.IconGrid4x4 = IconGrid4x4; exports.IconGridDots = IconGridDots; exports.IconGridGoldenratio = IconGridGoldenratio; exports.IconGridPattern = IconGridPattern; exports.IconGridPatternFilled = IconGridPatternFilled; exports.IconGridScan = IconGridScan; exports.IconGrill = IconGrill; exports.IconGrillFork = IconGrillFork; exports.IconGrillOff = IconGrillOff; exports.IconGrillSpatula = IconGrillSpatula; exports.IconGripHorizontal = IconGripHorizontal; exports.IconGripVertical = IconGripVertical; exports.IconGrowth = IconGrowth; exports.IconGuitarPick = IconGuitarPick; exports.IconGuitarPickFilled = IconGuitarPickFilled; exports.IconGymnastics = IconGymnastics; exports.IconH1 = IconH1; exports.IconH2 = IconH2; exports.IconH3 = IconH3; exports.IconH4 = IconH4; exports.IconH5 = IconH5; exports.IconH6 = IconH6; exports.IconHammer = IconHammer; exports.IconHammerOff = IconHammerOff; exports.IconHandClick = IconHandClick; exports.IconHandClickOff = IconHandClickOff; exports.IconHandFinger = IconHandFinger; exports.IconHandFingerDown = IconHandFingerDown; exports.IconHandFingerLeft = IconHandFingerLeft; exports.IconHandFingerOff = IconHandFingerOff; exports.IconHandFingerRight = IconHandFingerRight; exports.IconHandGrab = IconHandGrab; exports.IconHandLittleFinger = IconHandLittleFinger; exports.IconHandLoveYou = IconHandLoveYou; exports.IconHandMiddleFinger = IconHandMiddleFinger; exports.IconHandMove = IconHandMove; exports.IconHandOff = IconHandOff; exports.IconHandRingFinger = IconHandRingFinger; exports.IconHandRock = IconHandLoveYou; exports.IconHandSanitizer = IconHandSanitizer; exports.IconHandStop = IconHandStop; exports.IconHandThreeFingers = IconHandThreeFingers; exports.IconHandTwoFingers = IconHandTwoFingers; exports.IconHanger = IconHanger; exports.IconHanger2 = IconHanger2; exports.IconHanger2Filled = IconHanger2Filled; exports.IconHangerOff = IconHangerOff; exports.IconHash = IconHash; exports.IconHaze = IconHaze; exports.IconHazeMoon = IconHazeMoon; exports.IconHdr = IconHdr; exports.IconHeading = IconHeading; exports.IconHeadingOff = IconHeadingOff; exports.IconHeadphones = IconHeadphones; exports.IconHeadphonesFilled = IconHeadphonesFilled; exports.IconHeadphonesOff = IconHeadphonesOff; exports.IconHeadset = IconHeadset; exports.IconHeadsetFilled = IconHeadsetFilled; exports.IconHeadsetOff = IconHeadsetOff; exports.IconHealthRecognition = IconHealthRecognition; exports.IconHeart = IconHeart; exports.IconHeartBitcoin = IconHeartBitcoin; exports.IconHeartBolt = IconHeartBolt; exports.IconHeartBroken = IconHeartBroken; exports.IconHeartBrokenFilled = IconHeartBrokenFilled; exports.IconHeartCancel = IconHeartCancel; exports.IconHeartCheck = IconHeartCheck; exports.IconHeartCode = IconHeartCode; exports.IconHeartCog = IconHeartCog; exports.IconHeartDiscount = IconHeartDiscount; exports.IconHeartDollar = IconHeartDollar; exports.IconHeartDown = IconHeartDown; exports.IconHeartExclamation = IconHeartExclamation; exports.IconHeartFilled = IconHeartFilled; exports.IconHeartHandshake = IconHeartHandshake; exports.IconHeartMinus = IconHeartMinus; exports.IconHeartOff = IconHeartOff; exports.IconHeartPause = IconHeartPause; exports.IconHeartPin = IconHeartPin; exports.IconHeartPlus = IconHeartPlus; exports.IconHeartQuestion = IconHeartQuestion; exports.IconHeartRateMonitor = IconHeartRateMonitor; exports.IconHeartSearch = IconHeartSearch; exports.IconHeartShare = IconHeartShare; exports.IconHeartSpark = IconHeartSpark; exports.IconHeartStar = IconHeartStar; exports.IconHeartUp = IconHeartUp; exports.IconHeartX = IconHeartX; exports.IconHeartbeat = IconHeartbeat; exports.IconHearts = IconHearts; exports.IconHeartsOff = IconHeartsOff; exports.IconHelicopter = IconHelicopter; exports.IconHelicopterFilled = IconHelicopterFilled; exports.IconHelicopterLanding = IconHelicopterLanding; exports.IconHelicopterLandingFilled = IconHelicopterLandingFilled; exports.IconHelmet = IconHelmet; exports.IconHelmetOff = IconHelmetOff; exports.IconHelp = IconHelp; exports.IconHelpCircle = IconHelpCircle; exports.IconHelpCircleFilled = IconHelpCircleFilled; exports.IconHelpFilled = IconHelpFilled; exports.IconHelpHexagon = IconHelpHexagon; exports.IconHelpHexagonFilled = IconHelpHexagonFilled; exports.IconHelpOctagon = IconHelpOctagon; exports.IconHelpOctagonFilled = IconHelpOctagonFilled; exports.IconHelpOff = IconHelpOff; exports.IconHelpSmall = IconHelpSmall; exports.IconHelpSquare = IconHelpSquare; exports.IconHelpSquareFilled = IconHelpSquareFilled; exports.IconHelpSquareRounded = IconHelpSquareRounded; exports.IconHelpSquareRoundedFilled = IconHelpSquareRoundedFilled; exports.IconHelpTriangle = IconHelpTriangle; exports.IconHelpTriangleFilled = IconHelpTriangleFilled; exports.IconHemisphere = IconHemisphere; exports.IconHemisphereOff = IconHemisphereOff; exports.IconHemispherePlus = IconHemispherePlus; exports.IconHexagon = IconHexagon; exports.IconHexagon0 = IconHexagonNumber0; exports.IconHexagon1 = IconHexagonNumber1; exports.IconHexagon2 = IconHexagonNumber2; exports.IconHexagon3 = IconHexagonNumber3; exports.IconHexagon3d = IconHexagon3d; exports.IconHexagon4 = IconHexagonNumber4; exports.IconHexagon5 = IconHexagonNumber5; exports.IconHexagon6 = IconHexagonNumber6; exports.IconHexagon7 = IconHexagonNumber7; exports.IconHexagon8 = IconHexagonNumber8; exports.IconHexagon9 = IconHexagonNumber9; exports.IconHexagonAsterisk = IconHexagonAsterisk; exports.IconHexagonFilled = IconHexagonFilled; exports.IconHexagonLetterA = IconHexagonLetterA; exports.IconHexagonLetterAFilled = IconHexagonLetterAFilled; exports.IconHexagonLetterB = IconHexagonLetterB; exports.IconHexagonLetterBFilled = IconHexagonLetterBFilled; exports.IconHexagonLetterC = IconHexagonLetterC; exports.IconHexagonLetterCFilled = IconHexagonLetterCFilled; exports.IconHexagonLetterD = IconHexagonLetterD; exports.IconHexagonLetterDFilled = IconHexagonLetterDFilled; exports.IconHexagonLetterE = IconHexagonLetterE; exports.IconHexagonLetterEFilled = IconHexagonLetterEFilled; exports.IconHexagonLetterF = IconHexagonLetterF; exports.IconHexagonLetterFFilled = IconHexagonLetterFFilled; exports.IconHexagonLetterG = IconHexagonLetterG; exports.IconHexagonLetterGFilled = IconHexagonLetterGFilled; exports.IconHexagonLetterH = IconHexagonLetterH; exports.IconHexagonLetterHFilled = IconHexagonLetterHFilled; exports.IconHexagonLetterI = IconHexagonLetterI; exports.IconHexagonLetterIFilled = IconHexagonLetterIFilled; exports.IconHexagonLetterJ = IconHexagonLetterJ; exports.IconHexagonLetterJFilled = IconHexagonLetterJFilled; exports.IconHexagonLetterK = IconHexagonLetterK; exports.IconHexagonLetterKFilled = IconHexagonLetterKFilled; exports.IconHexagonLetterL = IconHexagonLetterL; exports.IconHexagonLetterLFilled = IconHexagonLetterLFilled; exports.IconHexagonLetterM = IconHexagonLetterM; exports.IconHexagonLetterMFilled = IconHexagonLetterMFilled; exports.IconHexagonLetterN = IconHexagonLetterN; exports.IconHexagonLetterNFilled = IconHexagonLetterNFilled; exports.IconHexagonLetterO = IconHexagonLetterO; exports.IconHexagonLetterOFilled = IconHexagonLetterOFilled; exports.IconHexagonLetterP = IconHexagonLetterP; exports.IconHexagonLetterPFilled = IconHexagonLetterPFilled; exports.IconHexagonLetterQ = IconHexagonLetterQ; exports.IconHexagonLetterQFilled = IconHexagonLetterQFilled; exports.IconHexagonLetterR = IconHexagonLetterR; exports.IconHexagonLetterRFilled = IconHexagonLetterRFilled; exports.IconHexagonLetterS = IconHexagonLetterS; exports.IconHexagonLetterSFilled = IconHexagonLetterSFilled; exports.IconHexagonLetterT = IconHexagonLetterT; exports.IconHexagonLetterTFilled = IconHexagonLetterTFilled; exports.IconHexagonLetterU = IconHexagonLetterU; exports.IconHexagonLetterUFilled = IconHexagonLetterUFilled; exports.IconHexagonLetterV = IconHexagonLetterV; exports.IconHexagonLetterVFilled = IconHexagonLetterVFilled; exports.IconHexagonLetterW = IconHexagonLetterW; exports.IconHexagonLetterWFilled = IconHexagonLetterWFilled; exports.IconHexagonLetterX = IconHexagonLetterX; exports.IconHexagonLetterXFilled = IconHexagonLetterXFilled; exports.IconHexagonLetterY = IconHexagonLetterY; exports.IconHexagonLetterYFilled = IconHexagonLetterYFilled; exports.IconHexagonLetterZ = IconHexagonLetterZ; exports.IconHexagonLetterZFilled = IconHexagonLetterZFilled; exports.IconHexagonMinus = IconHexagonMinus; exports.IconHexagonMinus2 = IconHexagonMinus2; exports.IconHexagonMinusFilled = IconHexagonMinusFilled; exports.IconHexagonNumber0 = IconHexagonNumber0; exports.IconHexagonNumber0Filled = IconHexagonNumber0Filled; exports.IconHexagonNumber1 = IconHexagonNumber1; exports.IconHexagonNumber1Filled = IconHexagonNumber1Filled; exports.IconHexagonNumber2 = IconHexagonNumber2; exports.IconHexagonNumber2Filled = IconHexagonNumber2Filled; exports.IconHexagonNumber3 = IconHexagonNumber3; exports.IconHexagonNumber3Filled = IconHexagonNumber3Filled; exports.IconHexagonNumber4 = IconHexagonNumber4; exports.IconHexagonNumber4Filled = IconHexagonNumber4Filled; exports.IconHexagonNumber5 = IconHexagonNumber5; exports.IconHexagonNumber5Filled = IconHexagonNumber5Filled; exports.IconHexagonNumber6 = IconHexagonNumber6; exports.IconHexagonNumber6Filled = IconHexagonNumber6Filled; exports.IconHexagonNumber7 = IconHexagonNumber7; exports.IconHexagonNumber7Filled = IconHexagonNumber7Filled; exports.IconHexagonNumber8 = IconHexagonNumber8; exports.IconHexagonNumber8Filled = IconHexagonNumber8Filled; exports.IconHexagonNumber9 = IconHexagonNumber9; exports.IconHexagonNumber9Filled = IconHexagonNumber9Filled; exports.IconHexagonOff = IconHexagonOff; exports.IconHexagonPlus = IconHexagonPlus; exports.IconHexagonPlus2 = IconHexagonPlus2; exports.IconHexagonPlusFilled = IconHexagonPlusFilled; exports.IconHexagonalPrism = IconHexagonalPrism; exports.IconHexagonalPrismOff = IconHexagonalPrismOff; exports.IconHexagonalPrismPlus = IconHexagonalPrismPlus; exports.IconHexagonalPyramid = IconHexagonalPyramid; exports.IconHexagonalPyramidOff = IconHexagonalPyramidOff; exports.IconHexagonalPyramidPlus = IconHexagonalPyramidPlus; exports.IconHexagons = IconHexagons; exports.IconHexagonsOff = IconHexagonsOff; exports.IconHierarchy = IconHierarchy; exports.IconHierarchy2 = IconHierarchy2; exports.IconHierarchy3 = IconHierarchy3; exports.IconHierarchyOff = IconHierarchyOff; exports.IconHighlight = IconHighlight; exports.IconHighlightOff = IconHighlightOff; exports.IconHistory = IconHistory; exports.IconHistoryOff = IconHistoryOff; exports.IconHistoryToggle = IconHistoryToggle; exports.IconHome = IconHome; exports.IconHome2 = IconHome2; exports.IconHome2Filled = IconHome2Filled; exports.IconHomeBitcoin = IconHomeBitcoin; exports.IconHomeBolt = IconHomeBolt; exports.IconHomeCancel = IconHomeCancel; exports.IconHomeCheck = IconHomeCheck; exports.IconHomeCog = IconHomeCog; exports.IconHomeDollar = IconHomeDollar; exports.IconHomeDot = IconHomeDot; exports.IconHomeDown = IconHomeDown; exports.IconHomeEco = IconHomeEco; exports.IconHomeEdit = IconHomeEdit; exports.IconHomeExclamation = IconHomeExclamation; exports.IconHomeFilled = IconHomeFilled; exports.IconHomeHand = IconHomeHand; exports.IconHomeHeart = IconHomeHeart; exports.IconHomeInfinity = IconHomeInfinity; exports.IconHomeLink = IconHomeLink; exports.IconHomeLock = IconHomeLock; exports.IconHomeMinus = IconHomeMinus; exports.IconHomeMove = IconHomeMove; exports.IconHomeOff = IconHomeOff; exports.IconHomePlus = IconHomePlus; exports.IconHomeQuestion = IconHomeQuestion; exports.IconHomeRibbon = IconHomeRibbon; exports.IconHomeSearch = IconHomeSearch; exports.IconHomeShare = IconHomeShare; exports.IconHomeShield = IconHomeShield; exports.IconHomeSignal = IconHomeSignal; exports.IconHomeSpark = IconHomeSpark; exports.IconHomeStar = IconHomeStar; exports.IconHomeStats = IconHomeStats; exports.IconHomeUp = IconHomeUp; exports.IconHomeX = IconHomeX; exports.IconHorse = IconHorse; exports.IconHorseToy = IconHorseToy; exports.IconHorseshoe = IconHorseshoe; exports.IconHospital = IconHospital; exports.IconHospitalCircle = IconHospitalCircle; exports.IconHospitalCircleFilled = IconHospitalCircleFilled; exports.IconHotelService = IconHotelService; exports.IconHourglass = IconHourglass; exports.IconHourglassEmpty = IconHourglassEmpty; exports.IconHourglassFilled = IconHourglassFilled; exports.IconHourglassHigh = IconHourglassHigh; exports.IconHourglassLow = IconHourglassLow; exports.IconHourglassOff = IconHourglassOff; exports.IconHours12 = IconHours12; exports.IconHours24 = IconHours24; exports.IconHtml = IconHtml; exports.IconHttpConnect = IconHttpConnect; exports.IconHttpConnectOff = IconHttpConnectOff; exports.IconHttpDelete = IconHttpDelete; exports.IconHttpDeleteOff = IconHttpDeleteOff; exports.IconHttpGet = IconHttpGet; exports.IconHttpGetOff = IconHttpGetOff; exports.IconHttpHead = IconHttpHead; exports.IconHttpHeadOff = IconHttpHeadOff; exports.IconHttpOptions = IconHttpOptions; exports.IconHttpOptionsOff = IconHttpOptionsOff; exports.IconHttpPatch = IconHttpPatch; exports.IconHttpPatchOff = IconHttpPatchOff; exports.IconHttpPost = IconHttpPost; exports.IconHttpPostOff = IconHttpPostOff; exports.IconHttpPut = IconHttpPut; exports.IconHttpPutOff = IconHttpPutOff; exports.IconHttpQue = IconHttpQue; exports.IconHttpQueOff = IconHttpQueOff; exports.IconHttpTrace = IconHttpTrace; exports.IconHttpTraceOff = IconHttpTraceOff; exports.IconIceCream = IconIceCream; exports.IconIceCream2 = IconIceCream2; exports.IconIceCreamOff = IconIceCreamOff; exports.IconIceSkating = IconIceSkating; exports.IconIceberg = IconIceberg; exports.IconIcons = IconIcons; exports.IconIconsFilled = IconIconsFilled; exports.IconIconsOff = IconIconsOff; exports.IconId = IconId; exports.IconIdBadge = IconIdBadge; exports.IconIdBadge2 = IconIdBadge2; exports.IconIdBadgeOff = IconIdBadgeOff; exports.IconIdFilled = IconIdFilled; exports.IconIdOff = IconIdOff; exports.IconIkosaedr = IconIkosaedr; exports.IconImageGeneration = IconImageGeneration; exports.IconImageInPicture = IconImageInPicture; exports.IconInbox = IconInbox; exports.IconInboxOff = IconInboxOff; exports.IconIndentDecrease = IconIndentDecrease; exports.IconIndentIncrease = IconIndentIncrease; exports.IconInfinity = IconInfinity; exports.IconInfinityOff = IconInfinityOff; exports.IconInfoCircle = IconInfoCircle; exports.IconInfoCircleFilled = IconInfoCircleFilled; exports.IconInfoHexagon = IconInfoHexagon; exports.IconInfoHexagonFilled = IconInfoHexagonFilled; exports.IconInfoOctagon = IconInfoOctagon; exports.IconInfoOctagonFilled = IconInfoOctagonFilled; exports.IconInfoSmall = IconInfoSmall; exports.IconInfoSquare = IconInfoSquare; exports.IconInfoSquareFilled = IconInfoSquareFilled; exports.IconInfoSquareRounded = IconInfoSquareRounded; exports.IconInfoSquareRoundedFilled = IconInfoSquareRoundedFilled; exports.IconInfoTriangle = IconInfoTriangle; exports.IconInfoTriangleFilled = IconInfoTriangleFilled; exports.IconInnerShadowBottom = IconInnerShadowBottom; exports.IconInnerShadowBottomFilled = IconInnerShadowBottomFilled; exports.IconInnerShadowBottomLeft = IconInnerShadowBottomLeft; exports.IconInnerShadowBottomLeftFilled = IconInnerShadowBottomLeftFilled; exports.IconInnerShadowBottomRight = IconInnerShadowBottomRight; exports.IconInnerShadowBottomRightFilled = IconInnerShadowBottomRightFilled; exports.IconInnerShadowLeft = IconInnerShadowLeft; exports.IconInnerShadowLeftFilled = IconInnerShadowLeftFilled; exports.IconInnerShadowRight = IconInnerShadowRight; exports.IconInnerShadowRightFilled = IconInnerShadowRightFilled; exports.IconInnerShadowTop = IconInnerShadowTop; exports.IconInnerShadowTopFilled = IconInnerShadowTopFilled; exports.IconInnerShadowTopLeft = IconInnerShadowTopLeft; exports.IconInnerShadowTopLeftFilled = IconInnerShadowTopLeftFilled; exports.IconInnerShadowTopRight = IconInnerShadowTopRight; exports.IconInnerShadowTopRightFilled = IconInnerShadowTopRightFilled; exports.IconInputAi = IconInputAi; exports.IconInputCheck = IconInputCheck; exports.IconInputSearch = IconInputSearch; exports.IconInputSpark = IconInputSpark; exports.IconInputX = IconInputX; exports.IconInvoice = IconInvoice; exports.IconIroning = IconIroning; exports.IconIroning1 = IconIroning1; exports.IconIroning1Filled = IconIroning1Filled; exports.IconIroning2 = IconIroning2; exports.IconIroning2Filled = IconIroning2Filled; exports.IconIroning3 = IconIroning3; exports.IconIroning3Filled = IconIroning3Filled; exports.IconIroningFilled = IconIroningFilled; exports.IconIroningOff = IconIroningOff; exports.IconIroningSteam = IconIroningSteam; exports.IconIroningSteamFilled = IconIroningSteamFilled; exports.IconIroningSteamOff = IconIroningSteamOff; exports.IconIrregularPolyhedron = IconIrregularPolyhedron; exports.IconIrregularPolyhedronOff = IconIrregularPolyhedronOff; exports.IconIrregularPolyhedronPlus = IconIrregularPolyhedronPlus; exports.IconItalic = IconItalic; exports.IconJacket = IconJacket; exports.IconJetpack = IconJetpack; exports.IconJetpackFilled = IconJetpackFilled; exports.IconJetski = IconJetski; exports.IconJewishStar = IconJewishStar; exports.IconJewishStarFilled = IconJewishStarFilled; exports.IconJoinBevel = IconJoinBevel; exports.IconJoinRound = IconJoinRound; exports.IconJoinStraight = IconJoinStraight; exports.IconJoker = IconJoker; exports.IconJpg = IconJpg; exports.IconJson = IconJson; exports.IconJumpRope = IconJumpRope; exports.IconKarate = IconKarate; exports.IconKayak = IconKayak; exports.IconKering = IconKerning; exports.IconKerning = IconKerning; exports.IconKey = IconKey; exports.IconKeyFilled = IconKeyFilled; exports.IconKeyOff = IconKeyOff; exports.IconKeyboard = IconKeyboard; exports.IconKeyboardFilled = IconKeyboardFilled; exports.IconKeyboardHide = IconKeyboardHide; exports.IconKeyboardOff = IconKeyboardOff; exports.IconKeyboardShow = IconKeyboardShow; exports.IconKeyframe = IconKeyframe; exports.IconKeyframeAlignCenter = IconKeyframeAlignCenter; exports.IconKeyframeAlignCenterFilled = IconKeyframeAlignCenterFilled; exports.IconKeyframeAlignHorizontal = IconKeyframeAlignHorizontal; exports.IconKeyframeAlignHorizontalFilled = IconKeyframeAlignHorizontalFilled; exports.IconKeyframeAlignVertical = IconKeyframeAlignVertical; exports.IconKeyframeAlignVerticalFilled = IconKeyframeAlignVerticalFilled; exports.IconKeyframeFilled = IconKeyframeFilled; exports.IconKeyframes = IconKeyframes; exports.IconKeyframesFilled = IconKeyframesFilled; exports.IconLabel = IconLabel; exports.IconLabelFilled = IconLabelFilled; exports.IconLabelImportant = IconLabelImportant; exports.IconLabelImportantFilled = IconLabelImportantFilled; exports.IconLabelOff = IconLabelOff; exports.IconLadder = IconLadder; exports.IconLadderOff = IconLadderOff; exports.IconLadle = IconLadle; exports.IconLambda = IconLambda; exports.IconLamp = IconLamp; exports.IconLamp2 = IconLamp2; exports.IconLampOff = IconLampOff; exports.IconLane = IconLane; exports.IconLanguage = IconLanguage; exports.IconLanguageHiragana = IconLanguageHiragana; exports.IconLanguageKatakana = IconLanguageKatakana; exports.IconLanguageOff = IconLanguageOff; exports.IconLasso = IconLasso; exports.IconLassoOff = IconLassoOff; exports.IconLassoPolygon = IconLassoPolygon; exports.IconLassoPolygonFilled = IconLassoPolygonFilled; exports.IconLaurelWreath = IconLaurelWreath; exports.IconLaurelWreath1 = IconLaurelWreath1; exports.IconLaurelWreath1Filled = IconLaurelWreath1Filled; exports.IconLaurelWreath2 = IconLaurelWreath2; exports.IconLaurelWreath2Filled = IconLaurelWreath2Filled; exports.IconLaurelWreath3 = IconLaurelWreath3; exports.IconLaurelWreath3Filled = IconLaurelWreath3Filled; exports.IconLaurelWreathFilled = IconLaurelWreathFilled; exports.IconLayersDifference = IconLayersDifference; exports.IconLayersIntersect = IconLayersIntersect; exports.IconLayersIntersect2 = IconLayersIntersect2; exports.IconLayersLinked = IconLayersLinked; exports.IconLayersOff = IconLayersOff; exports.IconLayersSelected = IconLayersSelected; exports.IconLayersSelectedBottom = IconLayersSelectedBottom; exports.IconLayersSubtract = IconLayersSubtract; exports.IconLayersUnion = IconLayersUnion; exports.IconLayout = IconLayout; exports.IconLayout2 = IconLayout2; exports.IconLayout2Filled = IconLayout2Filled; exports.IconLayoutAlignBottom = IconLayoutAlignBottom; exports.IconLayoutAlignBottomFilled = IconLayoutAlignBottomFilled; exports.IconLayoutAlignCenter = IconLayoutAlignCenter; exports.IconLayoutAlignCenterFilled = IconLayoutAlignCenterFilled; exports.IconLayoutAlignLeft = IconLayoutAlignLeft; exports.IconLayoutAlignLeftFilled = IconLayoutAlignLeftFilled; exports.IconLayoutAlignMiddle = IconLayoutAlignMiddle; exports.IconLayoutAlignMiddleFilled = IconLayoutAlignMiddleFilled; exports.IconLayoutAlignRight = IconLayoutAlignRight; exports.IconLayoutAlignRightFilled = IconLayoutAlignRightFilled; exports.IconLayoutAlignTop = IconLayoutAlignTop; exports.IconLayoutAlignTopFilled = IconLayoutAlignTopFilled; exports.IconLayoutBoard = IconLayoutBoard; exports.IconLayoutBoardFilled = IconLayoutBoardFilled; exports.IconLayoutBoardSplit = IconLayoutBoardSplit; exports.IconLayoutBoardSplitFilled = IconLayoutBoardSplitFilled; exports.IconLayoutBottombar = IconLayoutBottombar; exports.IconLayoutBottombarCollapse = IconLayoutBottombarCollapse; exports.IconLayoutBottombarCollapseFilled = IconLayoutBottombarCollapseFilled; exports.IconLayoutBottombarExpand = IconLayoutBottombarExpand; exports.IconLayoutBottombarExpandFilled = IconLayoutBottombarExpandFilled; exports.IconLayoutBottombarFilled = IconLayoutBottombarFilled; exports.IconLayoutBottombarInactive = IconLayoutBottombarInactive; exports.IconLayoutCards = IconLayoutCards; exports.IconLayoutCardsFilled = IconLayoutCardsFilled; exports.IconLayoutCollage = IconLayoutCollage; exports.IconLayoutColumns = IconLayoutColumns; exports.IconLayoutDashboard = IconLayoutDashboard; exports.IconLayoutDashboardFilled = IconLayoutDashboardFilled; exports.IconLayoutDistributeHorizontal = IconLayoutDistributeHorizontal; exports.IconLayoutDistributeHorizontalFilled = IconLayoutDistributeHorizontalFilled; exports.IconLayoutDistributeVertical = IconLayoutDistributeVertical; exports.IconLayoutDistributeVerticalFilled = IconLayoutDistributeVerticalFilled; exports.IconLayoutFilled = IconLayoutFilled; exports.IconLayoutGrid = IconLayoutGrid; exports.IconLayoutGridAdd = IconLayoutGridAdd; exports.IconLayoutGridFilled = IconLayoutGridFilled; exports.IconLayoutGridRemove = IconLayoutGridRemove; exports.IconLayoutKanban = IconLayoutKanban; exports.IconLayoutKanbanFilled = IconLayoutKanbanFilled; exports.IconLayoutList = IconLayoutList; exports.IconLayoutListFilled = IconLayoutListFilled; exports.IconLayoutNavbar = IconLayoutNavbar; exports.IconLayoutNavbarCollapse = IconLayoutNavbarCollapse; exports.IconLayoutNavbarCollapseFilled = IconLayoutNavbarCollapseFilled; exports.IconLayoutNavbarExpand = IconLayoutNavbarExpand; exports.IconLayoutNavbarExpandFilled = IconLayoutNavbarExpandFilled; exports.IconLayoutNavbarFilled = IconLayoutNavbarFilled; exports.IconLayoutNavbarInactive = IconLayoutNavbarInactive; exports.IconLayoutOff = IconLayoutOff; exports.IconLayoutRows = IconLayoutRows; exports.IconLayoutSidebar = IconLayoutSidebar; exports.IconLayoutSidebarFilled = IconLayoutSidebarFilled; exports.IconLayoutSidebarInactive = IconLayoutSidebarInactive; exports.IconLayoutSidebarLeftCollapse = IconLayoutSidebarLeftCollapse; exports.IconLayoutSidebarLeftCollapseFilled = IconLayoutSidebarLeftCollapseFilled; exports.IconLayoutSidebarLeftExpand = IconLayoutSidebarLeftExpand; exports.IconLayoutSidebarLeftExpandFilled = IconLayoutSidebarLeftExpandFilled; exports.IconLayoutSidebarRight = IconLayoutSidebarRight; exports.IconLayoutSidebarRightCollapse = IconLayoutSidebarRightCollapse; exports.IconLayoutSidebarRightCollapseFilled = IconLayoutSidebarRightCollapseFilled; exports.IconLayoutSidebarRightExpand = IconLayoutSidebarRightExpand; exports.IconLayoutSidebarRightExpandFilled = IconLayoutSidebarRightExpandFilled; exports.IconLayoutSidebarRightFilled = IconLayoutSidebarRightFilled; exports.IconLayoutSidebarRightInactive = IconLayoutSidebarRightInactive; exports.IconLeaf = IconLeaf; exports.IconLeaf2 = IconLeaf2; exports.IconLeafFilled = IconLeafFilled; exports.IconLeafOff = IconLeafOff; exports.IconLego = IconLego; exports.IconLegoFilled = IconLegoFilled; exports.IconLegoOff = IconLegoOff; exports.IconLemon = IconLemon; exports.IconLemon2 = IconLemon2; exports.IconLemon2Filled = IconLemon2Filled; exports.IconLetterA = IconLetterA; exports.IconLetterASmall = IconLetterASmall; exports.IconLetterB = IconLetterB; exports.IconLetterBSmall = IconLetterBSmall; exports.IconLetterC = IconLetterC; exports.IconLetterCSmall = IconLetterCSmall; exports.IconLetterCase = IconLetterCase; exports.IconLetterCaseLower = IconLetterCaseLower; exports.IconLetterCaseToggle = IconLetterCaseToggle; exports.IconLetterCaseUpper = IconLetterCaseUpper; exports.IconLetterD = IconLetterD; exports.IconLetterDSmall = IconLetterDSmall; exports.IconLetterE = IconLetterE; exports.IconLetterESmall = IconLetterESmall; exports.IconLetterF = IconLetterF; exports.IconLetterFSmall = IconLetterFSmall; exports.IconLetterG = IconLetterG; exports.IconLetterGSmall = IconLetterGSmall; exports.IconLetterH = IconLetterH; exports.IconLetterHSmall = IconLetterHSmall; exports.IconLetterI = IconLetterI; exports.IconLetterISmall = IconLetterISmall; exports.IconLetterJ = IconLetterJ; exports.IconLetterJSmall = IconLetterJSmall; exports.IconLetterK = IconLetterK; exports.IconLetterKSmall = IconLetterKSmall; exports.IconLetterL = IconLetterL; exports.IconLetterLSmall = IconLetterLSmall; exports.IconLetterM = IconLetterM; exports.IconLetterMSmall = IconLetterMSmall; exports.IconLetterN = IconLetterN; exports.IconLetterNSmall = IconLetterNSmall; exports.IconLetterO = IconLetterO; exports.IconLetterOSmall = IconLetterOSmall; exports.IconLetterP = IconLetterP; exports.IconLetterPSmall = IconLetterPSmall; exports.IconLetterQ = IconLetterQ; exports.IconLetterQSmall = IconLetterQSmall; exports.IconLetterR = IconLetterR; exports.IconLetterRSmall = IconLetterRSmall; exports.IconLetterS = IconLetterS; exports.IconLetterSSmall = IconLetterSSmall; exports.IconLetterSpacing = IconLetterSpacing; exports.IconLetterT = IconLetterT; exports.IconLetterTSmall = IconLetterTSmall; exports.IconLetterU = IconLetterU; exports.IconLetterUSmall = IconLetterUSmall; exports.IconLetterV = IconLetterV; exports.IconLetterVSmall = IconLetterVSmall; exports.IconLetterW = IconLetterW; exports.IconLetterWSmall = IconLetterWSmall; exports.IconLetterX = IconLetterX; exports.IconLetterXSmall = IconLetterXSmall; exports.IconLetterY = IconLetterY; exports.IconLetterYSmall = IconLetterYSmall; exports.IconLetterZ = IconLetterZ; exports.IconLetterZSmall = IconLetterZSmall; exports.IconLibrary = IconLibrary; exports.IconLibraryFilled = IconLibraryFilled; exports.IconLibraryMinus = IconLibraryMinus; exports.IconLibraryPhoto = IconLibraryPhoto; exports.IconLibraryPlus = IconLibraryPlus; exports.IconLibraryPlusFilled = IconLibraryPlusFilled; exports.IconLicense = IconLicense; exports.IconLicenseOff = IconLicenseOff; exports.IconLifebuoy = IconLifebuoy; exports.IconLifebuoyFilled = IconLifebuoyFilled; exports.IconLifebuoyOff = IconLifebuoyOff; exports.IconLighter = IconLighter; exports.IconLine = IconLine; exports.IconLineDashed = IconLineDashed; exports.IconLineDotted = IconLineDotted; exports.IconLineHeight = IconLineHeight; exports.IconLineScan = IconLineScan; exports.IconLink = IconLink; exports.IconLinkFilled = IconLinkFilled; exports.IconLinkMinus = IconLinkMinus; exports.IconLinkOff = IconLinkOff; exports.IconLinkPlus = IconLinkPlus; exports.IconList = IconList; exports.IconListCheck = IconListCheck; exports.IconListCheckFilled = IconListCheckFilled; exports.IconListDetails = IconListDetails; exports.IconListDetailsFilled = IconListDetailsFilled; exports.IconListFilled = IconListFilled; exports.IconListLetters = IconListLetters; exports.IconListNumbers = IconListNumbers; exports.IconListSearch = IconListSearch; exports.IconListTree = IconListTree; exports.IconLivePhoto = IconLivePhoto; exports.IconLivePhotoFilled = IconLivePhotoFilled; exports.IconLivePhotoOff = IconLivePhotoOff; exports.IconLiveView = IconLiveView; exports.IconLiveViewFilled = IconLiveViewFilled; exports.IconLoadBalancer = IconLoadBalancer; exports.IconLoader = IconLoader; exports.IconLoader2 = IconLoader2; exports.IconLoader3 = IconLoader3; exports.IconLoaderQuarter = IconLoaderQuarter; exports.IconLocation = IconLocation; exports.IconLocationBolt = IconLocationBolt; exports.IconLocationBroken = IconLocationBroken; exports.IconLocationCancel = IconLocationCancel; exports.IconLocationCheck = IconLocationCheck; exports.IconLocationCode = IconLocationCode; exports.IconLocationCog = IconLocationCog; exports.IconLocationDiscount = IconLocationDiscount; exports.IconLocationDollar = IconLocationDollar; exports.IconLocationDown = IconLocationDown; exports.IconLocationExclamation = IconLocationExclamation; exports.IconLocationFilled = IconLocationFilled; exports.IconLocationHeart = IconLocationHeart; exports.IconLocationMinus = IconLocationMinus; exports.IconLocationOff = IconLocationOff; exports.IconLocationPause = IconLocationPause; exports.IconLocationPin = IconLocationPin; exports.IconLocationPlus = IconLocationPlus; exports.IconLocationQuestion = IconLocationQuestion; exports.IconLocationSearch = IconLocationSearch; exports.IconLocationShare = IconLocationShare; exports.IconLocationStar = IconLocationStar; exports.IconLocationUp = IconLocationUp; exports.IconLocationX = IconLocationX; exports.IconLock = IconLock; exports.IconLockAccess = IconLockAccess; exports.IconLockAccessOff = IconLockAccessOff; exports.IconLockBitcoin = IconLockBitcoin; exports.IconLockBolt = IconLockBolt; exports.IconLockCancel = IconLockCancel; exports.IconLockCheck = IconLockCheck; exports.IconLockCode = IconLockCode; exports.IconLockCog = IconLockCog; exports.IconLockDollar = IconLockDollar; exports.IconLockDown = IconLockDown; exports.IconLockExclamation = IconLockExclamation; exports.IconLockFilled = IconLockFilled; exports.IconLockHeart = IconLockHeart; exports.IconLockMinus = IconLockMinus; exports.IconLockOff = IconLockOff; exports.IconLockOpen = IconLockOpen; exports.IconLockOpen2 = IconLockOpen2; exports.IconLockOpenOff = IconLockOpenOff; exports.IconLockPassword = IconLockPassword; exports.IconLockPause = IconLockPause; exports.IconLockPin = IconLockPin; exports.IconLockPlus = IconLockPlus; exports.IconLockQuestion = IconLockQuestion; exports.IconLockSearch = IconLockSearch; exports.IconLockShare = IconLockShare; exports.IconLockSquare = IconLockSquare; exports.IconLockSquareRounded = IconLockSquareRounded; exports.IconLockSquareRoundedFilled = IconLockSquareRoundedFilled; exports.IconLockStar = IconLockStar; exports.IconLockUp = IconLockUp; exports.IconLockX = IconLockX; exports.IconLogicAnd = IconLogicAnd; exports.IconLogicBuffer = IconLogicBuffer; exports.IconLogicNand = IconLogicNand; exports.IconLogicNor = IconLogicNor; exports.IconLogicNot = IconLogicNot; exports.IconLogicOr = IconLogicOr; exports.IconLogicXnor = IconLogicXnor; exports.IconLogicXor = IconLogicXor; exports.IconLogin = IconLogin; exports.IconLogin2 = IconLogin2; exports.IconLogout = IconLogout; exports.IconLogout2 = IconLogout2; exports.IconLogs = IconLogs; exports.IconLollipop = IconLollipop; exports.IconLollipopOff = IconLollipopOff; exports.IconLuggage = IconLuggage; exports.IconLuggageOff = IconLuggageOff; exports.IconLungs = IconLungs; exports.IconLungsFilled = IconLungsFilled; exports.IconLungsOff = IconLungsOff; exports.IconMacro = IconMacro; exports.IconMacroFilled = IconMacroFilled; exports.IconMacroOff = IconMacroOff; exports.IconMagnet = IconMagnet; exports.IconMagnetFilled = IconMagnetFilled; exports.IconMagnetOff = IconMagnetOff; exports.IconMagnetic = IconMagnetic; exports.IconMail = IconMail; exports.IconMailAi = IconMailAi; exports.IconMailBitcoin = IconMailBitcoin; exports.IconMailBolt = IconMailBolt; exports.IconMailCancel = IconMailCancel; exports.IconMailCheck = IconMailCheck; exports.IconMailCode = IconMailCode; exports.IconMailCog = IconMailCog; exports.IconMailDollar = IconMailDollar; exports.IconMailDown = IconMailDown; exports.IconMailExclamation = IconMailExclamation; exports.IconMailFast = IconMailFast; exports.IconMailFilled = IconMailFilled; exports.IconMailForward = IconMailForward; exports.IconMailHeart = IconMailHeart; exports.IconMailMinus = IconMailMinus; exports.IconMailOff = IconMailOff; exports.IconMailOpened = IconMailOpened; exports.IconMailOpenedFilled = IconMailOpenedFilled; exports.IconMailPause = IconMailPause; exports.IconMailPin = IconMailPin; exports.IconMailPlus = IconMailPlus; exports.IconMailQuestion = IconMailQuestion; exports.IconMailSearch = IconMailSearch; exports.IconMailShare = IconMailShare; exports.IconMailSpark = IconMailSpark; exports.IconMailStar = IconMailStar; exports.IconMailUp = IconMailUp; exports.IconMailX = IconMailX; exports.IconMailbox = IconMailbox; exports.IconMailboxOff = IconMailboxOff; exports.IconMan = IconMan; exports.IconManFilled = IconManFilled; exports.IconManualGearbox = IconManualGearbox; exports.IconManualGearboxFilled = IconManualGearboxFilled; exports.IconMap = IconMap; exports.IconMap2 = IconMap2; exports.IconMapBolt = IconMapBolt; exports.IconMapCancel = IconMapCancel; exports.IconMapCheck = IconMapCheck; exports.IconMapCode = IconMapCode; exports.IconMapCog = IconMapCog; exports.IconMapDiscount = IconMapDiscount; exports.IconMapDollar = IconMapDollar; exports.IconMapDown = IconMapDown; exports.IconMapEast = IconMapEast; exports.IconMapExclamation = IconMapExclamation; exports.IconMapHeart = IconMapHeart; exports.IconMapLock = IconMapLock; exports.IconMapMinus = IconMapMinus; exports.IconMapNorth = IconMapNorth; exports.IconMapOff = IconMapOff; exports.IconMapPause = IconMapPause; exports.IconMapPin = IconMapPin; exports.IconMapPin2 = IconMapPin2; exports.IconMapPinBolt = IconMapPinBolt; exports.IconMapPinCancel = IconMapPinCancel; exports.IconMapPinCheck = IconMapPinCheck; exports.IconMapPinCode = IconMapPinCode; exports.IconMapPinCog = IconMapPinCog; exports.IconMapPinDollar = IconMapPinDollar; exports.IconMapPinDown = IconMapPinDown; exports.IconMapPinExclamation = IconMapPinExclamation; exports.IconMapPinFilled = IconMapPinFilled; exports.IconMapPinHeart = IconMapPinHeart; exports.IconMapPinMinus = IconMapPinMinus; exports.IconMapPinOff = IconMapPinOff; exports.IconMapPinPause = IconMapPinPause; exports.IconMapPinPin = IconMapPinPin; exports.IconMapPinPlus = IconMapPinPlus; exports.IconMapPinQuestion = IconMapPinQuestion; exports.IconMapPinSearch = IconMapPinSearch; exports.IconMapPinShare = IconMapPinShare; exports.IconMapPinStar = IconMapPinStar; exports.IconMapPinUp = IconMapPinUp; exports.IconMapPinX = IconMapPinX; exports.IconMapPins = IconMapPins; exports.IconMapPlus = IconMapPlus; exports.IconMapQuestion = IconMapQuestion; exports.IconMapRoute = IconMapRoute; exports.IconMapSearch = IconMapSearch; exports.IconMapShare = IconMapShare; exports.IconMapShield = IconMapShield; exports.IconMapSouth = IconMapSouth; exports.IconMapStar = IconMapStar; exports.IconMapUp = IconMapUp; exports.IconMapWest = IconMapWest; exports.IconMapX = IconMapX; exports.IconMarkdown = IconMarkdown; exports.IconMarkdownOff = IconMarkdownOff; exports.IconMarquee = IconMarquee; exports.IconMarquee2 = IconMarquee2; exports.IconMarqueeOff = IconMarqueeOff; exports.IconMars = IconMars; exports.IconMask = IconMask; exports.IconMaskOff = IconMaskOff; exports.IconMasksTheater = IconMasksTheater; exports.IconMasksTheaterOff = IconMasksTheaterOff; exports.IconMassage = IconMassage; exports.IconMatchstick = IconMatchstick; exports.IconMath = IconMath; exports.IconMath1Divide2 = IconMath1Divide2; exports.IconMath1Divide3 = IconMath1Divide3; exports.IconMathAvg = IconMathAvg; exports.IconMathCos = IconMathCos; exports.IconMathCtg = IconMathCtg; exports.IconMathEqualGreater = IconMathEqualGreater; exports.IconMathEqualLower = IconMathEqualLower; exports.IconMathFunction = IconMathFunction; exports.IconMathFunctionOff = IconMathFunctionOff; exports.IconMathFunctionY = IconMathFunctionY; exports.IconMathGreater = IconMathGreater; exports.IconMathIntegral = IconMathIntegral; exports.IconMathIntegralX = IconMathIntegralX; exports.IconMathIntegrals = IconMathIntegrals; exports.IconMathLower = IconMathLower; exports.IconMathMax = IconMathMax; exports.IconMathMaxMin = IconMathMaxMin; exports.IconMathMin = IconMathMin; exports.IconMathNot = IconMathNot; exports.IconMathOff = IconMathOff; exports.IconMathPi = IconMathPi; exports.IconMathPiDivide2 = IconMathPiDivide2; exports.IconMathSec = IconMathSec; exports.IconMathSin = IconMathSin; exports.IconMathSymbols = IconMathSymbols; exports.IconMathTg = IconMathTg; exports.IconMathXDivide2 = IconMathXDivide2; exports.IconMathXDivideY = IconMathXDivideY; exports.IconMathXDivideY2 = IconMathXDivideY2; exports.IconMathXFloorDivideY = IconMathXFloorDivideY; exports.IconMathXMinusX = IconMathXMinusX; exports.IconMathXMinusY = IconMathXMinusY; exports.IconMathXPlusX = IconMathXPlusX; exports.IconMathXPlusY = IconMathXPlusY; exports.IconMathXy = IconMathXy; exports.IconMathYMinusY = IconMathYMinusY; exports.IconMathYPlusY = IconMathYPlusY; exports.IconMatrix = IconMatrix; exports.IconMaximize = IconMaximize; exports.IconMaximizeOff = IconMaximizeOff; exports.IconMeat = IconMeat; exports.IconMeatOff = IconMeatOff; exports.IconMedal = IconMedal; exports.IconMedal2 = IconMedal2; exports.IconMedicalCross = IconMedicalCross; exports.IconMedicalCrossCircle = IconMedicalCrossCircle; exports.IconMedicalCrossFilled = IconMedicalCrossFilled; exports.IconMedicalCrossOff = IconMedicalCrossOff; exports.IconMedicineSyrup = IconMedicineSyrup; exports.IconMeeple = IconMeeple; exports.IconMeepleFilled = IconMeepleFilled; exports.IconMelon = IconMelon; exports.IconMelonFilled = IconMelonFilled; exports.IconMenorah = IconMenorah; exports.IconMenu = IconMenu; exports.IconMenu2 = IconMenu2; exports.IconMenu2Filled = IconMenu2Filled; exports.IconMenu3 = IconMenu3; exports.IconMenu4 = IconMenu4; exports.IconMenuDeep = IconMenuDeep; exports.IconMenuOrder = IconMenuOrder; exports.IconMesh = IconMesh; exports.IconMessage = IconMessage; exports.IconMessage2 = IconMessage2; exports.IconMessage2Bolt = IconMessage2Bolt; exports.IconMessage2Cancel = IconMessage2Cancel; exports.IconMessage2Check = IconMessage2Check; exports.IconMessage2Code = IconMessage2Code; exports.IconMessage2Cog = IconMessage2Cog; exports.IconMessage2Dollar = IconMessage2Dollar; exports.IconMessage2Down = IconMessage2Down; exports.IconMessage2Exclamation = IconMessage2Exclamation; exports.IconMessage2Filled = IconMessage2Filled; exports.IconMessage2Heart = IconMessage2Heart; exports.IconMessage2Minus = IconMessage2Minus; exports.IconMessage2Off = IconMessage2Off; exports.IconMessage2Pause = IconMessage2Pause; exports.IconMessage2Pin = IconMessage2Pin; exports.IconMessage2Plus = IconMessage2Plus; exports.IconMessage2Question = IconMessage2Question; exports.IconMessage2Search = IconMessage2Search; exports.IconMessage2Share = IconMessage2Share; exports.IconMessage2Star = IconMessage2Star; exports.IconMessage2Up = IconMessage2Up; exports.IconMessage2X = IconMessage2X; exports.IconMessageBolt = IconMessageBolt; exports.IconMessageCancel = IconMessageCancel; exports.IconMessageChatbot = IconMessageChatbot; exports.IconMessageChatbotFilled = IconMessageChatbotFilled; exports.IconMessageCheck = IconMessageCheck; exports.IconMessageCircle = IconMessageCircle; exports.IconMessageCircle2 = IconMessageCircle; exports.IconMessageCircle2Filled = IconMessageCircleFilled; exports.IconMessageCircleBolt = IconMessageCircleBolt; exports.IconMessageCircleCancel = IconMessageCircleCancel; exports.IconMessageCircleCheck = IconMessageCircleCheck; exports.IconMessageCircleCode = IconMessageCircleCode; exports.IconMessageCircleCog = IconMessageCircleCog; exports.IconMessageCircleDollar = IconMessageCircleDollar; exports.IconMessageCircleDown = IconMessageCircleDown; exports.IconMessageCircleExclamation = IconMessageCircleExclamation; exports.IconMessageCircleFilled = IconMessageCircleFilled; exports.IconMessageCircleHeart = IconMessageCircleHeart; exports.IconMessageCircleMinus = IconMessageCircleMinus; exports.IconMessageCircleOff = IconMessageCircleOff; exports.IconMessageCirclePause = IconMessageCirclePause; exports.IconMessageCirclePin = IconMessageCirclePin; exports.IconMessageCirclePlus = IconMessageCirclePlus; exports.IconMessageCircleQuestion = IconMessageCircleQuestion; exports.IconMessageCircleSearch = IconMessageCircleSearch; exports.IconMessageCircleShare = IconMessageCircleShare; exports.IconMessageCircleStar = IconMessageCircleStar; exports.IconMessageCircleUp = IconMessageCircleUp; exports.IconMessageCircleUser = IconMessageCircleUser; exports.IconMessageCircleX = IconMessageCircleX; exports.IconMessageCode = IconMessageCode; exports.IconMessageCog = IconMessageCog; exports.IconMessageDollar = IconMessageDollar; exports.IconMessageDots = IconMessageDots; exports.IconMessageDown = IconMessageDown; exports.IconMessageExclamation = IconMessageExclamation; exports.IconMessageFilled = IconMessageFilled; exports.IconMessageForward = IconMessageForward; exports.IconMessageHeart = IconMessageHeart; exports.IconMessageLanguage = IconMessageLanguage; exports.IconMessageMinus = IconMessageMinus; exports.IconMessageOff = IconMessageOff; exports.IconMessagePause = IconMessagePause; exports.IconMessagePin = IconMessagePin; exports.IconMessagePlus = IconMessagePlus; exports.IconMessageQuestion = IconMessageQuestion; exports.IconMessageReply = IconMessageReply; exports.IconMessageReport = IconMessageReport; exports.IconMessageReportFilled = IconMessageReportFilled; exports.IconMessageSearch = IconMessageSearch; exports.IconMessageShare = IconMessageShare; exports.IconMessageStar = IconMessageStar; exports.IconMessageUp = IconMessageUp; exports.IconMessageUser = IconMessageUser; exports.IconMessageX = IconMessageX; exports.IconMessages = IconMessages; exports.IconMessagesFilled = IconMessagesFilled; exports.IconMessagesOff = IconMessagesOff; exports.IconMeteor = IconMeteor; exports.IconMeteorFilled = IconMeteorFilled; exports.IconMeteorOff = IconMeteorOff; exports.IconMeterCube = IconMeterCube; exports.IconMeterSquare = IconMeterSquare; exports.IconMetronome = IconMetronome; exports.IconMichelinBibGourmand = IconMichelinBibGourmand; exports.IconMichelinStar = IconMichelinStar; exports.IconMichelinStarFilled = IconMichelinStarFilled; exports.IconMichelinStarGreen = IconMichelinStarGreen; exports.IconMickey = IconMickey; exports.IconMickeyFilled = IconMickeyFilled; exports.IconMicrofrontends = IconMicrofrontends; exports.IconMicrophone = IconMicrophone; exports.IconMicrophone2 = IconMicrophone2; exports.IconMicrophone2Off = IconMicrophone2Off; exports.IconMicrophoneFilled = IconMicrophoneFilled; exports.IconMicrophoneOff = IconMicrophoneOff; exports.IconMicroscope = IconMicroscope; exports.IconMicroscopeFilled = IconMicroscopeFilled; exports.IconMicroscopeOff = IconMicroscopeOff; exports.IconMicrowave = IconMicrowave; exports.IconMicrowaveFilled = IconMicrowaveFilled; exports.IconMicrowaveOff = IconMicrowaveOff; exports.IconMiddleware = IconMiddleware; exports.IconMilitaryAward = IconMilitaryAward; exports.IconMilitaryRank = IconMilitaryRank; exports.IconMilitaryRankFilled = IconMilitaryRankFilled; exports.IconMilk = IconMilk; exports.IconMilkFilled = IconMilkFilled; exports.IconMilkOff = IconMilkOff; exports.IconMilkshake = IconMilkshake; exports.IconMinimize = IconMinimize; exports.IconMinus = IconMinus; exports.IconMinusVertical = IconMinusVertical; exports.IconMist = IconMist; exports.IconMistOff = IconMistOff; exports.IconMobiledata = IconMobiledata; exports.IconMobiledataOff = IconMobiledataOff; exports.IconMoneybag = IconMoneybag; exports.IconMoneybagEdit = IconMoneybagEdit; exports.IconMoneybagHeart = IconMoneybagHeart; exports.IconMoneybagMinus = IconMoneybagMinus; exports.IconMoneybagMove = IconMoneybagMove; exports.IconMoneybagMoveBack = IconMoneybagMoveBack; exports.IconMoneybagPlus = IconMoneybagPlus; exports.IconMonkeybar = IconMonkeybar; exports.IconMoodAngry = IconMoodAngry; exports.IconMoodAngryFilled = IconMoodAngryFilled; exports.IconMoodAnnoyed = IconMoodAnnoyed; exports.IconMoodAnnoyed2 = IconMoodAnnoyed2; exports.IconMoodBitcoin = IconMoodBitcoin; exports.IconMoodBoy = IconMoodBoy; exports.IconMoodCheck = IconMoodCheck; exports.IconMoodCog = IconMoodCog; exports.IconMoodConfuzed = IconMoodConfuzed; exports.IconMoodConfuzedFilled = IconMoodConfuzedFilled; exports.IconMoodCrazyHappy = IconMoodCrazyHappy; exports.IconMoodCrazyHappyFilled = IconMoodCrazyHappyFilled; exports.IconMoodCry = IconMoodCry; exports.IconMoodDollar = IconMoodDollar; exports.IconMoodEdit = IconMoodEdit; exports.IconMoodEmpty = IconMoodEmpty; exports.IconMoodEmptyFilled = IconMoodEmptyFilled; exports.IconMoodHappy = IconMoodHappy; exports.IconMoodHappyFilled = IconMoodHappyFilled; exports.IconMoodHeart = IconMoodHeart; exports.IconMoodKid = IconMoodKid; exports.IconMoodKidFilled = IconMoodKidFilled; exports.IconMoodLookDown = IconMoodLookDown; exports.IconMoodLookLeft = IconMoodLookLeft; exports.IconMoodLookRight = IconMoodLookRight; exports.IconMoodLookUp = IconMoodLookUp; exports.IconMoodMinus = IconMoodMinus; exports.IconMoodNerd = IconMoodNerd; exports.IconMoodNervous = IconMoodNervous; exports.IconMoodNeutral = IconMoodNeutral; exports.IconMoodNeutralFilled = IconMoodNeutralFilled; exports.IconMoodOff = IconMoodOff; exports.IconMoodPin = IconMoodPin; exports.IconMoodPlus = IconMoodPlus; exports.IconMoodPuzzled = IconMoodPuzzled; exports.IconMoodSad = IconMoodSad; exports.IconMoodSad2 = IconMoodSad2; exports.IconMoodSadDizzy = IconMoodSadDizzy; exports.IconMoodSadFilled = IconMoodSadFilled; exports.IconMoodSadSquint = IconMoodSadSquint; exports.IconMoodSearch = IconMoodSearch; exports.IconMoodShare = IconMoodShare; exports.IconMoodSick = IconMoodSick; exports.IconMoodSilence = IconMoodSilence; exports.IconMoodSing = IconMoodSing; exports.IconMoodSmile = IconMoodSmile; exports.IconMoodSmileBeam = IconMoodSmileBeam; exports.IconMoodSmileDizzy = IconMoodSmileDizzy; exports.IconMoodSmileFilled = IconMoodSmileFilled; exports.IconMoodSpark = IconMoodSpark; exports.IconMoodSuprised = IconMoodSurprised; exports.IconMoodSurprised = IconMoodSurprised; exports.IconMoodTongue = IconMoodTongue; exports.IconMoodTongueWink = IconMoodTongueWink; exports.IconMoodTongueWink2 = IconMoodTongueWink2; exports.IconMoodUnamused = IconMoodUnamused; exports.IconMoodUp = IconMoodUp; exports.IconMoodWink = IconMoodWink; exports.IconMoodWink2 = IconMoodWink2; exports.IconMoodWrrr = IconMoodWrrr; exports.IconMoodWrrrFilled = IconMoodWrrrFilled; exports.IconMoodX = IconMoodX; exports.IconMoodXd = IconMoodXd; exports.IconMoon = IconMoon; exports.IconMoon2 = IconMoon2; exports.IconMoonFilled = IconMoonFilled; exports.IconMoonOff = IconMoonOff; exports.IconMoonStars = IconMoonStars; exports.IconMoped = IconMoped; exports.IconMotorbike = IconMotorbike; exports.IconMotorbikeFilled = IconMotorbikeFilled; exports.IconMountain = IconMountain; exports.IconMountainFilled = IconMountainFilled; exports.IconMountainOff = IconMountainOff; exports.IconMouse = IconMouse; exports.IconMouse2 = IconMouse2; exports.IconMouseFilled = IconMouseFilled; exports.IconMouseOff = IconMouseOff; exports.IconMoustache = IconMoustache; exports.IconMovie = IconMovie; exports.IconMovieOff = IconMovieOff; exports.IconMug = IconMug; exports.IconMugFilled = IconMugFilled; exports.IconMugOff = IconMugOff; exports.IconMultiplier05x = IconMultiplier05x; exports.IconMultiplier15x = IconMultiplier15x; exports.IconMultiplier1x = IconMultiplier1x; exports.IconMultiplier2x = IconMultiplier2x; exports.IconMushroom = IconMushroom; exports.IconMushroomFilled = IconMushroomFilled; exports.IconMushroomOff = IconMushroomOff; exports.IconMusic = IconMusic; exports.IconMusicBolt = IconMusicBolt; exports.IconMusicCancel = IconMusicCancel; exports.IconMusicCheck = IconMusicCheck; exports.IconMusicCode = IconMusicCode; exports.IconMusicCog = IconMusicCog; exports.IconMusicDiscount = IconMusicDiscount; exports.IconMusicDollar = IconMusicDollar; exports.IconMusicDown = IconMusicDown; exports.IconMusicExclamation = IconMusicExclamation; exports.IconMusicHeart = IconMusicHeart; exports.IconMusicMinus = IconMusicMinus; exports.IconMusicOff = IconMusicOff; exports.IconMusicPause = IconMusicPause; exports.IconMusicPin = IconMusicPin; exports.IconMusicPlus = IconMusicPlus; exports.IconMusicQuestion = IconMusicQuestion; exports.IconMusicSearch = IconMusicSearch; exports.IconMusicShare = IconMusicShare; exports.IconMusicStar = IconMusicStar; exports.IconMusicUp = IconMusicUp; exports.IconMusicX = IconMusicX; exports.IconNavigation = IconNavigation; exports.IconNavigationBolt = IconNavigationBolt; exports.IconNavigationCancel = IconNavigationCancel; exports.IconNavigationCheck = IconNavigationCheck; exports.IconNavigationCode = IconNavigationCode; exports.IconNavigationCog = IconNavigationCog; exports.IconNavigationDiscount = IconNavigationDiscount; exports.IconNavigationDollar = IconNavigationDollar; exports.IconNavigationDown = IconNavigationDown; exports.IconNavigationEast = IconNavigationEast; exports.IconNavigationExclamation = IconNavigationExclamation; exports.IconNavigationFilled = IconNavigationFilled; exports.IconNavigationHeart = IconNavigationHeart; exports.IconNavigationMinus = IconNavigationMinus; exports.IconNavigationNorth = IconNavigationNorth; exports.IconNavigationOff = IconNavigationOff; exports.IconNavigationPause = IconNavigationPause; exports.IconNavigationPin = IconNavigationPin; exports.IconNavigationPlus = IconNavigationPlus; exports.IconNavigationQuestion = IconNavigationQuestion; exports.IconNavigationSearch = IconNavigationSearch; exports.IconNavigationShare = IconNavigationShare; exports.IconNavigationSouth = IconNavigationSouth; exports.IconNavigationStar = IconNavigationStar; exports.IconNavigationTop = IconNavigationTop; exports.IconNavigationUp = IconNavigationUp; exports.IconNavigationWest = IconNavigationWest; exports.IconNavigationX = IconNavigationX; exports.IconNeedle = IconNeedle; exports.IconNeedleThread = IconNeedleThread; exports.IconNetwork = IconNetwork; exports.IconNetworkOff = IconNetworkOff; exports.IconNewSection = IconNewSection; exports.IconNews = IconNews; exports.IconNewsOff = IconNewsOff; exports.IconNfc = IconNfc; exports.IconNfcOff = IconNfcOff; exports.IconNoCopyright = IconNoCopyright; exports.IconNoCreativeCommons = IconNoCreativeCommons; exports.IconNoDerivatives = IconNoDerivatives; exports.IconNorthStar = IconNorthStar; exports.IconNote = IconNote; exports.IconNoteOff = IconNoteOff; exports.IconNotebook = IconNotebook; exports.IconNotebookOff = IconNotebookOff; exports.IconNotes = IconNotes; exports.IconNotesOff = IconNotesOff; exports.IconNotification = IconNotification; exports.IconNotificationOff = IconNotificationOff; exports.IconNumber = IconNumber; exports.IconNumber0 = IconNumber0; exports.IconNumber0Small = IconNumber0Small; exports.IconNumber1 = IconNumber1; exports.IconNumber10 = IconNumber10; exports.IconNumber100Small = IconNumber100Small; exports.IconNumber10Small = IconNumber10Small; exports.IconNumber11 = IconNumber11; exports.IconNumber11Small = IconNumber11Small; exports.IconNumber123 = IconNumber123; exports.IconNumber12Small = IconNumber12Small; exports.IconNumber13Small = IconNumber13Small; exports.IconNumber14Small = IconNumber14Small; exports.IconNumber15Small = IconNumber15Small; exports.IconNumber16Small = IconNumber16Small; exports.IconNumber17Small = IconNumber17Small; exports.IconNumber18Small = IconNumber18Small; exports.IconNumber19Small = IconNumber19Small; exports.IconNumber1Small = IconNumber1Small; exports.IconNumber2 = IconNumber2; exports.IconNumber20Small = IconNumber20Small; exports.IconNumber21Small = IconNumber21Small; exports.IconNumber22Small = IconNumber22Small; exports.IconNumber23Small = IconNumber23Small; exports.IconNumber24Small = IconNumber24Small; exports.IconNumber25Small = IconNumber25Small; exports.IconNumber26Small = IconNumber26Small; exports.IconNumber27Small = IconNumber27Small; exports.IconNumber28Small = IconNumber28Small; exports.IconNumber29Small = IconNumber29Small; exports.IconNumber2Small = IconNumber2Small; exports.IconNumber3 = IconNumber3; exports.IconNumber30Small = IconNumber30Small; exports.IconNumber31Small = IconNumber31Small; exports.IconNumber32Small = IconNumber32Small; exports.IconNumber33Small = IconNumber33Small; exports.IconNumber34Small = IconNumber34Small; exports.IconNumber35Small = IconNumber35Small; exports.IconNumber36Small = IconNumber36Small; exports.IconNumber37Small = IconNumber37Small; exports.IconNumber38Small = IconNumber38Small; exports.IconNumber39Small = IconNumber39Small; exports.IconNumber3Small = IconNumber3Small; exports.IconNumber4 = IconNumber4; exports.IconNumber40Small = IconNumber40Small; exports.IconNumber41Small = IconNumber41Small; exports.IconNumber42Small = IconNumber42Small; exports.IconNumber43Small = IconNumber43Small; exports.IconNumber44Small = IconNumber44Small; exports.IconNumber45Small = IconNumber45Small; exports.IconNumber46Small = IconNumber46Small; exports.IconNumber47Small = IconNumber47Small; exports.IconNumber48Small = IconNumber48Small; exports.IconNumber49Small = IconNumber49Small; exports.IconNumber4Small = IconNumber4Small; exports.IconNumber5 = IconNumber5; exports.IconNumber50Small = IconNumber50Small; exports.IconNumber51Small = IconNumber51Small; exports.IconNumber52Small = IconNumber52Small; exports.IconNumber53Small = IconNumber53Small; exports.IconNumber54Small = IconNumber54Small; exports.IconNumber55Small = IconNumber55Small; exports.IconNumber56Small = IconNumber56Small; exports.IconNumber57Small = IconNumber57Small; exports.IconNumber58Small = IconNumber58Small; exports.IconNumber59Small = IconNumber59Small; exports.IconNumber5Small = IconNumber5Small; exports.IconNumber6 = IconNumber6; exports.IconNumber60Small = IconNumber60Small; exports.IconNumber61Small = IconNumber61Small; exports.IconNumber62Small = IconNumber62Small; exports.IconNumber63Small = IconNumber63Small; exports.IconNumber64Small = IconNumber64Small; exports.IconNumber65Small = IconNumber65Small; exports.IconNumber66Small = IconNumber66Small; exports.IconNumber67Small = IconNumber67Small; exports.IconNumber68Small = IconNumber68Small; exports.IconNumber69Small = IconNumber69Small; exports.IconNumber6Small = IconNumber6Small; exports.IconNumber7 = IconNumber7; exports.IconNumber70Small = IconNumber70Small; exports.IconNumber71Small = IconNumber71Small; exports.IconNumber72Small = IconNumber72Small; exports.IconNumber73Small = IconNumber73Small; exports.IconNumber74Small = IconNumber74Small; exports.IconNumber75Small = IconNumber75Small; exports.IconNumber76Small = IconNumber76Small; exports.IconNumber77Small = IconNumber77Small; exports.IconNumber78Small = IconNumber78Small; exports.IconNumber79Small = IconNumber79Small; exports.IconNumber7Small = IconNumber7Small; exports.IconNumber8 = IconNumber8; exports.IconNumber80Small = IconNumber80Small; exports.IconNumber81Small = IconNumber81Small; exports.IconNumber82Small = IconNumber82Small; exports.IconNumber83Small = IconNumber83Small; exports.IconNumber84Small = IconNumber84Small; exports.IconNumber85Small = IconNumber85Small; exports.IconNumber86Small = IconNumber86Small; exports.IconNumber87Small = IconNumber87Small; exports.IconNumber88Small = IconNumber88Small; exports.IconNumber89Small = IconNumber89Small; exports.IconNumber8Small = IconNumber8Small; exports.IconNumber9 = IconNumber9; exports.IconNumber90Small = IconNumber90Small; exports.IconNumber91Small = IconNumber91Small; exports.IconNumber92Small = IconNumber92Small; exports.IconNumber93Small = IconNumber93Small; exports.IconNumber94Small = IconNumber94Small; exports.IconNumber95Small = IconNumber95Small; exports.IconNumber96Small = IconNumber96Small; exports.IconNumber97Small = IconNumber97Small; exports.IconNumber98Small = IconNumber98Small; exports.IconNumber99Small = IconNumber99Small; exports.IconNumber9Small = IconNumber9Small; exports.IconNumbers = IconNumbers; exports.IconNurse = IconNurse; exports.IconNurseFilled = IconNurseFilled; exports.IconNut = IconNut; exports.IconObjectScan = IconObjectScan; exports.IconOctagon = IconOctagon; exports.IconOctagonFilled = IconOctagonFilled; exports.IconOctagonMinus = IconOctagonMinus; exports.IconOctagonMinus2 = IconOctagonMinus2; exports.IconOctagonMinusFilled = IconOctagonMinusFilled; exports.IconOctagonOff = IconOctagonOff; exports.IconOctagonPlus = IconOctagonPlus; exports.IconOctagonPlus2 = IconOctagonPlus2; exports.IconOctagonPlusFilled = IconOctagonPlusFilled; exports.IconOctahedron = IconOctahedron; exports.IconOctahedronOff = IconOctahedronOff; exports.IconOctahedronPlus = IconOctahedronPlus; exports.IconOld = IconOld; exports.IconOlympicTorch = IconOlympicTorch; exports.IconOlympics = IconOlympics; exports.IconOlympicsOff = IconOlympicsOff; exports.IconOm = IconOm; exports.IconOmega = IconOmega; exports.IconOption = IconOption; exports.IconOutbound = IconOutbound; exports.IconOutlet = IconOutlet; exports.IconOval = IconOval; exports.IconOvalFilled = IconOvalFilled; exports.IconOvalVertical = IconOvalVertical; exports.IconOvalVerticalFilled = IconOvalVerticalFilled; exports.IconOverline = IconOverline; exports.IconPackage = IconPackage; exports.IconPackageExport = IconPackageExport; exports.IconPackageImport = IconPackageImport; exports.IconPackageOff = IconPackageOff; exports.IconPackages = IconPackages; exports.IconPacman = IconPacman; exports.IconPacmanFilled = IconPacmanFilled; exports.IconPageBreak = IconPageBreak; exports.IconPaint = IconPaint; exports.IconPaintFilled = IconPaintFilled; exports.IconPaintOff = IconPaintOff; exports.IconPalette = IconPalette; exports.IconPaletteFilled = IconPaletteFilled; exports.IconPaletteOff = IconPaletteOff; exports.IconPanoramaHorizontal = IconPanoramaHorizontal; exports.IconPanoramaHorizontalFilled = IconPanoramaHorizontalFilled; exports.IconPanoramaHorizontalOff = IconPanoramaHorizontalOff; exports.IconPanoramaVertical = IconPanoramaVertical; exports.IconPanoramaVerticalFilled = IconPanoramaVerticalFilled; exports.IconPanoramaVerticalOff = IconPanoramaVerticalOff; exports.IconPaperBag = IconPaperBag; exports.IconPaperBagOff = IconPaperBagOff; exports.IconPaperclip = IconPaperclip; exports.IconParachute = IconParachute; exports.IconParachuteOff = IconParachuteOff; exports.IconParentheses = IconParentheses; exports.IconParenthesesOff = IconParenthesesOff; exports.IconParking = IconParking; exports.IconParkingCircle = IconParkingCircle; exports.IconParkingCircleFilled = IconParkingCircleFilled; exports.IconParkingMeter = IconParkingMeter; exports.IconParkingOff = IconParkingOff; exports.IconPassword = IconPassword; exports.IconPasswordFingerprint = IconPasswordFingerprint; exports.IconPasswordMobilePhone = IconPasswordMobilePhone; exports.IconPasswordUser = IconPasswordUser; exports.IconPaw = IconPaw; exports.IconPawFilled = IconPawFilled; exports.IconPawOff = IconPawOff; exports.IconPaywall = IconPaywall; exports.IconPdf = IconPdf; exports.IconPeace = IconPeace; exports.IconPencil = IconPencil; exports.IconPencilBolt = IconPencilBolt; exports.IconPencilCancel = IconPencilCancel; exports.IconPencilCheck = IconPencilCheck; exports.IconPencilCode = IconPencilCode; exports.IconPencilCog = IconPencilCog; exports.IconPencilDiscount = IconPencilDiscount; exports.IconPencilDollar = IconPencilDollar; exports.IconPencilDown = IconPencilDown; exports.IconPencilExclamation = IconPencilExclamation; exports.IconPencilFilled = IconPencilFilled; exports.IconPencilHeart = IconPencilHeart; exports.IconPencilMinus = IconPencilMinus; exports.IconPencilOff = IconPencilOff; exports.IconPencilPause = IconPencilPause; exports.IconPencilPin = IconPencilPin; exports.IconPencilPlus = IconPencilPlus; exports.IconPencilQuestion = IconPencilQuestion; exports.IconPencilSearch = IconPencilSearch; exports.IconPencilShare = IconPencilShare; exports.IconPencilStar = IconPencilStar; exports.IconPencilUp = IconPencilUp; exports.IconPencilX = IconPencilX; exports.IconPennant = IconPennant; exports.IconPennant2 = IconPennant2; exports.IconPennant2Filled = IconPennant2Filled; exports.IconPennantFilled = IconPennantFilled; exports.IconPennantOff = IconPennantOff; exports.IconPentagon = IconPentagon; exports.IconPentagonFilled = IconPentagonFilled; exports.IconPentagonMinus = IconPentagonMinus; exports.IconPentagonNumber0 = IconPentagonNumber0; exports.IconPentagonNumber1 = IconPentagonNumber1; exports.IconPentagonNumber2 = IconPentagonNumber2; exports.IconPentagonNumber3 = IconPentagonNumber3; exports.IconPentagonNumber4 = IconPentagonNumber4; exports.IconPentagonNumber5 = IconPentagonNumber5; exports.IconPentagonNumber6 = IconPentagonNumber6; exports.IconPentagonNumber7 = IconPentagonNumber7; exports.IconPentagonNumber8 = IconPentagonNumber8; exports.IconPentagonNumber9 = IconPentagonNumber9; exports.IconPentagonOff = IconPentagonOff; exports.IconPentagonPlus = IconPentagonPlus; exports.IconPentagonX = IconPentagonX; exports.IconPentagram = IconPentagram; exports.IconPepper = IconPepper; exports.IconPepperOff = IconPepperOff; exports.IconPercentage = IconPercentage; exports.IconPercentage0 = IconPercentage0; exports.IconPercentage10 = IconPercentage10; exports.IconPercentage100 = IconPercentage100; exports.IconPercentage20 = IconPercentage20; exports.IconPercentage25 = IconPercentage25; exports.IconPercentage30 = IconPercentage30; exports.IconPercentage33 = IconPercentage33; exports.IconPercentage40 = IconPercentage40; exports.IconPercentage50 = IconPercentage50; exports.IconPercentage60 = IconPercentage60; exports.IconPercentage66 = IconPercentage66; exports.IconPercentage70 = IconPercentage70; exports.IconPercentage75 = IconPercentage75; exports.IconPercentage80 = IconPercentage80; exports.IconPercentage90 = IconPercentage90; exports.IconPerfume = IconPerfume; exports.IconPerspective = IconPerspective; exports.IconPerspectiveOff = IconPerspectiveOff; exports.IconPhone = IconPhone; exports.IconPhoneCall = IconPhoneCall; exports.IconPhoneCallFilled = IconPhoneCallFilled; exports.IconPhoneCalling = IconPhoneCalling; exports.IconPhoneCallingFilled = IconPhoneCallingFilled; exports.IconPhoneCheck = IconPhoneCheck; exports.IconPhoneCheckFilled = IconPhoneCheckFilled; exports.IconPhoneDone = IconPhoneDone; exports.IconPhoneEnd = IconPhoneEnd; exports.IconPhoneFilled = IconPhoneFilled; exports.IconPhoneIncoming = IconPhoneIncoming; exports.IconPhoneOff = IconPhoneOff; exports.IconPhoneOutgoing = IconPhoneOutgoing; exports.IconPhonePause = IconPhonePause; exports.IconPhonePlus = IconPhonePlus; exports.IconPhoneRinging = IconPhoneRinging; exports.IconPhoneSpark = IconPhoneSpark; exports.IconPhoneX = IconPhoneX; exports.IconPhoneXFilled = IconPhoneXFilled; exports.IconPhoto = IconPhoto; exports.IconPhotoAi = IconPhotoAi; exports.IconPhotoBitcoin = IconPhotoBitcoin; exports.IconPhotoBolt = IconPhotoBolt; exports.IconPhotoCancel = IconPhotoCancel; exports.IconPhotoCheck = IconPhotoCheck; exports.IconPhotoCircle = IconPhotoCircle; exports.IconPhotoCircleMinus = IconPhotoCircleMinus; exports.IconPhotoCirclePlus = IconPhotoCirclePlus; exports.IconPhotoCode = IconPhotoCode; exports.IconPhotoCog = IconPhotoCog; exports.IconPhotoDollar = IconPhotoDollar; exports.IconPhotoDown = IconPhotoDown; exports.IconPhotoEdit = IconPhotoEdit; exports.IconPhotoExclamation = IconPhotoExclamation; exports.IconPhotoFilled = IconPhotoFilled; exports.IconPhotoHeart = IconPhotoHeart; exports.IconPhotoHexagon = IconPhotoHexagon; exports.IconPhotoMinus = IconPhotoMinus; exports.IconPhotoOff = IconPhotoOff; exports.IconPhotoPause = IconPhotoPause; exports.IconPhotoPentagon = IconPhotoPentagon; exports.IconPhotoPin = IconPhotoPin; exports.IconPhotoPlus = IconPhotoPlus; exports.IconPhotoQuestion = IconPhotoQuestion; exports.IconPhotoScan = IconPhotoScan; exports.IconPhotoSearch = IconPhotoSearch; exports.IconPhotoSensor = IconPhotoSensor; exports.IconPhotoSensor2 = IconPhotoSensor2; exports.IconPhotoSensor3 = IconPhotoSensor3; exports.IconPhotoShare = IconPhotoShare; exports.IconPhotoShield = IconPhotoShield; exports.IconPhotoSpark = IconPhotoSpark; exports.IconPhotoSquareRounded = IconPhotoSquareRounded; exports.IconPhotoStar = IconPhotoStar; exports.IconPhotoUp = IconPhotoUp; exports.IconPhotoVideo = IconPhotoVideo; exports.IconPhotoX = IconPhotoX; exports.IconPhysotherapist = IconPhysotherapist; exports.IconPiano = IconPiano; exports.IconPick = IconPick; exports.IconPicnicTable = IconPicnicTable; exports.IconPictureInPicture = IconPictureInPicture; exports.IconPictureInPictureFilled = IconPictureInPictureFilled; exports.IconPictureInPictureOff = IconPictureInPictureOff; exports.IconPictureInPictureOn = IconPictureInPictureOn; exports.IconPictureInPictureTop = IconPictureInPictureTop; exports.IconPictureInPictureTopFilled = IconPictureInPictureTopFilled; exports.IconPig = IconPig; exports.IconPigFilled = IconPigFilled; exports.IconPigMoney = IconPigMoney; exports.IconPigOff = IconPigOff; exports.IconPilcrow = IconPilcrow; exports.IconPilcrowLeft = IconPilcrowLeft; exports.IconPilcrowRight = IconPilcrowRight; exports.IconPill = IconPill; exports.IconPillFilled = IconPillFilled; exports.IconPillOff = IconPillOff; exports.IconPillow = IconPillow; exports.IconPills = IconPills; exports.IconPin = IconPin; exports.IconPinEnd = IconPinEnd; exports.IconPinFilled = IconPinFilled; exports.IconPinInvoke = IconPinInvoke; exports.IconPingPong = IconPingPong; exports.IconPinned = IconPinned; exports.IconPinnedFilled = IconPinnedFilled; exports.IconPinnedOff = IconPinnedOff; exports.IconPipeline = IconPipeline; exports.IconPizza = IconPizza; exports.IconPizzaFilled = IconPizzaFilled; exports.IconPizzaOff = IconPizzaOff; exports.IconPlaceholder = IconPlaceholder; exports.IconPlane = IconPlane; exports.IconPlaneArrival = IconPlaneArrival; exports.IconPlaneArrivalFilled = IconPlaneArrivalFilled; exports.IconPlaneDeparture = IconPlaneDeparture; exports.IconPlaneDepartureFilled = IconPlaneDepartureFilled; exports.IconPlaneFilled = IconPlaneFilled; exports.IconPlaneInflight = IconPlaneInflight; exports.IconPlaneOff = IconPlaneOff; exports.IconPlaneTilt = IconPlaneTilt; exports.IconPlaneTiltFilled = IconPlaneTiltFilled; exports.IconPlanet = IconPlanet; exports.IconPlanetOff = IconPlanetOff; exports.IconPlant = IconPlant; exports.IconPlant2 = IconPlant2; exports.IconPlant2Off = IconPlant2Off; exports.IconPlantOff = IconPlantOff; exports.IconPlayBasketball = IconPlayBasketball; exports.IconPlayCard = IconPlayCard; exports.IconPlayCard1 = IconPlayCard1; exports.IconPlayCard10 = IconPlayCard10; exports.IconPlayCard10Filled = IconPlayCard10Filled; exports.IconPlayCard1Filled = IconPlayCard1Filled; exports.IconPlayCard2 = IconPlayCard2; exports.IconPlayCard2Filled = IconPlayCard2Filled; exports.IconPlayCard3 = IconPlayCard3; exports.IconPlayCard3Filled = IconPlayCard3Filled; exports.IconPlayCard4 = IconPlayCard4; exports.IconPlayCard4Filled = IconPlayCard4Filled; exports.IconPlayCard5 = IconPlayCard5; exports.IconPlayCard5Filled = IconPlayCard5Filled; exports.IconPlayCard6 = IconPlayCard6; exports.IconPlayCard6Filled = IconPlayCard6Filled; exports.IconPlayCard7 = IconPlayCard7; exports.IconPlayCard7Filled = IconPlayCard7Filled; exports.IconPlayCard8 = IconPlayCard8; exports.IconPlayCard8Filled = IconPlayCard8Filled; exports.IconPlayCard9 = IconPlayCard9; exports.IconPlayCard9Filled = IconPlayCard9Filled; exports.IconPlayCardA = IconPlayCardA; exports.IconPlayCardAFilled = IconPlayCardAFilled; exports.IconPlayCardFilled = IconPlayCardFilled; exports.IconPlayCardJ = IconPlayCardJ; exports.IconPlayCardJFilled = IconPlayCardJFilled; exports.IconPlayCardK = IconPlayCardK; exports.IconPlayCardKFilled = IconPlayCardKFilled; exports.IconPlayCardOff = IconPlayCardOff; exports.IconPlayCardQ = IconPlayCardQ; exports.IconPlayCardQFilled = IconPlayCardQFilled; exports.IconPlayCardStar = IconPlayCardStar; exports.IconPlayCardStarFilled = IconPlayCardStarFilled; exports.IconPlayFootball = IconPlayFootball; exports.IconPlayHandball = IconPlayHandball; exports.IconPlayVolleyball = IconPlayVolleyball; exports.IconPlayerEject = IconPlayerEject; exports.IconPlayerEjectFilled = IconPlayerEjectFilled; exports.IconPlayerPause = IconPlayerPause; exports.IconPlayerPauseFilled = IconPlayerPauseFilled; exports.IconPlayerPlay = IconPlayerPlay; exports.IconPlayerPlayFilled = IconPlayerPlayFilled; exports.IconPlayerRecord = IconPlayerRecord; exports.IconPlayerRecordFilled = IconPlayerRecordFilled; exports.IconPlayerSkipBack = IconPlayerSkipBack; exports.IconPlayerSkipBackFilled = IconPlayerSkipBackFilled; exports.IconPlayerSkipForward = IconPlayerSkipForward; exports.IconPlayerSkipForwardFilled = IconPlayerSkipForwardFilled; exports.IconPlayerStop = IconPlayerStop; exports.IconPlayerStopFilled = IconPlayerStopFilled; exports.IconPlayerTrackNext = IconPlayerTrackNext; exports.IconPlayerTrackNextFilled = IconPlayerTrackNextFilled; exports.IconPlayerTrackPrev = IconPlayerTrackPrev; exports.IconPlayerTrackPrevFilled = IconPlayerTrackPrevFilled; exports.IconPlaylist = IconPlaylist; exports.IconPlaylistAdd = IconPlaylistAdd; exports.IconPlaylistFilled = IconPlaylistFilled; exports.IconPlaylistOff = IconPlaylistOff; exports.IconPlaylistX = IconPlaylistX; exports.IconPlaystationCircle = IconPlaystationCircle; exports.IconPlaystationSquare = IconPlaystationSquare; exports.IconPlaystationTriangle = IconPlaystationTriangle; exports.IconPlaystationX = IconPlaystationX; exports.IconPlug = IconPlug; exports.IconPlugConnected = IconPlugConnected; exports.IconPlugConnectedX = IconPlugConnectedX; exports.IconPlugOff = IconPlugOff; exports.IconPlugX = IconPlugX; exports.IconPlus = IconPlus; exports.IconPlusEqual = IconPlusEqual; exports.IconPlusFilled = IconPlusFilled; exports.IconPlusMinus = IconPlusMinus; exports.IconPng = IconPng; exports.IconPodium = IconPodium; exports.IconPodiumOff = IconPodiumOff; exports.IconPoint = IconPoint; exports.IconPointFilled = IconPointFilled; exports.IconPointOff = IconPointOff; exports.IconPointer = IconPointer; exports.IconPointerBolt = IconPointerBolt; exports.IconPointerCancel = IconPointerCancel; exports.IconPointerCheck = IconPointerCheck; exports.IconPointerCode = IconPointerCode; exports.IconPointerCog = IconPointerCog; exports.IconPointerDollar = IconPointerDollar; exports.IconPointerDown = IconPointerDown; exports.IconPointerExclamation = IconPointerExclamation; exports.IconPointerFilled = IconPointerFilled; exports.IconPointerHeart = IconPointerHeart; exports.IconPointerMinus = IconPointerMinus; exports.IconPointerOff = IconPointerOff; exports.IconPointerPause = IconPointerPause; exports.IconPointerPin = IconPointerPin; exports.IconPointerPlus = IconPointerPlus; exports.IconPointerQuestion = IconPointerQuestion; exports.IconPointerSearch = IconPointerSearch; exports.IconPointerShare = IconPointerShare; exports.IconPointerStar = IconPointerStar; exports.IconPointerUp = IconPointerUp; exports.IconPointerX = IconPointerX; exports.IconPokeball = IconPokeball; exports.IconPokeballOff = IconPokeballOff; exports.IconPokerChip = IconPokerChip; exports.IconPolaroid = IconPolaroid; exports.IconPolaroidFilled = IconPolaroidFilled; exports.IconPolygon = IconPolygon; exports.IconPolygonOff = IconPolygonOff; exports.IconPoo = IconPoo; exports.IconPooFilled = IconPooFilled; exports.IconPool = IconPool; exports.IconPoolOff = IconPoolOff; exports.IconPower = IconPower; exports.IconPray = IconPray; exports.IconPremiumRights = IconPremiumRights; exports.IconPrescription = IconPrescription; exports.IconPresentation = IconPresentation; exports.IconPresentationAnalytics = IconPresentationAnalytics; exports.IconPresentationAnalyticsFilled = IconPresentationAnalyticsFilled; exports.IconPresentationFilled = IconPresentationFilled; exports.IconPresentationOff = IconPresentationOff; exports.IconPrinter = IconPrinter; exports.IconPrinterOff = IconPrinterOff; exports.IconPrism = IconPrism; exports.IconPrismLight = IconPrismLight; exports.IconPrismOff = IconPrismOff; exports.IconPrismPlus = IconPrismPlus; exports.IconPrison = IconPrison; exports.IconProgress = IconProgress; exports.IconProgressAlert = IconProgressAlert; exports.IconProgressBolt = IconProgressBolt; exports.IconProgressCheck = IconProgressCheck; exports.IconProgressDown = IconProgressDown; exports.IconProgressHelp = IconProgressHelp; exports.IconProgressX = IconProgressX; exports.IconPrompt = IconPrompt; exports.IconProng = IconProng; exports.IconPropeller = IconPropeller; exports.IconPropellerOff = IconPropellerOff; exports.IconProtocol = IconProtocol; exports.IconPumpkinScary = IconPumpkinScary; exports.IconPuzzle = IconPuzzle; exports.IconPuzzle2 = IconPuzzle2; exports.IconPuzzleFilled = IconPuzzleFilled; exports.IconPuzzleOff = IconPuzzleOff; exports.IconPyramid = IconPyramid; exports.IconPyramidOff = IconPyramidOff; exports.IconPyramidPlus = IconPyramidPlus; exports.IconQrcode = IconQrcode; exports.IconQrcodeOff = IconQrcodeOff; exports.IconQuestionMark = IconQuestionMark; exports.IconQueuePopIn = IconQueuePopIn; exports.IconQueuePopOut = IconQueuePopOut; exports.IconQuote = IconQuote; exports.IconQuoteFilled = IconQuoteFilled; exports.IconQuoteOff = IconQuoteOff; exports.IconQuoteOpen = IconQuoteOpen; exports.IconQuotes = IconQuotes; exports.IconRadar = IconRadar; exports.IconRadar2 = IconRadar2; exports.IconRadarFilled = IconRadarFilled; exports.IconRadarOff = IconRadarOff; exports.IconRadio = IconRadio; exports.IconRadioOff = IconRadioOff; exports.IconRadioactive = IconRadioactive; exports.IconRadioactiveFilled = IconRadioactiveFilled; exports.IconRadioactiveOff = IconRadioactiveOff; exports.IconRadiusBottomLeft = IconRadiusBottomLeft; exports.IconRadiusBottomRight = IconRadiusBottomRight; exports.IconRadiusTopLeft = IconRadiusTopLeft; exports.IconRadiusTopRight = IconRadiusTopRight; exports.IconRainbow = IconRainbow; exports.IconRainbowOff = IconRainbowOff; exports.IconRating12Plus = IconRating12Plus; exports.IconRating14Plus = IconRating14Plus; exports.IconRating16Plus = IconRating16Plus; exports.IconRating18Plus = IconRating18Plus; exports.IconRating21Plus = IconRating21Plus; exports.IconRazor = IconRazor; exports.IconRazorElectric = IconRazorElectric; exports.IconReceipt = IconReceipt; exports.IconReceipt2 = IconReceipt2; exports.IconReceiptBitcoin = IconReceiptBitcoin; exports.IconReceiptDollar = IconReceiptDollar; exports.IconReceiptDollarFilled = IconReceiptDollarFilled; exports.IconReceiptEuro = IconReceiptEuro; exports.IconReceiptEuroFilled = IconReceiptEuroFilled; exports.IconReceiptFilled = IconReceiptFilled; exports.IconReceiptOff = IconReceiptOff; exports.IconReceiptPound = IconReceiptPound; exports.IconReceiptPoundFilled = IconReceiptPoundFilled; exports.IconReceiptRefund = IconReceiptRefund; exports.IconReceiptRupee = IconReceiptRupee; exports.IconReceiptRupeeFilled = IconReceiptRupeeFilled; exports.IconReceiptTax = IconReceiptTax; exports.IconReceiptYen = IconReceiptYen; exports.IconReceiptYenFilled = IconReceiptYenFilled; exports.IconReceiptYuan = IconReceiptYuan; exports.IconReceiptYuanFilled = IconReceiptYuanFilled; exports.IconRecharging = IconRecharging; exports.IconRecordMail = IconRecordMail; exports.IconRecordMailOff = IconRecordMailOff; exports.IconRectangle = IconRectangle; exports.IconRectangleFilled = IconRectangleFilled; exports.IconRectangleRoundedBottom = IconRectangleRoundedBottom; exports.IconRectangleRoundedTop = IconRectangleRoundedTop; exports.IconRectangleVertical = IconRectangleVertical; exports.IconRectangleVerticalFilled = IconRectangleVerticalFilled; exports.IconRectangularPrism = IconRectangularPrism; exports.IconRectangularPrismOff = IconRectangularPrismOff; exports.IconRectangularPrismPlus = IconRectangularPrismPlus; exports.IconRecycle = IconRecycle; exports.IconRecycleOff = IconRecycleOff; exports.IconRefresh = IconRefresh; exports.IconRefreshAlert = IconRefreshAlert; exports.IconRefreshDot = IconRefreshDot; exports.IconRefreshOff = IconRefreshOff; exports.IconRegex = IconRegex; exports.IconRegexOff = IconRegexOff; exports.IconRegistered = IconRegistered; exports.IconRegisteredFilled = IconRegisteredFilled; exports.IconRelationManyToMany = IconRelationManyToMany; exports.IconRelationManyToManyFilled = IconRelationManyToManyFilled; exports.IconRelationOneToMany = IconRelationOneToMany; exports.IconRelationOneToManyFilled = IconRelationOneToManyFilled; exports.IconRelationOneToOne = IconRelationOneToOne; exports.IconRelationOneToOneFilled = IconRelationOneToOneFilled; exports.IconReload = IconReload; exports.IconReorder = IconReorder; exports.IconRepeat = IconRepeat; exports.IconRepeatOff = IconRepeatOff; exports.IconRepeatOnce = IconRepeatOnce; exports.IconReplace = IconReplace; exports.IconReplaceFilled = IconReplaceFilled; exports.IconReplaceOff = IconReplaceOff; exports.IconReplaceUser = IconReplaceUser; exports.IconReport = IconReport; exports.IconReportAnalytics = IconReportAnalytics; exports.IconReportAnalyticsFilled = IconReportAnalyticsFilled; exports.IconReportMedical = IconReportMedical; exports.IconReportMoney = IconReportMoney; exports.IconReportMoneyFilled = IconReportMoneyFilled; exports.IconReportOff = IconReportOff; exports.IconReportSearch = IconReportSearch; exports.IconReservedLine = IconReservedLine; exports.IconResize = IconResize; exports.IconRestore = IconRestore; exports.IconRewindBackward10 = IconRewindBackward10; exports.IconRewindBackward15 = IconRewindBackward15; exports.IconRewindBackward20 = IconRewindBackward20; exports.IconRewindBackward30 = IconRewindBackward30; exports.IconRewindBackward40 = IconRewindBackward40; exports.IconRewindBackward5 = IconRewindBackward5; exports.IconRewindBackward50 = IconRewindBackward50; exports.IconRewindBackward60 = IconRewindBackward60; exports.IconRewindForward10 = IconRewindForward10; exports.IconRewindForward15 = IconRewindForward15; exports.IconRewindForward20 = IconRewindForward20; exports.IconRewindForward30 = IconRewindForward30; exports.IconRewindForward40 = IconRewindForward40; exports.IconRewindForward5 = IconRewindForward5; exports.IconRewindForward50 = IconRewindForward50; exports.IconRewindForward60 = IconRewindForward60; exports.IconRibbonHealth = IconRibbonHealth; exports.IconRings = IconRings; exports.IconRipple = IconRipple; exports.IconRippleDown = IconRippleDown; exports.IconRippleOff = IconRippleOff; exports.IconRippleUp = IconRippleUp; exports.IconRoad = IconRoad; exports.IconRoadOff = IconRoadOff; exports.IconRoadSign = IconRoadSign; exports.IconRobot = IconRobot; exports.IconRobotFace = IconRobotFace; exports.IconRobotOff = IconRobotOff; exports.IconRocket = IconRocket; exports.IconRocketOff = IconRocketOff; exports.IconRollerSkating = IconRollerSkating; exports.IconRollercoaster = IconRollercoaster; exports.IconRollercoasterFilled = IconRollercoasterFilled; exports.IconRollercoasterOff = IconRollercoasterOff; exports.IconRosette = IconRosette; exports.IconRosetteAsterisk = IconRosetteAsterisk; exports.IconRosetteDiscount = IconRosetteDiscount; exports.IconRosetteDiscountCheck = IconRosetteDiscountCheck; exports.IconRosetteDiscountCheckFilled = IconRosetteDiscountCheckFilled; exports.IconRosetteDiscountCheckOff = IconRosetteDiscountCheckOff; exports.IconRosetteDiscountFilled = IconRosetteDiscountFilled; exports.IconRosetteDiscountOff = IconRosetteDiscountOff; exports.IconRosetteFilled = IconRosetteFilled; exports.IconRosetteNumber0 = IconRosetteNumber0; exports.IconRosetteNumber1 = IconRosetteNumber1; exports.IconRosetteNumber2 = IconRosetteNumber2; exports.IconRosetteNumber3 = IconRosetteNumber3; exports.IconRosetteNumber4 = IconRosetteNumber4; exports.IconRosetteNumber5 = IconRosetteNumber5; exports.IconRosetteNumber6 = IconRosetteNumber6; exports.IconRosetteNumber7 = IconRosetteNumber7; exports.IconRosetteNumber8 = IconRosetteNumber8; exports.IconRosetteNumber9 = IconRosetteNumber9; exports.IconRotate = IconRotate; exports.IconRotate2 = IconRotate2; exports.IconRotate360 = IconRotate360; exports.IconRotate3d = IconRotate3d; exports.IconRotateClockwise = IconRotateClockwise; exports.IconRotateClockwise2 = IconRotateClockwise2; exports.IconRotateDot = IconRotateDot; exports.IconRotateRectangle = IconRotateRectangle; exports.IconRoute = IconRoute; exports.IconRoute2 = IconRoute2; exports.IconRouteAltLeft = IconRouteAltLeft; exports.IconRouteAltRight = IconRouteAltRight; exports.IconRouteOff = IconRouteOff; exports.IconRouteScan = IconRouteScan; exports.IconRouteSquare = IconRouteSquare; exports.IconRouteSquare2 = IconRouteSquare2; exports.IconRouteX = IconRouteX; exports.IconRouteX2 = IconRouteX2; exports.IconRouter = IconRouter; exports.IconRouterOff = IconRouterOff; exports.IconRowInsertBottom = IconRowInsertBottom; exports.IconRowInsertTop = IconRowInsertTop; exports.IconRowRemove = IconRowRemove; exports.IconRss = IconRss; exports.IconRubberStamp = IconRubberStamp; exports.IconRubberStampOff = IconRubberStampOff; exports.IconRuler = IconRuler; exports.IconRuler2 = IconRuler2; exports.IconRuler2Off = IconRuler2Off; exports.IconRuler3 = IconRuler3; exports.IconRulerMeasure = IconRulerMeasure; exports.IconRulerMeasure2 = IconRulerMeasure2; exports.IconRulerOff = IconRulerOff; exports.IconRun = IconRun; exports.IconRvTruck = IconRvTruck; exports.IconSTurnDown = IconSTurnDown; exports.IconSTurnLeft = IconSTurnLeft; exports.IconSTurnRight = IconSTurnRight; exports.IconSTurnUp = IconSTurnUp; exports.IconSailboat = IconSailboat; exports.IconSailboat2 = IconSailboat2; exports.IconSailboatOff = IconSailboatOff; exports.IconSalad = IconSalad; exports.IconSaladFilled = IconSaladFilled; exports.IconSalt = IconSalt; exports.IconSandbox = IconSandbox; exports.IconSatellite = IconSatellite; exports.IconSatelliteFilled = IconSatelliteFilled; exports.IconSatelliteOff = IconSatelliteOff; exports.IconSausage = IconSausage; exports.IconScale = IconScale; exports.IconScaleFilled = IconScaleFilled; exports.IconScaleOff = IconScaleOff; exports.IconScaleOutline = IconScaleOutline; exports.IconScaleOutlineOff = IconScaleOutlineOff; exports.IconScan = IconScan; exports.IconScanEye = IconScanEye; exports.IconScanLetterA = IconScanLetterA; exports.IconScanLetterT = IconScanLetterT; exports.IconScanPosition = IconScanPosition; exports.IconScanTraces = IconScanTraces; exports.IconSchema = IconSchema; exports.IconSchemaOff = IconSchemaOff; exports.IconSchool = IconSchool; exports.IconSchoolBell = IconSchoolBell; exports.IconSchoolFilled = IconSchoolFilled; exports.IconSchoolOff = IconSchoolOff; exports.IconScissors = IconScissors; exports.IconScissorsOff = IconScissorsOff; exports.IconScooter = IconScooter; exports.IconScooterElectric = IconScooterElectric; exports.IconScoreboard = IconScoreboard; exports.IconScreenShare = IconScreenShare; exports.IconScreenShareOff = IconScreenShareOff; exports.IconScreenshot = IconScreenshot; exports.IconScribble = IconScribble; exports.IconScribbleOff = IconScribbleOff; exports.IconScript = IconScript; exports.IconScriptMinus = IconScriptMinus; exports.IconScriptPlus = IconScriptPlus; exports.IconScriptX = IconScriptX; exports.IconScubaDiving = IconScubaDiving; exports.IconScubaDivingTank = IconScubaDivingTank; exports.IconScubaDivingTankFilled = IconScubaDivingTankFilled; exports.IconScubaMask = IconScubaMask; exports.IconScubaMaskOff = IconScubaMaskOff; exports.IconSdk = IconSdk; exports.IconSearch = IconSearch; exports.IconSearchFilled = IconSearchFilled; exports.IconSearchOff = IconSearchOff; exports.IconSection = IconSection; exports.IconSectionFilled = IconSectionFilled; exports.IconSectionSign = IconSectionSign; exports.IconSeeding = IconSeedling; exports.IconSeedingFilled = IconSeedlingFilled; exports.IconSeedingOff = IconSeedlingOff; exports.IconSeedling = IconSeedling; exports.IconSeedlingFilled = IconSeedlingFilled; exports.IconSeedlingOff = IconSeedlingOff; exports.IconSegway = IconSegway; exports.IconSelect = IconSelect; exports.IconSelectAll = IconSelectAll; exports.IconSelector = IconSelector; exports.IconSend = IconSend; exports.IconSend2 = IconSend2; exports.IconSendFilled = IconSendFilled; exports.IconSendOff = IconSendOff; exports.IconSeo = IconSeo; exports.IconSeparator = IconSeparator; exports.IconSeparatorHorizontal = IconSeparatorHorizontal; exports.IconSeparatorVertical = IconSeparatorVertical; exports.IconServer = IconServer; exports.IconServer2 = IconServer2; exports.IconServerBolt = IconServerBolt; exports.IconServerCog = IconServerCog; exports.IconServerOff = IconServerOff; exports.IconServerSpark = IconServerSpark; exports.IconServerless = IconServerless; exports.IconServicemark = IconServicemark; exports.IconSettings = IconSettings; exports.IconSettings2 = IconSettings2; exports.IconSettingsAi = IconSettingsAi; exports.IconSettingsAutomation = IconSettingsAutomation; exports.IconSettingsBolt = IconSettingsBolt; exports.IconSettingsCancel = IconSettingsCancel; exports.IconSettingsCheck = IconSettingsCheck; exports.IconSettingsCode = IconSettingsCode; exports.IconSettingsCog = IconSettingsCog; exports.IconSettingsDollar = IconSettingsDollar; exports.IconSettingsDown = IconSettingsDown; exports.IconSettingsExclamation = IconSettingsExclamation; exports.IconSettingsFilled = IconSettingsFilled; exports.IconSettingsHeart = IconSettingsHeart; exports.IconSettingsMinus = IconSettingsMinus; exports.IconSettingsOff = IconSettingsOff; exports.IconSettingsPause = IconSettingsPause; exports.IconSettingsPin = IconSettingsPin; exports.IconSettingsPlus = IconSettingsPlus; exports.IconSettingsQuestion = IconSettingsQuestion; exports.IconSettingsSearch = IconSettingsSearch; exports.IconSettingsShare = IconSettingsShare; exports.IconSettingsSpark = IconSettingsSpark; exports.IconSettingsStar = IconSettingsStar; exports.IconSettingsUp = IconSettingsUp; exports.IconSettingsX = IconSettingsX; exports.IconShadow = IconShadow; exports.IconShadowOff = IconShadowOff; exports.IconShape = IconShape; exports.IconShape2 = IconShape2; exports.IconShape3 = IconShape3; exports.IconShapeOff = IconShapeOff; exports.IconShare = IconShare; exports.IconShare2 = IconShare2; exports.IconShare3 = IconShare3; exports.IconShareOff = IconShareOff; exports.IconShareplay = IconShareplay; exports.IconShiJumping = IconSkiJumping; exports.IconShield = IconShield; exports.IconShieldBolt = IconShieldBolt; exports.IconShieldCancel = IconShieldCancel; exports.IconShieldCheck = IconShieldCheck; exports.IconShieldCheckFilled = IconShieldCheckFilled; exports.IconShieldCheckered = IconShieldCheckered; exports.IconShieldCheckeredFilled = IconShieldCheckeredFilled; exports.IconShieldChevron = IconShieldChevron; exports.IconShieldCode = IconShieldCode; exports.IconShieldCog = IconShieldCog; exports.IconShieldDollar = IconShieldDollar; exports.IconShieldDown = IconShieldDown; exports.IconShieldExclamation = IconShieldExclamation; exports.IconShieldFilled = IconShieldFilled; exports.IconShieldHalf = IconShieldHalf; exports.IconShieldHalfFilled = IconShieldHalfFilled; exports.IconShieldHeart = IconShieldHeart; exports.IconShieldLock = IconShieldLock; exports.IconShieldLockFilled = IconShieldLockFilled; exports.IconShieldMinus = IconShieldMinus; exports.IconShieldOff = IconShieldOff; exports.IconShieldPause = IconShieldPause; exports.IconShieldPin = IconShieldPin; exports.IconShieldPlus = IconShieldPlus; exports.IconShieldQuestion = IconShieldQuestion; exports.IconShieldSearch = IconShieldSearch; exports.IconShieldShare = IconShieldShare; exports.IconShieldStar = IconShieldStar; exports.IconShieldUp = IconShieldUp; exports.IconShieldX = IconShieldX; exports.IconShip = IconShip; exports.IconShipOff = IconShipOff; exports.IconShirt = IconShirt; exports.IconShirtFilled = IconShirtFilled; exports.IconShirtOff = IconShirtOff; exports.IconShirtSport = IconShirtSport; exports.IconShoe = IconShoe; exports.IconShoeOff = IconShoeOff; exports.IconShoppingBag = IconShoppingBag; exports.IconShoppingBagCheck = IconShoppingBagCheck; exports.IconShoppingBagDiscount = IconShoppingBagDiscount; exports.IconShoppingBagEdit = IconShoppingBagEdit; exports.IconShoppingBagExclamation = IconShoppingBagExclamation; exports.IconShoppingBagHeart = IconShoppingBagHeart; exports.IconShoppingBagMinus = IconShoppingBagMinus; exports.IconShoppingBagPlus = IconShoppingBagPlus; exports.IconShoppingBagSearch = IconShoppingBagSearch; exports.IconShoppingBagX = IconShoppingBagX; exports.IconShoppingCart = IconShoppingCart; exports.IconShoppingCartBolt = IconShoppingCartBolt; exports.IconShoppingCartCancel = IconShoppingCartCancel; exports.IconShoppingCartCheck = IconShoppingCartCheck; exports.IconShoppingCartCode = IconShoppingCartCode; exports.IconShoppingCartCog = IconShoppingCartCog; exports.IconShoppingCartCopy = IconShoppingCartCopy; exports.IconShoppingCartDiscount = IconShoppingCartDiscount; exports.IconShoppingCartDollar = IconShoppingCartDollar; exports.IconShoppingCartDown = IconShoppingCartDown; exports.IconShoppingCartExclamation = IconShoppingCartExclamation; exports.IconShoppingCartFilled = IconShoppingCartFilled; exports.IconShoppingCartHeart = IconShoppingCartHeart; exports.IconShoppingCartMinus = IconShoppingCartMinus; exports.IconShoppingCartOff = IconShoppingCartOff; exports.IconShoppingCartPause = IconShoppingCartPause; exports.IconShoppingCartPin = IconShoppingCartPin; exports.IconShoppingCartPlus = IconShoppingCartPlus; exports.IconShoppingCartQuestion = IconShoppingCartQuestion; exports.IconShoppingCartSearch = IconShoppingCartSearch; exports.IconShoppingCartShare = IconShoppingCartShare; exports.IconShoppingCartStar = IconShoppingCartStar; exports.IconShoppingCartUp = IconShoppingCartUp; exports.IconShoppingCartX = IconShoppingCartX; exports.IconShovel = IconShovel; exports.IconShovelPitchforks = IconShovelPitchforks; exports.IconShredder = IconShredder; exports.IconSignLeft = IconSignLeft; exports.IconSignLeftFilled = IconSignLeftFilled; exports.IconSignRight = IconSignRight; exports.IconSignRightFilled = IconSignRightFilled; exports.IconSignal2g = IconSignal2g; exports.IconSignal3g = IconSignal3g; exports.IconSignal4g = IconSignal4g; exports.IconSignal4gPlus = IconSignal4gPlus; exports.IconSignal5g = IconSignal5g; exports.IconSignal6g = IconSignal6g; exports.IconSignalE = IconSignalE; exports.IconSignalG = IconSignalG; exports.IconSignalH = IconSignalH; exports.IconSignalHPlus = IconSignalHPlus; exports.IconSignalLte = IconSignalLte; exports.IconSignature = IconSignature; exports.IconSignatureOff = IconSignatureOff; exports.IconSitemap = IconSitemap; exports.IconSitemapFilled = IconSitemapFilled; exports.IconSitemapOff = IconSitemapOff; exports.IconSkateboard = IconSkateboard; exports.IconSkateboardOff = IconSkateboardOff; exports.IconSkateboarding = IconSkateboarding; exports.IconSkewX = IconSkewX; exports.IconSkewY = IconSkewY; exports.IconSkiJumping = IconSkiJumping; exports.IconSkull = IconSkull; exports.IconSlash = IconSlash; exports.IconSlashes = IconSlashes; exports.IconSleigh = IconSleigh; exports.IconSlice = IconSlice; exports.IconSlideshow = IconSlideshow; exports.IconSmartHome = IconSmartHome; exports.IconSmartHomeOff = IconSmartHomeOff; exports.IconSmoking = IconSmoking; exports.IconSmokingNo = IconSmokingNo; exports.IconSnowboarding = IconSnowboarding; exports.IconSnowflake = IconSnowflake; exports.IconSnowflakeOff = IconSnowflakeOff; exports.IconSnowman = IconSnowman; exports.IconSoccerField = IconSoccerField; exports.IconSocial = IconSocial; exports.IconSocialOff = IconSocialOff; exports.IconSock = IconSock; exports.IconSofa = IconSofa; exports.IconSofaOff = IconSofaOff; exports.IconSolarElectricity = IconSolarElectricity; exports.IconSolarPanel = IconSolarPanel; exports.IconSolarPanel2 = IconSolarPanel2; exports.IconSort09 = IconSort09; exports.IconSort90 = IconSort90; exports.IconSortAZ = IconSortAZ; exports.IconSortAscending = IconSortAscending; exports.IconSortAscending2 = IconSortAscending2; exports.IconSortAscending2Filled = IconSortAscending2Filled; exports.IconSortAscendingLetters = IconSortAscendingLetters; exports.IconSortAscendingNumbers = IconSortAscendingNumbers; exports.IconSortAscendingShapes = IconSortAscendingShapes; exports.IconSortAscendingShapesFilled = IconSortAscendingShapesFilled; exports.IconSortAscendingSmallBig = IconSortAscendingSmallBig; exports.IconSortDeacendingSmallBig = IconSortDescendingSmallBig; exports.IconSortDescending = IconSortDescending; exports.IconSortDescending2 = IconSortDescending2; exports.IconSortDescending2Filled = IconSortDescending2Filled; exports.IconSortDescendingLetters = IconSortDescendingLetters; exports.IconSortDescendingNumbers = IconSortDescendingNumbers; exports.IconSortDescendingShapes = IconSortDescendingShapes; exports.IconSortDescendingShapesFilled = IconSortDescendingShapesFilled; exports.IconSortDescendingSmallBig = IconSortDescendingSmallBig; exports.IconSortZA = IconSortZA; exports.IconSos = IconSos; exports.IconSoup = IconSoup; exports.IconSoupFilled = IconSoupFilled; exports.IconSoupOff = IconSoupOff; exports.IconSourceCode = IconSourceCode; exports.IconSpace = IconSpace; exports.IconSpaceOff = IconSpaceOff; exports.IconSpaces = IconSpaces; exports.IconSpacingHorizontal = IconSpacingHorizontal; exports.IconSpacingVertical = IconSpacingVertical; exports.IconSpade = IconSpade; exports.IconSpadeFilled = IconSpadeFilled; exports.IconSparkles = IconSparkles; exports.IconSparkles2 = IconSparkles2; exports.IconSparkles2Filled = IconSparkles2Filled; exports.IconSparklesFilled = IconSparklesFilled; exports.IconSpeakerphone = IconSpeakerphone; exports.IconSpeedboat = IconSpeedboat; exports.IconSpeedboatFilled = IconSpeedboatFilled; exports.IconSphere = IconSphere; exports.IconSphereOff = IconSphereOff; exports.IconSpherePlus = IconSpherePlus; exports.IconSpider = IconSpider; exports.IconSpiderFilled = IconSpiderFilled; exports.IconSpiral = IconSpiral; exports.IconSpiralOff = IconSpiralOff; exports.IconSportBillard = IconSportBillard; exports.IconSpray = IconSpray; exports.IconSpy = IconSpy; exports.IconSpyOff = IconSpyOff; exports.IconSql = IconSql; exports.IconSquare = IconSquare; exports.IconSquare0 = IconSquareNumber0; exports.IconSquare1 = IconSquareNumber1; exports.IconSquare2 = IconSquareNumber2; exports.IconSquare3 = IconSquareNumber3; exports.IconSquare4 = IconSquareNumber4; exports.IconSquare5 = IconSquareNumber5; exports.IconSquare6 = IconSquareNumber6; exports.IconSquare7 = IconSquareNumber7; exports.IconSquare8 = IconSquareNumber8; exports.IconSquare9 = IconSquareNumber9; exports.IconSquareArrowDown = IconSquareArrowDown; exports.IconSquareArrowDownFilled = IconSquareArrowDownFilled; exports.IconSquareArrowLeft = IconSquareArrowLeft; exports.IconSquareArrowLeftFilled = IconSquareArrowLeftFilled; exports.IconSquareArrowRight = IconSquareArrowRight; exports.IconSquareArrowRightFilled = IconSquareArrowRightFilled; exports.IconSquareArrowUp = IconSquareArrowUp; exports.IconSquareArrowUpFilled = IconSquareArrowUpFilled; exports.IconSquareAsterisk = IconSquareAsterisk; exports.IconSquareAsteriskFilled = IconSquareAsteriskFilled; exports.IconSquareCheck = IconSquareCheck; exports.IconSquareCheckFilled = IconSquareCheckFilled; exports.IconSquareChevronDown = IconSquareChevronDown; exports.IconSquareChevronDownFilled = IconSquareChevronDownFilled; exports.IconSquareChevronLeft = IconSquareChevronLeft; exports.IconSquareChevronLeftFilled = IconSquareChevronLeftFilled; exports.IconSquareChevronRight = IconSquareChevronRight; exports.IconSquareChevronRightFilled = IconSquareChevronRightFilled; exports.IconSquareChevronUp = IconSquareChevronUp; exports.IconSquareChevronUpFilled = IconSquareChevronUpFilled; exports.IconSquareChevronsDown = IconSquareChevronsDown; exports.IconSquareChevronsDownFilled = IconSquareChevronsDownFilled; exports.IconSquareChevronsLeft = IconSquareChevronsLeft; exports.IconSquareChevronsLeftFilled = IconSquareChevronsLeftFilled; exports.IconSquareChevronsRight = IconSquareChevronsRight; exports.IconSquareChevronsRightFilled = IconSquareChevronsRightFilled; exports.IconSquareChevronsUp = IconSquareChevronsUp; exports.IconSquareChevronsUpFilled = IconSquareChevronsUpFilled; exports.IconSquareDashed = IconSquareDashed; exports.IconSquareDot = IconSquareDot; exports.IconSquareDotFilled = IconSquareDotFilled; exports.IconSquareF0 = IconSquareF0; exports.IconSquareF0Filled = IconSquareF0Filled; exports.IconSquareF1 = IconSquareF1; exports.IconSquareF1Filled = IconSquareF1Filled; exports.IconSquareF2 = IconSquareF2; exports.IconSquareF2Filled = IconSquareF2Filled; exports.IconSquareF3 = IconSquareF3; exports.IconSquareF3Filled = IconSquareF3Filled; exports.IconSquareF4 = IconSquareF4; exports.IconSquareF4Filled = IconSquareF4Filled; exports.IconSquareF5 = IconSquareF5; exports.IconSquareF5Filled = IconSquareF5Filled; exports.IconSquareF6 = IconSquareF6; exports.IconSquareF6Filled = IconSquareF6Filled; exports.IconSquareF7 = IconSquareF7; exports.IconSquareF7Filled = IconSquareF7Filled; exports.IconSquareF8 = IconSquareF8; exports.IconSquareF8Filled = IconSquareF8Filled; exports.IconSquareF9 = IconSquareF9; exports.IconSquareF9Filled = IconSquareF9Filled; exports.IconSquareFilled = IconSquareFilled; exports.IconSquareForbid = IconSquareForbid; exports.IconSquareForbid2 = IconSquareForbid2; exports.IconSquareHalf = IconSquareHalf; exports.IconSquareKey = IconSquareKey; exports.IconSquareLetterA = IconSquareLetterA; exports.IconSquareLetterAFilled = IconSquareLetterAFilled; exports.IconSquareLetterB = IconSquareLetterB; exports.IconSquareLetterBFilled = IconSquareLetterBFilled; exports.IconSquareLetterC = IconSquareLetterC; exports.IconSquareLetterCFilled = IconSquareLetterCFilled; exports.IconSquareLetterD = IconSquareLetterD; exports.IconSquareLetterDFilled = IconSquareLetterDFilled; exports.IconSquareLetterE = IconSquareLetterE; exports.IconSquareLetterEFilled = IconSquareLetterEFilled; exports.IconSquareLetterF = IconSquareLetterF; exports.IconSquareLetterFFilled = IconSquareLetterFFilled; exports.IconSquareLetterG = IconSquareLetterG; exports.IconSquareLetterGFilled = IconSquareLetterGFilled; exports.IconSquareLetterH = IconSquareLetterH; exports.IconSquareLetterHFilled = IconSquareLetterHFilled; exports.IconSquareLetterI = IconSquareLetterI; exports.IconSquareLetterIFilled = IconSquareLetterIFilled; exports.IconSquareLetterJ = IconSquareLetterJ; exports.IconSquareLetterJFilled = IconSquareLetterJFilled; exports.IconSquareLetterK = IconSquareLetterK; exports.IconSquareLetterKFilled = IconSquareLetterKFilled; exports.IconSquareLetterL = IconSquareLetterL; exports.IconSquareLetterLFilled = IconSquareLetterLFilled; exports.IconSquareLetterM = IconSquareLetterM; exports.IconSquareLetterMFilled = IconSquareLetterMFilled; exports.IconSquareLetterN = IconSquareLetterN; exports.IconSquareLetterNFilled = IconSquareLetterNFilled; exports.IconSquareLetterO = IconSquareLetterO; exports.IconSquareLetterOFilled = IconSquareLetterOFilled; exports.IconSquareLetterP = IconSquareLetterP; exports.IconSquareLetterPFilled = IconSquareLetterPFilled; exports.IconSquareLetterQ = IconSquareLetterQ; exports.IconSquareLetterQFilled = IconSquareLetterQFilled; exports.IconSquareLetterR = IconSquareLetterR; exports.IconSquareLetterRFilled = IconSquareLetterRFilled; exports.IconSquareLetterS = IconSquareLetterS; exports.IconSquareLetterSFilled = IconSquareLetterSFilled; exports.IconSquareLetterT = IconSquareLetterT; exports.IconSquareLetterTFilled = IconSquareLetterTFilled; exports.IconSquareLetterU = IconSquareLetterU; exports.IconSquareLetterUFilled = IconSquareLetterUFilled; exports.IconSquareLetterV = IconSquareLetterV; exports.IconSquareLetterVFilled = IconSquareLetterVFilled; exports.IconSquareLetterW = IconSquareLetterW; exports.IconSquareLetterWFilled = IconSquareLetterWFilled; exports.IconSquareLetterX = IconSquareLetterX; exports.IconSquareLetterXFilled = IconSquareLetterXFilled; exports.IconSquareLetterY = IconSquareLetterY; exports.IconSquareLetterYFilled = IconSquareLetterYFilled; exports.IconSquareLetterZ = IconSquareLetterZ; exports.IconSquareLetterZFilled = IconSquareLetterZFilled; exports.IconSquareMinus = IconSquareMinus; exports.IconSquareMinus2 = IconSquareMinus2; exports.IconSquareMinusFilled = IconSquareMinusFilled; exports.IconSquareNumber0 = IconSquareNumber0; exports.IconSquareNumber0Filled = IconSquareNumber0Filled; exports.IconSquareNumber1 = IconSquareNumber1; exports.IconSquareNumber1Filled = IconSquareNumber1Filled; exports.IconSquareNumber2 = IconSquareNumber2; exports.IconSquareNumber2Filled = IconSquareNumber2Filled; exports.IconSquareNumber3 = IconSquareNumber3; exports.IconSquareNumber3Filled = IconSquareNumber3Filled; exports.IconSquareNumber4 = IconSquareNumber4; exports.IconSquareNumber4Filled = IconSquareNumber4Filled; exports.IconSquareNumber5 = IconSquareNumber5; exports.IconSquareNumber5Filled = IconSquareNumber5Filled; exports.IconSquareNumber6 = IconSquareNumber6; exports.IconSquareNumber6Filled = IconSquareNumber6Filled; exports.IconSquareNumber7 = IconSquareNumber7; exports.IconSquareNumber7Filled = IconSquareNumber7Filled; exports.IconSquareNumber8 = IconSquareNumber8; exports.IconSquareNumber8Filled = IconSquareNumber8Filled; exports.IconSquareNumber9 = IconSquareNumber9; exports.IconSquareNumber9Filled = IconSquareNumber9Filled; exports.IconSquareOff = IconSquareOff; exports.IconSquarePercentage = IconSquarePercentage; exports.IconSquarePlus = IconSquarePlus; exports.IconSquarePlus2 = IconSquarePlus2; exports.IconSquareRoot = IconSquareRoot; exports.IconSquareRoot2 = IconSquareRoot2; exports.IconSquareRotated = IconSquareRotated; exports.IconSquareRotatedAsterisk = IconSquareRotatedAsterisk; exports.IconSquareRotatedFilled = IconSquareRotatedFilled; exports.IconSquareRotatedForbid = IconSquareRotatedForbid; exports.IconSquareRotatedForbid2 = IconSquareRotatedForbid2; exports.IconSquareRotatedOff = IconSquareRotatedOff; exports.IconSquareRounded = IconSquareRounded; exports.IconSquareRoundedArrowDown = IconSquareRoundedArrowDown; exports.IconSquareRoundedArrowDownFilled = IconSquareRoundedArrowDownFilled; exports.IconSquareRoundedArrowLeft = IconSquareRoundedArrowLeft; exports.IconSquareRoundedArrowLeftFilled = IconSquareRoundedArrowLeftFilled; exports.IconSquareRoundedArrowRight = IconSquareRoundedArrowRight; exports.IconSquareRoundedArrowRightFilled = IconSquareRoundedArrowRightFilled; exports.IconSquareRoundedArrowUp = IconSquareRoundedArrowUp; exports.IconSquareRoundedArrowUpFilled = IconSquareRoundedArrowUpFilled; exports.IconSquareRoundedCheck = IconSquareRoundedCheck; exports.IconSquareRoundedCheckFilled = IconSquareRoundedCheckFilled; exports.IconSquareRoundedChevronDown = IconSquareRoundedChevronDown; exports.IconSquareRoundedChevronDownFilled = IconSquareRoundedChevronDownFilled; exports.IconSquareRoundedChevronLeft = IconSquareRoundedChevronLeft; exports.IconSquareRoundedChevronLeftFilled = IconSquareRoundedChevronLeftFilled; exports.IconSquareRoundedChevronRight = IconSquareRoundedChevronRight; exports.IconSquareRoundedChevronRightFilled = IconSquareRoundedChevronRightFilled; exports.IconSquareRoundedChevronUp = IconSquareRoundedChevronUp; exports.IconSquareRoundedChevronUpFilled = IconSquareRoundedChevronUpFilled; exports.IconSquareRoundedChevronsDown = IconSquareRoundedChevronsDown; exports.IconSquareRoundedChevronsDownFilled = IconSquareRoundedChevronsDownFilled; exports.IconSquareRoundedChevronsLeft = IconSquareRoundedChevronsLeft; exports.IconSquareRoundedChevronsLeftFilled = IconSquareRoundedChevronsLeftFilled; exports.IconSquareRoundedChevronsRight = IconSquareRoundedChevronsRight; exports.IconSquareRoundedChevronsRightFilled = IconSquareRoundedChevronsRightFilled; exports.IconSquareRoundedChevronsUp = IconSquareRoundedChevronsUp; exports.IconSquareRoundedChevronsUpFilled = IconSquareRoundedChevronsUpFilled; exports.IconSquareRoundedFilled = IconSquareRoundedFilled; exports.IconSquareRoundedLetterA = IconSquareRoundedLetterA; exports.IconSquareRoundedLetterAFilled = IconSquareRoundedLetterAFilled; exports.IconSquareRoundedLetterB = IconSquareRoundedLetterB; exports.IconSquareRoundedLetterBFilled = IconSquareRoundedLetterBFilled; exports.IconSquareRoundedLetterC = IconSquareRoundedLetterC; exports.IconSquareRoundedLetterCFilled = IconSquareRoundedLetterCFilled; exports.IconSquareRoundedLetterD = IconSquareRoundedLetterD; exports.IconSquareRoundedLetterDFilled = IconSquareRoundedLetterDFilled; exports.IconSquareRoundedLetterE = IconSquareRoundedLetterE; exports.IconSquareRoundedLetterEFilled = IconSquareRoundedLetterEFilled; exports.IconSquareRoundedLetterF = IconSquareRoundedLetterF; exports.IconSquareRoundedLetterFFilled = IconSquareRoundedLetterFFilled; exports.IconSquareRoundedLetterG = IconSquareRoundedLetterG; exports.IconSquareRoundedLetterGFilled = IconSquareRoundedLetterGFilled; exports.IconSquareRoundedLetterH = IconSquareRoundedLetterH; exports.IconSquareRoundedLetterHFilled = IconSquareRoundedLetterHFilled; exports.IconSquareRoundedLetterI = IconSquareRoundedLetterI; exports.IconSquareRoundedLetterIFilled = IconSquareRoundedLetterIFilled; exports.IconSquareRoundedLetterJ = IconSquareRoundedLetterJ; exports.IconSquareRoundedLetterJFilled = IconSquareRoundedLetterJFilled; exports.IconSquareRoundedLetterK = IconSquareRoundedLetterK; exports.IconSquareRoundedLetterKFilled = IconSquareRoundedLetterKFilled; exports.IconSquareRoundedLetterL = IconSquareRoundedLetterL; exports.IconSquareRoundedLetterLFilled = IconSquareRoundedLetterLFilled; exports.IconSquareRoundedLetterM = IconSquareRoundedLetterM; exports.IconSquareRoundedLetterMFilled = IconSquareRoundedLetterMFilled; exports.IconSquareRoundedLetterN = IconSquareRoundedLetterN; exports.IconSquareRoundedLetterNFilled = IconSquareRoundedLetterNFilled; exports.IconSquareRoundedLetterO = IconSquareRoundedLetterO; exports.IconSquareRoundedLetterOFilled = IconSquareRoundedLetterOFilled; exports.IconSquareRoundedLetterP = IconSquareRoundedLetterP; exports.IconSquareRoundedLetterPFilled = IconSquareRoundedLetterPFilled; exports.IconSquareRoundedLetterQ = IconSquareRoundedLetterQ; exports.IconSquareRoundedLetterQFilled = IconSquareRoundedLetterQFilled; exports.IconSquareRoundedLetterR = IconSquareRoundedLetterR; exports.IconSquareRoundedLetterRFilled = IconSquareRoundedLetterRFilled; exports.IconSquareRoundedLetterS = IconSquareRoundedLetterS; exports.IconSquareRoundedLetterSFilled = IconSquareRoundedLetterSFilled; exports.IconSquareRoundedLetterT = IconSquareRoundedLetterT; exports.IconSquareRoundedLetterTFilled = IconSquareRoundedLetterTFilled; exports.IconSquareRoundedLetterU = IconSquareRoundedLetterU; exports.IconSquareRoundedLetterUFilled = IconSquareRoundedLetterUFilled; exports.IconSquareRoundedLetterV = IconSquareRoundedLetterV; exports.IconSquareRoundedLetterVFilled = IconSquareRoundedLetterVFilled; exports.IconSquareRoundedLetterW = IconSquareRoundedLetterW; exports.IconSquareRoundedLetterWFilled = IconSquareRoundedLetterWFilled; exports.IconSquareRoundedLetterX = IconSquareRoundedLetterX; exports.IconSquareRoundedLetterXFilled = IconSquareRoundedLetterXFilled; exports.IconSquareRoundedLetterY = IconSquareRoundedLetterY; exports.IconSquareRoundedLetterYFilled = IconSquareRoundedLetterYFilled; exports.IconSquareRoundedLetterZ = IconSquareRoundedLetterZ; exports.IconSquareRoundedLetterZFilled = IconSquareRoundedLetterZFilled; exports.IconSquareRoundedMinus = IconSquareRoundedMinus; exports.IconSquareRoundedMinus2 = IconSquareRoundedMinus2; exports.IconSquareRoundedMinusFilled = IconSquareRoundedMinusFilled; exports.IconSquareRoundedNumber0 = IconSquareRoundedNumber0; exports.IconSquareRoundedNumber0Filled = IconSquareRoundedNumber0Filled; exports.IconSquareRoundedNumber1 = IconSquareRoundedNumber1; exports.IconSquareRoundedNumber1Filled = IconSquareRoundedNumber1Filled; exports.IconSquareRoundedNumber2 = IconSquareRoundedNumber2; exports.IconSquareRoundedNumber2Filled = IconSquareRoundedNumber2Filled; exports.IconSquareRoundedNumber3 = IconSquareRoundedNumber3; exports.IconSquareRoundedNumber3Filled = IconSquareRoundedNumber3Filled; exports.IconSquareRoundedNumber4 = IconSquareRoundedNumber4; exports.IconSquareRoundedNumber4Filled = IconSquareRoundedNumber4Filled; exports.IconSquareRoundedNumber5 = IconSquareRoundedNumber5; exports.IconSquareRoundedNumber5Filled = IconSquareRoundedNumber5Filled; exports.IconSquareRoundedNumber6 = IconSquareRoundedNumber6; exports.IconSquareRoundedNumber6Filled = IconSquareRoundedNumber6Filled; exports.IconSquareRoundedNumber7 = IconSquareRoundedNumber7; exports.IconSquareRoundedNumber7Filled = IconSquareRoundedNumber7Filled; exports.IconSquareRoundedNumber8 = IconSquareRoundedNumber8; exports.IconSquareRoundedNumber8Filled = IconSquareRoundedNumber8Filled; exports.IconSquareRoundedNumber9 = IconSquareRoundedNumber9; exports.IconSquareRoundedNumber9Filled = IconSquareRoundedNumber9Filled; exports.IconSquareRoundedPercentage = IconSquareRoundedPercentage; exports.IconSquareRoundedPlus = IconSquareRoundedPlus; exports.IconSquareRoundedPlus2 = IconSquareRoundedPlus2; exports.IconSquareRoundedPlusFilled = IconSquareRoundedPlusFilled; exports.IconSquareRoundedX = IconSquareRoundedX; exports.IconSquareRoundedXFilled = IconSquareRoundedXFilled; exports.IconSquareToggle = IconSquareToggle; exports.IconSquareToggleHorizontal = IconSquareToggleHorizontal; exports.IconSquareX = IconSquareX; exports.IconSquareXFilled = IconSquareXFilled; exports.IconSquares = IconSquares; exports.IconSquaresDiagonal = IconSquaresDiagonal; exports.IconSquaresFilled = IconSquaresFilled; exports.IconSquaresSelected = IconSquaresSelected; exports.IconStack = IconStack; exports.IconStack2 = IconStack2; exports.IconStack2Filled = IconStack2Filled; exports.IconStack3 = IconStack3; exports.IconStack3Filled = IconStack3Filled; exports.IconStackBack = IconStackBack; exports.IconStackBackward = IconStackBackward; exports.IconStackFilled = IconStackFilled; exports.IconStackForward = IconStackForward; exports.IconStackFront = IconStackFront; exports.IconStackMiddle = IconStackMiddle; exports.IconStackPop = IconStackPop; exports.IconStackPush = IconStackPush; exports.IconStairs = IconStairs; exports.IconStairsDown = IconStairsDown; exports.IconStairsUp = IconStairsUp; exports.IconStar = IconStar; exports.IconStarFilled = IconStarFilled; exports.IconStarHalf = IconStarHalf; exports.IconStarHalfFilled = IconStarHalfFilled; exports.IconStarOff = IconStarOff; exports.IconStars = IconStars; exports.IconStarsFilled = IconStarsFilled; exports.IconStarsOff = IconStarsOff; exports.IconStatusChange = IconStatusChange; exports.IconSteam = IconSteam; exports.IconSteeringWheel = IconSteeringWheel; exports.IconSteeringWheelFilled = IconSteeringWheelFilled; exports.IconSteeringWheelOff = IconSteeringWheelOff; exports.IconStepInto = IconStepInto; exports.IconStepOut = IconStepOut; exports.IconStereoGlasses = IconStereoGlasses; exports.IconStethoscope = IconStethoscope; exports.IconStethoscopeOff = IconStethoscopeOff; exports.IconSticker = IconSticker; exports.IconSticker2 = IconSticker2; exports.IconStopwatch = IconStopwatch; exports.IconStorm = IconStorm; exports.IconStormOff = IconStormOff; exports.IconStretching = IconStretching; exports.IconStretching2 = IconStretching2; exports.IconStrikethrough = IconStrikethrough; exports.IconStrokeCurved = IconStrokeCurved; exports.IconStrokeDynamic = IconStrokeDynamic; exports.IconStrokeStraight = IconStrokeStraight; exports.IconSubmarine = IconSubmarine; exports.IconSubscript = IconSubscript; exports.IconSubtask = IconSubtask; exports.IconSubtitles = IconSubtitles; exports.IconSubtitlesAi = IconSubtitlesAi; exports.IconSubtitlesEdit = IconSubtitlesEdit; exports.IconSubtitlesOff = IconSubtitlesOff; exports.IconSum = IconSum; exports.IconSumOff = IconSumOff; exports.IconSun = IconSun; exports.IconSunElectricity = IconSunElectricity; exports.IconSunFilled = IconSunFilled; exports.IconSunHigh = IconSunHigh; exports.IconSunHighFilled = IconSunHighFilled; exports.IconSunLow = IconSunLow; exports.IconSunLowFilled = IconSunLowFilled; exports.IconSunMoon = IconSunMoon; exports.IconSunOff = IconSunOff; exports.IconSunWind = IconSunWind; exports.IconSunglasses = IconSunglasses; exports.IconSunglassesFilled = IconSunglassesFilled; exports.IconSunrise = IconSunrise; exports.IconSunriseFilled = IconSunriseFilled; exports.IconSunset = IconSunset; exports.IconSunset2 = IconSunset2; exports.IconSunset2Filled = IconSunset2Filled; exports.IconSunsetFilled = IconSunsetFilled; exports.IconSuperscript = IconSuperscript; exports.IconSvg = IconSvg; exports.IconSwimming = IconSwimming; exports.IconSwipe = IconSwipe; exports.IconSwipeDown = IconSwipeDown; exports.IconSwipeDownFilled = IconSwipeDownFilled; exports.IconSwipeLeft = IconSwipeLeft; exports.IconSwipeLeftFilled = IconSwipeLeftFilled; exports.IconSwipeRight = IconSwipeRight; exports.IconSwipeRightFilled = IconSwipeRightFilled; exports.IconSwipeUp = IconSwipeUp; exports.IconSwipeUpFilled = IconSwipeUpFilled; exports.IconSwitch = IconSwitch; exports.IconSwitch2 = IconSwitch2; exports.IconSwitch3 = IconSwitch3; exports.IconSwitchHorizontal = IconSwitchHorizontal; exports.IconSwitchVertical = IconSwitchVertical; exports.IconSword = IconSword; exports.IconSwordOff = IconSwordOff; exports.IconSwords = IconSwords; exports.IconTable = IconTable; exports.IconTableAlias = IconTableAlias; exports.IconTableColumn = IconTableColumn; exports.IconTableDashed = IconTableDashed; exports.IconTableDown = IconTableDown; exports.IconTableExport = IconTableExport; exports.IconTableFilled = IconTableFilled; exports.IconTableHeart = IconTableHeart; exports.IconTableImport = IconTableImport; exports.IconTableMinus = IconTableMinus; exports.IconTableOff = IconTableOff; exports.IconTableOptions = IconTableOptions; exports.IconTablePlus = IconTablePlus; exports.IconTableRow = IconTableRow; exports.IconTableShare = IconTableShare; exports.IconTableShortcut = IconTableShortcut; exports.IconTableSpark = IconTableSpark; exports.IconTag = IconTag; exports.IconTagFilled = IconTagFilled; exports.IconTagMinus = IconTagMinus; exports.IconTagOff = IconTagOff; exports.IconTagPlus = IconTagPlus; exports.IconTagStarred = IconTagStarred; exports.IconTags = IconTags; exports.IconTagsFilled = IconTagsFilled; exports.IconTagsOff = IconTagsOff; exports.IconTallymark1 = IconTallymark1; exports.IconTallymark2 = IconTallymark2; exports.IconTallymark3 = IconTallymark3; exports.IconTallymark4 = IconTallymark4; exports.IconTallymarks = IconTallymarks; exports.IconTank = IconTank; exports.IconTarget = IconTarget; exports.IconTargetArrow = IconTargetArrow; exports.IconTargetOff = IconTargetOff; exports.IconTax = IconTax; exports.IconTaxEuro = IconTaxEuro; exports.IconTaxPound = IconTaxPound; exports.IconTeapot = IconTeapot; exports.IconTelescope = IconTelescope; exports.IconTelescopeOff = IconTelescopeOff; exports.IconTemperature = IconTemperature; exports.IconTemperatureCelsius = IconTemperatureCelsius; exports.IconTemperatureFahrenheit = IconTemperatureFahrenheit; exports.IconTemperatureMinus = IconTemperatureMinus; exports.IconTemperatureMinusFilled = IconTemperatureMinusFilled; exports.IconTemperatureOff = IconTemperatureOff; exports.IconTemperaturePlus = IconTemperaturePlus; exports.IconTemperaturePlusFilled = IconTemperaturePlusFilled; exports.IconTemperatureSnow = IconTemperatureSnow; exports.IconTemperatureSun = IconTemperatureSun; exports.IconTemplate = IconTemplate; exports.IconTemplateFilled = IconTemplateFilled; exports.IconTemplateOff = IconTemplateOff; exports.IconTent = IconTent; exports.IconTentOff = IconTentOff; exports.IconTerminal = IconTerminal; exports.IconTerminal2 = IconTerminal2; exports.IconTestPipe = IconTestPipe; exports.IconTestPipe2 = IconTestPipe2; exports.IconTestPipe2Filled = IconTestPipe2Filled; exports.IconTestPipeOff = IconTestPipeOff; exports.IconTex = IconTex; exports.IconTextCaption = IconTextCaption; exports.IconTextColor = IconTextColor; exports.IconTextDecrease = IconTextDecrease; exports.IconTextDirectionLtr = IconTextDirectionLtr; exports.IconTextDirectionRtl = IconTextDirectionRtl; exports.IconTextGrammar = IconTextGrammar; exports.IconTextIncrease = IconTextIncrease; exports.IconTextOrientation = IconTextOrientation; exports.IconTextPlus = IconTextPlus; exports.IconTextRecognition = IconTextRecognition; exports.IconTextResize = IconTextResize; exports.IconTextScan2 = IconTextScan2; exports.IconTextSize = IconTextSize; exports.IconTextSpellcheck = IconTextSpellcheck; exports.IconTextWrap = IconTextWrap; exports.IconTextWrapColumn = IconTextWrapColumn; exports.IconTextWrapDisabled = IconTextWrapDisabled; exports.IconTexture = IconTexture; exports.IconTheater = IconTheater; exports.IconThermometer = IconThermometer; exports.IconThumbDown = IconThumbDown; exports.IconThumbDownFilled = IconThumbDownFilled; exports.IconThumbDownOff = IconThumbDownOff; exports.IconThumbUp = IconThumbUp; exports.IconThumbUpFilled = IconThumbUpFilled; exports.IconThumbUpOff = IconThumbUpOff; exports.IconTicTac = IconTicTac; exports.IconTicket = IconTicket; exports.IconTicketFilled = IconTicketFilled; exports.IconTicketOff = IconTicketOff; exports.IconTie = IconTie; exports.IconTilde = IconTilde; exports.IconTiltShift = IconTiltShift; exports.IconTiltShiftFilled = IconTiltShiftFilled; exports.IconTiltShiftOff = IconTiltShiftOff; exports.IconTimeDuration0 = IconTimeDuration0; exports.IconTimeDuration10 = IconTimeDuration10; exports.IconTimeDuration15 = IconTimeDuration15; exports.IconTimeDuration30 = IconTimeDuration30; exports.IconTimeDuration45 = IconTimeDuration45; exports.IconTimeDuration5 = IconTimeDuration5; exports.IconTimeDuration60 = IconTimeDuration60; exports.IconTimeDuration90 = IconTimeDuration90; exports.IconTimeDurationOff = IconTimeDurationOff; exports.IconTimeline = IconTimeline; exports.IconTimelineEvent = IconTimelineEvent; exports.IconTimelineEventExclamation = IconTimelineEventExclamation; exports.IconTimelineEventFilled = IconTimelineEventFilled; exports.IconTimelineEventMinus = IconTimelineEventMinus; exports.IconTimelineEventPlus = IconTimelineEventPlus; exports.IconTimelineEventText = IconTimelineEventText; exports.IconTimelineEventX = IconTimelineEventX; exports.IconTimezone = IconTimezone; exports.IconTipJar = IconTipJar; exports.IconTipJarEuro = IconTipJarEuro; exports.IconTipJarPound = IconTipJarPound; exports.IconTir = IconTir; exports.IconToggleLeft = IconToggleLeft; exports.IconToggleLeftFilled = IconToggleLeftFilled; exports.IconToggleRight = IconToggleRight; exports.IconToggleRightFilled = IconToggleRightFilled; exports.IconToiletPaper = IconToiletPaper; exports.IconToiletPaperOff = IconToiletPaperOff; exports.IconToml = IconToml; exports.IconTool = IconTool; exports.IconTools = IconTools; exports.IconToolsKitchen = IconToolsKitchen; exports.IconToolsKitchen2 = IconToolsKitchen2; exports.IconToolsKitchen2Filled = IconToolsKitchen2Filled; exports.IconToolsKitchen2Off = IconToolsKitchen2Off; exports.IconToolsKitchen3 = IconToolsKitchen3; exports.IconToolsKitchenOff = IconToolsKitchenOff; exports.IconToolsOff = IconToolsOff; exports.IconTooltip = IconTooltip; exports.IconTopologyBus = IconTopologyBus; exports.IconTopologyComplex = IconTopologyComplex; exports.IconTopologyFull = IconTopologyFull; exports.IconTopologyFullHierarchy = IconTopologyFullHierarchy; exports.IconTopologyRing = IconTopologyRing; exports.IconTopologyRing2 = IconTopologyRing2; exports.IconTopologyRing3 = IconTopologyRing3; exports.IconTopologyStar = IconTopologyStar; exports.IconTopologyStar2 = IconTopologyStar2; exports.IconTopologyStar3 = IconTopologyStar3; exports.IconTopologyStarRing = IconTopologyStarRing; exports.IconTopologyStarRing2 = IconTopologyStarRing2; exports.IconTopologyStarRing3 = IconTopologyStarRing3; exports.IconTorii = IconTorii; exports.IconTornado = IconTornado; exports.IconTournament = IconTournament; exports.IconTower = IconTower; exports.IconTowerOff = IconTowerOff; exports.IconTrack = IconTrack; exports.IconTractor = IconTractor; exports.IconTrademark = IconTrademark; exports.IconTrafficCone = IconTrafficCone; exports.IconTrafficConeOff = IconTrafficConeOff; exports.IconTrafficLights = IconTrafficLights; exports.IconTrafficLightsOff = IconTrafficLightsOff; exports.IconTrain = IconTrain; exports.IconTrainFilled = IconTrainFilled; exports.IconTransactionBitcoin = IconTransactionBitcoin; exports.IconTransactionDollar = IconTransactionDollar; exports.IconTransactionEuro = IconTransactionEuro; exports.IconTransactionPound = IconTransactionPound; exports.IconTransactionRupee = IconTransactionRupee; exports.IconTransactionYen = IconTransactionYen; exports.IconTransactionYuan = IconTransactionYuan; exports.IconTransfer = IconTransfer; exports.IconTransferIn = IconTransferIn; exports.IconTransferOut = IconTransferOut; exports.IconTransferVertical = IconTransferVertical; exports.IconTransform = IconTransform; exports.IconTransformFilled = IconTransformFilled; exports.IconTransformPoint = IconTransformPoint; exports.IconTransformPointBottomLeft = IconTransformPointBottomLeft; exports.IconTransformPointBottomRight = IconTransformPointBottomRight; exports.IconTransformPointTopLeft = IconTransformPointTopLeft; exports.IconTransformPointTopRight = IconTransformPointTopRight; exports.IconTransitionBottom = IconTransitionBottom; exports.IconTransitionBottomFilled = IconTransitionBottomFilled; exports.IconTransitionLeft = IconTransitionLeft; exports.IconTransitionLeftFilled = IconTransitionLeftFilled; exports.IconTransitionRight = IconTransitionRight; exports.IconTransitionRightFilled = IconTransitionRightFilled; exports.IconTransitionTop = IconTransitionTop; exports.IconTransitionTopFilled = IconTransitionTopFilled; exports.IconTrash = IconTrash; exports.IconTrashFilled = IconTrashFilled; exports.IconTrashOff = IconTrashOff; exports.IconTrashX = IconTrashX; exports.IconTrashXFilled = IconTrashXFilled; exports.IconTreadmill = IconTreadmill; exports.IconTree = IconTree; exports.IconTrees = IconTrees; exports.IconTrekking = IconTrekking; exports.IconTrendingDown = IconTrendingDown; exports.IconTrendingDown2 = IconTrendingDown2; exports.IconTrendingDown3 = IconTrendingDown3; exports.IconTrendingUp = IconTrendingUp; exports.IconTrendingUp2 = IconTrendingUp2; exports.IconTrendingUp3 = IconTrendingUp3; exports.IconTrendingUpDown = IconTrendingUpDown; exports.IconTriangle = IconTriangle; exports.IconTriangleFilled = IconTriangleFilled; exports.IconTriangleInverted = IconTriangleInverted; exports.IconTriangleInvertedFilled = IconTriangleInvertedFilled; exports.IconTriangleMinus = IconTriangleMinus; exports.IconTriangleMinus2 = IconTriangleMinus2; exports.IconTriangleOff = IconTriangleOff; exports.IconTrianglePlus = IconTrianglePlus; exports.IconTrianglePlus2 = IconTrianglePlus2; exports.IconTriangleSquareCircle = IconTriangleSquareCircle; exports.IconTriangleSquareCircleFilled = IconTriangleSquareCircleFilled; exports.IconTriangles = IconTriangles; exports.IconTrident = IconTrident; exports.IconTrolley = IconTrolley; exports.IconTrolleyFilled = IconTrolleyFilled; exports.IconTrophy = IconTrophy; exports.IconTrophyFilled = IconTrophyFilled; exports.IconTrophyOff = IconTrophyOff; exports.IconTrowel = IconTrowel; exports.IconTruck = IconTruck; exports.IconTruckDelivery = IconTruckDelivery; exports.IconTruckFilled = IconTruckFilled; exports.IconTruckLoading = IconTruckLoading; exports.IconTruckOff = IconTruckOff; exports.IconTruckReturn = IconTruckReturn; exports.IconTxt = IconTxt; exports.IconTypeface = IconTypeface; exports.IconTypography = IconTypography; exports.IconTypographyOff = IconTypographyOff; exports.IconUTurnLeft = IconUTurnLeft; exports.IconUTurnRight = IconUTurnRight; exports.IconUfo = IconUfo; exports.IconUfoFilled = IconUfoFilled; exports.IconUfoOff = IconUfoOff; exports.IconUhd = IconUhd; exports.IconUmbrella = IconUmbrella; exports.IconUmbrella2 = IconUmbrella2; exports.IconUmbrellaClosed = IconUmbrellaClosed; exports.IconUmbrellaClosed2 = IconUmbrellaClosed2; exports.IconUmbrellaFilled = IconUmbrellaFilled; exports.IconUmbrellaOff = IconUmbrellaOff; exports.IconUnderline = IconUnderline; exports.IconUniverse = IconUniverse; exports.IconUnlink = IconUnlink; exports.IconUpload = IconUpload; exports.IconUrgent = IconUrgent; exports.IconUsb = IconUsb; exports.IconUser = IconUser; exports.IconUserBitcoin = IconUserBitcoin; exports.IconUserBolt = IconUserBolt; exports.IconUserCancel = IconUserCancel; exports.IconUserCheck = IconUserCheck; exports.IconUserCircle = IconUserCircle; exports.IconUserCode = IconUserCode; exports.IconUserCog = IconUserCog; exports.IconUserDollar = IconUserDollar; exports.IconUserDown = IconUserDown; exports.IconUserEdit = IconUserEdit; exports.IconUserExclamation = IconUserExclamation; exports.IconUserFilled = IconUserFilled; exports.IconUserHeart = IconUserHeart; exports.IconUserHexagon = IconUserHexagon; exports.IconUserKey = IconUserKey; exports.IconUserMinus = IconUserMinus; exports.IconUserOff = IconUserOff; exports.IconUserPause = IconUserPause; exports.IconUserPentagon = IconUserPentagon; exports.IconUserPin = IconUserPin; exports.IconUserPlus = IconUserPlus; exports.IconUserQuestion = IconUserQuestion; exports.IconUserScan = IconUserScan; exports.IconUserScreen = IconUserScreen; exports.IconUserSearch = IconUserSearch; exports.IconUserShare = IconUserShare; exports.IconUserShield = IconUserShield; exports.IconUserSquare = IconUserSquare; exports.IconUserSquareRounded = IconUserSquareRounded; exports.IconUserStar = IconUserStar; exports.IconUserUp = IconUserUp; exports.IconUserX = IconUserX; exports.IconUsers = IconUsers; exports.IconUsersGroup = IconUsersGroup; exports.IconUsersMinus = IconUsersMinus; exports.IconUsersPlus = IconUsersPlus; exports.IconUvIndex = IconUvIndex; exports.IconUxCircle = IconUxCircle; exports.IconVaccine = IconVaccine; exports.IconVaccineBottle = IconVaccineBottle; exports.IconVaccineBottleOff = IconVaccineBottleOff; exports.IconVaccineOff = IconVaccineOff; exports.IconVacuumCleaner = IconVacuumCleaner; exports.IconVariable = IconVariable; exports.IconVariableMinus = IconVariableMinus; exports.IconVariableOff = IconVariableOff; exports.IconVariablePlus = IconVariablePlus; exports.IconVector = IconVector; exports.IconVectorBezier = IconVectorBezier; exports.IconVectorBezier2 = IconVectorBezier2; exports.IconVectorBezierArc = IconVectorBezierArc; exports.IconVectorBezierCircle = IconVectorBezierCircle; exports.IconVectorOff = IconVectorOff; exports.IconVectorSpline = IconVectorSpline; exports.IconVectorTriangle = IconVectorTriangle; exports.IconVectorTriangleOff = IconVectorTriangleOff; exports.IconVenus = IconVenus; exports.IconVersions = IconVersions; exports.IconVersionsFilled = IconVersionsFilled; exports.IconVersionsOff = IconVersionsOff; exports.IconVideo = IconVideo; exports.IconVideoFilled = IconVideoFilled; exports.IconVideoMinus = IconVideoMinus; exports.IconVideoMinusFilled = IconVideoMinusFilled; exports.IconVideoOff = IconVideoOff; exports.IconVideoPlus = IconVideoPlus; exports.IconVideoPlusFilled = IconVideoPlusFilled; exports.IconView360 = IconView360; exports.IconView360Arrow = IconView360Arrow; exports.IconView360Number = IconView360Number; exports.IconView360Off = IconView360Off; exports.IconViewfinder = IconViewfinder; exports.IconViewfinderOff = IconViewfinderOff; exports.IconViewportNarrow = IconViewportNarrow; exports.IconViewportShort = IconViewportShort; exports.IconViewportTall = IconViewportTall; exports.IconViewportWide = IconViewportWide; exports.IconVinyl = IconVinyl; exports.IconVip = IconVip; exports.IconVip2 = IconVip2; exports.IconVipOff = IconVipOff; exports.IconVirus = IconVirus; exports.IconVirusOff = IconVirusOff; exports.IconVirusSearch = IconVirusSearch; exports.IconVocabulary = IconVocabulary; exports.IconVocabularyOff = IconVocabularyOff; exports.IconVolcano = IconVolcano; exports.IconVolume = IconVolume; exports.IconVolume2 = IconVolume2; exports.IconVolume3 = IconVolume3; exports.IconVolume4 = IconVolume4; exports.IconVolumeOff = IconVolumeOff; exports.IconVs = IconVs; exports.IconWalk = IconWalk; exports.IconWall = IconWall; exports.IconWallOff = IconWallOff; exports.IconWallet = IconWallet; exports.IconWalletOff = IconWalletOff; exports.IconWallpaper = IconWallpaper; exports.IconWallpaperOff = IconWallpaperOff; exports.IconWand = IconWand; exports.IconWandOff = IconWandOff; exports.IconWash = IconWash; exports.IconWashDry = IconWashDry; exports.IconWashDry1 = IconWashDry1; exports.IconWashDry2 = IconWashDry2; exports.IconWashDry3 = IconWashDry3; exports.IconWashDryA = IconWashDryA; exports.IconWashDryDip = IconWashDryDip; exports.IconWashDryF = IconWashDryF; exports.IconWashDryFlat = IconWashDryFlat; exports.IconWashDryHang = IconWashDryHang; exports.IconWashDryOff = IconWashDryOff; exports.IconWashDryP = IconWashDryP; exports.IconWashDryShade = IconWashDryShade; exports.IconWashDryW = IconWashDryW; exports.IconWashDryclean = IconWashDryclean; exports.IconWashDrycleanOff = IconWashDrycleanOff; exports.IconWashEco = IconWashEco; exports.IconWashGentle = IconWashGentle; exports.IconWashHand = IconWashHand; exports.IconWashMachine = IconWashMachine; exports.IconWashOff = IconWashOff; exports.IconWashPress = IconWashPress; exports.IconWashTemperature1 = IconWashTemperature1; exports.IconWashTemperature2 = IconWashTemperature2; exports.IconWashTemperature3 = IconWashTemperature3; exports.IconWashTemperature4 = IconWashTemperature4; exports.IconWashTemperature5 = IconWashTemperature5; exports.IconWashTemperature6 = IconWashTemperature6; exports.IconWashTumbleDry = IconWashTumbleDry; exports.IconWashTumbleOff = IconWashTumbleOff; exports.IconWaterpolo = IconWaterpolo; exports.IconWaveSawTool = IconWaveSawTool; exports.IconWaveSine = IconWaveSine; exports.IconWaveSquare = IconWaveSquare; exports.IconWavesElectricity = IconWavesElectricity; exports.IconWebhook = IconWebhook; exports.IconWebhookOff = IconWebhookOff; exports.IconWeight = IconWeight; exports.IconWheat = IconWheat; exports.IconWheatOff = IconWheatOff; exports.IconWheel = IconWheel; exports.IconWheelchair = IconWheelchair; exports.IconWheelchairOff = IconWheelchairOff; exports.IconWhirl = IconWhirl; exports.IconWhisk = IconWhisk; exports.IconWifi = IconWifi; exports.IconWifi0 = IconWifi0; exports.IconWifi1 = IconWifi1; exports.IconWifi2 = IconWifi2; exports.IconWifiOff = IconWifiOff; exports.IconWind = IconWind; exports.IconWindElectricity = IconWindElectricity; exports.IconWindOff = IconWindOff; exports.IconWindmill = IconWindmill; exports.IconWindmillFilled = IconWindmillFilled; exports.IconWindmillOff = IconWindmillOff; exports.IconWindow = IconWindow; exports.IconWindowMaximize = IconWindowMaximize; exports.IconWindowMinimize = IconWindowMinimize; exports.IconWindowOff = IconWindowOff; exports.IconWindsock = IconWindsock; exports.IconWindsockFilled = IconWindsockFilled; exports.IconWiper = IconWiper; exports.IconWiperWash = IconWiperWash; exports.IconWoman = IconWoman; exports.IconWomanFilled = IconWomanFilled; exports.IconWood = IconWood; exports.IconWorld = IconWorld; exports.IconWorldBolt = IconWorldBolt; exports.IconWorldCancel = IconWorldCancel; exports.IconWorldCheck = IconWorldCheck; exports.IconWorldCode = IconWorldCode; exports.IconWorldCog = IconWorldCog; exports.IconWorldDollar = IconWorldDollar; exports.IconWorldDown = IconWorldDown; exports.IconWorldDownload = IconWorldDownload; exports.IconWorldExclamation = IconWorldExclamation; exports.IconWorldFilled = IconWorldFilled; exports.IconWorldHeart = IconWorldHeart; exports.IconWorldLatitude = IconWorldLatitude; exports.IconWorldLongitude = IconWorldLongitude; exports.IconWorldMap = IconWorldMap; exports.IconWorldMinus = IconWorldMinus; exports.IconWorldOff = IconWorldOff; exports.IconWorldPause = IconWorldPause; exports.IconWorldPin = IconWorldPin; exports.IconWorldPlus = IconWorldPlus; exports.IconWorldQuestion = IconWorldQuestion; exports.IconWorldSearch = IconWorldSearch; exports.IconWorldShare = IconWorldShare; exports.IconWorldStar = IconWorldStar; exports.IconWorldUp = IconWorldUp; exports.IconWorldUpload = IconWorldUpload; exports.IconWorldWww = IconWorldWww; exports.IconWorldX = IconWorldX; exports.IconWreckingBall = IconWreckingBall; exports.IconWriting = IconWriting; exports.IconWritingFilled = IconWritingFilled; exports.IconWritingOff = IconWritingOff; exports.IconWritingSign = IconWritingSign; exports.IconWritingSignFilled = IconWritingSignFilled; exports.IconWritingSignOff = IconWritingSignOff; exports.IconX = IconX; exports.IconXFilled = IconXFilled; exports.IconXMark = IconXMark; exports.IconXPowerY = IconXPowerY; exports.IconXboxA = IconXboxA; exports.IconXboxAFilled = IconXboxAFilled; exports.IconXboxB = IconXboxB; exports.IconXboxBFilled = IconXboxBFilled; exports.IconXboxX = IconXboxX; exports.IconXboxXFilled = IconXboxXFilled; exports.IconXboxY = IconXboxY; exports.IconXboxYFilled = IconXboxYFilled; exports.IconXd = IconXd; exports.IconXxx = IconXxx; exports.IconYinYang = IconYinYang; exports.IconYinYangFilled = IconYinYangFilled; exports.IconYoga = IconYoga; exports.IconZeppelin = IconZeppelin; exports.IconZeppelinFilled = IconZeppelinFilled; exports.IconZeppelinOff = IconZeppelinOff; exports.IconZeroConfig = IconZeroConfig; exports.IconZip = IconZip; exports.IconZodiacAquarius = IconZodiacAquarius; exports.IconZodiacAries = IconZodiacAries; exports.IconZodiacCancer = IconZodiacCancer; exports.IconZodiacCapricorn = IconZodiacCapricorn; exports.IconZodiacGemini = IconZodiacGemini; exports.IconZodiacLeo = IconZodiacLeo; exports.IconZodiacLibra = IconZodiacLibra; exports.IconZodiacPisces = IconZodiacPisces; exports.IconZodiacSagittarius = IconZodiacSagittarius; exports.IconZodiacScorpio = IconZodiacScorpio; exports.IconZodiacTaurus = IconZodiacTaurus; exports.IconZodiacVirgo = IconZodiacVirgo; exports.IconZoom = IconZoom; exports.IconZoomCancel = IconZoomCancel; exports.IconZoomCancelFilled = IconZoomCancelFilled; exports.IconZoomCheck = IconZoomCheck; exports.IconZoomCheckFilled = IconZoomCheckFilled; exports.IconZoomCode = IconZoomCode; exports.IconZoomCodeFilled = IconZoomCodeFilled; exports.IconZoomExclamation = IconZoomExclamation; exports.IconZoomExclamationFilled = IconZoomExclamationFilled; exports.IconZoomFilled = IconZoomFilled; exports.IconZoomIn = IconZoomIn; exports.IconZoomInArea = IconZoomInArea; exports.IconZoomInAreaFilled = IconZoomInAreaFilled; exports.IconZoomInFilled = IconZoomInFilled; exports.IconZoomMoney = IconZoomMoney; exports.IconZoomMoneyFilled = IconZoomMoneyFilled; exports.IconZoomOut = IconZoomOut; exports.IconZoomOutArea = IconZoomOutArea; exports.IconZoomOutAreaFilled = IconZoomOutAreaFilled; exports.IconZoomOutFilled = IconZoomOutFilled; exports.IconZoomPan = IconZoomPan; exports.IconZoomPanFilled = IconZoomPanFilled; exports.IconZoomQuestion = IconZoomQuestion; exports.IconZoomQuestionFilled = IconZoomQuestionFilled; exports.IconZoomReplace = IconZoomReplace; exports.IconZoomReset = IconZoomReset; exports.IconZoomScan = IconZoomScan; exports.IconZoomScanFilled = IconZoomScanFilled; exports.IconZzz = IconZzz; exports.IconZzzOff = IconZzzOff; exports.createReactComponent = createReactComponent; exports.icons = index; exports.iconsList = iconsList$1; //# sourceMappingURL=tabler-icons-react.cjs.map