UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 995 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 Gavel = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-gavel", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M13 10l7.383 7.418c.823.82.823 2.148 0 2.967a2.11 2.11 0 01-2.976 0L10 13M6 9l4 4M13 10L9 6M3 21h7" }), React.createElement("path", { d: "M6.793 15.793l-3.586-3.586a1 1 0 010-1.414L5.5 8.5 6 9l3-3-.5-.5 2.293-2.293a1 1 0 011.414 0l3.586 3.586a1 1 0 010 1.414L13.5 10.5 13 10l-3 3 .5.5-2.293 2.293a1 1 0 01-1.414 0z" })); exports.default = Gavel;