UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 637 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 Quarto = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12.65 12.854V24c6.042-.325 10.923-5.105 11.33-11.125H12.65zm-1.504 0H.02c.427 5.94 5.166 10.699 11.105 11.105V12.854zm1.505-1.505H24C23.675 5.247 18.753.325 12.65 0zm-1.505 0V0C5.106.427.326 5.308 0 11.35z" })); exports.default = Quarto;