UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.24 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialBuildW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "BuildW100", 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.112Zm-.65-.975q.275.275.65.275t.65-.275q.275-.275.275-.65T19.15 18l-6.425-6.425q.375-.55.575-1.213.2-.662.2-1.362 0-1.925-1.55-3.475t-4-1.125l2.7 2.7q.2.2.225.475.025.275-.175.475L7.95 10.8q-.2.2-.5.2t-.5-.2l-2.7-2.7q-.35 2.725 1.225 4.137Q7.05 13.65 8.85 13.65q.675 0 1.338-.188.662-.187 1.237-.587Zm-6.2-7.55Z" })); }); IconMaterialBuildW100.displayName = 'AmauiIconMaterialBuildW100'; export default IconMaterialBuildW100;