UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 964 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SomSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.SomSIcon = (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: "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" }))); }); exports.SomSIcon.displayName = 'SomSIcon';