google-material-icons
Version:
A google material icon library package for React applications
37 lines (33 loc) • 1.62 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 Pin = createIcon("Pin", [
[
"path",
{
d: "M20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4ZM20 18H4V6H20V18Z",
key: "1ystlk"
}
],
["path", { d: "M6.49 10.5V15H7.64V9H6.77L5.01 10.27L5.59 11.16L6.49 10.5Z", key: "oirwz3" }],
[
"path",
{
d: "M11.47 10.05C11.97 10.05 12.28 10.37 12.28 10.77C12.28 11.14 12.14 11.41 11.74 11.83C11.38 12.21 10.68 12.91 9.61 13.98V15H13.5V14.01H11.13L11.1 13.96C11.78 13.28 12.25 12.82 12.5 12.57C13.11 11.97 13.42 11.35 13.42 10.71C13.42 10.47 13.37 9.67 12.51 9.23C12.04 9 11.25 8.87 10.56 9.2C9.74 9.59 9.57 10.33 9.56 10.35L10.57 10.77C10.67 10.44 10.95 10.05 11.47 10.05Z",
key: "iioupc"
}
],
[
"path",
{
d: "M16.99 13.94C16.16 13.94 16 13.18 15.97 13.08L14.94 13.49C15.39 15.08 16.95 15 16.99 15C18.19 15 18.67 14.28 18.75 14.15C19.07 13.66 19.11 12.91 18.74 12.39C18.57 12.15 18.34 11.98 18.06 11.87V11.8C18.26 11.7 18.43 11.54 18.58 11.32C18.84 10.91 18.89 10.25 18.56 9.75C18.48 9.64 18.03 9 16.94 9C15.68 9 15.2 9.9 15.09 10.24L16.08 10.65C16.19 10.33 16.43 10.01 16.93 10.01C17.37 10.01 17.68 10.27 17.68 10.66C17.68 11.24 17.13 11.38 16.8 11.38H16.34V12.38H16.84C17.4 12.38 17.88 12.62 17.88 13.17C17.88 13.66 17.4 13.94 16.99 13.94Z",
key: "1f6noh"
}
]
]);
export { Pin as default };
//# sourceMappingURL=pin.js.map