iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 873 B
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 Quote = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-quote", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M9 5a2 2 0 012 2v6c0 3.13-1.65 5.193-4.757 5.97a1 1 0 11-.486-1.94C7.984 16.473 9 15.203 9 13v-1H6a2 2 0 01-1.995-1.85L4 10V7a2 2 0 012-2zM18 5a2 2 0 012 2v6c0 3.13-1.65 5.193-4.757 5.97a1 1 0 11-.486-1.94C16.984 16.473 18 15.203 18 13v-1h-3a2 2 0 01-1.995-1.85L13 10V7a2 2 0 012-2z" }));
exports.default = Quote;