iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.84 kB
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 Shield = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.246 14.713a27.792 27.792 0 01-1.505-.953c-.501-.34-.983-.707-1.444-1.1-.458-.395-.888-.82-1.288-1.274-.4-.455-.753-.95-1.05-1.478a7.8 7.8 0 01-.7-1.69A7.041 7.041 0 012 6.3V3.1l.5-.5c.333 0 .656-.011.97-.036.296-.023.591-.066.882-.128.284-.062.563-.148.832-.256.284-.118.558-.261.816-.427a4.83 4.83 0 011.184-.565 4.8 4.8 0 012-.142 4.015 4.015 0 011.237.383c.199.097.392.204.58.322.26.167.535.31.821.428.27.109.547.194.831.256.292.062.587.106.884.129.311.024.634.035.967.035l.5.5v3.2a7.043 7.043 0 01-.256 1.919 7.799 7.799 0 01-.7 1.69 8.751 8.751 0 01-1.05 1.478c-.399.452-.829.877-1.286 1.27-.461.394-.945.761-1.448 1.1-.502.34-1.005.658-1.51.956h-.508zM3 3.59V6.3c-.003.555.07 1.11.22 1.645a6.7 6.7 0 00.61 1.473c.264.467.576.905.93 1.308.37.417.766.81 1.188 1.174.432.368.883.712 1.352 1.03.4.267.8.523 1.2.769.4-.242.8-.498 1.2-.768.47-.319.923-.663 1.355-1.031.421-.364.818-.756 1.186-1.172.354-.403.666-.842.93-1.308.261-.465.466-.96.61-1.473.15-.537.223-1.09.22-1.647V3.59c-.158 0-.312-.012-.464-.023l-.08-.006a7.95 7.95 0 01-1.018-.147 6.116 6.116 0 01-1.976-.814 5.157 5.157 0 00-.482-.27 3.123 3.123 0 00-.943-.29 3.686 3.686 0 00-1.558.106c-.332.108-.649.26-.94.452-.312.2-.64.372-.983.513a6.4 6.4 0 01-1 .307c-.335.07-.675.12-1.017.146-.174.01-.355.02-.54.026zM9.065 7.89a1.5 1.5 0 10-1.13 0L7.5 10.5h2l-.435-2.61z", fill: "#424242" }));
exports.default = Shield;