UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.17 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialEditLocationAltW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "EditLocationAltW100", short_name: "EditLocationAlt", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M12.15 9.85h.5l5-5-.5-.5-5 5Zm6.2-5.7.5-.5q.125-.125.175-.25.05-.125-.075-.25l-.1-.1q-.125-.125-.25-.075t-.25.175l-.5.5ZM12 21.2q-.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.65q.875 0 1.7.2t1.575.55l-.525.525q-.625-.275-1.325-.425-.7-.15-1.425-.15-2.8 0-4.725 1.912Q5.35 7.175 5.35 10.2q0 1.9 1.75 4.762 1.75 2.863 4.9 5.563 3.15-2.7 4.9-5.563 1.75-2.862 1.75-4.762 0-.8-.15-1.538-.15-.737-.45-1.387l.525-.525q.375.75.575 1.613.2.862.2 1.837 0 2.15-1.687 4.887-1.688 2.738-5.138 5.938-.1.1-.237.138-.138.037-.288.037Zm0-9.275Z" })); }); IconMaterialEditLocationAltW100.displayName = 'AmauiIconMaterialEditLocationAltW100'; export default IconMaterialEditLocationAltW100;