UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 963 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialBuildW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "BuildW100Filled", short_name: "Build", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M18.5 20.275q-.325 0-.612-.112-.288-.113-.538-.363l-6.05-6.05q-.575.275-1.175.438-.6.162-1.275.162-2.225 0-3.788-1.563Q3.5 11.225 3.5 9q0-.575.112-1.113.113-.537.338-1.037l3.5 3.45 2.7-2.7-3.4-3.45q.5-.225 1.013-.363.512-.137 1.087-.137 2.225 0 3.788 1.562Q14.2 6.775 14.2 9q0 .725-.15 1.325t-.45 1.125l6.05 6.05q.25.25.363.538.112.287.112.612t-.112.613q-.113.287-.363.537-.25.25-.537.363-.288.112-.613.112Z" })); }); IconMaterialBuildW100Filled.displayName = 'AmauiIconMaterialBuildW100Filled'; export default IconMaterialBuildW100Filled;