google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 665 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 PinEnd = createIcon("PinEnd", [
[
"path",
{
d: "M20 12V6H4V18H14V20H4C2.9 20 2 19.1 2 18V6C2 4.9 2.9 4 4 4H20C21.1 4 22 4.9 22 6V12H20ZM19 14C17.34 14 16 15.34 16 17C16 18.66 17.34 20 19 20C20.66 20 22 18.66 22 17C22 15.34 20.66 14 19 14ZM14.66 8H9V13.66L11.12 11.54L13.95 14.37L15.36 12.96L12.53 10.13L14.66 8Z",
key: "p2un56"
}
]
]);
export { PinEnd as default };
//# sourceMappingURL=pin_end.js.map