14 lines
1.4 KiB
JavaScript
14 lines
1.4 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const WrenchScrewdriverFilled = ( /*#__PURE__*/createFluentFontIcon("WrenchScrewdriverFilled", "", 2, undefined));
|
|
export const WrenchScrewdriverRegular = ( /*#__PURE__*/createFluentFontIcon("WrenchScrewdriverRegular", "", 2, undefined));
|
|
export const WrenchScrewdriver20Regular = ( /*#__PURE__*/createFluentFontIcon("WrenchScrewdriver20Regular", "", 1, 20));
|
|
export const WrenchScrewdriver20Filled = ( /*#__PURE__*/createFluentFontIcon("WrenchScrewdriver20Filled", "", 0, 20));
|
|
export const WrenchScrewdriver24Regular = ( /*#__PURE__*/createFluentFontIcon("WrenchScrewdriver24Regular", "", 1, 24));
|
|
export const WrenchScrewdriver24Filled = ( /*#__PURE__*/createFluentFontIcon("WrenchScrewdriver24Filled", "", 0, 24));
|
|
export const WrenchScrewdriver28Regular = ( /*#__PURE__*/createFluentFontIcon("WrenchScrewdriver28Regular", "", 1, 28));
|
|
export const WrenchScrewdriver28Filled = ( /*#__PURE__*/createFluentFontIcon("WrenchScrewdriver28Filled", "", 0, 28));
|
|
export const WrenchScrewdriver32Regular = ( /*#__PURE__*/createFluentFontIcon("WrenchScrewdriver32Regular", "", 1, 32));
|
|
export const WrenchScrewdriver32Filled = ( /*#__PURE__*/createFluentFontIcon("WrenchScrewdriver32Filled", "", 0, 32));
|
|
export const WrenchScrewdriver32Light = ( /*#__PURE__*/createFluentFontIcon("WrenchScrewdriver32Light", "", 3, 32));
|