UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 877 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Stamp = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M9.122 4.388A2.25 2.25 0 0111.368 2h1.31a2.25 2.25 0 012.247 2.388l-.604 9.862h4.202a2.25 2.25 0 012.25 2.25v3.25a.75.75 0 01-.75.75h-.5v.75a.75.75 0 01-.75.75h-13.5a.75.75 0 01-.75-.75v-.75h-.5a.75.75 0 01-.75-.75V16.5a2.25 2.25 0 012.25-2.25h4.203l-.604-9.863zM19.273 19v-2.5a.75.75 0 00-.75-.75h-13a.75.75 0 00-.75.75V19h14.5zM13.427 4.296a.75.75 0 00-.748-.796h-1.31a.75.75 0 00-.75.796l.61 9.954h1.589l.61-9.954z", fill: "#323544" })); exports.default = Stamp;