@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.49 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 IconMaterialPinDropW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PinDropW100', short_name: 'PinDrop', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-268q112-88 169-168.5T706-594q0-63.05-23-107.53-23-44.47-57.5-71.97t-73.74-40Q512.52-826 480-826t-71.76 12.5Q369-801 334.5-773.5 300-746 277-701.53 254-657.05 254-594q0 77 57 157.5T480-268Zm0 24q-7.57 0-14.76-2.5-7.19-2.5-13.24-7.5-75-60-150.5-148T226-594q0-64.22 23-112.61T308.33-788q36.33-33 81.75-49.5Q435.49-854 480-854q44.51 0 89.92 16.5 45.42 16.5 81.75 49.5T711-706.61q23 48.39 23 112.61 0 104-75.5 192T508-254q-6.05 5-13.24 7.5T480-244Zm0-302q23 0 38.5-15.5T534-600q0-23-15.5-38.5T480-654q-23 0-38.5 15.5T426-600q0 23 15.5 38.5T480-546ZM240-106q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h480q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H240Zm240-488Z" }) })));
});
IconMaterialPinDropW100.displayName = 'OnesyIconMaterialPinDropW100';
exports.default = IconMaterialPinDropW100;
;