@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
8 lines (7 loc) • 666 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const TagLockAccentFilled = ( /*#__PURE__*/createFluentFontIcon("TagLockAccentFilled", "", 2, undefined));
export const TagLockAccent16Filled = ( /*#__PURE__*/createFluentFontIcon("TagLockAccent16Filled", "", 0, 16));
export const TagLockAccent20Filled = ( /*#__PURE__*/createFluentFontIcon("TagLockAccent20Filled", "", 0, 20));
export const TagLockAccent24Filled = ( /*#__PURE__*/createFluentFontIcon("TagLockAccent24Filled", "", 0, 24));
export const TagLockAccent32Filled = ( /*#__PURE__*/createFluentFontIcon("TagLockAccent32Filled", "", 0, 32));