UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 922 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 BrandSentry = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-brand-sentry", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M3 18a1.93 1.93 0 00.306 1.076A2 2 0 004.89 20c.646.033-.537 0 .11 0h3a4.992 4.992 0 00-3.66-4.81c.558-.973 1.24-2.149 2.04-3.531A9 9 0 0112 20h7a2 2 0 001.84-2.75L13.74 5a2 2 0 00-3.5 0L8.4 8.176C12.882 10.226 16 14.747 16 20" })); exports.default = BrandSentry;