@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 805 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var SomSIcon = 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("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 1.5a4.715 4.715 0 0 0-4.75 4.75A4.715 4.715 0 0 0 8 11c1.565 0 3.037-.723 3.915-1.817a.75.75 0 0 1 1.17.94C11.912 11.582 10.005 12.5 8 12.5a6.215 6.215 0 0 1-6.25-6.25A6.215 6.215 0 0 1 8 0c2.005 0 3.912.917 5.085 2.378a.75.75 0 0 1-1.17.939C11.037 2.223 9.565 1.5 8 1.5M1 15.25a.75.75 0 0 1 .75-.75h12.5a.75.75 0 0 1 0 1.5H1.75a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }))); });
SomSIcon.displayName = 'SomSIcon';