@fluent-windows/icons
Version:
Fluent-Windows Svg Icons.
41 lines (35 loc) • 1.06 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = exports.jsx = void 0;
var _createIcon = _interopRequireDefault(require("./utils/createIcon"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
var jsx = {
type: 'svg',
props: {
xmlns: 'http://www.w3.org/2000/svg',
viewBox: '0 0 24 24'
},
children: [{
type: 'g',
props: null,
children: [{
type: 'path',
props: {
fill: 'none',
d: 'M0 0h24v24H0z'
},
children: []
}, {
type: 'path',
props: {
d: 'M14 14.252v2.09A6 6 0 0 0 6 22l-2-.001a8 8 0 0 1 10-7.748zM12 13c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm5.793 8.914l3.535-3.535 1.415 1.414-4.95 4.95-3.536-3.536 1.415-1.414 2.12 2.121z'
},
children: []
}]
}]
};
exports.jsx = jsx;
var _default = (0, _createIcon["default"])(jsx, 'UserFollowLine');
exports["default"] = _default;