iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.34 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 BloggerAlt = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M15.104 14.274c.434 0 .795.169 1.083.506.29.289.434.65.434 1.083 0 .433-.145.794-.434 1.083-.289.289-.65.433-1.083.433H8.823c-.434 0-.795-.144-1.083-.433a1.469 1.469 0 01-.434-1.083c0-.433.145-.794.434-1.083.289-.337.65-.505 1.083-.505h6.281zm-6.281-4.62c-.434 0-.795-.145-1.083-.434a1.47 1.47 0 01-.434-1.083c0-.433.145-.794.434-1.083a1.47 1.47 0 011.083-.433h4.043c.433 0 .794.144 1.083.433.289.29.433.65.433 1.083 0 .434-.144.795-.433 1.083a1.47 1.47 0 01-1.083.434H8.823zm9.314 0V6.62c0-1.252-.457-2.335-1.372-3.25C15.85 2.458 14.767 2 13.515 2H7.38c-1.252 0-2.335.457-3.25 1.372-.914.914-1.371 1.997-1.371 3.249v10.758c0 1.252.457 2.334 1.372 3.249C5.044 21.543 6.127 22 7.379 22h9.242c1.251 0 2.334-.457 3.249-1.372.914-.915 1.372-1.997 1.372-3.249v-4.62a1.47 1.47 0 00-.434-1.084 1.47 1.47 0 00-1.083-.433c-.433 0-.818-.145-1.155-.433a1.724 1.724 0 01-.433-1.155z", fill: "#323544" }));
exports.default = BloggerAlt;