UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 970 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ChatSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.ChatSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.154 1.75a.327.327 0 0 0-.327.327v9.692q0 .121-.039.237l-.644 1.935 2.982-.746a.8.8 0 0 1 .182-.022h8.615a.327.327 0 0 0 .327-.327V2.076a.327.327 0 0 0-.327-.326zM1.862.785A1.83 1.83 0 0 1 3.154.25h10.77a1.827 1.827 0 0 1 1.826 1.827v10.77a1.827 1.827 0 0 1-1.827 1.826H5.4l-4.218 1.055a.75.75 0 0 1-.893-.965l1.038-3.115V2.077c0-.485.192-.95.535-1.292", clipRule: "evenodd" }))); }); exports.ChatSIcon.displayName = 'ChatSIcon';