iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.01 kB
JavaScript
"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 BrandBlogger = (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-blogger", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M8 21h8a5 5 0 005-5v-3a3 3 0 00-3-3h-1V8a5 5 0 00-5-5H8a5 5 0 00-5 5v8a5 5 0 005 5z" }),
React.createElement("path", { d: "M7 8.5A1.5 1.5 0 018.5 7h3A1.5 1.5 0 0113 8.5v0a1.5 1.5 0 01-1.5 1.5h-3A1.5 1.5 0 017 8.5zM7 15.5A1.5 1.5 0 018.5 14h7a1.5 1.5 0 011.5 1.5v0a1.5 1.5 0 01-1.5 1.5h-7A1.5 1.5 0 017 15.5z" }));
exports.default = BrandBlogger;