UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 741 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 Deepgram = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M11.203 24H1.517a.364.364 0 01-.258-.62l6.239-6.275a.366.366 0 01.259-.108h3.52c2.723 0 5.025-2.127 5.107-4.845a5.004 5.004 0 00-4.999-5.148H7.613v4.646c0 .2-.164.364-.365.364H.968a.365.365 0 01-.363-.364V.364C.605.164.768 0 .969 0h10.416c6.684 0 12.111 5.485 12.01 12.187C23.293 18.77 17.794 24 11.202 24z" })); exports.default = Deepgram;