UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 822 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialFlagW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "FlagW100Filled", short_name: "Flag", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M6.65 20.35q-.15 0-.25-.1T6.3 20V6.05q0-.325.213-.538.212-.212.537-.212h5.275q.275 0 .487.163.213.162.263.437l.275 1.4h4.6q.325 0 .538.212.212.213.212.538v5.9q0 .325-.212.537-.213.213-.538.213h-3.275q-.275 0-.487-.163-.213-.162-.263-.437l-.275-1.4H7V20q0 .15-.1.25t-.25.1Z" })); }); IconMaterialFlagW100Filled.displayName = 'AmauiIconMaterialFlagW100Filled'; export default IconMaterialFlagW100Filled;