UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 975 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 Amd = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M6.697 14.068H5.588l-.34-.818H3.4l-.31.818H2l1.667-4.133H4.86l1.836 4.133zM4.28 10.922l-.606 1.606h1.273l-.667-1.606zm6.447-.987h.897v4.133h-1.03v-2.582l-1.115 1.297H9.32l-1.115-1.297v2.582h-1.03V9.935h.897l1.327 1.533 1.327-1.533zm3.508 0c1.51 0 2.285.939 2.285 2.072 0 1.188-.751 2.061-2.4 2.061h-1.71V9.935h1.825zm-.794 3.376h.673c1.036 0 1.346-.704 1.346-1.31 0-.709-.382-1.309-1.358-1.309h-.66v2.619zm5.13-2.396l-1.3-1.3H22v4.73l-1.3-1.299v-2.131h-2.13zm-.002.26l-1.338 1.338v1.872h1.872l1.338-1.337h-1.872v-1.873z", fill: "#323544" })); exports.default = Amd;