google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.57 kB
JavaScript
/**
* @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: "M9.21547 12.6953C10.0455 12.6953 10.7155 13.3653 10.7155 14.1953C10.7155 15.0253 10.0455 15.6953 9.21547 15.6953C8.38547 15.6953 7.71547 15.0253 7.71547 14.1953C7.71547 13.3653 8.38547 12.6953 9.21547 12.6953ZM20.4955 22.3053L18.8555 20.6653C18.8055 20.6753 18.7655 20.6953 18.7155 20.6953H17.7155C17.1655 20.6953 16.7155 20.2453 16.7155 19.6953V18.6953H8.71547V19.6953C8.71547 20.2453 8.26547 20.6953 7.71547 20.6953H6.71547C6.16547 20.6953 5.71547 20.2453 5.71547 19.6953V17.9153C5.10547 17.3653 4.71547 16.5753 4.71547 15.6953V6.52531L2.10547 3.91531L3.51547 2.50531L21.8955 20.8853L20.4955 22.3053ZM6.71547 8.52531V9.69531H7.88547L6.71547 8.52531ZM14.8855 16.6953L9.88547 11.6953H6.71547V15.6953C6.71547 16.0653 6.92547 16.3153 7.05547 16.4253L7.34547 16.6953H14.8855ZM12.7155 3.69531C16.4055 3.69531 17.8255 4.15531 18.3755 4.68531H8.53547L10.5355 6.68531H18.7155V9.69531H13.5455L15.5455 11.6953H18.7155V14.8653L20.5255 16.6753C20.6355 16.3653 20.7155 16.0453 20.7155 15.6953V5.69531C20.7155 2.19531 17.1355 1.69531 12.7155 1.69531C10.1955 1.69531 7.95547 1.85531 6.49547 2.64531L8.02547 4.17531C8.88547 3.89531 10.3155 3.69531 12.7155 3.69531Z",
key: "1b6334"
}
]
]);
export { NoTransfer as default };
//# sourceMappingURL=no_transfer.js.map