UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 767 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialAtrFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AtrFilled", short_name: "Atr", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M240-160q-50 0-85-35t-35-85q0-50 35-85t85-35q50 0 85 35t35 85q0 50-35 85t-85 35Zm480 0q-50 0-85-35t-35-85q0-50 35-85t85-35q50 0 85 35t35 85q0 50-35 85t-85 35ZM480-560q-50 0-85-35t-35-85q0-50 35-85t85-35q50 0 85 35t35 85q0 50-35 85t-85 35Z" })); }); IconMaterialAtrFilled.displayName = 'OnesyIconMaterialAtrFilled'; export default IconMaterialAtrFilled;