UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 920 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 Shield2 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.139 2.296a2.25 2.25 0 011.722 0l6.548 2.713c.776.322 1.338 1.064 1.361 1.947.117 4.545-1.34 10.807-7.703 14.558a2.116 2.116 0 01-2.132.01c-6.503-3.753-7.841-10.03-7.707-14.57A2.184 2.184 0 014.59 5.008l6.549-2.713zm1.148 1.386a.75.75 0 00-.574 0L5.164 6.395a.685.685 0 00-.437.602c-.125 4.239 1.115 9.856 6.958 13.227.192.111.43.11.62-.002 5.725-3.375 7.075-8.999 6.966-13.227a.68.68 0 00-.436-.6l-6.548-2.713z", fill: "#323544" })); exports.default = Shield2;