UNPKG

@tabler/icons-react

Version:

A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.

15 lines (11 loc) 1.04 kB
/** * @license @tabler/icons-react v3.46.0 - MIT * * This source code is licensed under the MIT license. * See the LICENSE file in the root directory of this source tree. */ import createReactComponent from '../createReactComponent.mjs'; const __iconNode = [["path", { "d": "M7.07 20l-4.84 -4.617a.79 .79 0 0 1 -.065 -1.041l2.835 -3.342", "key": "svg-0" }], ["path", { "d": "M9 20h-5", "key": "svg-1" }], ["path", { "d": "M6.398 8.063l-1.302 -.896a.95 .95 0 0 0 -1.318 .245l-.611 .889a.95 .95 0 0 0 .245 1.318l1.302 .896c1.041 .716 .635 3.505 2.735 4.949l4.551 -6.62c-2.067 -1.42 -4.559 -.065 -5.602 -.781", "key": "svg-2" }], ["path", { "d": "M9 4h10a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-7", "key": "svg-3" }], ["path", { "d": "M13 20h4", "key": "svg-4" }], ["path", { "d": "M15 16v4", "key": "svg-5" }]]; const IconDeviceWorkstation = createReactComponent("outline", "device-workstation", "DeviceWorkstation", __iconNode); export { __iconNode, IconDeviceWorkstation as default }; //# sourceMappingURL=IconDeviceWorkstation.mjs.map