mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-27 07:06:17 +07:00
24 lines
638 B
JavaScript
24 lines
638 B
JavaScript
/**
|
|
* @license lucide-vue-next v0.562.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
import createLucideIcon from '../createLucideIcon.js';
|
|
|
|
const Stamp = createLucideIcon("stamp", [
|
|
["path", { d: "M14 13V8.5C14 7 15 7 15 5a3 3 0 0 0-6 0c0 2 1 2 1 3.5V13", key: "i9gjdv" }],
|
|
[
|
|
"path",
|
|
{
|
|
d: "M20 15.5a2.5 2.5 0 0 0-2.5-2.5h-11A2.5 2.5 0 0 0 4 15.5V17a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1z",
|
|
key: "1vzg3v"
|
|
}
|
|
],
|
|
["path", { d: "M5 22h14", key: "ehvnwv" }]
|
|
]);
|
|
|
|
export { Stamp as default };
|
|
//# sourceMappingURL=stamp.js.map
|