UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 873 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 BrandX = (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-brand-x", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M8.267 3a1 1 0 01.73.317l.076.092 4.274 5.828 5.946-5.944a1 1 0 011.497 1.32l-.083.094-6.163 6.162 6.262 8.54a1 1 0 01-.697 1.585L20 21h-4.267a1 1 0 01-.73-.317l-.076-.092-4.276-5.829-5.944 5.945a1 1 0 01-1.497-1.32l.083-.094 6.161-6.163-6.26-8.539a1 1 0 01.697-1.585L4 3h4.267z" })); exports.default = BrandX;