UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 854 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 TextFormat = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 3.25a.75.75 0 01.685.445l5.778 13a.75.75 0 01-1.37.61l-1.657-3.727H7.564l-1.656 3.726a.75.75 0 11-1.371-.609l5.778-13A.75.75 0 0111 3.25zm-2.77 8.828h5.54L11 5.847l-2.77 6.23z", fill: "#323544" }), React.createElement("path", { d: "M19.75 4v13a.75.75 0 001.5 0V4a.75.75 0 10-1.5 0zM17.5 20.75h-13a.75.75 0 010-1.5h13a.75.75 0 110 1.5z", fill: "#323544" })); exports.default = TextFormat;