UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.42 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var SupportSIcon = 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", { clipPath: "url(#SupportSIcon__a)" }, React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.987 1.75a3.48 3.48 0 0 0-3.545 3.424v4.98a1.29 1.29 0 0 1-1.288 1.288H2.077A1.827 1.827 0 0 1 .25 9.615V7.461a1.827 1.827 0 0 1 1.827-1.826h.865v-.479A4.98 4.98 0 0 1 8 .25a4.98 4.98 0 0 1 5.058 4.906v.479h.865A1.827 1.827 0 0 1 15.75 7.46v2.154a1.827 1.827 0 0 1-1.827 1.827h-.865v.058a2.904 2.904 0 0 1-2.267 2.833 2.1 2.1 0 0 1-1.983 1.417H7.192a2.096 2.096 0 0 1 0-4.192h1.616a2.1 2.1 0 0 1 1.908 1.229 1.4 1.4 0 0 0 .842-1.287V5.173A3.48 3.48 0 0 0 7.987 1.75m5.07 8.192V7.135h.866a.327.327 0 0 1 .327.326v2.154a.327.327 0 0 1-.327.327zM2.943 7.135h-.865a.327.327 0 0 0-.327.326v2.154a.327.327 0 0 0 .327.327h.865zm4.25 5.923a.596.596 0 1 0 0 1.192h1.616a.596.596 0 0 0 0-1.192z", clipRule: "evenodd" })), React.createElement("defs", null, React.createElement("clipPath", { id: "SupportSIcon__a" }, React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); SupportSIcon.displayName = 'SupportSIcon';