@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.16 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialEditLocationW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "EditLocationW100",
short_name: "EditLocation",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M9.325 13q.075 0 .3-.125L13.4 9.1l-.5-.5-3.775 3.775q-.075.075-.125.3 0 .15.088.237.087.088.237.088Zm4.8-4.625.55-.55q.075-.075.075-.163 0-.087-.075-.162l-.175-.175q-.075-.075-.162-.075-.088 0-.163.075l-.55.55ZM12 20.525q3.15-2.7 4.9-5.563 1.75-2.862 1.75-4.762 0-3.025-1.925-4.938Q14.8 3.35 12 3.35T7.275 5.262Q5.35 7.175 5.35 10.2q0 1.9 1.75 4.762 1.75 2.863 4.9 5.563Zm0 .675q-.15 0-.275-.037-.125-.038-.25-.138-3.45-3.2-5.137-5.938Q4.65 12.35 4.65 10.2q0-3.45 2.225-5.5T12 2.65q2.9 0 5.125 2.05t2.225 5.5q0 2.15-1.687 4.887-1.688 2.738-5.138 5.938-.1.1-.237.138-.138.037-.288.037Zm0-11Z"
}));
});
IconMaterialEditLocationW100.displayName = 'AmauiIconMaterialEditLocationW100';
export default IconMaterialEditLocationW100;