UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 695 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 CommentDiscussionQuote = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.5 1h13l.5.5v10l-.5.5H7.71l-2.86 2.85L4 14.5V12H1.5l-.5-.5v-10l.5-.5zm6 10H14V2H2v9h2.5l.5.5v1.79l2.15-2.14.35-.15zM13 4H3v1h10V4zM3 6h10v1H3V6zm7 2H3v1h7V8z", fill: "#424242" })); exports.default = CommentDiscussionQuote;