@uiw/bootstrap-icons
Version:
Official open source SVG icon library for Bootstrap.
19 lines • 809 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
export var YinYang = props => /*#__PURE__*/_jsxs("svg", _extends({
viewBox: "0 0 20 20",
width: "16px",
height: "16px"
}, props, {
className: "btfont " + (props.className ? props.className : ''),
children: [/*#__PURE__*/_jsx("path", {
d: "M9.167 4.5a1.167 1.167 0 1 1-2.334 0 1.167 1.167 0 0 1 2.334 0Z",
fillRule: "evenodd"
}), ",", /*#__PURE__*/_jsx("path", {
d: "M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0ZM1 8a7 7 0 0 1 7-7 3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 0 0 7 7 7 0 0 1-7-7Zm7 4.667a1.167 1.167 0 1 1 0-2.334 1.167 1.167 0 0 1 0 2.334Z",
fillRule: "evenodd"
})]
}));
//# sourceMappingURL=YinYang.js.map