UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.07 kB
/** * @license google-material-icons v2.1.3 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createIcon from '../../createIcon.js'; const Usb = createIcon("Usb", [ [ "path", { d: "M15.1004 7.40039V11.4004H16.1004V13.4004H13.1004V5.40039H15.1004L12.1004 1.40039L9.10039 5.40039H11.1004V13.4004H8.10039V11.3304C8.80039 10.9604 9.30039 10.2504 9.30039 9.40039C9.30039 8.19039 8.31039 7.20039 7.10039 7.20039C5.89039 7.20039 4.90039 8.19039 4.90039 9.40039C4.90039 10.2504 5.40039 10.9604 6.10039 11.3304V13.4004C6.10039 14.5104 6.99039 15.4004 8.10039 15.4004H11.1004V18.4504C10.3904 18.8204 9.90039 19.5504 9.90039 20.4004C9.90039 21.6204 10.8904 22.6004 12.1004 22.6004C13.3104 22.6004 14.3004 21.6204 14.3004 20.4004C14.3004 19.5504 13.8104 18.8204 13.1004 18.4504V15.4004H16.1004C17.2104 15.4004 18.1004 14.5104 18.1004 13.4004V11.4004H19.1004V7.40039H15.1004Z", key: "730v14" } ] ]); export { Usb as default }; //# sourceMappingURL=usb.js.map