@ozen-ui/icons
Version:
A collection of icons
11 lines (10 loc) • 1.15 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ChatInfoSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("g", { fill: "currentColor", clipPath: "url(#ChatInfoSIcon__a)" },
React.createElement("path", { fillRule: "evenodd", d: "M7.999.25a7.75 7.75 0 1 1-3.175 14.819l-3.69.668a.75.75 0 0 1-.836-1.002l1.042-2.772A7.75 7.75 0 0 1 7.999.25m-5.13 11.91-.702 1.866 2.625-.476a1 1 0 0 1 .133-.012h.006c.138 0 .268.038.38.104a6.25 6.25 0 1 0-2.545-2.226.75.75 0 0 1 .102.743", clipRule: "evenodd" }),
React.createElement("path", { d: "M8 4a.95.95 0 0 0-.949.998l.162 3.253a.788.788 0 0 0 1.574 0l.163-3.253A.95.95 0 0 0 8 4M8 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "ChatInfoSIcon__a" },
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
ChatInfoSIcon.displayName = 'ChatInfoSIcon';