iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.02 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 TextFormatRemove = (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: "M9.42 4.945a.75.75 0 00-1.371 0l-4.89 11a.75.75 0 101.372.61L5.9 13.47h5.665l1.372 3.085a.75.75 0 001.37-.61l-4.888-11zm1.48 7.025H6.568l2.166-4.873L10.9 11.97z", fill: "#323544" }),
React.createElement("path", { d: "M14.218 19.5H3.25a.75.75 0 110-1.5h10.969a.75.75 0 110 1.5zM17.192 14.192a.75.75 0 000 1.06l1.483 1.484-1.483 1.484a.75.75 0 101.06 1.06l1.484-1.483 1.484 1.484a.75.75 0 001.06-1.06l-1.483-1.485 1.483-1.484a.75.75 0 10-1.06-1.06l-1.484 1.484-1.484-1.484a.75.75 0 00-1.06 0z", fill: "#323544" }));
exports.default = TextFormatRemove;