@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.41 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialEditLocationAltW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'EditLocationAltW100', short_name: 'EditLocationAlt', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-828q23.63 0 46.81 3.5Q550-821 571-813l-21 22q-17-5-33.78-7.5Q499.43-801 480-801q-106 0-175.5 72T235-547q0 75 67.5 179.5T480-169q110-94 177.5-198.5T725-547q0-23-3.5-43.5T712-631l22-22q9 25 14 51.07t5 54.93q0 79-61 176.5T512-160q-6.64 6-15.09 9-8.46 3-16.91 3-8 0-16-2.5t-15-8.5q-36-33-78-78t-78.5-96.5q-36.5-51.5-61-106T207-547q0-120 78.5-200.5T480-828Zm0 281Zm216.95-228.05L686-786 490-590q-2 2.07-3 4.66-1 2.58-1 5.34v2q0 5.2 3.4 8.6 3.4 3.4 8.6 3.4h2q2.76 0 5.34-1 2.59-1 4.66-3l196-196-9.05-9.05ZM734-794l20-20q5-5 6.5-10.5T758-834l-4-4q-4-4-9.5-2.5T734-834l-20 20 20 20Z" }) })));
});
IconMaterialEditLocationAltW100.displayName = 'OnesyIconMaterialEditLocationAltW100';
exports.default = IconMaterialEditLocationAltW100;
;