UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.24 kB
"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({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 1.5C5.32633 1.5 3.25 3.62172 3.25 6.25C3.25 8.87828 5.32633 11 8 11C9.56489 11 11.0367 10.2774 11.9151 9.18309C12.1745 8.86009 12.6465 8.80845 12.9695 9.06776C13.2925 9.32707 13.3442 9.79913 13.0849 10.1221C11.9124 11.5826 10.0046 12.5 8 12.5C4.48808 12.5 1.75 9.69685 1.75 6.25C1.75 2.80315 4.48808 0 8 0C10.0046 0 11.9124 0.917411 13.0849 2.37787C13.3442 2.70087 13.2925 3.17293 12.9695 3.43224C12.6465 3.69155 12.1745 3.63991 11.9151 3.31691C11.0367 2.22264 9.56489 1.5 8 1.5ZM1 15.25C1 14.8358 1.33579 14.5 1.75 14.5H14.25C14.6642 14.5 15 14.8358 15 15.25C15 15.6642 14.6642 16 14.25 16H1.75C1.33579 16 1 15.6642 1 15.25Z", fill: "currentColor" }))); }); exports.SomSIcon.displayName = 'SomSIcon';