UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.29 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 NoTransfer = createIcon("NoTransfer", [ [ "path", { d: "M21.8996 20.8853L3.51961 2.50531L2.09961 3.91531L4.70961 6.52531V15.6953C4.70961 16.5753 5.09961 17.3653 5.70961 17.9153V19.6953C5.70961 20.2453 6.15961 20.6953 6.70961 20.6953H7.70961C8.25961 20.6953 8.70961 20.2453 8.70961 19.6953V18.6953H16.7096V19.6953C16.7096 20.2453 17.1596 20.6953 17.7096 20.6953H18.7096C18.7596 20.6953 18.7996 20.6753 18.8496 20.6653L20.4896 22.3053L21.8996 20.8853ZM8.20961 16.6953C7.37961 16.6953 6.70961 16.0253 6.70961 15.1953C6.70961 14.3653 7.37961 13.6953 8.20961 13.6953C9.03961 13.6953 9.70961 14.3653 9.70961 15.1953C9.70961 16.0253 9.03961 16.6953 8.20961 16.6953ZM6.70961 10.6953V8.52531L8.87961 10.6953H6.70961ZM9.53961 5.69531L6.48961 2.64531C7.94961 1.85531 10.1896 1.69531 12.7096 1.69531C17.1296 1.69531 20.7096 2.19531 20.7096 5.69531V15.6953C20.7096 16.0453 20.6296 16.3653 20.5196 16.6753L14.5396 10.6953H18.7096V5.69531H9.53961Z", key: "tbn8no" } ] ]); export { NoTransfer as default }; //# sourceMappingURL=no_transfer.js.map