UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 912 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 Shield = (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", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M11.884 2.007L11.998 2l.118.007.059.008.061.013.111.034a.993.993 0 01.217.112l.104.082.255.218a11 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.531-2.527l.263-.225.096-.075a.993.993 0 01.217-.112l.112-.034a.97.97 0 01.119-.021z" })); exports.default = Shield;