iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.26 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 DoubleQuotesEnd1 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M7.449 18.177l-.322-.677.322.677a.751.751 0 01-1.072-.677v-2.557a4.628 4.628 0 01.75-9.193 4.627 4.627 0 014.626 4.627c0 2.845-1.049 4.796-2.12 6.034a8.135 8.135 0 01-1.47 1.333 6.435 6.435 0 01-.647.4 3.9 3.9 0 01-.045.023l-.014.006-.006.003-.002.001zM4 10.377c0 1.726 1.4 3.126 3.127 3.126a.75.75 0 01.75.75v1.807c.198-.176.41-.386.62-.63.867-1.001 1.756-2.612 1.756-5.053a3.127 3.127 0 00-6.253 0zM18.199 18.177l-.322-.677.322.677a.751.751 0 01-1.072-.677v-2.557a4.628 4.628 0 01.75-9.193 4.627 4.627 0 014.626 4.627c0 2.845-1.049 4.796-2.12 6.034a8.132 8.132 0 01-1.47 1.333 6.416 6.416 0 01-.692.422l-.014.008-.006.002-.002.001zm-3.449-7.8c0 1.726 1.4 3.126 3.127 3.126a.75.75 0 01.75.75v1.807c.198-.176.41-.386.62-.63.867-1.001 1.756-2.612 1.756-5.053a3.127 3.127 0 00-6.253 0z", fill: "#323544" }));
exports.default = DoubleQuotesEnd1;