UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.18 kB
"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 Coze = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M9.366 12.096a.61.61 0 00-.608.608v1.218a.609.609 0 101.217 0v-1.218a.61.61 0 00-.609-.608m.8 3.453a.605.605 0 010-.86.605.605 0 01.859 0 1.52 1.52 0 002.149 0 .605.605 0 01.859 0 .605.605 0 010 .86 2.73 2.73 0 01-3.867 0m4.062-2.24a.61.61 0 11.609.609.606.606 0 01-.61-.609zM3.023 0A3.024 3.024 0 000 3.023v17.954A3.024 3.024 0 003.023 24h17.954A3.024 3.024 0 0024 20.977V3.023A3.024 3.024 0 0020.977 0zM12.1 3.78h.004a6.287 6.287 0 016.283 6.286v2.635h1.508c1.73 0 2.12 2.426.476 2.97l-1.984.663v1.137a1.513 1.513 0 01-2.19 1.353l-1.101-.549c-.052-.024-.115 0-.131.055-.892 2.785-4.835 2.785-5.727 0a.095.095 0 00-.13-.055l-1.102.55a1.513 1.513 0 01-2.19-1.354v-1.139l-1.984-.66c-1.647-.541-1.254-2.97.477-2.97h1.507v-2.636A6.285 6.285 0 0112.1 3.78" })); exports.default = Coze;