@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
15 lines (14 loc) • 3.17 kB
JavaScript
"use client";
import { createFluentIcon } from '../../utils/createFluentIcon';
export const ArrowDownRightFilled = ( /*#__PURE__*/createFluentIcon('ArrowDownRightFilled', "1em", ["M8 16.25c0 .41.34.75.75.75h7.5c.41 0 .75-.34.75-.75v-7.5a.75.75 0 1 0-1.5 0v5.69L4.28 3.22a.75.75 0 1 0-1.06 1.06L14.44 15.5h-5.7a.75.75 0 0 0-.74.75Z"], { flipInRtl: true }));
export const ArrowDownRightRegular = ( /*#__PURE__*/createFluentIcon('ArrowDownRightRegular', "1em", ["M8.5 16a.5.5 0 0 0 0 1h8a.5.5 0 0 0 .5-.5v-8a.5.5 0 0 0-1 0v6.8L3.85 3.14a.5.5 0 1 0-.7.7L15.29 16H8.5Z"], { flipInRtl: true }));
export const ArrowDownRight16Regular = ( /*#__PURE__*/createFluentIcon('ArrowDownRight16Regular', "16", ["M7.5 13a.5.5 0 0 0 0 1h6a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-1 0v4.8L2.85 2.14a.5.5 0 1 0-.7.7L12.29 13H7.5Z"], { flipInRtl: true }));
export const ArrowDownRight16Filled = ( /*#__PURE__*/createFluentIcon('ArrowDownRight16Filled', "16", ["M7 13.25c0 .41.34.75.75.75h5.5c.41 0 .75-.34.75-.75v-5.5a.75.75 0 0 0-1.5 0v3.69L3.28 2.22a.75.75 0 1 0-1.06 1.06l9.22 9.22H7.75a.75.75 0 0 0-.75.75Z"], { flipInRtl: true }));
export const ArrowDownRight20Regular = ( /*#__PURE__*/createFluentIcon('ArrowDownRight20Regular', "20", ["M8.5 16a.5.5 0 0 0 0 1h8a.5.5 0 0 0 .5-.5v-8a.5.5 0 0 0-1 0v6.8L3.85 3.14a.5.5 0 1 0-.7.7L15.29 16H8.5Z"], { flipInRtl: true }));
export const ArrowDownRight20Filled = ( /*#__PURE__*/createFluentIcon('ArrowDownRight20Filled', "20", ["M8 16.25c0 .41.34.75.75.75h7.5c.41 0 .75-.34.75-.75v-7.5a.75.75 0 1 0-1.5 0v5.69L4.28 3.22a.75.75 0 1 0-1.06 1.06L14.44 15.5h-5.7a.75.75 0 0 0-.74.75Z"], { flipInRtl: true }));
export const ArrowDownRight24Regular = ( /*#__PURE__*/createFluentIcon('ArrowDownRight24Regular', "24", ["M10.75 21a.75.75 0 1 1 0-1.5h7.67L3.22 4.3A.76.76 0 1 1 4.3 3.23l15.2 15.2v-7.67a.75.75 0 0 1 1.5 0v9.5c0 .42-.34.75-.75.75h-9.5Z"], { flipInRtl: true }));
export const ArrowDownRight24Filled = ( /*#__PURE__*/createFluentIcon('ArrowDownRight24Filled', "24", ["M11 21a1 1 0 0 1 0-2h6.59L3.29 4.7a1 1 0 0 1 1.42-1.4L19 17.58V11a1 1 0 1 1 2 0v9a1 1 0 0 1-1 1h-9Z"], { flipInRtl: true }));
export const ArrowDownRight32Regular = ( /*#__PURE__*/createFluentIcon('ArrowDownRight32Regular', "32", ["M15 29a1 1 0 1 1 0-2h10.59L3.29 4.7a1 1 0 0 1 1.42-1.4L27 25.57V15a1 1 0 1 1 2 0v13a1 1 0 0 1-1 1H15Z"], { flipInRtl: true }));
export const ArrowDownRight32Filled = ( /*#__PURE__*/createFluentIcon('ArrowDownRight32Filled', "32", ["M15.25 29a1.25 1.25 0 0 1 0-2.5h9.48L3.37 5.13a1.25 1.25 0 1 1 1.76-1.76L26.5 24.73v-9.48a1.25 1.25 0 1 1 2.5 0v12.5c0 .69-.56 1.25-1.25 1.25h-12.5Z"], { flipInRtl: true }));
export const ArrowDownRight48Regular = ( /*#__PURE__*/createFluentIcon('ArrowDownRight48Regular', "48", ["M22.25 42a1.25 1.25 0 1 1 0-2.5h15.48L6.37 8.13a1.25 1.25 0 1 1 1.76-1.76L39.5 37.73V22.25a1.25 1.25 0 0 1 2.5 0v18.5c0 .69-.56 1.25-1.25 1.25h-18.5Z"], { flipInRtl: true }));
export const ArrowDownRight48Filled = ( /*#__PURE__*/createFluentIcon('ArrowDownRight48Filled', "48", ["M22.5 42a1.5 1.5 0 0 1 0-3h14.38L6.44 8.56a1.5 1.5 0 1 1 2.12-2.12L39 36.88V22.5a1.5 1.5 0 0 1 3 0v18c0 .83-.67 1.5-1.5 1.5h-18Z"], { flipInRtl: true }));