UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.15 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialExploreFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ExploreFilled", short_name: "Explore", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "m7.425 17.075 6.25-2.925q.15-.075.275-.2.125-.125.2-.275l2.925-6.25q.1-.225-.087-.413-.188-.187-.413-.087l-6.25 2.925q-.15.075-.275.2-.125.125-.2.275l-2.925 6.25q-.1.225.088.413.187.187.412.087ZM12 13q-.425 0-.712-.288Q11 12.425 11 12t.288-.713Q11.575 11 12 11t.713.287Q13 11.575 13 12t-.287.712Q12.425 13 12 13Zm0 9q-2.075 0-3.9-.788-1.825-.787-3.175-2.137-1.35-1.35-2.137-3.175Q2 14.075 2 12t.788-3.9q.787-1.825 2.137-3.175 1.35-1.35 3.175-2.138Q9.925 2 12 2t3.9.787q1.825.788 3.175 2.138 1.35 1.35 2.137 3.175Q22 9.925 22 12t-.788 3.9q-.787 1.825-2.137 3.175-1.35 1.35-3.175 2.137Q14.075 22 12 22Z" })); }); IconMaterialExploreFilled.displayName = 'AmauiIconMaterialExploreFilled'; export default IconMaterialExploreFilled;