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.SomMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.SomMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 3.5C8.54822 3.5 5.75 6.29822 5.75 9.75C5.75 13.2018 8.54822 16 12 16C13.9916 16 15.7653 15.0694 16.911 13.6162C17.1675 13.291 17.6391 13.2352 17.9644 13.4916C18.2896 13.7481 18.3454 14.2197 18.089 14.545C16.671 16.3433 14.4704 17.5 12 17.5C7.71979 17.5 4.25 14.0302 4.25 9.75C4.25 5.46979 7.71979 2 12 2C14.4704 2 16.671 3.15669 18.089 4.95503C18.3454 5.2803 18.2896 5.75189 17.9644 6.00835C17.6391 6.26482 17.1675 6.20904 16.911 5.88377C15.7653 4.43065 13.9916 3.5 12 3.5ZM4 20.25C4 19.8358 4.33579 19.5 4.75 19.5H19.25C19.6642 19.5 20 19.8358 20 20.25C20 20.6642 19.6642 21 19.25 21H4.75C4.33579 21 4 20.6642 4 20.25Z", fill: "currentColor" }))); }); exports.SomMIcon.displayName = 'SomMIcon';