@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 940 B
JavaScript
"use client";
import { createFluentIcon } from '../../utils/createFluentIcon';
export const PresenceBusyFilled = ( /*#__PURE__*/createFluentIcon('PresenceBusyFilled', "1em", ["M20 10a10 10 0 1 1-20 0 10 10 0 0 1 20 0Z"]));
export const PresenceBusy10Filled = ( /*#__PURE__*/createFluentIcon('PresenceBusy10Filled', "10", ["M10 5A5 5 0 1 1 0 5a5 5 0 0 1 10 0Z"]));
export const PresenceBusy12Filled = ( /*#__PURE__*/createFluentIcon('PresenceBusy12Filled', "12", ["M12 6A6 6 0 1 1 0 6a6 6 0 0 1 12 0Z"]));
export const PresenceBusy16Filled = ( /*#__PURE__*/createFluentIcon('PresenceBusy16Filled', "16", ["M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0Z"]));
export const PresenceBusy20Filled = ( /*#__PURE__*/createFluentIcon('PresenceBusy20Filled', "20", ["M20 10a10 10 0 1 1-20 0 10 10 0 0 1 20 0Z"]));
export const PresenceBusy24Filled = ( /*#__PURE__*/createFluentIcon('PresenceBusy24Filled', "24", ["M24 12a12 12 0 1 1-24 0 12 12 0 0 1 24 0Z"]));