UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 658 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var SomMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 3.5a6.25 6.25 0 1 0 4.911 10.116.75.75 0 0 1 1.178.929 7.75 7.75 0 1 1 0-9.59.75.75 0 0 1-1.178.929A6.24 6.24 0 0 0 12 3.5M4 20.25a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H4.75a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }))); }); SomMIcon.displayName = 'SomMIcon';