iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 977 B
JavaScript
;
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 Law = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M14.63 7L13 3h1V2H9V1H8v1H3v1h1L2.38 7H2v1h.15c.157.498.473.93.9 1.23a2.47 2.47 0 002.9 0A2.44 2.44 0 006.86 8H7V7h-.45L4.88 3H8v8H6l-.39.18-2 2.51.39.81h9l.39-.81-2-2.51L11 11H9V3h3.13l-1.67 4H10v1h.15a2.48 2.48 0 004.71 0H15V7h-.37zM5.22 8.51a1.52 1.52 0 01-.72.19 1.45 1.45 0 01-.71-.19A1.47 1.47 0 013.25 8h2.5a1.52 1.52 0 01-.53.51zM5.47 7h-2l1-2.4 1 2.4zm5.29 5L12 13.5H5L6.24 12h4.52zm1.78-7.38l1 2.4h-2l1-2.4zm.68 3.91a1.41 1.41 0 01-.72.19 1.35 1.35 0 01-.71-.19 1.55 1.55 0 01-.54-.53h2.5a1.37 1.37 0 01-.53.53z", fill: "#424242" }));
exports.default = Law;