UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.03 kB
"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 ShieldHalf = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-shield-half", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M11.998 2l.032.002.086.005a1 1 0 01.342.104l.105.062.097.076.016.015.247.21a11 11 0 007.189 2.537l.342-.01a1 1 0 011.005.717 13 13 0 01-9.208 16.25 1 1 0 01-.502 0A13 13 0 012.54 5.718a1 1 0 011.005-.717 11 11 0 007.791-2.75l.046-.036.053-.041a1 1 0 01.217-.112l.075-.023.036-.01a1 1 0 01.12-.022l.086-.005zM12 4.296l-.176.135a13 13 0 01-7.288 2.572l-.264.006-.064.31a11 11 0 001.064 7.175l.17.314a11 11 0 006.49 5.136l.068.019z" })); exports.default = ShieldHalf;