iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.43 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 Blogger = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M13.817 12.887a.8.8 0 01.634.296.86.86 0 01.253.634.86.86 0 01-.253.634.86.86 0 01-.634.253H10.14a.86.86 0 01-.634-.253.86.86 0 01-.254-.634.86.86 0 01.254-.634.8.8 0 01.634-.296h3.676zm-3.676-2.704a.86.86 0 01-.634-.253.86.86 0 01-.254-.634.86.86 0 01.254-.634.86.86 0 01.634-.254h2.366a.86.86 0 01.634.254.86.86 0 01.253.634.86.86 0 01-.253.634.86.86 0 01-.634.253h-2.366zm5.45 0V8.408c0-.732-.267-1.366-.802-1.901-.535-.535-1.17-.803-1.902-.803H9.296c-.733 0-1.366.268-1.902.803-.535.535-.802 1.169-.802 1.901v6.296c0 .732.267 1.366.802 1.901.536.536 1.17.803 1.902.803h5.408c.733 0 1.366-.267 1.902-.803.535-.535.802-1.168.802-1.9V12a.86.86 0 00-.253-.634.86.86 0 00-.634-.253 1.01 1.01 0 01-.676-.254 1.01 1.01 0 01-.254-.676zM19.225 3c.48 0 .888.183 1.226.55.366.337.549.746.549 1.225v14.45c0 .48-.183.902-.55 1.268a1.67 1.67 0 01-1.225.507H4.775c-.48 0-.902-.17-1.268-.507A1.813 1.813 0 013 19.225V4.775c0-.48.169-.888.507-1.226C3.873 3.183 4.296 3 4.775 3h14.45z", fill: "#323544" }));
exports.default = Blogger;