google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 674 B
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 PinInvoke = createIcon("PinInvoke", [
[
"path",
{
d: "M22 12V18C22 19.1 21.1 20 20 20H4C2.9 20 2 19.1 2 18V6C2 4.9 2.9 4 4 4H14V6H4V18H20V12H22ZM22 7C22 5.34 20.66 4 19 4C17.34 4 16 5.34 16 7C16 8.66 17.34 10 19 10C20.66 10 22 8.66 22 7ZM11.47 12.12L8.64 14.95L10.05 16.36L12.88 13.53L15 15.66V10H9.34L11.47 12.12Z",
key: "v64qoz"
}
]
]);
export { PinInvoke as default };
//# sourceMappingURL=pin_invoke.js.map