@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.19 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialAttributionW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "AttributionW100Filled",
short_name: "Attribution",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M12 17.8q.35 0 .6-.25t.25-.6V13.8h.85q.175 0 .288-.112.112-.113.112-.288v-3.3q0-.45-.425-.725Q13.25 9.1 12 9.1t-1.675.275Q9.9 9.65 9.9 10.1v3.3q0 .175.112.288.113.112.288.112h.85v3.15q0 .35.25.6t.6.25Zm0 2.9q-1.8 0-3.387-.688-1.588-.687-2.763-1.862-1.175-1.175-1.863-2.763Q3.3 13.8 3.3 12t.687-3.388Q4.675 7.025 5.85 5.85t2.763-1.863Q10.2 3.3 12 3.3t3.388.687q1.587.688 2.762 1.863t1.863 2.762Q20.7 10.2 20.7 12q0 1.8-.687 3.387-.688 1.588-1.863 2.763-1.175 1.175-2.762 1.862Q13.8 20.7 12 20.7Zm0-12.3q.45 0 .775-.325T13.1 7.3q0-.45-.325-.775T12 6.2q-.45 0-.775.325T10.9 7.3q0 .45.325.775T12 8.4Z"
}));
});
IconMaterialAttributionW100Filled.displayName = 'AmauiIconMaterialAttributionW100Filled';
export default IconMaterialAttributionW100Filled;