@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.09 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialBeenhereW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "BeenhereW100Filled",
short_name: "Beenhere",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M12 21.225q-.125 0-.225-.037-.1-.038-.2-.113L5.6 16.6q-.15-.1-.225-.263Q5.3 16.175 5.3 16V4.8q0-.625.438-1.063Q6.175 3.3 6.8 3.3h10.4q.625 0 1.062.437.438.438.438 1.063V16q0 .175-.075.337-.075.163-.225.263l-5.975 4.475q-.1.075-.2.113-.1.037-.225.037ZM10.95 13.8q.15 0 .275-.05.125-.05.25-.175L15.45 9.6q.1-.1.112-.237.013-.138-.112-.263t-.25-.125q-.125 0-.25.125l-4 4-1.9-1.9q-.05-.05-.112-.075-.063-.025-.126-.025-.062 0-.137.025-.075.025-.125.075-.125.125-.125.25t.125.25l1.875 1.875q.125.125.25.175.125.05.275.05Z"
}));
});
IconMaterialBeenhereW100Filled.displayName = 'AmauiIconMaterialBeenhereW100Filled';
export default IconMaterialBeenhereW100Filled;