UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.2 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 UsbOff = createIcon("UsbOff", [ [ "path", { d: "M15.7155 7.7002H19.7155V11.7002H18.7155V13.7002C18.7155 14.0402 18.6355 14.3602 18.4855 14.6402L16.7155 12.8702V11.7002H15.7155V7.7002ZM11.7155 7.8702L13.7155 9.8702V5.7002H15.7155L12.7155 1.7002L9.71547 5.7002H11.7155V7.8702ZM13.7155 15.7002V17.9802C14.3155 18.3202 14.7155 18.9602 14.7155 19.7002C14.7155 20.8002 13.8155 21.7002 12.7155 21.7002C11.6155 21.7002 10.7155 20.8002 10.7155 19.7002C10.7155 18.9602 11.1155 18.3302 11.7155 17.9802V15.7002H8.71547C7.60547 15.7002 6.71547 14.8102 6.71547 13.7002V11.4202C6.11547 11.0802 5.71547 10.4402 5.71547 9.7002C5.71547 9.1102 5.97547 8.5702 6.39547 8.2102L2.10547 3.9202L3.51547 2.5102L21.8955 20.8902L20.4855 22.3002L13.8855 15.7002H13.7155ZM11.7155 13.7002V13.5302L9.20547 11.0202C9.06547 11.1802 8.89547 11.3102 8.71547 11.4202V13.7002H11.7155Z", key: "1xoqet" } ] ]); export { UsbOff as default }; //# sourceMappingURL=usb_off.js.map