27 lines
648 B
JavaScript
27 lines
648 B
JavaScript
/**
|
|
* @license lucide v0.424.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
import defaultAttributes from '../defaultAttributes.js';
|
|
|
|
const Signpost = [
|
|
"svg",
|
|
defaultAttributes,
|
|
[
|
|
["path", { d: "M12 13v8" }],
|
|
["path", { d: "M12 3v3" }],
|
|
[
|
|
"path",
|
|
{
|
|
d: "M18 6a2 2 0 0 1 1.414.586l2.293 2.207a1 1 0 0 1 0 1.414l-2.27 2.184a2 2 0 0 1-1.742.586L6 13a2 2 0 0 1-1.414-.586l-2.293-2.207a1 1 0 0 1 0-1.414l2.293-2.207A2 2 0 0 1 6 6z"
|
|
}
|
|
]
|
|
]
|
|
];
|
|
|
|
export { Signpost as default };
|
|
//# sourceMappingURL=signpost.js.map
|